summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-23vfs: Use is_ntfs_stream_smb_fname() where appropriateVolker Lendecke1-1/+1
2025-01-23vfs: Slightly simplify acl_common_remove_object()Volker Lendecke1-11/+4
2025-01-23vfs: Simplify acl_common_remove_object()Volker Lendecke1-62/+14
2024-10-25smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_openRalph Boehme1-1/+1
2024-10-25smbd: remove seperate flag FSP_POSIX_FLAGS_PATHNAMESRalph Boehme1-1/+1
2024-03-27Revert "vfs_acl_common.c: prefer capabilities over become_root"Björn Jacke1-4/+4
2024-01-08smbd: use check_any_access_fsp() for all access checksRalph Boehme1-2/+5
2023-11-16vfs_acl_common.c: prefer capabilities over become_rootBjörn Jacke1-4/+4
2023-10-10vfs: Fix a typoVolker Lendecke1-1/+1
2023-07-17s3:modules: Fix code spellingAndreas Schneider1-4/+4
2023-06-21smbd: Don't set security_descriptor_hash_v4->timeVolker Lendecke1-4/+0
2023-03-09vfs: Replace a "== false" with a "!"Volker Lendecke1-1/+1
2021-06-09s3: VFS: acl_common: Remove the dirfsp parameter from validate_nt_acl_blob().Jeremy Allison1-2/+0
2021-06-09s3: VFS: acl_common: Remove the pathname-based calls in validate_nt_acl_blob().Jeremy Allison1-31/+11
2021-06-09s3: VFS: acl_common: Remove get_nt_acl_common_at().Jeremy Allison1-169/+0
2021-06-02s3: VFS: acl_common. parent_smb_fname() -> SMB_VFS_PARENT_PATHNAME().Jeremy Allison1-7/+8
2021-04-11s3/modules: VFS: acl_common: Remove chmod_acl_module_common() functionNoel Power1-11/+0
2021-04-11s3/modules: make chmod_acl_module_common less strict so fchmod can runNoel Power1-1/+2
2021-01-28vfs_acl_common: support real dirfsps in acl_common_remove_object()Ralph Boehme1-11/+21
2020-12-17vfs_acl_common: add an fsp extension when setting ACLRalph Boehme1-0/+8
2020-12-17vfs_acl_common: add and use a function exit labelRalph Boehme1-17/+9
2020-12-16smbd: add need_fsa arg and logic to file_find_di_(first|next)Ralph Boehme1-2/+2
2020-05-07s3: VFS: acl_common: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() i...Jeremy Allison1-5/+6
2020-05-07s3: VFS: acl_common. s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_...Jeremy Allison1-5/+6
2020-05-07s3: VFS: acl_common: Add a dirfsp parameter to validate_nt_acl_blob().Jeremy Allison1-18/+21
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: vfs_acl_common: Remove unused stat_fsp_or_smb_fname().Jeremy Allison1-44/+0
2020-05-07s3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_common().Jeremy Allison1-42/+31
2020-05-07s3: VFS: ACLs. Switch fset_nt_acl_common() over to using fget_acl_blob_fn().Jeremy Allison1-4/+2
2020-05-07s3: VFS: Split out fget_nt_acl_common() from get_nt_acl_common().Jeremy Allison1-0/+148
2020-04-29vfs_acl_common: use parent_smb_fname()Ralph Boehme1-18/+18
2020-04-03smbd: move files_struct.delete_on_close to a bitfieldRalph Boehme1-1/+2
2019-10-10s3: VFS: vfs_acl_common: Convert rmdir_acl_common() to use UNLINKAT instead o...Jeremy Allison1-1/+4
2019-10-10s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison1-1/+2
2019-10-10s3: VFS: vfs_acl_common: Change acl_common_remove_object() to use UNLINKAT in...Jeremy Allison1-1/+4
2019-09-26s3: VFS: vfs_acl_common: Convert unlink_acl_common(), acl_common_remove_objec...Jeremy Allison1-2/+8
2019-09-26s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison1-1/+3
2019-04-30s3:modules: Use GnuTLS SHA256 in vfs_acl_commonAndreas Schneider1-6/+12
2018-12-11vfs: Use dom_sid_str_bufVolker Lendecke1-1/+3
2018-05-25s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison1-10/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-11/+0
2018-05-11s3:smbd: fix interaction between chown and SD flagsRalph Boehme1-2/+5
2018-03-01s3:modules: Add FALL_THROUGH statements in vfs_acl_common.cAndreas Schneider1-0/+1
2017-11-08s3/smbd: make make_default_filesystem_acl publicRalph Boehme1-212/+4
2017-11-08vfs_acl_common: directly pass default_acl_styleRalph Boehme1-9/+9
2017-10-09vfs_acl_common: fix take ownership vs give ownershipRalph Boehme1-0/+13
2017-10-09vfs_acl_common: factor out a variable declarationRalph Boehme1-2/+3
2017-08-24acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke1-69/+40
2017-08-24acl_common: Pass store_acl_blob_fsp through store_v3_blobVolker Lendecke1-7/+13
2017-08-24acl_common: Pass get_acl_blob_fn as a pointer to get_nt_acl_internalVolker Lendecke1-15/+17