Skip to content

Releases: Macmod/godap

v2.10.5

02 Jun 21:13
Compare
Choose a tag to compare
  • Added the --exportdir argument to specify a directory for Ctrl+S exports and changed the JSON format to include the type of the export as a separate key.
  • Implemented the --backend/-b flag to change Godap's UI and supported features on non-AD environments
  • Implemented proper lookups for OpenLDAP-like groups if -b basic is set.
  • Improved object search page with queries history and elapsed time.
  • Implemented attribute sorting with the s keybinding or the --attrsort argument.
  • Added a predefined query to the search library to look for trusted domains in AD.
  • Refactored some code.

v2.10.4

02 Feb 03:18
f1035a1
Compare
Choose a tag to compare
  • Merged PR #15 that makes the DACL page work with objects in RootDNs different than the default.

v2.10.3

16 Dec 23:16
Compare
Choose a tag to compare
  • Fixing filename of the exported objects in the Explorer page to use UnixMilli instead of Unix.
  • Adding parsed DNS data to ADIDNS exports.

v2.10.2

16 Dec 22:10
Compare
Choose a tag to compare
  • Added support for dynamic object creation in AD.

v2.10.1

04 Dec 16:56
Compare
Choose a tag to compare
  • Fixed a regression in node coloring due to a wrong fix.

v2.10.0

03 Dec 22:28
Compare
Choose a tag to compare
  • Refactored some code.
  • Improved theme.go.
  • Implemented ADIDNS zone/node creation and node modification.

v2.9.0

19 Nov 23:56
Compare
Choose a tag to compare
  • Implemented authentication with PKCS#12 (--pfx) or PEM certificate+private key pairs (--crt/--key).
  • Improved connection config form covering all supported authentication methods.
  • Changed the flag for NTLM hash from --hashes to --hash to avoid confusion.
  • Fixed some bugs.

v2.8.0

05 Nov 12:43
Compare
Choose a tag to compare
  • Improvements to attributes panel navigation
  • Now it's possible to search objects by name in the search page
    If no ( is found in the search field, then the query will be set internally to (|(samAccountName=%s)(cn=%s)(ou=%s)(name=%s))
  • Delete attribute values by selecting them explicitly (when ExpandAttrs is turned on) and pressing Delete
  • Ctrl+D will pivot to the DACL of the selected object
  • Delete in the Groups page now removes the member from the group
  • Hidden entries now show the entries count and you can expand them by selecting the cell and pressing Enter
  • Ctrl+G now only prefills the Group DN with the selected object DN if the selected object is a group, otherwise it prefills the Member DN
  • Now the default port is inferred as 636 if -S is provided
  • Refactored theme.go
  • Other small bugfixes

v2.7.5

12 Sep 01:22
Compare
Choose a tag to compare
  • Fixed time formatting suffix indicating "hours ago", which was mistakenly reporting "hours" as "days".
  • Implemented anchoring of the selection of the attributes table in both the explorer and search pages - now godap stores the last attribute name selected and automatically selects it when navigating between objects in the tree, if the attribute exists in the selected object. This facilitates inspecting specific attributes for many objects in a row without having to scroll manually.

v2.7.4

10 Sep 08:31
Compare
Choose a tag to compare
  • Refactored some code related to the theme, the interface and the ADIDNS module.
  • Implemented encoders for ADIDNS record types, as well as other internal functions to allow for future modification of DNS records.
  • Improved the format of the export for ADIDNS zones.
  • Fixed bugs #11, #12 and #13.