summaryrefslogtreecommitdiff
path: root/source3/client/mount.cifs.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-26Fixes to minor security bug pointed out by AB in the mount helperSteve French1-1/+8
(This used to be commit b83802c5a14800554d30c32c12ae3a86e3136bdf)
2004-02-17Fix incorrect strnicmp lenSteve French1-23/+22
(This used to be commit ad1ebb5000066d44ce94f0341fb31351b3900e95)
2004-02-17Disable dev (MS_NODEV) on user mounts from cifs vfsSteve French1-1/+1
(This used to be commit 9b0d1072bc66d05d0e9afcbe0da349ccaa99ba6e)
2004-02-16Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)Steve French1-1/+5
(This used to be commit a718f16e0bf78139ea46383feec0ce72c63a4986)
2004-02-11Update mount.cifs version to 1.1Steve French1-1/+1
(This used to be commit e73b6a5ae51687c42b621f6bf496c8ae1a73aee1)
2004-02-11Mount helper fixes for nosetuid, noexec part two of twoSteve French1-10/+10
(This used to be commit c2b4d81a8dae23170d32713e3e766dcf5be9a040)
2004-02-11Add missing nosetuid and noexec optionsSteve French1-7/+41
(This used to be commit 5bb6429cc46f4bedd87b309ed98b61b10684cd0f)
2004-01-05cifs mount helper mergeSteve French1-226/+450
(This used to be commit 865fcdcb85d47eeff854f4df0aba0c0f3452bdd9)
2003-12-11mount.cifs failed to mount to directory owned by user when run setuidSteve French1-2/+2
(This used to be commit 18c0315c3cb1a28fd870f8dd5d92f2e9117a29fc)
2003-10-22Fix segfault in mount.cifs helper when there is no options specified during ↵Alexander Bokovoy1-1/+1
mount (This used to be commit fb87388a9fe959ecb01d88e2f974b077bac0a34d)
2003-08-29Update mount helper to take synonyms for file_mode and dir_mode (fmask and ↵Steve French1-9/+28
dmask) (This used to be commit 89a0e97094fa85b6339f0ad0884cf55987758263)
2003-08-16Fixes to all mount.cifs to run more safely setuidSteve French1-3/+22
(This used to be commit bdb65b9a6e033ca25d98e924d44b1639dd0c0fb9)
2003-06-20Fix mount options for ro, dir_mode, file_modeSteve French1-2/+2
(This used to be commit 7e7cf0dd98ec8e28c02cb9e36064eaf098339801)
2003-05-28Syncup with HEAD:Tim Potter1-4/+10
>revision 1.3 >date: 2003/05/20 04:28:29; author: sfrench; state: Exp; lines: +10 -5 >Fix Linux cifs vfs mount helper parsing of slashes (This used to be commit b2b4a7e4998cc41842e8b564a4ccb77737aeed04)
2003-03-15Checkin cifs vfs for Linux mount helperSteve French1-43/+211
(This used to be commit a55acfd7a296c5ae9b043dc03393a29d87e43a40)
2003-03-07Add early prototype of cifs mount helper for LinuxSteve French1-0/+389
(This used to be commit b20bcf8d336b4b2079eb42342a96d1fe714709de)