summaryrefslogtreecommitdiff
path: root/source3/modules/non_posix_acls.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-04vfs: Add helper function for non posix ACL modulesAndrew Bartlett1-0/+29
This handles the stat, and fills in the pre-supplied blob into a wrapper sturcture that can then be returned to vfs_acl_common for hashing. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Christian Ambach <ambi@samba.org>