summaryrefslogtreecommitdiffstats
path: root/source/client/mount.cifs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2917: Fix ip address override in mount.cifs mount helper and clean up warnin...Steve French2007-10-101-45/+61
* r1616: Fix user unmount of shares mount with suid mount.cifsSteve French2007-10-101-9/+33
* r737: Handle -S and user mount parmsSteve French2007-10-101-24/+40
* 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
* r18: Fix free of incremented pointerSteve French2007-10-101-5/+4
* Fix credential file mountinf for cifs vfsSteve French2004-04-021-10/+37
* 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
* 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
* 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 segfault in mount.cifs helper when there is no options specified during m...Alexander Bokovoy2003-10-221-1/+1
* Update mount helper to take synonyms for file_mode and dir_mode (fmask and dm...Steve French2003-08-291-9/+28
* Fixes to all mount.cifs to run more safely setuidSteve French2003-08-161-3/+22
* Fix mount options for ro, dir_mode, file_modeSteve French2003-06-201-2/+2
* Syncup with HEAD:Tim Potter2003-05-281-4/+10
* Checkin cifs vfs for Linux mount helperSteve French2003-03-151-43/+211
* Add early prototype of cifs mount helper for LinuxSteve French2003-03-071-0/+389