summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_posixacl.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-09s3: VFS: posixacl: Remove posixacl_sys_acl_set_file().Jeremy Allison1-5/+0
2021-06-09s3: VFS: posixacl: Remove posixacl_sys_acl_get_file().Jeremy Allison1-5/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-0/+1
2021-05-18s3: smbd: Remove all references to utility and backend functions supporting s...Jeremy Allison1-3/+0
2021-05-18s3: VFS: posixacl: Add posixacl_sys_acl_delete_def_fd().Jeremy Allison1-0/+3
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-0/+1
2020-09-12s3:VFS: Remove function declaration for vfs_posixacl_initChristof Schmitt1-2/+0
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-1/+1
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-1/+1
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-2/+4
2008-08-14Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam1-0/+46