summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_zfsacl.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-09vfs: Allow CREATOR GROUP to be used with vfs_zfsaclAndrew Bartlett1-1/+1
2013-05-09vfs: Remove unused security_info argument in vfz_zfsacl.cAndrew Bartlett1-3/+1
2013-05-09vfs: Allocate SMB4ACL_T on an explict memory contextAndrew Bartlett1-11/+22
2013-05-09vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett1-3/+3
2013-01-09s3: Fix vfs_zfsacl to compile.Ira Cooper1-3/+3
2012-10-11vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett1-0/+12
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-7/+11
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-8/+8
2011-07-08s3-zfsacl: Fix a debug messageVolker Lendecke1-1/+1
2011-03-30s3-vfs acl modules: more non-linux build fixes.Günther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-01-30s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke1-0/+4
2011-01-13Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.Paul B. Henson1-0/+3
2011-01-08s3: Fix some warnings in the zfsacl moduleVolker Lendecke1-15/+15
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-1/+1
2010-01-11s3: Add a zfsacl:denymissingspecial parameterVolker Lendecke1-0/+10
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-27/+10
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-5/+6
2008-11-25[s3]zfsacl: "return" is not a function.Michael Adam1-3/+3
2008-11-25[s3]zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.Nils Goroll1-0/+83
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison1-2/+2
2008-07-18Fix the build of vfs_zfsacl.cVolker Lendecke1-16/+1
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-10/+0
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam1-1/+1
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam1-1/+1
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam1-1/+0
2007-12-19Fix two debug statements: Add missing printf parameter.Michael Adam1-2/+2
2007-12-19Reformatting: wrap long lines and remove trailing spaces.Michael Adam1-3/+7
2007-12-19Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam1-9/+28
2007-12-19Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam1-1/+1
2007-11-13Fix build of the zfs_acl module.Michael Adam1-1/+3
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-8/+8
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-2/+2
2007-10-10r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.Jeremy Allison1-2/+49
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison1-3/+3
2007-10-10r23396: Make VFS callbacks static. Mark operations as OPAQUE because theyJames Peach1-8/+9
2007-10-10r22872: Add vfs_zfsacl module from Jiri Sasek <Jiri.Sasek@Sun.COM>.Jeremy Allison1-0/+186