index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_zfsacl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-11
vfs: Use a blocking function in vfs_zfsacl for system ACL blobs
Andrew Bartlett
1
-0
/
+12
2012-10-11
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
1
-7
/
+11
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-8
/
+8
2011-07-08
s3-zfsacl: Fix a debug message
Volker Lendecke
1
-1
/
+1
2011-03-30
s3-vfs acl modules: more non-linux build fixes.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-01-30
s3: On FreeBSD, compile zfsacl if sunacl.h is around
Volker Lendecke
1
-0
/
+4
2011-01-13
Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.
Paul B. Henson
1
-0
/
+3
2011-01-08
s3: Fix some warnings in the zfsacl module
Volker Lendecke
1
-15
/
+15
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-1
/
+1
2010-01-11
s3: Add a zfsacl:denymissingspecial parameter
Volker Lendecke
1
-0
/
+10
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-27
/
+10
2009-07-20
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
1
-5
/
+6
2008-11-25
[s3]zfsacl: "return" is not a function.
Michael Adam
1
-3
/
+3
2008-11-25
[s3]zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.
Nils Goroll
1
-0
/
+83
2008-10-07
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
1
-2
/
+2
2008-07-18
Fix the build of vfs_zfsacl.c
Volker Lendecke
1
-16
/
+1
2008-05-08
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
1
-10
/
+0
2008-01-06
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
1
-1
/
+1
2008-01-06
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael Adam
1
-1
/
+1
2007-12-19
Change the prototype of the vfs function get_nt_acl().
Michael Adam
1
-1
/
+0
2007-12-19
Fix two debug statements: Add missing printf parameter.
Michael Adam
1
-2
/
+2
2007-12-19
Reformatting: wrap long lines and remove trailing spaces.
Michael Adam
1
-3
/
+7
2007-12-19
Prepare the zfs acl module for the api change in get_nt_acl().
Michael Adam
1
-9
/
+28
2007-12-19
Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
Michael Adam
1
-1
/
+1
2007-11-13
Fix build of the zfs_acl module.
Michael Adam
1
-1
/
+3
2007-11-13
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
1
-8
/
+8
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
1
-2
/
+2
2007-10-10
r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.
Jeremy Allison
1
-2
/
+49
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
Jeremy Allison
1
-3
/
+3
2007-10-10
r23396: Make VFS callbacks static. Mark operations as OPAQUE because they
James Peach
1
-8
/
+9
2007-10-10
r22872: Add vfs_zfsacl module from Jiri Sasek <Jiri.Sasek@Sun.COM>.
Jeremy Allison
1
-0
/
+186