Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of RAW...
authorJeremy Allison <jra@samba.org>
Tue, 11 Nov 2008 01:57:22 +0000 (17:57 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 11 Nov 2008 01:57:22 +0000 (17:57 -0800)
commit8076e50fad6346e3ca6e18a044ea01b31ca182dd
tree2386e5202864faecf1d8b7c95be7e6932ac3fa1f
parent39d42378b260240544b5649ff373fc15fbddaed8
Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow.
Jeremy.
source3/Makefile.in
source3/configure.in
source3/modules/vfs_acl_tdb.c [new file with mode: 0644]
source3/modules/vfs_acl_xattr.c