smbd: Add extra VFS hooks to get the posix ACL as a blob
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 Sep 2012 02:44:01 +0000 (12:44 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 12 Sep 2012 05:06:01 +0000 (07:06 +0200)
commite8375ddf2d29b12cfe84ceec7195de957d0a743c
tree0f25cb893ec23796eeab197889bc251b0bec2db5
parent6638d1036688f7b0f15a1a18c9a251ab0a7ab626
smbd: Add extra VFS hooks to get the posix ACL as a blob

This will allow us to hash this, rather than the NT ACL it maps to.
This will in turn allow us to know if the NT ACL is valid even if we
have to change the mapping code.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Sep 12 07:06:01 CEST 2012 on sn-devel-104
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_fake_acls.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_time_audit.c
source3/smbd/vfs.c