summaryrefslogtreecommitdiff
path: root/source3/client/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
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