1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/modules
Ralph Boehme ee431fc525 vfs_fruit: ignore delete on the AFP_Resource stream
OS X ignores deletes on the AFP_Resource stream. This was discovered by
torture tests against OS X SMB server.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11347

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-12-21 23:21:18 +01:00
..
developer.c
getdate.c
getdate.h
getdate.y
nfs4_acls.c nfs4acls: Remove type_name param from smbacl4_get_vfs_params 2015-08-13 17:45:31 +02:00
nfs4_acls.h nfs4acls: Remove an obsolete comment 2015-08-13 14:40:15 +02:00
non_posix_acls.c s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthetic_smb_fname_split(). 2015-05-05 14:01:25 +02:00
non_posix_acls.h
perfcount_test.c s3:modules/perfcount_*: make function prototypes available via static_decl_perfcount; 2015-08-20 16:06:21 +02:00
README-gpfs-acl.txt
README.nfs4acls.txt s3: Update README.nfs4acls.txt 2013-05-09 06:18:21 +02:00
vfs_acl_common.c s3:smbd: convert file_struct.posix_open to a bitmap with flags 2015-12-01 20:45:20 +01:00
vfs_acl_tdb.c vfs_acl_*: Only sha256 needed 2015-11-09 07:53:18 +01:00
vfs_acl_xattr.c vfs_acl_*: Only sha256 needed 2015-11-09 07:53:18 +01:00
vfs_afsacl.c Convert all uint8/16/32 to _t in all modules. 2015-05-06 04:14:14 +02:00
vfs_aio_fork.c s3: smbd: Change aio_pending_size static variable to a new "aio max threads" smb.conf parameter. 2015-11-13 21:36:19 +01:00
vfs_aio_linux.c s3: smbd: Change aio_pending_size static variable to a new "aio max threads" smb.conf parameter. 2015-11-13 21:36:19 +01:00
vfs_aio_pthread.c s3: smbd: Change aio_pending_size static variable to a new "aio max threads" smb.conf parameter. 2015-11-13 21:36:19 +01:00
vfs_aixacl2.c nfs4acls: Use an anon struct for SMB4ACE_T 2015-08-13 14:40:15 +02:00
vfs_aixacl_util.c
vfs_aixacl_util.h
vfs_aixacl.c
vfs_audit.c s3:modules/vfs_*: make function prototypes available via static_decl_vfs; 2015-08-20 16:06:21 +02:00
vfs_btrfs.c vfs_btrfs: add snapshot create/delete calls 2015-03-31 18:40:25 +02:00
vfs_cacheprime.c lib: Move sys_rw* to lib/util 2015-10-13 01:23:07 +02:00
vfs_cap.c vfs_cap: Fix a warning 2015-11-09 07:53:18 +01:00
vfs_catia.c s3:modules/vfs_*: make function prototypes available via static_decl_vfs; 2015-08-20 16:06:21 +02:00
vfs_ceph.c smbd: Remove SMB_VFS_NOTIFY_WATCH 2015-07-07 23:51:24 +02:00
vfs_commit.c vfs_commit: set the fd on open before calling SMB_VFS_FSTAT 2015-10-08 02:56:41 +02:00
vfs_crossrename.c s3: VFS modules: Ignore EPERM errors on [f]chmod in crossrename module. 2014-07-08 07:49:37 +02:00
vfs_default_quota.c Convert all uint8/16/32 to _t in all modules. 2015-05-06 04:14:14 +02:00
vfs_default.c s3: smbd: Change aio_pending_size static variable to a new "aio max threads" smb.conf parameter. 2015-11-13 21:36:19 +01:00
vfs_dfs_samba4.c
vfs_dirsort.c s3:modules/vfs_*: make function prototypes available via static_decl_vfs; 2015-08-20 16:06:21 +02:00
vfs_expand_msdfs.c
vfs_extd_audit.c s3:modules/vfs_*: make function prototypes available via static_decl_vfs; 2015-08-20 16:06:21 +02:00
vfs_fake_acls.c s3: smbd: VFS: fake_acl module called get_full_smb_filename() with a stream path, then used the result to call XATTR functions directly. 2015-05-05 14:01:25 +02:00
vfs_fake_perms.c vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structs 2013-04-10 00:12:06 +02:00
vfs_fileid.c
vfs_fruit.c vfs_fruit: ignore delete on the AFP_Resource stream 2015-12-21 23:21:18 +01:00
vfs_full_audit.c s3:modules/vfs_*: make function prototypes available via static_decl_vfs; 2015-08-20 16:06:21 +02:00
vfs_glusterfs.c vfs_glusterfs: Fix a memory leak in AIO 2015-12-17 20:55:22 +01:00
vfs_gpfs.c vfs_gpfs: Re-enable share modes 2015-11-06 03:21:01 +01:00
vfs_hpuxacl.c vfs_hpuxacl: Fix typo in comment... 2015-05-21 22:54:20 +02:00
vfs_hpuxacl.h
vfs_linux_xfs_sgid.c
vfs_media_harmony.c Convert all uint8/16/32 to _t in all modules. 2015-05-06 04:14:14 +02:00
vfs_netatalk.c Convert all uint8/16/32 to _t in all modules. 2015-05-06 04:14:14 +02:00
vfs_nfs4acl_xattr.c nfs4acls: Use an anon struct for SMB4ACE_T 2015-08-13 14:40:15 +02:00
vfs_offline.c vfs_offline: add vfs_offline module 2015-11-04 22:15:24 +01:00
vfs_posix_eadb.c s3:modules/vfs_*: make function prototypes available via static_decl_vfs; 2015-08-20 16:06:21 +02:00
vfs_posixacl.c vfs_posixacl: catch ACL_EVERYONE on FreeBSD 2014-10-12 00:22:19 +02:00
vfs_posixacl.h
vfs_prealloc.c vfs_prealloc: Remove call to gpfs_prealloc 2015-02-11 02:03:08 +01:00
vfs_preopen.c lib: Move sys_rw* to lib/util 2015-10-13 01:23:07 +02:00
vfs_readahead.c
vfs_readonly.c
vfs_recycle.c s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname() and vfs_lstat_smb_fname() should be calling vfs_stat_smb_basename(). 2015-05-05 14:01:25 +02:00
vfs_shadow_copy2.c CVE-2015-5299: s3-shadow-copy2: fix missing access check on snapdir 2015-12-16 12:56:48 +01:00
vfs_shadow_copy.c Convert uint32/16/8 to _t for the last two include files in source3/include. 2015-05-01 21:52:25 +02:00
vfs_shell_snap.c vfs: add vfs_shell_snap module 2015-03-31 18:40:25 +02:00
vfs_snapper.c s3-vfs_snapper: Fix a possible use without init warning 2015-11-17 16:48:23 +01:00
vfs_solarisacl.c vfs: Fix the O3 developer build 2015-05-07 23:11:38 +02:00
vfs_solarisacl.h
vfs_streams_depot.c Convert all uint8/16/32 to _t in all modules. 2015-05-06 04:14:14 +02:00
vfs_streams_xattr.c vfs_streams_xattr: fix and simplify streams_xattr_get_name() 2015-10-16 23:27:01 +02:00
vfs_syncops.c s3:modules/vfs_*: make function prototypes available via static_decl_vfs; 2015-08-20 16:06:21 +02:00
vfs_time_audit.c smbd: Remove SMB_VFS_NOTIFY_WATCH 2015-07-07 23:51:24 +02:00
vfs_tru64acl.c
vfs_tru64acl.h
vfs_tsmsm.c
vfs_unityed_media.c Convert all uint8/16/32 to _t in all modules. 2015-05-06 04:14:14 +02:00
vfs_vxfs.c s3: vfs module: Adding new vfs module for Symantec VxFS. 2014-09-18 02:30:06 +02:00
vfs_worm.c s3:vfs: add create tags to SMB_VFS_CREATEFILE 2014-12-04 22:11:07 +01:00
vfs_xattr_tdb.c s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthetic_smb_fname_split(). 2015-05-05 14:01:25 +02:00
vfs_zfsacl.c nfs4acls: Use an anon struct for SMB4ACE_T 2015-08-13 14:40:15 +02:00
wscript_build s3: smbd: Remove --with-aio-support. We no longer would ever prefer POSIX-RT aio, use pthread_aio instead. 2015-11-13 21:36:19 +01:00

Configuring NFS4 ACLs in Samba3
===============================
Created: Peter Somogyi, 2006-JUN-06
Last modified: Alexander Werth, 2013-MAY-02
Revision no.: 4 
-------------------------------


Parameters in smb.conf:
=======================

Each parameter must have a prefix "nfs4:".
Each one affects the behaviour only when _setting_ an acl on a file/dir:

mode = [simple|special]
- simple: Use OWNER@ and GROUP@ special IDs for non inheriting ACEs only.
  This mode is the default.
- special: use OWNER@ and GROUP@ special IDs in ACEs instead of simple
  user&group ids. This mode is deprecated.

Note1: EVERYONE@ is always processed (if found such an ACE).
Note2: There is a side effect when _only_ chown is performed.
       Later this may be worked out.
Note3: Mode special inherits incorrect ACL entries when the user creating
       a file is different from the owner of the caurrent folder.
Note4: Mode simple uses inheriting OWNER@ and GROUP@ special IDs to
       support Creator Owner and Creator Group.

It's strongly advised to set "store dos attributes = yes" in smb.conf.

chown = [true|false]
- true => enable changing owner and group - default.
- false => disable support for changing owner or group

acedup = [dontcare|reject|ignore|merge]
- dontcare: copy ACEs as they come, don't care with "duplicate" records. Default.
- reject: stop operation, exit acl setter operation with an error
- ignore: don't include the second matching ACE
- merge: OR 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE

Two ACEs are considered here "duplicate" when their type and id fields are matching.

Example:

[smbtest]
path = /tests/psomogyi/smbtest
writable = yes
vfs objects = aixacl2
nfs4: mode = special
nfs4: chown = yes
nfs4: acedup = merge

Configuring AIX ACL support
==============================

Binaries: (default install path is [samba]/lib/vfs/)
- aixacl.so: provides AIXC ACL support only, can be compiled and works on all AIX platforms
- aixacl2.so: provides AIXC and JFS2-NFS4 ACL support, can be compiled and works only under AIX 5.3 and newer.
NFS4 acl currently has support only under JFS2 (ext. attr. format must be set to v2).
aixacl2.so always detects support for NFS4 acls and redirects to POSIX ACL handling automatically when NFS4 is not supported for a path.

Adding "vfs objects = aixacl2" to a share should be done only in case when NFS4 is really supported by the filesystem.
(Otherwise you may get performance loss.)

For configuration see also the example above.

General notes
=============

NFS4 handling logic is separated from AIX/jfs2 ACL parsing.

Samba and its VFS modules dosn't reorder ACEs. Windows clients do that (and the smbcacl tool). MSDN also says deny ACEs must come first.
NFS4 ACL's validity is checked by the system API, not by Samba.
NFS4 ACL rights are enforced by the OS or filesystem, not by Samba.

The flag INHERITED_ACE is never set (not required, as doesn't do WinNT/98/me, only since Win2k).
Win2k GUI behaves strangely when detecting inheritance (sometimes it doesn't detect, 
but after adding an ace it shows that - it's some GUI error).

Unknown (unmappable) SIDs are not accepted.

TODOs
=====
- Creator Owner & Group SID handling (same way as posix)
- the 4 generic rights bits support (GENERIC_RIGHT_READ_ACCESS, WRITE, EXEC, ALL)
- chown & no ACL, but we have ONWER@ and GROUP@
- DIALUP, ANONYMOUS, ... builtin SIDs
- audit & alarm support - in theory it's forwarded so it should work, but currently there's no platform which supports them to test
- support for a real NFS4 client (we don't have an accepted API yet)