mirror of
https://github.com/jfjallid/go-smb
synced 2026-06-08 15:02:50 +00:00
e3b8c8b39e
Parse and marshal the object-ACE family (MS-DTYP 2.4.4.3-2.4.4.6): read the Flags field and the optional ObjectType / InheritedObjectType GUIDs (gated by IsObjectAceType) before the SID, leaving plain ACEs untouched so existing Mask/Sid callers are unaffected. Expose the GUIDs through AcePermissions and add GuidToString/GuidFromString for the little-endian object-ACE wire layout, with round-trip tests.