summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-102-25/+25
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2007-10-101-2/+4
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2007-10-101-2/+132
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-101-0/+47
* r3292: A fix from Narayana Pattipati <narayana[dot]pattipati[at]wipro\dotty/...Richard Sharpe2007-10-101-2/+2
* r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.Jeremy Allison2007-10-101-4/+4
* r3068: strip guest mount option off before sending to kernel mount routine to...Steve French2007-10-101-0/+6
* r2917: Fix ip address override in mount.cifs mount helper and clean up warnin...Steve French2007-10-101-45/+61
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-102-2/+2
* r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison2007-10-101-0/+153
* r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.Jeremy Allison2007-10-101-3/+5
* r1908: Bugzilla #1541. Fix recursive ls in smbclient. Fix by Josef Zlomek.Tim Potter2007-10-101-1/+1
* r1616: Fix user unmount of shares mount with suid mount.cifsSteve French2007-10-101-9/+33
* r1320: Return an error when the last command read from stdin fails in smbclie...Jelmer Vernooij2007-10-102-5/+7
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-0/+16
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-1/+1
* r947: Patch from Fabian Franz <FabianFranz@gmx.de> that allows youJelmer Vernooij2007-10-101-4/+16
* r737: Handle -S and user mount parmsSteve French2007-10-101-24/+40
* r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2007-10-101-2/+1
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2007-10-101-18/+18
* r88: Add missing guest mount option for mount.cifsSteve French2007-10-101-9/+10
* r77: Fix path canonicalization of the mount target path and help text display...Steve French2007-10-101-5/+25
* r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy2007-10-101-0/+1
* r39: * importing .cvsignore filesGerald Carter2007-10-101-1/+0
* r18: Fix free of incremented pointerSteve French2007-10-101-5/+4
* Fix credential file mountinf for cifs vfsSteve French2004-04-021-10/+37
* source code fix for bug 1095 -- honor the '-l' optionGerald Carter2004-03-261-2/+6
* Merge from HEAD for Amanda group.Jeremy Allison2004-03-181-2/+2
* Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy2004-03-121-37/+37
* BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()...Gerald Carter2004-03-111-29/+19
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-031-12/+6
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-3/+43
* BUG 692: patch from SATOH Fumiyasu <fumiya@miraclelinux.com> to correct trunc...Gerald Carter2004-03-011-4/+4
* Fixes to minor security bug pointed out by AB in the mount helperSteve French2004-02-261-1/+8
* Fix incorrect strnicmp lenSteve French2004-02-171-23/+22
* Disable dev (MS_NODEV) on user mounts from cifs vfsSteve French2004-02-171-1/+1
* Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)Steve French2004-02-161-1/+5
* urban's changes for nosuid,nodevGerald Carter2004-02-131-1/+1
* Commit Andrew Bartlett's interesting patch to smbclient that allows forRichard Sharpe2004-02-121-1/+57
* Update mount.cifs version to 1.1Steve French2004-02-111-1/+1
* Mount helper fixes for nosetuid, noexec part two of twoSteve French2004-02-111-10/+10
* Add missing nosetuid and noexec optionsSteve French2004-02-111-7/+41
* BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_...Gerald Carter2004-02-111-9/+9
* Patch from "Stoian Ivanov" <sdr@bultra.com>: Add -g (greppable..) toVolker Lendecke2004-01-161-14/+34
* * BUG 446Gerald Carter2004-01-151-1/+2
* cifs mount helper mergeSteve French2004-01-051-226/+450
* 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