summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.c
Commit message (Expand)AuthorAgeFilesLines
* nfs4_acls: Use fsp stat buffer in smb_fget_nt_acl_nfs4Christof Schmitt2019-07-231-28/+7
* nfs4_acls: Change default of nfs4:acedup to "merge"Christof Schmitt2019-07-231-1/+1
* nfs4_acls: Mark nfs4:acedup ignore and reject as deprecatedChristof Schmitt2019-07-231-0/+6
* nfs4_acls: Update copyright headerChristof Schmitt2019-07-231-0/+1
* nfs4_acls: Add warning for deprecated setting nfs4:mode specialChristof Schmitt2019-07-231-0/+3
* nfs4_acls: Use C99 initializer instead of ZERO_STRUCTP for params structChristof Schmitt2019-07-231-1/+1
* nfs4_acls: Change type of smbacl4_substitute_simple to voidChristof Schmitt2019-07-231-7/+3
* nfs4_acls: Use correct owner information for ACL after owner changeChristof Schmitt2019-07-231-14/+22
* nfs4_acls: Remove duplicate entries when mapping from NFS4 ACL to DACLChristof Schmitt2019-07-231-0/+31
* nfs4_acls: Rename smbacl4_fill_ace4 functionChristof Schmitt2019-07-231-11/+9
* nfs4_acls: Add additional owner entry when mapping to NFS4 ACL with IDMAP_TYP...Christof Schmitt2019-07-231-1/+36
* nfs4_acls: Remove redundant pointer variableChristof Schmitt2019-07-231-30/+26
* nfs4_acls: Remove redundant logging from smbacl4_fill_ace4Christof Schmitt2019-07-231-8/+0
* nfs4_acls: Move adding of NFS4 ACE to ACL to smbacl4_fill_ace4Christof Schmitt2019-07-231-29/+39
* nfs4_acls: Move smbacl4_MergeIgnoreReject functionChristof Schmitt2019-07-231-36/+33
* nfs4_acls: Remove i argument from smbacl4_MergeIgnoreRejectChristof Schmitt2019-07-231-9/+6
* nfs4_acls: Add missing braces in smbacl4_win2nfs4Christof Schmitt2019-07-231-2/+4
* nfs4_acls: Add helper function for checking INHERIT flags.Christof Schmitt2019-07-231-6/+9
* nfs4_acls: Use correct type when checking ownerGIDChristof Schmitt2019-07-231-1/+1
* nfs4_acls: Use switch/case for checking idmap typeChristof Schmitt2019-07-231-9/+18
* nfs4_acls: Use sids_to_unixids to lookup uid or gidChristof Schmitt2019-07-231-6/+14
* nfs4_acls: Remove fsp from smbacl4_win2nfs4Christof Schmitt2019-07-231-12/+10
* Revert "nfs4acl: Fix owner mapping with ID_TYPE_BOTH"Christof Schmitt2019-07-231-8/+1
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-201-4/+10
* nfs4acls: Slightly simplify smb_add_ace4Volker Lendecke2017-10-221-2/+1
* nfs4acls: Fix a debug messageVolker Lendecke2017-10-221-1/+1
* s3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping from NFSv4 framework to ...Ralph Boehme2017-09-091-4/+0
* vfs/nfs4_acls: move special handling of SMB_ACE4_SYNCHRONIZE to vfs_zfsaclRalph Boehme2017-09-091-7/+0
* s3/vfs/nfs4_acls: avoid a statRalph Boehme2016-09-271-6/+22
* nfs4acl: Fix owner mapping with ID_TYPE_BOTHChristof Schmitt2016-09-151-1/+8
* nfs4acls: Allow nfs4 acl params to be set by callersVolker Lendecke2016-08-121-14/+23
* nfs4acls: Make smbacl4_vfs_params publicVolker Lendecke2016-08-121-14/+2
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4Volker Lendecke2016-08-121-0/+1
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_get_nt_acl_nfs4Volker Lendecke2016-08-121-0/+1
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4Volker Lendecke2016-08-121-0/+1
* nfs4acls: Add some constVolker Lendecke2016-08-121-4/+4
* nfs4acls: Remove a typedefVolker Lendecke2016-08-121-10/+10
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-1/+1
* s3:vfs: Change smbacl4_GetFileOwner() to take const struct smb_filename * fro...Jeremy Allison2016-03-141-5/+5
* s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison2016-03-141-3/+4
* nfs4acls: Remove type_name param from smbacl4_get_vfs_paramsVolker Lendecke2015-08-131-10/+10
* nfs4acls: Fix a small memleakVolker Lendecke2015-08-131-1/+1
* nfs4acls: Introduce a helper variableVolker Lendecke2015-08-131-3/+5
* nfs4acls: Remove a few unnecessary castsVolker Lendecke2015-08-131-15/+8
* nfs4acls: Use talloc_realloc()Volker Lendecke2015-08-131-3/+3
* nfs4acls: Use talloc_zero_array()Volker Lendecke2015-08-131-2/+2
* nfs4acls: Use talloc_zero()Volker Lendecke2015-08-131-2/+1
* nfs4acls: Use talloc_zero()Volker Lendecke2015-08-131-2/+3
* nfs4acls: Remove get_validated_aceintVolker Lendecke2015-08-131-31/+8
* nfs4acls: Remove get_validated_aclintVolker Lendecke2015-08-131-69/+39