Skip to content

Releases: Macmod/godap

v1.6.0

02 Feb 12:21
Compare
Choose a tag to compare
  • Improved DACL page with a proper DACL parser (with colors to help users spot interesting permissions)
  • Implemented feature to add new attribute values into existing attributes
  • Implemented SOCKS support
  • Other bugfixes

v1.5.0

30 Jan 17:51
Compare
Choose a tag to compare
  • Fixed bug where text fields would become too small and hide their texts depending on terminal size
  • Fixed bug where some operations would hang the UI
  • Implemented new logic for tree expansion/collapse that should feel more natural
  • Implemented attribute value updates with hex instead of raw text
  • Implemented navigation menu
  • Implemented a help page to remember the keybindings 😎
  • Implemented interactive userAccountControl editor 🔥

v1.4.0

21 Jan 12:09
Compare
Choose a tag to compare
  • Fixed bugs regarding the behavior of toggling emojis on/off.
  • Added export subtree feature - now it's possible to hit Ctrl+S and godap will save the selected subtree as JSON into a file. 💯
  • Updated TODO.

v1.3.0

18 Jan 12:49
Compare
Choose a tag to compare
  • Fixed bugs in the tree panel to make sure it updates the information after manual changes
  • Fixed default attributes in computer creation (samAccountName and userAccountControl)
  • Updated TODO

v1.2.0

14 Jan 16:04
Compare
Choose a tag to compare
  • Implemented cobra to handle command-line, simplifying command-line arguments and adding short aliases
  • Refactored LDAP connection code to use a dedicated type (easier to use and maintain)
  • Implemented NTLM authentication with the -H/-d flags
  • Improved README usage instructions and flag descriptions
  • Updated order of issues in TODO

v1.1.0

08 Jan 13:26
Compare
Choose a tag to compare
  • Implemented the creation of organizationalUnits, containers, users, groups and computers.
  • Fixed a couple of bugs regarding tree expansion/collapse.
  • Formatted the codebase properly according to Go standards.

v1.0.0

07 Dec 13:12
Compare
Choose a tag to compare

First release.