1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/modules
Christian Ambach 94229435e8 s3:vfs:gpfs remove non-working code
when development of vfs_gpfs was started a long time ago it was
considered a good idea to have it compileable even if GPFS is not
around and then the module would complain in the logs that libgpfs
is not there

Nowadays this does not work any more as the code contains GPFS
specific types that need the GPFS header files.

Instead of making it compile again by adding GPFS typedefs, this
removes the whole approach. Other VFS modules also do not even
compile when necessary headers are not around, so do the same for
the GPFS module code.
2011-11-24 17:25:04 +01:00
..
developer.c lib/util/charset Use top level iconv.c in source3 2011-02-18 18:41:00 +11:00
getdate.c
getdate.h
getdate.y
gpfs.c s3:vfs:gpfs remove non-working code 2011-11-24 17:25:04 +01:00
nfs4_acls.c s3:vfs: convert nfs4_acls sidmap db code to use dbwrap_wrapper functions 2011-10-11 14:17:57 +02:00
nfs4_acls.h nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the client 2011-05-30 17:42:27 +02:00
onefs_acl.c Replace calls to sid_equal with calls to dom_sid_equal 2011-08-17 12:30:08 +02:00
onefs_cbrl.c s3-globals Remove smbd_event_context() (use server_event_context()) 2011-05-31 00:32:07 +02:00
onefs_config.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
onefs_config.h
onefs_dir.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
onefs_notify.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
onefs_open.c Remove can_access_file_data() - make it use the standard smbd_check_access_rights() instead. 2011-11-04 15:45:13 -07:00
onefs_shadow_copy.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
onefs_shadow_copy.h
onefs_streams.c Add support for VFS op streaminfo chaining in all relevant VFS modules. 2011-10-14 03:26:06 +02:00
onefs_system.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
onefs.h s3-proto: remove some prototypes of non-existing functions. 2011-02-23 15:42:35 +01:00
perfcount_onefs.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
perfcount_test.c lib/util Rename samba_init_module -> samba_module_init 2011-10-28 13:10:28 +02:00
README-gpfs-acl.txt
README.nfs4acls.txt
vfs_acl_common.c Remove the setting of the inherited ACL on new files/directories. This is 2011-11-22 12:33:54 -08:00
vfs_acl_tdb.c Remove the setting of the inherited ACL on new files/directories. This is 2011-11-22 12:33:54 -08:00
vfs_acl_xattr.c Remove the setting of the inherited ACL on new files/directories. This is 2011-11-22 12:33:54 -08:00
vfs_afsacl.c s3:modules/vfs_afsacl fix a compiler warning 2011-07-21 14:55:09 +02:00
vfs_aio_fork.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
vfs_aixacl2.c s3: Fix the build of vfs_aixacl2.c 2011-08-25 23:06:11 +02:00
vfs_aixacl_util.c s3-smbd: fix the AIX 5.3 build. 2011-04-20 18:16:28 +02:00
vfs_aixacl.c s3-vfs acl modules: more non-linux build fixes. 2011-03-30 16:00:02 +02:00
vfs_audit.c param: Merge param headers into lib/param/loadparm.h 2011-06-29 15:44:09 +10:00
vfs_cacheprime.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
vfs_cap.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
vfs_catia.c s3-vfs: rename open function to open_fn. 2011-04-21 02:01:20 +02:00
vfs_commit.c s3:vfs_commit: fix build 2011-06-24 14:51:31 +02:00
vfs_crossrename.c s3: only include smb profiling where needed. 2011-04-14 01:31:39 +02:00
vfs_default_quota.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
vfs_default.c Add support for VFS op streaminfo chaining in all relevant VFS modules. 2011-10-14 03:26:06 +02:00
vfs_dfs_samba4.c lib/param move source4 param code to the top level 2011-10-11 13:41:34 +11:00
vfs_dirsort.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
vfs_expand_msdfs.c s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info 2011-07-20 09:17:13 +10:00
vfs_extd_audit.c param: Merge param headers into lib/param/loadparm.h 2011-06-29 15:44:09 +10:00
vfs_fake_perms.c s3-auth Use *unix_token rather than utok in struct auth3_session_info 2011-07-20 09:17:10 +10:00
vfs_fileid.c s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() 2011-06-09 12:40:08 +02:00
vfs_full_audit.c s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info 2011-07-20 09:17:13 +10:00
vfs_gpfs_hsm_notify.c vfs_gpfs: Properly notify the offline->online changes 2011-05-04 16:11:30 +02:00
vfs_gpfs.c s3:vfs:gpfs fix some compiler warnings 2011-11-24 17:24:58 +01:00
vfs_gpfs.h s3:modules fix some non-empty blank lines 2011-06-09 16:02:07 +02:00
vfs_hpuxacl.c s3: Fix some nonempty blank lines 2011-08-03 22:00:19 +02:00
vfs_hpuxacl.h
vfs_irixacl.c s3-includes: only include acl prototypes when needed. 2011-04-14 00:47:57 +02:00
vfs_irixacl.h
vfs_linux_xfs_sgid.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
vfs_netatalk.c vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths. 2011-10-19 00:05:45 +02:00
vfs_notify_fam.c s3-talloc Change TALLOC_P() to talloc() 2011-06-09 12:40:08 +02:00
vfs_onefs_shadow_copy.c s3-vfs: rename open function to open_fn. 2011-04-21 02:01:20 +02:00
vfs_onefs.c s3-vfs: rename open function to open_fn. 2011-04-21 02:01:20 +02:00
vfs_posixacl.c s3-includes: only include acl prototypes when needed. 2011-04-14 00:47:57 +02:00
vfs_posixacl.h
vfs_prealloc.c Revert "Add a missing include file to two VFS modules" 2011-09-23 09:34:33 -07:00
vfs_preopen.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
vfs_readahead.c s3-includes: move readahead prototype to its only user. 2011-04-14 12:12:47 +02:00
vfs_readonly.c s3-vfs: include smbd/smbd.h in vfs modules. 2011-03-30 01:13:08 +02:00
vfs_recycle.c s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info 2011-07-20 09:17:13 +10:00
vfs_scannedonly.c Removed unused variable. 2011-10-15 00:38:28 +02:00
vfs_shadow_copy2.c tdb2: fix build with --enable-tdb2 2011-08-31 13:56:40 +09:30
vfs_shadow_copy.c struct make "struct shadow_copy_data" its own talloc context 2011-05-31 21:47:07 +02:00
vfs_smb_traffic_analyzer.c s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info 2011-07-20 09:17:13 +10:00
vfs_smb_traffic_analyzer.h Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. This will allow to introduce new features or fixes into the protocol after the 3.6.0 release. The client software is designed to take care for the subrelease number. 2011-05-24 21:23:22 +02:00
vfs_solarisacl.c s3-includes: only include acl prototypes when needed. 2011-04-14 00:47:57 +02:00
vfs_solarisacl.h
vfs_streams_depot.c Add support for VFS op streaminfo chaining in all relevant VFS modules. 2011-10-14 03:26:06 +02:00
vfs_streams_xattr.c Add support for VFS op streaminfo chaining in all relevant VFS modules. 2011-10-14 03:26:06 +02:00
vfs_syncops.c s3-vfs: rename open function to open_fn. 2011-04-21 02:01:20 +02:00
vfs_time_audit.c s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba share 2011-06-17 23:11:10 +02:00
vfs_tru64acl.c s3-includes: only include acl prototypes when needed. 2011-04-14 00:47:57 +02:00
vfs_tru64acl.h
vfs_tsmsm.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
vfs_xattr_tdb.c s3:vfs: change the xattr_tdb module to use dbwrap wrapper functions 2011-10-11 14:17:57 +02:00
vfs_zfsacl.c s3-zfsacl: Fix a debug message 2011-07-08 11:22:55 +02:00
wscript_build s3:modules: add vfs_dfs_samba4 2011-10-08 01:43:38 +02:00

Configuring NFS4 ACLs in Samba3
===============================
Created: Peter Somogyi, 2006-JUN-06
Last modified: Peter Somogyi, 2006-JUL-20
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: don't use OWNER@ and GROUP@ special IDs in ACEs. - default
- special: use OWNER@ and GROUP@ special IDs in ACEs instead of simple user&group ids.
Note: EVERYONE@ is always processed (if found such an ACE).
Note2: special mode will have side effect when _only_ chown is performed. Later this may be worked out.

Use "simple" mode when the share is used mainly by windows users and unix side is not significant. You will loose unix bits in this case.
It's strongly advised setting "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)