summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-12lib: Replace calls to [set|drop]_effective_capabilityVolker Lendecke1-4/+4
2025-10-21smbd: Modernize DEBUGsVolker Lendecke1-1/+1
2025-10-21smbd: Use fsp_str_dbg() in DEBUGsVolker Lendecke1-2/+4
2025-01-23vfs: Fix DBGsVolker Lendecke1-2/+2
2024-03-27Revert "nfs4_acls.c: prefer capabilities over become_root"Björn Jacke1-2/+2
2023-12-08s3:modules: Fix code spellingJoseph Sutton1-1/+1
2023-11-16nfs4_acls.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2023-11-15nfs4_acls: Make fstat_with_cap_dac_override staticChristof Schmitt1-2/+2
2023-11-15nfs4_acls: Make stat_with_cap_dac_override staticChristof Schmitt1-2/+2
2023-11-15nfs4_acls: Make fstatat_with_cap_dac_override staticChristof Schmitt1-5/+5
2023-11-15vfs_gpfs: Move vfs_gpfs_fstatat to nfs4_acls.c and rename functionChristof Schmitt1-0/+25
2023-11-15vfs_gpfs: Move vfs_gpfs_lstat to nfs4_acls.c and rename functionChristof Schmitt1-0/+15
2023-11-15vfs_gpfs: Move vfs_gpfs_fstat to nfs4_acls.c and rename functionChristof Schmitt1-0/+21
2023-11-15vfs_gpfs: Move vfs_gpfs_stat to nfs4_acls.c and rename functionChristof Schmitt1-0/+14
2023-11-15vfs_gpfs: Move stat_with_capability to nfs4_acls.c and rename functionChristof Schmitt1-0/+43
2023-11-15vfs_gpfs: Move fstatat_with_cap_dac_override to nfs4_acls.cChristof Schmitt1-0/+19
2023-11-15nfs4_acls: Implement fstat with DAC_CAP_OVERRIDEChristof Schmitt1-0/+12
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2022-12-02nfs4_acl: Add comment for setting ACL as rootChristof Schmitt1-0/+8
2022-12-02nfs4_acls: Call chown_if_needed function to remove duplicate codeChristof Schmitt1-41/+2
2022-07-13nfs4_acls: Correctly skip chown when gid did not changeChristof Schmitt1-1/+1
2021-02-25s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.Peter Eriksson1-0/+1
2020-03-03smbd: ignore set NTACL requests which contain S-1-5-88 NFS ACEsRalph Boehme1-0/+4
2019-07-23nfs4_acls: Use fsp stat buffer in smb_fget_nt_acl_nfs4Christof Schmitt1-28/+7
2019-07-23nfs4_acls: Change default of nfs4:acedup to "merge"Christof Schmitt1-1/+1
2019-07-23nfs4_acls: Mark nfs4:acedup ignore and reject as deprecatedChristof Schmitt1-0/+6
2019-07-23nfs4_acls: Update copyright headerChristof Schmitt1-0/+1
2019-07-23nfs4_acls: Add warning for deprecated setting nfs4:mode specialChristof Schmitt1-0/+3
2019-07-23nfs4_acls: Use C99 initializer instead of ZERO_STRUCTP for params structChristof Schmitt1-1/+1
2019-07-23nfs4_acls: Change type of smbacl4_substitute_simple to voidChristof Schmitt1-7/+3
2019-07-23nfs4_acls: Use correct owner information for ACL after owner changeChristof Schmitt1-14/+22
2019-07-23nfs4_acls: Remove duplicate entries when mapping from NFS4 ACL to DACLChristof Schmitt1-0/+31
2019-07-23nfs4_acls: Rename smbacl4_fill_ace4 functionChristof Schmitt1-11/+9
2019-07-23nfs4_acls: Add additional owner entry when mapping to NFS4 ACL with IDMAP_TYP...Christof Schmitt1-1/+36
2019-07-23nfs4_acls: Remove redundant pointer variableChristof Schmitt1-30/+26
2019-07-23nfs4_acls: Remove redundant logging from smbacl4_fill_ace4Christof Schmitt1-8/+0
2019-07-23nfs4_acls: Move adding of NFS4 ACE to ACL to smbacl4_fill_ace4Christof Schmitt1-29/+39
2019-07-23nfs4_acls: Move smbacl4_MergeIgnoreReject functionChristof Schmitt1-36/+33
2019-07-23nfs4_acls: Remove i argument from smbacl4_MergeIgnoreRejectChristof Schmitt1-9/+6
2019-07-23nfs4_acls: Add missing braces in smbacl4_win2nfs4Christof Schmitt1-2/+4
2019-07-23nfs4_acls: Add helper function for checking INHERIT flags.Christof Schmitt1-6/+9
2019-07-23nfs4_acls: Use correct type when checking ownerGIDChristof Schmitt1-1/+1
2019-07-23nfs4_acls: Use switch/case for checking idmap typeChristof Schmitt1-9/+18
2019-07-23nfs4_acls: Use sids_to_unixids to lookup uid or gidChristof Schmitt1-6/+14
2019-07-23nfs4_acls: Remove fsp from smbacl4_win2nfs4Christof Schmitt1-12/+10
2019-07-23Revert "nfs4acl: Fix owner mapping with ID_TYPE_BOTH"Christof Schmitt1-8/+1
2018-12-20vfs: Use dom_sid_str_bufVolker Lendecke1-4/+10
2017-10-22nfs4acls: Slightly simplify smb_add_ace4Volker Lendecke1-2/+1
2017-10-22nfs4acls: Fix a debug messageVolker Lendecke1-1/+1
2017-09-09s3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping from NFSv4 framework to ...Ralph Boehme1-4/+0