Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-04 | s3:modules/non_posix_acls: only stat if we do not have it cached | Christian Ambach | 1 | -4/+8 | |
most probably we already have the stat() information Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2013-02-04 | vfs: Add helper function for non posix ACL modules | Andrew Bartlett | 1 | -0/+102 | |
This handles the stat, and fills in the pre-supplied blob into a wrapper sturcture that can then be returned to vfs_acl_common for hashing. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Christian Ambach <ambi@samba.org> |