Releases: TheManticoreProject/Manticore
Releases · TheManticoreProject/Manticore
v1.0.8
What's Changed
- [enhancement] removed remaining debug printf in the bcrypt keys code by @p0dalirius in #55
- [enhancement] Refactor windows/keycredentiallink/key/customkeyinformation/ by @p0dalirius in #56
- [enhancement] Refactored network/ldap/DNWithBinary by @p0dalirius in #57
- [bug fix] removed debug print in bcrypt rsa key by @p0dalirius in #58
- [enhancement] Improved error handling of CustomKeyInformationVolumeType by @p0dalirius in #59
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- [enhancemen] Improved and renamed function ParseDNWithBinary -> UnmarshalDNWithBinary by @p0dalirius in #51
- [enhancement] Refactor keycredential package and structs by @p0dalirius in #52
- [enhancement] Implemented BCRYPT_ECC_KEY, fixes #47 by @p0dalirius in #54
Full Changelog: v1.0.6...v1.0.7
v1.0.6: Added some windows/CNG/bcrypt structs
What's Changed
- [bugfix] (*KeyCredential).Unmarshal should return errors but never panic, fixe… by @p0dalirius in #35
- [enhancement] Remove old naming of functions FromBytes() to Unmarshal() by @p0dalirius in #36
- [enhancement] Renamed ldap.DNWithBinary.Parse() to ldap.DNWithBinary.Unmarshal() by @p0dalirius in #37
- [enhancement] Implemented UUID v3, fixes #8 by @p0dalirius in #38
- [enhancement] Implement UUIDv4, fixes #9 by @p0dalirius in #39
- [enhancement] Implemented UUID v3, fixes #8 by @p0dalirius in #40
- [enhancement] Implement UUIDv6, fixes #11 by @p0dalirius in #41
- [enhancement] Implement UUIDv7, fixes #12 by @p0dalirius in #42
- [enhancement] Refactored network/ldap/sid to use winacl/sid.SID{} structs by @p0dalirius in #43
- [enhancement] Removed remaining fmt.Print*(...) used for testing in the codebase by @p0dalirius in #44
- [enhancement] Creating windows/cng/bcrypt structures by @p0dalirius in #45
- [enhancement] Implement BCRYPT_DSA_KEY, fixes #46 by @p0dalirius in #48
- [enhancement] Renamed all structures to keep a consistent naming convention, fixes #49 by @p0dalirius in #50
Full Changelog: v1.0.4...v1.0.6
v1.0.4 Minor bug fixes on windows keycredential time functions
v1.0.3: Parts of SMBv1 and minor fixes
What's Changed
- [bugfix] Fixed function IsDomainAtLeast on domains objects by @p0dalirius in #23
- [enhancement] Improved interfaces of Domain Functionality Level by @p0dalirius in #24
- [bugfix] Temporary fix for #25, waiting for PR merge of https://github.com/go-… by @p0dalirius in #26
- [enhancement] Renamed NBTNS to NBNS for coherence by @p0dalirius in #27
- Refactored parts of KeyCredential structure for shadow credentials by @p0dalirius in #28
- [enhancement] Create CODE_OF_CONDUCT.md by @p0dalirius in #30
- [enhancement] Create SECURITY.md by @p0dalirius in #31
- Update auto_prefix_issues.yml by @p0dalirius in #32
- [enhancement] Implementing SMB v1.0 support by @p0dalirius in #29
Full Changelog: v1.0.2...v1.0.3
v1.0.2: NBTNS and LDAP improvements
What's Changed
- [bugfix] NameQuery in NBTNS protocol by @NtAlexio2 in #20
- [enhancement] Improve ldap functions by @p0dalirius in #22
New Contributors
- @NtAlexio2 made their first contribution in #20
Full Changelog: v1.0.1...v1.0.2
v1.0.1: Minor improvements
What's Changed
- [enhancement] Implemented UUID v1 by @p0dalirius in #14
- [enhancement] Implemented UUID v2, fixes #7 by @p0dalirius in #15
- [enhancement] Implemented UUID v8 by @p0dalirius in #17
- [enhancement] Improved UUID v2 by @p0dalirius in #16
- [enhancement] network/ldap: Improved documentation and ldap functions by @p0dalirius in #18
- [enhancement] network/ldap: Improved modify OverwriteAttributeValues() by @p0dalirius in #19
Full Changelog: v1.0.0...v1.0.1