summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_onefs.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-02Add support for OneFS ACLsSteven Danneman1-0/+15
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
2008-12-02Add OneFS VFS module skeleton.Tim Prouty1-0/+33
Also set configure to autodetect OneFS OS and build this VFS module.