summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* s3: modules: acl_xattr: getxattr_do(). Remove the smb_fname parameter.Jeremy Allison2021-06-251-9/+3
* s3: VFS: acl_xattr: Remove unused get_acl_blob_at().Jeremy Allison2021-06-091-61/+0
* s3: VFS: acl_xattr: Remove acl_xattr_get_nt_acl_at().Jeremy Allison2021-06-091-19/+2
* s3/modules: VFS: acl_xattr: Remove call to chmod_acl_module_common()Noel Power2021-04-111-1/+0
* s3/modules: vfs_acl_xattr SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-7/+1
* vfs_acl_xattr: avoid removing the ACL xattrRalph Boehme2020-12-171-1/+7
* vfs_acl_xattr: reformattingRalph Boehme2020-12-171-7/+9
* vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2020-12-171-26/+0
* vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme2020-12-171-0/+2
* smbd: use fsp_get_pathref_fd() for "internal" xattr functionsRalph Boehme2020-12-161-2/+2
* s3: VFS: acl_xattr. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-18/+0
* s3: VFS: acl_xattr: Add acl_xattr_get_nt_acl_at().Jeremy Allison2020-05-071-0/+19
* s3: VFS: vfs_common and callers. Change get_nt_acl_common() -> get_nt_acl_com...Jeremy Allison2020-05-071-3/+9
* s3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_common().Jeremy Allison2020-05-071-4/+3
* s3: VFS: acl_xattr: Change acl_xattr_fget_nt_acl() to use fget_nt_acl_common().Jeremy Allison2020-05-071-1/+1
* s3: VFS: ACLs. Switch fset_nt_acl_common() over to using fget_acl_blob_fn().Jeremy Allison2020-05-071-3/+1
* s3: VFS: acl_xattr.c: Add fget_acl_blob().Jeremy Allison2020-05-071-0/+60
* s3: VFS: vfs_acl_xattr: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison2019-10-101-2/+6
* s3: VFS: vfs_acl_xattr. Wrap rmdir_acl_common() by acl_xattr_rmdir() so we do...Jeremy Allison2019-10-101-1/+7
* s3: VFS: vfs_acl_xattr: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_acl_xattr: Don't call unlink_acl_common() directly.Jeremy Allison2019-09-261-1/+7
* s3: VFS: vfs_acl_xattr. Implement unlinkat().Jeremy Allison2019-09-261-0/+17
* s3:modules: Remove superfloues sha256.h include in vfs_acl_xattrAndreas Schneider2018-12-121-1/+0
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke2017-08-241-9/+43
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-1/+1
* 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-5/+6
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...Ralph Boehme2017-04-201-3/+21
* vfs_acl_xattr: avoid needlessly supplying a large buffer to getxattr()Uri Simchoni2017-04-181-14/+30
* vfs_acl_xattr: factor out fetching of an extended attributeUri Simchoni2017-04-181-13/+31
* vfs_acl_xattr|tdb: enforced settings when ignore system acls=yesRalph Boehme2016-08-311-0/+21
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-08-301-0/+7
* s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison2016-03-151-2/+2
* vfs_acl_*: Only sha256 neededVolker Lendecke2015-11-091-1/+1
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-0/+1
* Fix the overwriting of errno before use in a DEBUG statement and use the retu...Richard Sharpe2012-05-161-3/+3
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-11/+11
* Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison2011-11-221-1/+0
* Remove opendir() VFS code from ACL modules.Jeremy Allison2011-11-021-1/+0
* Remove the mkdir and open functions from the ACL modules - main code paths no...Jeremy Allison2011-10-281-2/+0
* These modules are no longer experimental but production-ready (especiallyJeremy Allison2011-09-271-2/+0
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison2011-04-021-0/+4