Releases: Macmod/godap
Releases · Macmod/godap
v2.11.0
- Added basic formatting for
trustAttributes,cACertificate,securityIdentifier,attributeSecurityGUID,oMObjectClass,pwdProperties&searchFlags. - Implemented the ability to specify the list of attributes for queries in the Explorer / Search pages with Ctrl+B.
- Implemented the
<NoName>fallback when nodes' names could not be resolved via attributes (e.g. when the authenticated user does not have permission to read the object's name-related attributes). - Added proper fallbacks for emojis based on DN prefix when the
objectClassattribute is not available. - Fixed the display of the RootDSE when using an empty BaseDN.
- Fixed bug in the Explorer where the Ctrl+B / Ctrl+F keybindings would stop working when the tree was empty.
- Implemented the ability to save the currently-selected object and its children with Ctrl+S when the focus is on the attributes panel.
- Centralized/improved error handling for all LDAP operations to detect connection closed / timeout issues and show the
Bindtextview asOFFto alert the user that a reconnection may be needed (Ctrl+R).
Full Changelog: v2.10.10...v2.11.0
v2.10.10
- Fixed a regression from v2.10.9 regarding coloring of the userAccountControl.
Full Changelog: v2.10.9...v2.10.10
v2.10.9
- Removed the
Expand Filterinput from the explorer page as it added little value to the navigation flow. Now it can be changed viaCtrl+Bonly. - Added a separate BaseDN for the Search page (which was previously fixed to the specified
RootDN) and removed the one in the Explorer page. Both can now be set via the newCtrl-Bkeybinding. - Fixed bugs related to 32-bit compatibility in DACL page (thanks @freakzrd).
- Added
Use HEX encodingoption to create attribute's form (Ctrl+Nin attributes panel). - Added log messages and guardrails for edge cases to let the user know conditions in which attribute value deletion is not possible.
- Improvements and bugfixes to attribute formatting/coloring.
- Domain objects now display their proper domain names in the tree (inferred from DN) when emojis are enabled.
- Added predefined searches to the library to query for Enterprise CAs & certificate templates (thanks @kalinathalie).
Full Changelog: v2.10.8...v2.10.9
v2.10.8
- Fixed a panic thanks to PR #26 by @rtpt-erikgeiser.
- Fixed a bug in which
Ctrl+Gwould not work properly when hit on top of a non-group object in the explorer panel (thanks @freakzrd). - Removed emojis for objectClasses
organizationalPersonandpersonfrom AD (as they added little information to the user) and changed the base emoji of computer objects for one that is less problematic in most fonts. - Disabled word wrapping for the log panel to avoid visualization issues.
Full Changelog: v2.10.7...v2.10.8
v2.10.7
- Added the
--offsetflag to specify an offset in hours for formatted timestamps (useful when the DC is not properly synchronized to UTC). - Added hex formatting for the
logonHoursattribute. - Added support for times "in the future" - for example, for the
accountExpiresattribute, or to help the user detect when the DC time is wrong. - Included group members queries for most relevant native groups in the search page.
- Fixed a bug where searching for a non-existing zone would clear the root of the object tree in the explorer page.
Full Changelog: v2.10.6...v2.10.7
v2.10.6
v2.10.5
- Added the
--exportdirargument to specify a directory forCtrl+Sexports and changed the JSON format to include the type of the export as a separate key. - Implemented the
--backend/-bflag to change Godap's UI and supported features on non-AD environments - Implemented proper lookups for OpenLDAP-like groups if
-b basicis set. - Improved object search page with queries history and elapsed time.
- Implemented attribute sorting with the
skeybinding or the--attrsortargument. - Added a predefined query to the search library to look for trusted domains in AD.
- Refactored some code.
Full Changelog: v2.10.4...v2.10.5
v2.10.4
v2.10.3
- Fixing filename of the exported objects in the Explorer page to use
UnixMilliinstead ofUnix. - Adding parsed DNS data to ADIDNS exports.
Full Changelog: v2.10.2...v2.10.3
v2.10.2
- Added support for dynamic object creation in AD.
Full Changelog: v2.10.1...v2.10.2