s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filename...
[samba.git] / source3 / modules / vfs_zfsacl.c
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...
2007-10-10 James Peachr23396: Make VFS callbacks static. Mark operations...
2007-10-10 Jeremy Allisonr22872: Add vfs_zfsacl module from Jiri Sasek <Jiri...