summaryrefslogtreecommitdiff
path: root/source3/modules/posixacl_xattr.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-23s3: VFS: posixacl_xattr: Remove posixacl_xattr_acl_set_file(). No longer used.Jeremy Allison1-5/+0
2021-06-23s3: VFS: posixacl_xattr: Remove posixacl_xattr_acl_get_file(). No longer used.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: VFS: posixacl_xattr: Remove posixacl_xattr_acl_delete_def_file().Jeremy Allison1-3/+0
2021-05-18s3: VFS: posixacl_xattr: Add posixacl_xattr_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
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
2016-07-24s3: vfs: generalize functions that set/get posix acl through xattrYan, Zheng1-0/+44