1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/modules
Andrew Bartlett 72caa1fc8d Add a new VFS module, that just fiddles the file permissions. Still need to
make it fiddle with NT ACLs (or report no ACL, so Samba fakes it up).

The idea here is that Samba reports an NT ACL to Windows clients, which use
that ACL in downloaded profiles.

If the user doesn't have write permissions on the directories being downloaded,
then it cant put the subfolders in (yes, NT will set perms so that it can't
access the dir as the user the created it) and the profile download fails.

The current solution it to give the user unix write perms to the folders, but
this is rather dangerous - sombody could trojen the profile.  This should
avoid that mess.

I'll test this out properly next week, but it works in vfstest (thanks idra!).

Andrew Bartlett
(This used to be commit 1ad782282a)
2002-12-30 04:19:57 +00:00
..
developer.c Move 'weird' character set into new 'developer' module 2002-11-13 19:07:34 +00:00
mysql.c Finish adding strings to all talloc_init() calls. 2002-12-23 23:53:56 +00:00
vfs_audit.c Move working VFS modules to source/modules/ 2002-11-13 13:11:04 +00:00
vfs_fake_perms.c Add a new VFS module, that just fiddles the file permissions. Still need to 2002-12-30 04:19:57 +00:00
vfs_netatalk.c talloc_init_named -> talloc_init. 2002-12-22 16:02:36 +00:00
vfs_recycle.c talloc_init_named -> talloc_init. 2002-12-22 16:02:36 +00:00
xml.c Use smb_register_passdb() - plus some small fixes 2002-11-15 17:01:24 +00:00