summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_zfsacl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-1/+0
* Fix two debug statements: Add missing printf parameter.Michael Adam2007-12-191-2/+2
* Reformatting: wrap long lines and remove trailing spaces.Michael Adam2007-12-191-3/+7
* Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-9/+28
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-191-1/+1
* Fix build of the zfs_acl module.Michael Adam2007-11-131-1/+3
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-8/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-2/+2
* r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.Jeremy Allison2007-10-101-2/+49
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-101-3/+3
* r23396: Make VFS callbacks static. Mark operations as OPAQUE because theyJames Peach2007-10-101-8/+9
* r22872: Add vfs_zfsacl module from Jiri Sasek <Jiri.Sasek@Sun.COM>.Jeremy Allison2007-10-101-0/+186