summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: acl_common: Remove the dirfsp parameter from validate_nt_acl_blob().Jeremy Allison2021-06-091-2/+0
* s3: VFS: acl_common: Remove the pathname-based calls in validate_nt_acl_blob().Jeremy Allison2021-06-091-31/+11
* s3: VFS: acl_common: Remove get_nt_acl_common_at().Jeremy Allison2021-06-091-169/+0
* s3: VFS: acl_common. parent_smb_fname() -> SMB_VFS_PARENT_PATHNAME().Jeremy Allison2021-06-021-7/+8
* s3/modules: VFS: acl_common: Remove chmod_acl_module_common() functionNoel Power2021-04-111-11/+0
* s3/modules: make chmod_acl_module_common less strict so fchmod can runNoel Power2021-04-111-1/+2
* vfs_acl_common: support real dirfsps in acl_common_remove_object()Ralph Boehme2021-01-281-11/+21
* vfs_acl_common: add an fsp extension when setting ACLRalph Boehme2020-12-171-0/+8
* vfs_acl_common: add and use a function exit labelRalph Boehme2020-12-171-17/+9
* smbd: add need_fsa arg and logic to file_find_di_(first|next)Ralph Boehme2020-12-161-2/+2
* s3: VFS: acl_common: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() i...Jeremy Allison2020-05-071-5/+6
* s3: VFS: acl_common. s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_...Jeremy Allison2020-05-071-5/+6
* s3: VFS: acl_common: Add a dirfsp parameter to validate_nt_acl_blob().Jeremy Allison2020-05-071-18/+21
* s3: VFS: vfs_common and callers. Change get_nt_acl_common() -> get_nt_acl_com...Jeremy Allison2020-05-071-3/+9
* s3: VFS: vfs_acl_common: Remove unused stat_fsp_or_smb_fname().Jeremy Allison2020-05-071-44/+0
* s3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_common().Jeremy Allison2020-05-071-42/+31
* s3: VFS: ACLs. Switch fset_nt_acl_common() over to using fget_acl_blob_fn().Jeremy Allison2020-05-071-4/+2
* s3: VFS: Split out fget_nt_acl_common() from get_nt_acl_common().Jeremy Allison2020-05-071-0/+148
* vfs_acl_common: use parent_smb_fname()Ralph Boehme2020-04-291-18/+18
* smbd: move files_struct.delete_on_close to a bitfieldRalph Boehme2020-04-031-1/+2
* s3: VFS: vfs_acl_common: Convert rmdir_acl_common() to use UNLINKAT instead o...Jeremy Allison2019-10-101-1/+4
* s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison2019-10-101-1/+2
* s3: VFS: vfs_acl_common: Change acl_common_remove_object() to use UNLINKAT in...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_acl_common: Convert unlink_acl_common(), acl_common_remove_objec...Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison2019-09-261-1/+3
* s3:modules: Use GnuTLS SHA256 in vfs_acl_commonAndreas Schneider2019-04-301-6/+12
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+3
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-10/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-11/+0
* s3:smbd: fix interaction between chown and SD flagsRalph Boehme2018-05-111-2/+5
* s3:modules: Add FALL_THROUGH statements in vfs_acl_common.cAndreas Schneider2018-03-011-0/+1
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-081-212/+4
* vfs_acl_common: directly pass default_acl_styleRalph Boehme2017-11-081-9/+9
* vfs_acl_common: fix take ownership vs give ownershipRalph Boehme2017-10-091-0/+13
* vfs_acl_common: factor out a variable declarationRalph Boehme2017-10-091-2/+3
* acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke2017-08-241-69/+40
* acl_common: Pass store_acl_blob_fsp through store_v3_blobVolker Lendecke2017-08-241-7/+13
* acl_common: Pass get_acl_blob_fn as a pointer to get_nt_acl_internalVolker Lendecke2017-08-241-15/+17
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-7/+6
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-8/+12
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+1
* s3: modules: vfs_acl_common - Add Ralph's copyright.Jeremy Allison2016-08-311-0/+1
* vfs_acl_common: use DBG_LEVEL and remove function prefixes in DEBUG statementsRalph Boehme2016-08-301-42/+33
* vfs_acl_common: Windows style default ACLRalph Boehme2016-08-301-0/+76
* vfs_acl_xattr|tdb: add option to control default ACL styleRalph Boehme2016-08-301-6/+42
* vfs_acl_common: check for ignore_system_acls before fetching filesystem ACLRalph Boehme2016-08-301-44/+55
* vfs_acl_common: move stat stuff to a helper functionRalph Boehme2016-08-301-31/+48
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-08-301-10/+40
* vfs_acl_common: move the ACL blob validation to a helper functionRalph Boehme2016-08-301-89/+127
* vfs_acl_common: simplify ACL logic, cleanup and talloc hierarchyRalph Boehme2016-08-301-70/+61