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)
commitba72b0242e29e7cc97f02af27290806a07305350
treebe4804c962c48eb99dc7689283117d22d16ab5c4
parente0c68d0a1d591e4285746a8af70040448752a735
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>
(This used to be commit ca0c73f281a2a65a988094a46bb3e46a94011a53)
13 files changed:
source3/Makefile.in
source3/configure.in
source3/include/smb_acls.h
source3/lib/sysacls.c
source3/modules/vfs_aixacl.c [new file with mode: 0644]
source3/modules/vfs_aixacl_util.c [new file with mode: 0644]
source3/modules/vfs_default.c
source3/modules/vfs_hpuxacl.c [new file with mode: 0644]
source3/modules/vfs_irixacl.c [new file with mode: 0644]
source3/modules/vfs_posixacl.c [new file with mode: 0644]
source3/modules/vfs_solarisacl.c [new file with mode: 0644]
source3/modules/vfs_tru64acl.c [new file with mode: 0644]
source3/smbd/posix_acls.c