summaryrefslogtreecommitdiffstats
path: root/source/client/mount.cifs.c
Commit message (Expand)AuthorAgeFilesLines
* mount.cifs: don't leak passwords with verbose optionJeff Layton2009-09-281-20/+34
* mount.cifs: check access of credential files before openingJeff Layton2009-09-281-0/+11
* Fix guest mountsSteve French2009-03-271-1/+3
* cifs mount fix for handling -V parameterSteve French2009-03-271-4/+22
* mount.cifs: initialize rc to 0 in mainJeff Layton2009-03-271-1/+1
* mount.cifs: add fakemount (-f) and nomtab (-n) flags to mount.cifsShirish Pargaonkar2009-03-271-3/+9
* mount.cifs: allow mounts to ipv6 capable serversJeff Layton2009-01-281-101/+120
* mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount progJeff Layton2008-12-091-48/+49
* Fix CID: 456 - resource leak on function exit.Jeremy Allison2008-12-091-0/+13
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-12-091-36/+46
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-12-091-2/+2
* Attempt to fix bug 5778Volker Lendecke2008-12-091-0/+10
* Revert "Attempt to fix bug 5778"Karolin Seeger2008-11-171-10/+0
* Revert "mount.cifs: have uppercase_string return success on NULL pointer"Karolin Seeger2008-11-171-2/+2
* Revert "mount.cifs: make return codes match the return codes for /bin/mount (...Karolin Seeger2008-11-171-46/+36
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-151-36/+46
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-151-2/+2
* Attempt to fix bug 5778Volker Lendecke2008-10-061-0/+10
* mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton2008-09-151-2/+2
* mount.cifs: unclear error message with "credentials"Steve French2008-08-281-2/+3
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-061-0/+3
* Remove hard coded sizes.Jeremy Allison2008-05-051-3/+3
* Tidyup to ensure '\n' is treated identically in allJeremy Allison2008-05-051-0/+2
* Fix bug #5434 found by Ted Percival <ted@midg3t.net>.Jeremy Allison2008-05-051-0/+2
* Revert "mount.cifs: Zero mountpassword content before freeing."Volker Lendecke2008-04-281-24/+3
* mount.cifs: Zero mountpassword content before freeing.Karolin Seeger2008-04-251-3/+24
* Make mount.cifs.c consistent with other Samba code usage w.r.tJeremy Allison2008-04-251-69/+54
* mount.cifs: fix several problems when mounting subdirectories of shares (try 2)Jeff Layton2008-04-011-24/+66
* Do the formatting change in all 3 places :-)Volker Lendecke2008-02-251-3/+7
* Fix confusing error message -- bug 5252Volker Lendecke2008-02-251-3/+5
* Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3Simo Sorce2008-02-221-0/+1
* Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce2008-02-141-64/+26
* Update mount.cifs helpSteve French2008-01-031-3/+5
* Merge in J.Layton patch and resolve conflict.Simo Sorce2007-12-171-26/+64
* We don't need to call endpwent if we never call getpwent.Jeremy Allison2007-12-131-2/+0
* Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison2007-12-131-10/+59
* Missed one strcpy call.Jeremy Allison2007-12-121-1/+1
* Add a portable version of strlcpy and strlcat and convertJeremy Allison2007-12-121-36/+70
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-0/+0
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-1/+1
* r25355: IP address parsing did not allow for fully expanded ipv6 addressesSteve French2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22982: Do not prompt for password on sec=none for mount.cifs (and allow guestSteve French2007-10-101-2/+5
* r22979: Revert previous checkin (which had some debug junk) and fix misc free...Steve French2007-10-101-68/+25
* r22779: Patch for not prompting for password on cifs mounts when "sec=none"Steve French2007-10-101-10/+61
* r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex forSteve French2007-10-101-6/+6
* r22526: Support deep tree mounts after share (instead of having to specifySteve French2007-10-101-0/+10
* r21840: mount.cifs compile on old libc missing bind mount #defineSteve French2007-10-101-0/+4
* r17605: Some C++ warningsVolker Lendecke2007-10-101-15/+15