summaryrefslogtreecommitdiff
path: root/source3/modules/posixacl_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23s3:mod:posixacl_xattr: use NUMERIC_CMP in posixacl_xattr_entry_compareDouglas Bagnall1-3/+3
2021-06-23s3: VFS: posixacl_xattr: Remove posixacl_xattr_acl_set_file(). No longer used.Jeremy Allison1-35/+0
2021-06-23s3: VFS: posixacl_xattr: Remove posixacl_xattr_acl_get_file(). No longer used.Jeremy Allison1-72/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-3/+14
2021-05-18s3: VFS: posixacl_xattr: Remove posixacl_xattr_acl_delete_def_file().Jeremy Allison1-7/+0
2021-05-18s3: VFS: posixacl_xattr: Add posixacl_xattr_acl_delete_def_fd().Jeremy Allison1-0/+6
2021-04-07VFS: posixacl_xattr: In posixacl_xattr_acl_delete_def_file() change SMB_VFS_R...Jeremy Allison1-2/+1
2021-03-11s3/modules: posixacl convert from SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power1-1/+1
2020-12-17posixacl_xattr: add support for SMB_ACL_TYPE_DEFAULT in posixacl_xattr_acl_se...Ralph Boehme1-1/+11
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-1/+3
2019-01-23s3-vfs: Use ENOATTR in errno comparison for getxattrAnoop C S1-2/+2
2017-10-27s3:modules: Check correct variable for NULL in posixacl_xattrAndreas Schneider1-1/+1
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-3/+3
2017-05-31s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-1/+1
2017-05-31s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison1-1/+1
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-2/+3
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-9/+11
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison1-2/+4
2016-07-24s3: vfs: generalize functions that set/get posix acl through xattrYan, Zheng1-0/+504