Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans server | Andrew Tridgell | 1 | -0/+1 | |
- fixed revision number on default DACL - fixed DACL_PRESENT bit in acl query with these fixes cacls.exe and the GUI ACL editor in w2k both work against pvfs. The GUI editor is slow as it times out looking up the SID -> name mappings. (This used to be commit 4468018cb63fd884920c2b0f5235bded50c6b5db) | |||||
2007-10-10 | r3833: NTACL is a better xattr name than DosAcl (tpot suggested this) | Andrew Tridgell | 1 | -5/+5 | |
(This used to be commit 17911eea5995c12a2300dd3928612c77f8f0883e) | |||||
2007-10-10 | r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is | Andrew Tridgell | 1 | -0/+193 | |
based on the current nttoken, which is completely wrong, but works as a start. The ACL is stored in the xattr system.DosAcl, using a NDR encoded IDL union with a version number to allow for future expansion. pvfs does not yet check the ACL for file access. At the moment the ACL is just query/set. We also need to do some RPC work to allow the windows ACL editor to be used. At the moment is queries the ACL fine, but displays an error when it fails to map the SIDs via rpc. (This used to be commit 3a1f20d874ab2d8b2a2f2485b7a705847abf1263) |