summaryrefslogtreecommitdiffstats
path: root/source/client/mount.cifs.c
Commit message (Expand)AuthorAgeFilesLines
* mount.cifs: don't leak passwords with verbose optionJeff Layton2009-10-011-20/+34
* mount.cifs: check access of credential files before openingJeff Layton2009-10-011-0/+11
* Fix guest mountsSteve French2009-02-241-1/+3
* Fix mount.cifs handling of -V option (to display version)Steve French2009-02-241-196/+228
* mount.cifs: add fakemount (-f) and nomtab (-n) flags to mount.cifsShirish Pargaonkar2009-02-061-5/+10
* mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount progJeff Layton2008-11-061-51/+52
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-091-37/+47
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-091-2/+2
* mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton2008-09-141-2/+2
* mount.cifs: don't prompt for password on krb5 mountsJeff Layton2008-09-121-1/+2
* mount.cifs: fix several problems when mounting subdirectories of shares (try 2)Jeff Layton2008-09-121-27/+68
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-021-0/+3
* Don't free memory from getpass. Fix for bug reported byJeremy Allison2008-05-091-4/+24
* Fix build with glibc 2.8Jim McDonough2008-04-141-0/+1
* Fix confusing error message -- bug 5252Volker Lendecke2008-02-251-4/+10
* Revert "mount.cifs: fix several problems when mounting subdirectories of shares"Simo Sorce2008-02-141-64/+26
* Resolve conflict of merging in J.Layton patchSimo Sorce2007-12-171-43/+124
|\
| * 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
* | mount.cifs: fix several problems when mounting subdirectories of sharesJeff Layton2007-12-171-26/+64
|/
* 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
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+10
* r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke2007-10-101-0/+5
* r14127: Remove coverity warning on mount.cifs.cSteve French2007-10-101-1/+7
* r14126: resolve two warnings from the coverity scanSteve French2007-10-101-5/+8
* r14009: Remove last const warning (have to use CONST_DISCARD).Jeremy Allison2007-10-101-1/+3
* r14006: Fix a couple of irritating warnings.Jeremy Allison2007-10-101-2/+2
* r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set toLars Müller2007-10-101-2/+11
* r11938: Fix cifs to handle non-numeric uid and gid parameters and merge trunk...Steve French2007-10-101-42/+122
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-21/+9
* r9401: Allow disabling mandatory byte range lock mount flag, andSteve French2007-10-101-2/+2
* r9225: Various minor CIFS mount helper fixes to less common error paths.Steve French2007-10-101-6/+18
* r6514: Allow domain= to be specified in credentials file. Fix umount.cifs hel...Steve French2007-10-101-4/+34
* r6505: Add missing remount flag handlingSteve French2007-10-101-0/+2
* r6499: Add two newer mount options to syntax help for mount.cifsSteve French2007-10-101-1/+1
* r6103: Update list of mount options for mount.cifsSteve French2007-10-101-3/+3
* r5897: Fix domain name parsing for cifs mount utilSteve French2007-10-101-7/+4
* r5896: Fix cifs mounts to handle commas embedded in prompted password, and pa...Steve French2007-10-101-17/+166
* r5688: ignore user_xattr mount parm so as not to confuse it with a user nameSteve French2007-10-101-1/+3
* r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to Fa...Steve French2007-10-101-1/+20
* r5236: Ignore users mount parm (since unneeded by cifs kernel code). Suggest...Steve French2007-10-101-1/+5
* r3068: strip guest mount option off before sending to kernel mount routine to...Steve French2007-10-101-0/+6