r17179: Merge the vl-posixacls tmp branch into mainline. It
authorJim McDonough <jmcd@samba.org>
Fri, 21 Jul 2006 15:51:34 +0000 (15:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:17 +0000 (11:38 -0500)
commitca0c73f281a2a65a988094a46bb3e46a94011a53
tree18179f391e5cdf067df5246ab448fe79e6372b60
parentf97f6cedffdc4d10afcac90a163b93a801acf514
r17179: Merge the vl-posixacls tmp branch into mainline. It
modularizes our interface into the special posix API used on
the system. Without this patch the specific API flavor is
determined at compile time, something which severely limits
usability on systems with more than one file system. Our
first targets are AIX with its JFS and JFS2 APIs, at a later
stage also GPFS. But it's certainly not limited to IBM
stuff, this abstraction is also necessary for anything that
copes with NFSv4 ACLs. For this we will check in handling
very soon.

Major contributions can be found in the copyright notices as
well as the checkin log of the vl-posixacls branch. The
final merge to 3_0 post-3.0.23 was done by Peter Somogyi
<psomogyi@gamax.hu>
13 files changed:
source/Makefile.in
source/configure.in
source/include/smb_acls.h
source/lib/sysacls.c
source/modules/vfs_aixacl.c [new file with mode: 0644]
source/modules/vfs_aixacl_util.c [new file with mode: 0644]
source/modules/vfs_default.c
source/modules/vfs_hpuxacl.c [new file with mode: 0644]
source/modules/vfs_irixacl.c [new file with mode: 0644]
source/modules/vfs_posixacl.c [new file with mode: 0644]
source/modules/vfs_solarisacl.c [new file with mode: 0644]
source/modules/vfs_tru64acl.c [new file with mode: 0644]
source/smbd/posix_acls.c