summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_posixacl.h
Commit message (Collapse)AuthorAgeFilesLines
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-2/+4
| | | | | | | | | | This changes from allocation on NULL to allocation on the supplied memory context. Currently that supplied context is talloc_tos() at the the final consumer of the ACL. Andrew Bartlett
* Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2008-08-141-0/+46
Michael (This used to be commit 876f6793434174051084b17f3b02bd1bbb24ec44)