1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

72 Commits

Author SHA1 Message Date
Steve French
2bd2800715 r1616: Fix user unmount of shares mount with suid mount.cifs 2007-10-10 10:52:17 -05:00
Steve French
ea597e7523 r737: Handle -S and user mount parms 2007-10-10 10:51:36 -05:00
Steve French
e688c08d33 r88: Add missing guest mount option for mount.cifs 2007-10-10 10:51:08 -05:00
Steve French
69861f168c r77: Fix path canonicalization of the mount target path and help text display in the cifs mount helper 2007-10-10 10:51:07 -05:00
Steve French
dfac69be4f r18: Fix free of incremented pointer 2007-10-10 10:51:03 -05:00
Steve French
9ad22b8a3d Fix credential file mountinf for cifs vfs -
Steve French
b83802c5a1 Fixes to minor security bug pointed out by AB in the mount helper -
Steve French
ad1ebb5000 Fix incorrect strnicmp len -
Steve French
9b0d1072bc Disable dev (MS_NODEV) on user mounts from cifs vfs -
Steve French
a718f16e0b Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID) -
Steve French
e73b6a5ae5 Update mount.cifs version to 1.1 -
Steve French
c2b4d81a8d Mount helper fixes for nosetuid, noexec part two of two -
Steve French
5bb6429cc4 Add missing nosetuid and noexec options -
Steve French
865fcdcb85 cifs mount helper merge -
Steve French
18c0315c3c mount.cifs failed to mount to directory owned by user when run setuid -
Alexander Bokovoy
fb87388a9f Fix segfault in mount.cifs helper when there is no options specified during mount -
Steve French
89a0e97094 Update mount helper to take synonyms for file_mode and dir_mode (fmask and dmask) -
Steve French
bdb65b9a6e Fixes to all mount.cifs to run more safely setuid -
Steve French
7e7cf0dd98 Fix mount options for ro, dir_mode, file_mode -
Tim Potter
b2b4a7e499 Syncup with HEAD:
>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
-
Steve French
a55acfd7a2 Checkin cifs vfs for Linux mount helper -
Steve French
b20bcf8d33 Add early prototype of cifs mount helper for Linux -