summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.c
Commit message (Expand)AuthorAgeFilesLines
* vfs/nfs4_acls: move special handling of SMB_ACE4_SYNCHRONIZE to vfs_zfsaclRalph Boehme2017-10-251-7/+0
* s3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping from NFSv4 framework to ...Ralph Boehme2017-10-251-4/+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
* nfs4acls: Remove the SMB_ACE4_INT_T typedefVolker Lendecke2015-08-131-22/+22
* nfs4acls: Remove the SMB_ACL4_INT_T typedefVolker Lendecke2015-08-131-16/+16
* nfs4acls: Use SMB4ACE_T instead of _SMB_ACE4_INT_TVolker Lendecke2015-08-131-1/+1
* nfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_TVolker Lendecke2015-08-131-1/+1
* nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke2015-08-131-8/+8
* nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke2015-08-131-21/+21
* nfs4acls: Use ZERO_STRUCTPVolker Lendecke2015-08-131-4/+4
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-9/+9
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-051-2/+2
* nfs4: Fix a confusing debug messageVolker Lendecke2015-02-091-1/+1
* s3:smbd: ignore dacls with MS NFS ACEsRalph Boehme2014-12-041-0/+3
* vfs: Support NFS control flags in nfs4_acls.c.Alexander Werth2014-04-051-1/+23
* smbd: Fix CID 1035478 Negative array index readVolker Lendecke2013-11-111-6/+19
* s3:modules: nfs4_acls ACLs with zero entries are fine.Alexander Werth2013-10-301-6/+6
* s3:modules: Fix realloc with zero sized ACLsAlexander Werth2013-10-301-5/+7
* s3: fix missing braces in nfs4_acls.cAbhidnya Joshi2013-08-281-1/+2
* s3: Remove old mode special substitution.Alexander Werth2013-07-161-13/+2
* Use existing "acl map full control" parameter to control the adding of the DE...Jeremy Allison2013-06-241-2/+17
* smbd: Fix a ISO C90 forbids mixed declarations and code warningVolker Lendecke2013-05-181-1/+1
* Tidy up old bool usage. False -> false, True -> true.Jeremy Allison2013-05-091-13/+13
* s3: Use mode bits in some cases in mode simple.Alexander Werth2013-05-091-0/+46
* s3: Add changes that keep nfs4:mode special behavior.Alexander Werth2013-05-091-1/+41
* s3: Mapping of cifs creator owner to nfs owner@ ace.Alexander Werth2013-05-091-0/+24
* s3: Mapping of special entries to creator owner in mode simple.Alexander Werth2013-05-091-6/+60
* s3: Add params parameter to smbacl4_nfs42win function.Alexander Werth2013-05-091-12/+27
* s3: Change smbacl4_get_vfs_params to use connection_struct instead of fsp.Alexander Werth2013-05-091-5/+6