Skip to content

Releases: igolden/adctl

Release list

v0.0.2

Choose a tag to compare

@igolden igolden released this 14 Jul 01:57

Changelog

  • 0520dad Updated global config path
  • 62c509b (refactor) - Changed the action naming format
  • 5ba0f2d Base64 password in config so its not plaintext
  • e06237a Added benchmark for object get
  • 91e8f09 Added adctl object get
  • 39d9aa8 Added -Force to Move-Item cmd
  • 5ec7cf5 Added the computer enable/disable commands
  • e399fa3 Makefile updates, benching stable
  • c02d056 Added computer list benchmark
  • df2fb53 Added the computer list command
  • 7d03323 Print output to errors in bench
  • 722fc1e Added benchmarks for forest commands
  • ca1fb9d Implemented forest list-global-catalogs command
  • 08fcdab Implemented forest list-domains command
  • 45c612a Implemented forest info command
  • b8f1ecf Updated TODO, added ROADMAP
  • 9a43e84 Refactored benchmark structure
  • 79e501b Fixed duplicate declaration of iterations
  • 5920e6d Moved summary into help, added ou benchmark
  • 34aabc2 Added group benchmarks, capturing file from remote
  • befd701 Added divider between benchmarks
  • 629d88a Testing benchmark output
  • 9b99512 Working Makefile, testing bench
  • 88d0a93 Testing another bench format
  • 304fba1 Added bench/helpers.go, tweaking bench output
  • 2870447 Added AdctlPath for dynamic exe path
  • e1d5eb1 Update Makefile to use dynamic branch
  • 6a990d1 Makefile fixes
  • f9b0901 Makefile fixes
  • a05b369 Placeholder benchmark, Makefile target to automate

v0.0.1

Choose a tag to compare

@igolden igolden released this 13 Jul 03:17

Changelog

  • 3ae7293 Prepare 0.0.1 release, finalized .goreleaser.yaml
  • 61b452d Prepare 0.0.1 release - added license, go.mod, go.sum changes
  • 5f10a4f Prepare 0.0.1 release (updated .goreleaser.yaml, again)
  • 989ed1b Prepare 0.0.1 release (updated .goreleaser.yaml
  • 1d665cb Prepare 0.0.1 release
  • 33d9270 Fixed table formetting in AD_CMDLET
  • 20b5909 Added AD_CMDLET table
  • e514206 Updated TODO with next tasks, removed THOUGHTS.md
  • c677f03 Added default_user_fields
  • e9b3d14 Added make build-windows
  • f646349 Added reports guide
  • 1ead95d Added unlock command
  • 89cc4f1 Reset password function added
  • 8538d34 Advanced usage md
  • 9244910 updated readme
  • 143f23d Added enable/disable user
  • a626413 added remove-from-group
  • 06ffe93 Added user add-to-group
  • 7e862d8 Added user copy-memberships function
  • 0adfbe9 updated todo
  • 3dce29d Updated cmd typo, moved TODO.md
  • 61aa915 Added copy-members function
  • 0cfc615 get user memberships recursive implemented
  • f53a7e3 Group get-members implementation with --recursive flag, needs work
  • 5e064b5 Added checkboxes to TODO_pending
  • f0b1504 Fixed the config inferrence bug
  • 7740d9a Removed logging and fixed env issue in main
  • aa12fe6 Update TODO_pending.md
  • 67cd39b Update TODO_pending.md
  • 03cdaec Update TODO_pending.md
  • c95b743 removed main binary
  • 2e87a44 Added report remove cmd, added to user/group
  • 71aefe9 Implemented the report cmd
  • ac6854e Added filters to group/ou list
  • 1274177 Added filter flag to user list
  • c67c8d0 Added PagedSearch helper, paginating all list cmds
  • b9ba56f Added ou command
  • 80a6cfb Implemented the group command
  • ef42251 Refactored ldap/client ldap/user, renamed ldap cmd
  • cda8ce1 Moved ldap helpers into their own file
  • 69119e6 infra method updates
  • 2f9bd56 Added default output config, added plumbing for limits
  • e0cc6a0 Create TODO_pending.md
  • 6134ecc implemented output formats
  • 8c1123f basic config in place, ldap test working
  • 79a8cb2 initial