summaryrefslogtreecommitdiff
path: root/source3/modules/posixacl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* s3-vfs: Use ENOATTR in errno comparison for getxattrAnoop C S2019-01-231-2/+2
* s3:modules: Check correct variable for NULL in posixacl_xattrAndreas Schneider2017-10-271-1/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-3/+3
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-2/+3
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-9/+11
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-2/+4
* s3: vfs: generalize functions that set/get posix acl through xattrYan, Zheng2016-07-241-0/+504