v2022.8.26
github-actions
released this
26 Aug 15:04
·
375 commits
to master
since this release
Commits
- 22aad63: Multi-attribute index, another progressbar, fixup with UniqueSource set to DomainPart when loading, RootDSE is synthesized and imported, performance optimizations (Lars Karlslund)
- 18ee88a: Improved merges across domains, and performance. Added experiemntal "limitattributes" on analysis for only loading attributes the engine needs into memory (Lars Karlslund)
- 37cbbfc: Updated readme and reorganized some LDAP stuff (Lars Karlslund)
- ad64eec: Fixed window resize grabs showing through windows, windows bring to front on click fixed, auto/max window size when popping up, spinner on "Running graph layout" status (Lars Karlslund)
- c1aeb3d: Switched to upgraded deduplication package (Lars Karlslund)
- aa2ca58: Used PwnMethodBitmap functionality rather than duplicating it (Lars Karlslund)
- 2ccf4ac: Updated comparison table a bit in the readme (Lars Karlslund)
- 428fa80: Corrected mistake in the sum of objects (Lars Karlslund)
- 8271fd2: Changed graph types to Node and Edge for clarity (Lars Karlslund)
- 1a99685: Performance optimization for attribute lookup (called a lot from RawObject) (Lars Karlslund)
- 881c409: Used a pool of slice in order to speed up single value attribute conversions (Lars Karlslund)
- 2d26cd4: Missed this line (Lars Karlslund)
- b33a2f0: Lookup for ObjectType (Lars Karlslund)
- 3213b51: Proper backing for GUID conversion (Lars Karlslund)
- bd63eba: Fixed missing stuff from go.sum (Lars Karlslund)
- 8fa2b66: More go.mod funkyness fixed (Lars Karlslund)
- 420c6a3: Fix for LDAP multiplatform initialization (Lars Karlslund)
- dd304ce: Return whether a JS window is new or not when creating it (Lars Karlslund)
- 4e4e728: Saved one allocation when returning SIDs (Lars Karlslund)
- cc1d32e: Performance increase for AD Explorer snapshot import and some fixes for LDAP dumping (Lars Karlslund)
- cd01664: Added missing autosize.js (Lars Karlslund)
- 1ba67ae: Upgraded to new stringdedup module version (Lars Karlslund)
- 595f776: Switched the securitydescriptorcache to uint64 index (Lars Karlslund)
- 443e24b: Performance tweak for Merge (Lars Karlslund)
- 8c39e54: Ignore Foreign-Security-Principal for various ACL analysis functions (Lars Karlslund)
- 608678b: Simpler GUID handling when converting RawObject to Object (Lars Karlslund)
- 78332ce: Simplified the idindex, saving a pointer per objecs in objects collection (Lars Karlslund)
- 8fc7446: Allowing 0 expansion when doing analysis. Not useful but it seems right. (Lars Karlslund)
- f7476d9: Proper locking on MemberOfSID and added AttrTime and AttrBool methods (Lars Karlslund)
- 4c50368: Moved some ACL warnings to debug (Lars Karlslund)
- 705c221: Fixed DENY-before-ALLOW checking in CheckObjectClass, more "logic" sorting of ACE entries in ACL, opmized DENY checks to skip "blocks" of ALLOW entries (Lars Karlslund)
- deaaa12: Permit AD Explorer snapshots to contain blank strings (fix for issue #17) (Lars Karlslund)
- 13924b8: Readme adjustments (Lars Karlslund)
- a528dc2: License changed to AGPL, logging and progressbars via own UI package, logging to file, various naming conventions in code changed, performance speedup while merging objects, got rid of BuildDate (Lars Karlslund)
- dae594d: Fix UI window max size (Lars Karlslund)
- d584ae6: Be quiet about missing preferences file (Lars Karlslund)
- 88b3fbf: Naming and dropped SCC analysis for now (Lars Karlslund)
- fde0cd3: Improvements for TrustMap (Lars Karlslund)
- e0c2462: Progressbar fix (Lars Karlslund)
- 51ec495: Fix for out of bounds when hitting expand limit (Lars Karlslund)
- febd767: Fixed :since: modifier which has been broken for a while (Lars Karlslund)
- d8c68b4: Refactored collector functionality (Lars Karlslund)
- c4b8aab: Switched to go 1.19 (Lars Karlslund)
- 19eb098: Switched build scripts to PowerShell (Lars Karlslund)
- 8787f68: Minor readme change (Lars Karlslund)
- df2a31b: Naming and upgraded stringdedup dependency to 0.6.2 (Lars Karlslund)
- 9ca2a86: Fix for build script (Lars Karlslund)
- 4c82445: Fix for the only edges having negative probabilities resulting in zero as the max value (Lars Karlslund)