summaryrefslogtreecommitdiff
path: root/source3/client/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke1-0/+5
2007-10-10r14127: Remove coverity warning on mount.cifs.cSteve French1-1/+7
2007-10-10r14126: resolve two warnings from the coverity scanSteve French1-5/+8
2007-10-10r14009: Remove last const warning (have to use CONST_DISCARD).Jeremy Allison1-1/+3
2007-10-10r14006: Fix a couple of irritating warnings.Jeremy Allison1-2/+2
2007-10-10r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set toLars Müller1-2/+11
2007-10-10r11938: Fix cifs to handle non-numeric uid and gid parameters and merge trunk...Steve French1-42/+122
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-21/+9
2007-10-10r9401: Allow disabling mandatory byte range lock mount flag, andSteve French1-2/+2
2007-10-10r9225: Various minor CIFS mount helper fixes to less common error paths.Steve French1-6/+18
2007-10-10r6514: Allow domain= to be specified in credentials file. Fix umount.cifs hel...Steve French1-4/+34
2007-10-10r6505: Add missing remount flag handlingSteve French1-0/+2
2007-10-10r6499: Add two newer mount options to syntax help for mount.cifsSteve French1-1/+1
2007-10-10r6103: Update list of mount options for mount.cifsSteve French1-3/+3
2007-10-10r5897: Fix domain name parsing for cifs mount utilSteve French1-7/+4
2007-10-10r5896: Fix cifs mounts to handle commas embedded in prompted password, and pa...Steve French1-17/+166
2007-10-10r5688: ignore user_xattr mount parm so as not to confuse it with a user nameSteve French1-1/+3
2007-10-10r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to Fa...Steve French1-1/+20
2007-10-10r5236: Ignore users mount parm (since unneeded by cifs kernel code). Suggest...Steve French1-1/+5
2007-10-10r3068: strip guest mount option off before sending to kernel mount routine to...Steve French1-0/+6
2007-10-10r2917: Fix ip address override in mount.cifs mount helper and clean up warnin...Steve French1-45/+61
2007-10-10r1616: Fix user unmount of shares mount with suid mount.cifsSteve French1-9/+33
2007-10-10r737: Handle -S and user mount parmsSteve French1-24/+40
2007-10-10r88: Add missing guest mount option for mount.cifsSteve French1-9/+10
2007-10-10r77: Fix path canonicalization of the mount target path and help text display...Steve French1-5/+25
2007-10-10r18: Fix free of incremented pointerSteve French1-5/+4
2004-04-02Fix credential file mountinf for cifs vfsSteve French1-10/+37
2004-02-26Fixes to minor security bug pointed out by AB in the mount helperSteve French1-1/+8
2004-02-17Fix incorrect strnicmp lenSteve French1-23/+22
2004-02-17Disable dev (MS_NODEV) on user mounts from cifs vfsSteve French1-1/+1
2004-02-16Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)Steve French1-1/+5
2004-02-11Update mount.cifs version to 1.1Steve French1-1/+1
2004-02-11Mount helper fixes for nosetuid, noexec part two of twoSteve French1-10/+10
2004-02-11Add missing nosetuid and noexec optionsSteve French1-7/+41
2004-01-05cifs mount helper mergeSteve French1-226/+450
2003-12-11mount.cifs failed to mount to directory owned by user when run setuidSteve French1-2/+2
2003-10-22Fix segfault in mount.cifs helper when there is no options specified during m...Alexander Bokovoy1-1/+1
2003-08-29Update mount helper to take synonyms for file_mode and dir_mode (fmask and dm...Steve French1-9/+28
2003-08-16Fixes to all mount.cifs to run more safely setuidSteve French1-3/+22
2003-06-20Fix mount options for ro, dir_mode, file_modeSteve French1-2/+2
2003-05-28Syncup with HEAD:Tim Potter1-4/+10
2003-03-15Checkin cifs vfs for Linux mount helperSteve French1-43/+211
2003-03-07Add early prototype of cifs mount helper for LinuxSteve French1-0/+389