Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-16 | librpc/idl: Fix acl array definition in smb_acl_t | Andrew Bartlett | 1 | -1/+1 | |
2012-08-15 | librpc/idl: Make smb_acl_t public so we can pull/push it as a blob | Andrew Bartlett | 1 | -1/+1 | |
2012-08-15 | s3-smbd: Move smb_acl_t declaration to smb_acl.idl | Andrew Bartlett | 1 | -0/+63 | |
This will allow us to marshall this into and from an NDR blob on disk, which will allow us to fake up ACL support during make test, and to test the NT ACL emulation using python bindings via the VFS. Andrew Bartlett |