summaryrefslogtreecommitdiffstats
path: root/source/script/smbtar
Commit message (Collapse)AuthorAgeFilesLines
* BUG 958; don't use the -N option when invoking smbclient from the smbtar scriptGerald Carter2004-01-151-1/+1
|
* fix broken incremental tar - merge from 2.2Herb Lewis2002-12-101-1/+2
| | | | found by "Jacob Anawalt" <anawaltaj@hotmail.com>
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-4/+7
|
* Use ${1+"$@"} instead of $*Alexandre Oliva1999-06-101-1/+1
| | | | Reported by SATOH Fumiyasu <fumiya@cij.co.jp>
* Added changes to smbtar submitted by Sandy WhiteselRichard Sharpe1998-11-211-1/+7
| | | | | | | | Added some extra documentation for smbclient Grr, Jeremy beat me to a bug fix in client.c Will have to get Jeremy to tell me how to check out SAMBA_2_0 :-)
* Submitting the smbtar changes to the main branch as well.Richard Sharpe1998-08-211-1/+6
| | | | | Regards Richard Sharpe
* Digital UNIX does not seem to set OPTIND if there are noRichard Sharpe1998-07-061-0/+10
| | | | | | | | | | command line parameters. Added simple code to smbtar to check for paramters and pump out a usage message if there are none. Regards Richard
* JHT ==> Fixing blocksize argument. Patch by: Llyod WhitemanJohn Terpstra1997-10-071-1/+1
| | | | <lwhitman@stm2.nrl.navy.mil>
* - added support for Amiga-unix (based on BSD I think)Andrew Tridgell1996-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - changed the order of PROGS and SPROGS in Makefile (SPROGS first) - another 64 bit cleanup (for INADDR_NONE) - added paranoia code in DirCacheAdd() to detect looping - fixed important DirCache flush bug - rewrote the NetServerEnum code after I found it could return servers from multiple workgroups at once, and this could cause browsing havoc. Now a null workgroup query is equivalent to a query for the servers primary workgroup - got rid of my_workgroup() - got rid of "workgroup = *" comment in Makefile. We no longer support a workgroup of *, users must set the workgroup explicitly - the wins.dat file was being stored in a different format to what it was being loaded in - this could cause havoc. fixed. - uppercase our netbios name and the workgroup name at startup - if accept fails in main loop when running as a daemon then continue, don't just exit! - don't use ./ on smbclient in smbtar - better code to detect if a process exists
* - deleted reduntant blank line at end of file (JHT)Samba Release Account1996-06-191-1/+0
|
* Initial version imported to CVS Samba Release Account1996-05-041-0/+141