summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-17vfs: Simplify connect_acl_xattr()Volker Lendecke1-11/+9
2024-01-26Revert "vfs_acl_xattr.c: prefer capabilities over become_root"Anoop C S1-6/+6
2023-11-16vfs_acl_xattr.c: prefer capabilities over become_rootBjörn Jacke1-6/+6
2022-06-27vfs_acl_xattr: add acl_xattr:security_acl_name optionRalph Boehme1-1/+242
2021-06-25s3: modules: acl_xattr: getxattr_do(). Remove the smb_fname parameter.Jeremy Allison1-9/+3
2021-06-09s3: VFS: acl_xattr: Remove unused get_acl_blob_at().Jeremy Allison1-61/+0
2021-06-09s3: VFS: acl_xattr: Remove acl_xattr_get_nt_acl_at().Jeremy Allison1-19/+2
2021-04-11s3/modules: VFS: acl_xattr: Remove call to chmod_acl_module_common()Noel Power1-1/+0
2021-03-11s3/modules: vfs_acl_xattr SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power1-7/+1
2020-12-17vfs_acl_xattr: avoid removing the ACL xattrRalph Boehme1-1/+7
2020-12-17vfs_acl_xattr: reformattingRalph Boehme1-7/+9
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-26/+0
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-0/+2
2020-12-16smbd: use fsp_get_pathref_fd() for "internal" xattr functionsRalph Boehme1-2/+2
2020-05-07s3: VFS: acl_xattr. Remove get_nt_acl_fn().Jeremy Allison1-18/+0
2020-05-07s3: VFS: acl_xattr: Add acl_xattr_get_nt_acl_at().Jeremy Allison1-0/+19
2020-05-07s3: VFS: vfs_common and callers. Change get_nt_acl_common() -> get_nt_acl_com...Jeremy Allison1-3/+9
2020-05-07s3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_common().Jeremy Allison1-4/+3
2020-05-07s3: VFS: acl_xattr: Change acl_xattr_fget_nt_acl() to use fget_nt_acl_common().Jeremy Allison1-1/+1
2020-05-07s3: VFS: ACLs. Switch fset_nt_acl_common() over to using fget_acl_blob_fn().Jeremy Allison1-3/+1
2020-05-07s3: VFS: acl_xattr.c: Add fget_acl_blob().Jeremy Allison1-0/+60
2019-10-10s3: VFS: vfs_acl_xattr: Remove rmdir_fn(). No longer used.Jeremy Allison1-9/+0
2019-10-10s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison1-2/+6
2019-10-10s3: VFS: vfs_acl_xattr. Wrap rmdir_acl_common() by acl_xattr_rmdir() so we do...Jeremy Allison1-1/+7
2019-09-26s3: VFS: vfs_acl_xattr: Remove unlink_fn. No longer used.Jeremy Allison1-10/+0
2019-09-26s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison1-2/+8
2019-09-26s3: VFS: vfs_acl_xattr: Don't call unlink_acl_common() directly.Jeremy Allison1-1/+7
2019-09-26s3: VFS: vfs_acl_xattr. Implement unlinkat().Jeremy Allison1-0/+17
2018-12-12s3:modules: Remove superfloues sha256.h include in vfs_acl_xattrAndreas Schneider1-1/+0
2018-05-25s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison1-1/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-1/+0
2017-08-24acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke1-9/+43
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-1/+1
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-5/+6
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-04-20vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...Ralph Boehme1-3/+21
2017-04-18vfs_acl_xattr: avoid needlessly supplying a large buffer to getxattr()Uri Simchoni1-14/+30
2017-04-18vfs_acl_xattr: factor out fetching of an extended attributeUri Simchoni1-13/+31
2016-08-31vfs_acl_xattr|tdb: enforced settings when ignore system acls=yesRalph Boehme1-0/+21
2016-08-30vfs_acl_tdb|xattr: use a config handleRalph Boehme1-0/+7
2016-03-15s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison1-2/+2
2015-11-09vfs_acl_*: Only sha256 neededVolker Lendecke1-1/+1
2015-08-20s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher1-0/+1
2012-05-16Fix the overwriting of errno before use in a DEBUG statement and use the retu...Richard Sharpe1-3/+3
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-11/+11
2011-11-22Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison1-1/+0
2011-11-02Remove opendir() VFS code from ACL modules.Jeremy Allison1-1/+0
2011-10-28Remove the mkdir and open functions from the ACL modules - main code paths no...Jeremy Allison1-2/+0