summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_zfsacl.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_zfsacl: fix issue with ACL inheritance in zfsaclawalker2019-12-201-0/+19
* vfs_zfsacl: pass config to zfs_get_nt_acl_common()Ralph Boehme2019-12-201-3/+15
* vfs_zfsacl: pass nfs4_params to smb_set_nt_acl_nfs4()Ralph Boehme2019-12-201-2/+12
* vfs_zfsacl: load parameters on connectawalker2019-12-201-3/+46
* s3:modules: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-1/+1
* vfs_zfsacl: return synthesized ACL when ZFS return ENOTSUPRalph Boehme2018-05-181-2/+34
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_zfsacl: fix compilation errorRalph Boehme2017-11-021-4/+6
* s3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping from NFSv4 framework to ...Ralph Boehme2017-09-091-0/+4
* vfs_zfsacl: ensure zfs_get_nt_acl_common() has access to stat infoRalph Boehme2017-09-091-3/+22
* vfs_zfsacl: pass smb_fname to zfs_get_nt_acl_commonRalph Boehme2017-09-091-12/+8
* vfs/nfs4_acls: move special handling of SMB_ACE4_SYNCHRONIZE to vfs_zfsaclRalph Boehme2017-09-091-0/+9
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+5
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-3/+3
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4Volker Lendecke2016-08-121-1/+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-1/+2
* s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison2016-03-141-1/+1
* vfs:zfs fix build after get_nt_acl_fn signature change.Jeremy Allison2016-03-021-7/+13
* nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke2015-08-131-1/+1
* nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke2015-08-131-5/+6
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-8/+8
* vfs: Allow CREATOR GROUP to be used with vfs_zfsaclAndrew Bartlett2013-05-091-1/+1
* vfs: Remove unused security_info argument in vfz_zfsacl.cAndrew Bartlett2013-05-091-3/+1
* vfs: Allocate SMB4ACL_T on an explict memory contextAndrew Bartlett2013-05-091-11/+22
* vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett2013-05-091-3/+3
* s3: Fix vfs_zfsacl to compile.Ira Cooper2013-01-091-3/+3
* vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett2012-10-111-0/+12
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-7/+11
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-8/+8
* s3-zfsacl: Fix a debug messageVolker Lendecke2011-07-081-1/+1
* s3-vfs acl modules: more non-linux build fixes.Günther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke2011-01-301-0/+4
* Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.Paul B. Henson2011-01-131-0/+3
* s3: Fix some warnings in the zfsacl moduleVolker Lendecke2011-01-081-15/+15
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
* s3: Add a zfsacl:denymissingspecial parameterVolker Lendecke2010-01-111-0/+10
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-27/+10
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-5/+6
* [s3]zfsacl: "return" is not a function.Michael Adam2008-11-251-3/+3
* [s3]zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.Nils Goroll2008-11-251-0/+83
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-2/+2
* Fix the build of vfs_zfsacl.cVolker Lendecke2008-07-181-16/+1
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-10/+0
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-1/+1
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-061-1/+1