Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-20 | s3-vfs: Add lstat and lchown hooks to the vfs_fake_acls module | Andrew Bartlett | 1 | -0/+63 | |
2012-08-20 | s3-vfs: Correct the implementation of fake_acls_sys_acl_delete_def_file() | Andrew Bartlett | 1 | -1/+31 | |
2012-08-20 | s3-vfs: Use the system. namespace for fake ACLs | Andrew Bartlett | 1 | -4/+4 | |
By using the system. namespace, we make sure this is only run on top of a TDB based ACL store (ie in make test). Andrew Bartlett | |||||
2012-08-16 | s3-vfs: Add new VFS module to fake setting an ACL | Andrew Bartlett | 1 | -0/+374 | |
The purpose of this module is to remove the relience on the system having ACL support to test NT ACLs. Andrew Bartlett |