summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_nfs4acl_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10smbd: Fix a few possible buffer read overrunsVolker Lendecke1-0/+1
2025-01-23vfs: Fix a typoVolker Lendecke1-1/+1
2024-01-08smbd: use check_any_access_fsp() for all access checksRalph Boehme1-2/+5
2021-06-09s3: VFS: nfs4acl_xattr: Remove call to nfs4acl_xattr_fail__sys_acl_blob_get_f...Jeremy Allison1-10/+0
2021-06-09s3: VFS: nfs4acl_xattr: Remove nfs4acl_xattr_fail__sys_acl_get_file().Jeremy Allison1-9/+0
2021-06-09s3: VFS: nfs4acl_xattr: Remove nfs4acl_xattr_get_nt_acl_at().Jeremy Allison1-96/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-0/+1
2021-05-18s3: VFS: nfsacl_xattr: Remove nfs4acl_xattr_fail__sys_acl_delete_def_file().Jeremy Allison1-7/+0
2021-05-18s3: VFS: nfs4acl_xattr. Add nfs4acl_xattr_fail__sys_acl_delete_def_fd().Jeremy Allison1-0/+7
2021-04-11s3/modules: nfs4acl_xattr_fset_nt_acl VFS_SMB_NEXT_CHMOD => VFS_SMB_NEXT_FCHMODNoel Power1-9/+3
2021-04-07VFS: nfs4acl_xattr: Change nfs4acl_validate_blob() to use the fsp instead of ...Jeremy Allison1-12/+6
2021-04-07VFS: nfs4acl_xattr: Ensure remove smb_fname argument from nfs4acl_get_blob().Jeremy Allison1-28/+7
2021-04-07VFS: nfs4acl_xattr: Ensure nfs4acl_get_blob() always gets a valid fsp pointer.Jeremy Allison1-3/+61
2021-03-11s2/modules: nfs4acl_smb4acl_set_fn SMB_VFS_NEXT_SETXATTR -> SMB_VFS_NEXT_FFSE...Noel Power1-8/+2
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-9/+0
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-0/+1
2020-12-16smbd: use fsp_get_pathref_fd() for "internal" xattr functionsRalph Boehme1-2/+2
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-1/+1
2020-05-07s3: VFS: nfs4acl_xattr. Remove get_nt_acl_fn().Jeremy Allison1-36/+0
2020-05-07s3: VFS: vfs4acl_xattr: Add nfs4acl_xattr_get_nt_acl_at().Jeremy Allison1-0/+39
2019-11-27s3:vfs_nfs4acl_xattr: make use of lp_parm_substituted_string()Stefan Metzmacher1-1/+3
2019-07-04vfs_nfs4acl_xattr: fix setting of permissions via NFSBjoern Jacke1-31/+0
2019-03-18vfs_nfs4acl_xattr: check status for NT_STATUS_ACCESS_DENIED in take ownership...Ralph Boehme1-0/+3
2019-03-18vfs_nfs4acl_xattr: support for NFS 4.0 and 4.1 ACLs from NFS4 mountRalph Boehme1-0/+33
2018-12-11vfs: Use dom_sid_str_bufVolker Lendecke1-1/+4
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-11-08vfs_nfs4acl_xattr: add XDR backendRalph Boehme1-0/+11
2017-11-08vfs_nfs4acl_xattr: implement take-ownership as in vfs_acl_commonRalph Boehme1-3/+52
2017-11-08vfs_nfs4acl_xattr: add POSIX mode check and resetRalph Boehme1-6/+112
2017-11-08vfs_nfs4acl_xattr: do xattr ops as rootRalph Boehme1-0/+19
2017-11-08nfs4acls: update default NFS4 ACL version to 4.1Ralph Boehme1-1/+1
2017-11-08vfs_nfs4acl_xattr: add support for NFS 4.1 ACL flags in the NDR backendRalph Boehme1-0/+3
2017-11-08vfs_nfs4acl_xattr: move the meat of the implementation to a seperate fileRalph Boehme1-202/+1
2017-11-08vfs_nfs4acl_xattr: fsp->fh->fd can legally be -1Ralph Boehme1-2/+8
2017-11-08vfs_nfs4acl_xattr: refactoringRalph Boehme1-97/+176
2017-11-08vfs_nfs4acl_xattr: code polishRalph Boehme1-42/+48
2017-11-08vfs_nfs4acl_xattr: modernize ACL inheritanceRalph Boehme1-220/+57
2017-11-08vfs_nfs4acl_xattr: add a runtime configuration objectRalph Boehme1-0/+88
2017-11-08librpc/idl: rename NFS4 ACL xattr name defineRalph Boehme1-4/+4
2017-11-08vfs_nfs4acl_xattr: move interesting functions pointers to the topRalph Boehme1-3/+4
2017-11-08vfs_nfs4acl_xattr: remove a layer of indirectionRalph Boehme1-13/+2
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-14/+31
2017-05-31s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-3/+3
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-1/+1
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison1-1/+5
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-3/+3
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-08-12nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4Volker Lendecke1-1/+1
2016-08-12nfs4acls: Add "smbacl4_vfs_params" parameter to smb_get_nt_acl_nfs4Volker Lendecke1-2/+2