summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* get rid of const as these things really are not constHerb Lewis2003-08-151-2/+2
* Don't ask twice for the passwordVolker Lendecke2003-08-141-0/+1
* Apply a little constVolker Lendecke2003-08-121-1/+1
* We get the server and workgroup list only over port 139. Fall back to thatVolker Lendecke2003-08-101-0/+16
* Ensure smbclient obeys -s smb.conf option.Jeremy Allison2003-08-061-6/+16
* Reversed replacement. Oops.Jeremy Allison2003-08-061-2/+2
* Anal formatting tidyup :-).Jeremy Allison2003-08-061-181/+198
* Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison2003-08-063-5/+5
* Fix the option processing for smbtar. Does no one check this !Jeremy Allison2003-08-012-6/+35
* Finish reformatting.Jeremy Allison2003-08-011-516/+467
* Reformat lots of clitar code as I hate the style so much :-).Jeremy Allison2003-08-011-563/+540
* Reformat clitar option processing - getting ready to fix it for popt...Jeremy Allison2003-08-011-183/+176
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-302-1/+3
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-232-5/+5
* fixed the pstrcpy() bug in directory recursion properlyAndrew Tridgell2003-07-181-1/+2
* Fix for bug 222 from Marcin Owsiany.Tim Potter2003-07-171-0/+5
* Don't use pstrcpy on non-pstrings.Tim Potter2003-07-171-1/+1
* Fix from Dragan Krnic for handling files in tar archives > 8GB.Tim Potter2003-07-161-0/+10
* More conversions I missed. Thanks metze.Jeremy Allison2003-07-041-2/+2
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-032-3/+3
* Suggest the user runs kinit if smbclient -k returns NT_STATUS_MORE_PROCESSING...Tim Potter2003-07-021-0/+4
* Fix mount options for ro, dir_mode, file_modeSteve French2003-06-201-2/+2
* several places in client.c rely in commands[i].name == NULL being aAndrew Tridgell2003-06-111-2/+2
* i'm getting rather sick of thisAndrew Tridgell2003-06-111-4/+1
* Don't segfault when -b is specified (fixes debian bug #196833)Jelmer Vernooij2003-06-101-1/+1
* don't call a function error_message() as that conflicts with aAndrew Tridgell2003-06-101-3/+3
* Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+1
* Syncup with HEAD:Tim Potter2003-05-281-4/+10
* Fix non-constant initialiser for Sun CC.Andrew Bartlett2003-05-131-1/+7
* And finally IDMAP in 3_0Simo Sorce2003-05-121-23/+164
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-103-6/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-103-0/+6
* Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
* Replace workgroup global variable with lp_workgroup()Tim Potter2003-04-281-10/+8
* Merge:Tim Potter2003-04-141-360/+79
* Merge:Tim Potter2003-04-141-1/+1
* Update smbmount to include unicode and lfs capabilities options -- smbfs supp...Alexander Bokovoy2003-04-081-9/+16
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-182-27/+27
* Fix segfault on FD_SET() when we have an fd of -1Andrew Bartlett2003-03-181-0/+3
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-1/+1
* Add const.Andrew Bartlett2003-03-181-1/+1
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-03-181-0/+557
|\
| * - Make ReadDirName return a const char*.Andrew Bartlett2003-03-161-1/+1
| * Checkin cifs vfs for Linux mount helperSteve French2003-03-151-43/+211
| * If the server went away, don't segfault by attempting to FD_SET -1.Andrew Bartlett2003-03-151-0/+3
| * Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-1/+1
| * Add early prototype of cifs mount helper for LinuxSteve French2003-03-071-0/+389
| * More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-062-27/+27
| * Do my janitorial duties to encourage others to do so.Richard Sharpe2003-03-031-6/+7