summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* 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'.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
| * Fix breakage done by myself yesterday.Tim Potter2003-02-251-6/+3
| * Fixed up some const related compiler warnings.Tim Potter2003-02-251-3/+6
| * The cli_send_tconX code already determines to send \\server\share to port 139Andrew Bartlett2003-02-181-18/+3
| * fix dumb perror used without errno beeing set.Simo Sorce2003-02-151-2/+2
| * Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-152-6/+44
| * Fix typo in WIFSIGNALED (as per Waider's report)Alexander Bokovoy2003-02-131-1/+1
| * waitstatus audit: Correctly handle case where smbmnt is killed by aMartin Pool2003-02-131-0/+3
| * Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2003-02-071-4/+0
| * smb signing compile fixTim Potter2003-02-021-1/+1
| * More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2003-02-021-0/+3
| * Add FIXME about dodgy argument parser.Martin Pool2003-01-201-0/+11
| * s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter2003-01-151-1/+1
| * One more from waitpid() audit: Correctly interpret waitstatus when aMartin Pool2003-01-151-1/+5
| * Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-111-1/+1
| * Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel2003-01-071-4/+10
| * BIG patch...Andrew Bartlett2003-01-023-10/+10
| * merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-191-18/+18
| * merge smbtar fixes from 2.2Herb Lewis2002-12-161-6/+8
| * fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
| * Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett2002-12-011-1/+2
| * Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
| * Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1