diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-13 20:03:48 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-15 11:44:50 +1000 |
commit | e25830dcd87387a237b96f0d70deb204a5bf0a54 (patch) | |
tree | 3bd7838560de386df5bb935b9e94b4ba8436d3d8 /source3/passdb/pdb_ldap_schema.c | |
parent | a63a2a72ebb3d9c9a41c5519c85e8b294f1110a8 (diff) | |
download | samba-e25830dcd87387a237b96f0d70deb204a5bf0a54.tar.gz samba-e25830dcd87387a237b96f0d70deb204a5bf0a54.tar.bz2 samba-e25830dcd87387a237b96f0d70deb204a5bf0a54.zip |
s3-smbd: Remove sys_acl_*() VFS wrapper functions
We no longer do struct smb_acl_t manipuations via the VFS layer,
which is now reduced to handling the get/set functions.
The only backend that implemented these functions (aside from audit)
was the vfs_default module calling the sys_acl code. The various ACL
implementation modules either worked on the fully initilaised
smb_acl_t object or on NT ACLs.
This not only makes the operation of the posix ACL code more efficient
(as allocation and free is not put via the VFS), it makes it easier to
test and removes the fantasy that a module could safely redefine this
structure or the behaviour here.
The smb_acls.idl now defines the structure, and it is now allocated
with talloc.
These operations were originally added to the VFS in commit
3bb219161a270f12c27c3bc7e1220829c6e9f284.
Andrew Bartlett
Diffstat (limited to 'source3/passdb/pdb_ldap_schema.c')
0 files changed, 0 insertions, 0 deletions