summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_zfsacl.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15vfs_zfsacl: Call stat CAP_DAC_OVERRIDE functionsChristof Schmitt1-0/+4
2023-08-08s3:modules: Fix error messageJoseph Sutton1-1/+1
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-4/+4
2022-12-09vfs_zfsacl: fix mixed declaration and code errorRalph Boehme1-1/+2
2022-12-09vfs_zfsacl: remove unused functionRalph Boehme1-35/+0
2021-10-12s3: VFS: zfsacl: Ensure we use a pathref fd, not an io fd, for getting/settin...Jeremy Allison1-9/+8
2021-06-09s3: VFS: Remove zfsacl_fail__sys_acl_blob_get_file().Jeremy Allison1-10/+0
2021-06-09s3: VFS: zfsacl: Remove zfsacl_fail__sys_acl_get_file().Jeremy Allison1-9/+0
2021-06-09s3: VFS: zfsacl: Remove zfsacl_get_nt_acl_at().Jeremy Allison1-73/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-0/+1
2021-05-18s3: VFS: zfsacl: Remove zfsacl_fail__sys_acl_delete_def_file().Jeremy Allison1-7/+0
2021-05-18s3: VFS: zfsacl: Add zfsacl_fail__sys_acl_delete_def_fd().Jeremy Allison1-0/+7
2021-01-25vfs: Fix the FreeBSD buildVolker Lendecke1-5/+9
2021-01-25vfs: Remove an unused variable from zfs_get_nt_acl_common()Volker Lendecke1-1/+0
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-01vfs_zfsacl: add missing inherited flag on hidden "magic" everyone@ ACERalph Boehme1-1/+2
2020-12-01vfs_zfsacl: reformattingRalph Boehme1-2/+3
2020-10-15vfs_zfsacl: only grant DELETE_CHILD if ACL tag is specialAndrew Walker1-1/+4
2020-10-15vfs_zfsacl: use a helper variable in zfs_get_nt_acl_common()Ralph Boehme1-4/+11
2020-10-15vfs_zfsacl: README.Coding fixRalph Boehme1-1/+2
2020-10-15vfs_zfsacl: Add new parameter to stop automatic addition of special entriesAndrew Walker1-0/+24
2020-10-15vfs_zfsacl: use handle based facl() call to query ZFS filesytem ACLRalph Boehme1-37/+122
2020-06-10vfs: Fix typosVolker Lendecke1-2/+2
2020-05-07s3: VFS: zfsacl. Remove get_nt_acl_fn().Jeremy Allison1-52/+0
2020-05-07s3: VFS: zfsacl. Add zfsacl_get_nt_acl_at().Jeremy Allison1-0/+62
2019-12-20vfs_zfsacl: fix issue with ACL inheritance in zfsaclawalker1-0/+19
2019-12-20vfs_zfsacl: pass config to zfs_get_nt_acl_common()Ralph Boehme1-3/+15
2019-12-20vfs_zfsacl: pass nfs4_params to smb_set_nt_acl_nfs4()Ralph Boehme1-2/+12
2019-12-20vfs_zfsacl: load parameters on connectawalker1-3/+46
2018-11-28s3:modules: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-1/+1
2018-05-18vfs_zfsacl: return synthesized ACL when ZFS return ENOTSUPRalph Boehme1-2/+34
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-11-02vfs_zfsacl: fix compilation errorRalph Boehme1-4/+6
2017-09-09s3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping from NFSv4 framework to ...Ralph Boehme1-0/+4
2017-09-09vfs_zfsacl: ensure zfs_get_nt_acl_common() has access to stat infoRalph Boehme1-3/+22
2017-09-09vfs_zfsacl: pass smb_fname to zfs_get_nt_acl_commonRalph Boehme1-12/+8
2017-09-09vfs/nfs4_acls: move special handling of SMB_ACE4_SYNCHRONIZE to vfs_zfsaclRalph Boehme1-0/+9
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-0/+1
2016-08-12nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4Volker Lendecke1-1/+2
2016-03-14s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison1-1/+1
2016-03-02vfs:zfs fix build after get_nt_acl_fn signature change.Jeremy Allison1-7/+13
2015-08-13nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke1-1/+1
2015-08-13nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke1-5/+6