Add support for OneFS ACLs
authorSteven Danneman <steven.danneman@isilon.com>
Wed, 3 Dec 2008 04:15:34 +0000 (20:15 -0800)
committerSteven Danneman <steven.danneman@isilon.com>
Wed, 3 Dec 2008 04:35:45 +0000 (20:35 -0800)
commit85b8cccab072bab263061654b677bc84826646c9
treec7fce47ac46b22558b58d888d5d19a604d48387d
parent239f815e30a4e5f64112a8da6401614eb3218eb5
Add support for OneFS ACLs

Add to the OneFS VFS module, support for NTFS ACLs through the calls:

SMB_VFS_FGET_NT_ACL()
SMB_VFS_GET_NT_ACL()
SMB_VFS_FSET_NT_ACL()

Also create several new onefs specific smb.conf parameters in onefs.h
source3/Makefile.in
source3/configure.in
source3/modules/onefs.h [new file with mode: 0644]
source3/modules/onefs_acl.c [new file with mode: 0644]
source3/modules/vfs_onefs.c