v2.0.0 - Ace of Spades
This is a major release implementing important features and improving many aspects of Godap:
- Refactored most of DACL parsing code
- Removed borders and improved the look of the DACL table
- Implemented ACE editing and ACE creation
- Implemented DACL owner change
- Implemented ControlFlags editor
- Now it's possible to set the RootDN to "" (empty) to inspect the attributes of the RootDSE visually in the explorer page
- "Enter" on any table row in the groups page will write the selected object into its correspondent search field and switch the focus to it automatically
- Along with hardcoded GUIDs for most AD schemas, godap will now automatically fetch your environment's current GUIDs from containers Extended-Rights (control access rights) and Schema (classes and attributes)
- Implemented proper SID and GUID parsing when formatting is enabled in the explorer page
- Last log now shows the object count for all main "search" operations
- "Escape" no longer exits - now it closes the current panel and goes back to the previous one, which makes navigation easier while the program can still be exited with Ctrl+C or "q"
- Interface improvements & minor bugfixes