summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when doing command name completion. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+3
* Merge of non-static initialisation fixes from 3.0Tim Potter2003-05-281-1/+7
* Fix Linux cifs vfs mount helper parsing of slashesSteve French2003-05-201-5/+10
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-103-6/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-103-0/+6
* Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
* Merge of -W fixes for bug #39:Tim Potter2003-04-281-10/+8
* some readline completion exancementsSimo Sorce2003-04-191-23/+164
* Update smbmount to include unicode and lfs capabilities options -- smbfs supp...Alexander Bokovoy2003-04-081-9/+16
* Add static to satisfy exotic compilersJelmer Vernooij2003-03-241-1/+1
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-1/+2
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-11/+5
* Don't declare variables after instructionsJelmer Vernooij2003-03-231-12/+12
* Convert to popt.Jelmer Vernooij2003-03-221-361/+85
* - 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
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-122-19/+14
* Kill append_log from smbmount (thanks vance for reminding me).Andrew Bartlett2002-11-091-2/+0
* Move testsmbc.c to examplesJelmer Vernooij2002-11-041-455/+0
* Don't encourage people to use -P - it's obsoleteJelmer Vernooij2002-10-181-1/+0
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers whenAndrew Bartlett2002-10-031-4/+4
* Make sure that variable does not shadow a parameter.Richard Sharpe2002-09-291-6/+6