Skip to content

Releases: Macmod/godap

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.

v2.7.3

30 Jul 11:14
Compare
Choose a tag to compare
  • Fixed issue #10.

v2.7.2

25 Jun 23:42
7f8db9c
Compare
Choose a tag to compare
  • Version fix.