smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_zfsacl.c
2023-11-15 Christof Schmittvfs_zfsacl: Call stat CAP_DAC_OVERRIDE functions
2023-08-08 Joseph Suttons3:modules: Fix error message
2023-08-08 Joseph Suttons3:modules: Add missing newlines to logging messages
2022-12-09 Ralph Boehmevfs_zfsacl: fix mixed declaration and code error
2022-12-09 Ralph Boehmevfs_zfsacl: remove unused function
2021-10-12 Jeremy Allisons3: VFS: zfsacl: Ensure we use a pathref fd, not an...
2021-06-09 Jeremy Allisons3: VFS: Remove zfsacl_fail__sys_acl_blob_get_file().
2021-06-09 Jeremy Allisons3: VFS: zfsacl: Remove zfsacl_fail__sys_acl_get_file().
2021-06-09 Jeremy Allisons3: VFS: zfsacl: Remove zfsacl_get_nt_acl_at().
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-05-18 Jeremy Allisons3: VFS: zfsacl: Remove zfsacl_fail__sys_acl_delete_def...
2021-05-18 Jeremy Allisons3: VFS: zfsacl: Add zfsacl_fail__sys_acl_delete_def_fd().
2021-01-25 Volker Lendeckevfs: Fix the FreeBSD build
2021-01-25 Volker Lendeckevfs: Remove an unused variable from zfs_get_nt_acl_common()
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-01 Ralph Boehmevfs_zfsacl: add missing inherited flag on hidden "magic...
2020-12-01 Ralph Boehmevfs_zfsacl: reformatting
2020-10-15 Andrew Walkervfs_zfsacl: only grant DELETE_CHILD if ACL tag is special
2020-10-15 Ralph Boehmevfs_zfsacl: use a helper variable in zfs_get_nt_acl_com...
2020-10-15 Ralph Boehmevfs_zfsacl: README.Coding fix
2020-10-15 Andrew Walkervfs_zfsacl: Add new parameter to stop automatic additio...
2020-10-15 Ralph Boehmevfs_zfsacl: use handle based facl() call to query ZFS...
2020-06-10 Volker Lendeckevfs: Fix typos
2020-05-07 Jeremy Allisons3: VFS: zfsacl. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: zfsacl. Add zfsacl_get_nt_acl_at().
2019-12-20 awalkervfs_zfsacl: fix issue with ACL inheritance in zfsacl
2019-12-20 Ralph Boehmevfs_zfsacl: pass config to zfs_get_nt_acl_common()
2019-12-20 Ralph Boehmevfs_zfsacl: pass nfs4_params to smb_set_nt_acl_nfs4()
2019-12-20 awalkervfs_zfsacl: load parameters on connect
2018-11-28 Andreas Schneiders3:modules: Use #ifdef instead of #if for config.h...
2018-05-18 Ralph Boehmevfs_zfsacl: return synthesized ACL when ZFS return...
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
2017-11-02 Ralph Boehmevfs_zfsacl: fix compilation error
2017-09-09 Ralph Boehmes3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping...
2017-09-08 Ralph Boehmevfs_zfsacl: ensure zfs_get_nt_acl_common() has access...
2017-09-08 Ralph Boehmevfs_zfsacl: pass smb_fname to zfs_get_nt_acl_common
2017-09-08 Ralph Boehmevfs/nfs4_acls: move special handling of SMB_ACE4_SYNCHR...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-08-12 Volker Lendeckenfs4acls: Add "smbacl4_vfs_params" parameter to smb_set...
2016-08-12 Volker Lendeckenfs4acls: Add "smbacl4_vfs_params" parameter to smb_get...
2016-08-12 Volker Lendeckenfs4acls: Add "smbacl4_vfs_params" parameter to smb_fge...
2016-03-14 Jeremy Allisons3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a...
2016-03-02 Jeremy Allisonvfs:zfs fix build after get_nt_acl_fn signature change.
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACE_T
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACL_T
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-09 Andrew Bartlettvfs: Allow CREATOR GROUP to be used with vfs_zfsacl
2013-05-09 Andrew Bartlettvfs: Remove unused security_info argument in vfz_zfsacl.c
2013-05-09 Andrew Bartlettvfs: Allocate SMB4ACL_T on an explict memory context
2013-05-09 Andrew Bartlettvfs: Add vfs_handle_struct argument to smb_set_nt_acl_n...
2013-01-09 Ira Coopers3: Fix vfs_zfsacl to compile.
2012-10-11 Andrew Bartlettvfs: Use a blocking function in vfs_zfsacl for system...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-07-08 Volker Lendeckes3-zfsacl: Fix a debug message
2011-03-30 Günther Deschners3-vfs acl modules: more non-linux build fixes.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-01-30 Volker Lendeckes3: On FreeBSD, compile zfsacl if sunacl.h is around
2011-01-13 Paul B. HensonFix bug #7909 - map SYNCHRONIZE acl permission statical...
2011-01-08 Volker Lendeckes3: Fix some warnings in the zfsacl module
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-11 Volker Lendeckes3: Add a zfsacl:denymissingspecial parameter
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Finish plumbing the fsp->fsp_name smb_fname convers...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-25 Michael Adam[s3]zfsacl: "return" is not a function.
2008-11-25 Nils Goroll[s3]zfsacl: Prevent calling POSIX ACL vfs methods on...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jeremy AllisonUpdate vfs version as I've added a const to the securit...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-18 Volker LendeckeFix the build of vfs_zfsacl.c
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-06 Michael AdamRemove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-19 Michael AdamFix two debug statements: Add missing printf parameter.
2007-12-19 Michael AdamReformatting: wrap long lines and remove trailing spaces.
2007-12-19 Michael AdamPrepare the zfs acl module for the api change in get_nt...
2007-12-19 Michael AdamSplit smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
2007-11-13 Michael AdamFix build of the zfs_acl module.
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Jeremy Allisonr23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz...
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
next