summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* mount.cifs failed to mount to directory owned by user when run setuidSteve French2003-12-111-2/+2
* Fix crash bug in smbclient completion. Closes bug #659.Tim Potter2003-11-041-3/+2
* Fix segfault in mount.cifs helper when there is no options specified during m...Alexander Bokovoy2003-10-221-1/+1
* Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restoreJeremy Allison2003-09-121-2/+4
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* Proposed patch for #308. Needs testing.Jeremy Allison2003-09-021-7/+10
* Update mount helper to take synonyms for file_mode and dir_mode (fmask and dm...Steve French2003-08-291-9/+28
* Print an error instead of crashing if no argument is specified forTim Potter2003-08-271-0/+4
* fix bug #39; save the -W value and restore it after lp_load()Gerald Carter2003-08-251-1/+18
* metze's autogenerate patch for version.hGerald Carter2003-08-203-4/+4
* Fixes to all mount.cifs to run more safely setuidSteve French2003-08-161-3/+22
* 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