Cause smbd to use the new posix_acls code, not the old unix_acls code.
authorJeremy Allison <jra@samba.org>
Wed, 6 Dec 2000 23:24:31 +0000 (23:24 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 6 Dec 2000 23:24:31 +0000 (23:24 +0000)
commit4339e20202a876dbadc07980b731f711463b7299
treebb3c8073a1f9898981fff5fef9c3e9d0c8453615
parent3d0ecea18d52b7287beede5687c26536413440eb
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Currently does exactly the same thing (returns ACLs the same way). This
code is written to try and get a POSIX ACL via the abstract sys_XX interface,
then fall back to providing a UNIX based ACL if the calls fail. Seems to
work. Next step is to add a --with-posix-acls to configure.in and then
check on a POSIX ACL system that a complex ACL is returned correctly
as an NT ACL. Note that the ACL set (a more complex problem) is not
addressed yet.
Jeremy.
source/Makefile.in
source/include/proto.h
source/include/smb.h
source/include/smb_acls.h
source/lib/sysacls.c
source/passdb/pdb_smbpasswd.c
source/script/mkproto.awk
source/smbd/posix_acls.c