Releases: go-ldap/ldap
Releases · go-ldap/ldap
v3.3.0
New features and bug fixes:
#303 - Add IsClosing() to client interface for mocking
#305 - Avoid panic on NTLMChallengeBind where bytes were less than 7
#306 - Add support for LDAP_SERVER_LINK_TTL_OID control
#316 - Network timeouts now return appropriate error message and code
#318 - RFC4532 WhoAmI support added
Dropping support for Go versions <1.7
Dropping support for legacy Go versions in a first step effort to clean up go modules vs non-go modules repo
Fix policy control response decoding for ControlBeheraPasswordPolicy
Address regression in error handling
Don't discard results on error - make raw result packet available in the Error object.
Updated NTLM feature
Update to allow binding with only NTLM hash instead of password.
Also, add missing go.mod changes.
Add NTLMSSP Support
Adding NTLMSSP support (#265) * added ntlm bind * adding doc comments * copy changes to older version
Minor update: go-asn1-ber and GetEqualFoldAttribute helpers
v3.1.11 Update v3 branch to sync with #111 (#268)
Sync changes to v3 folder
Pull DIGEST-MD5 bind support changes into v3 (#230)
nil error handling improvements
Handling nil errors on addDefaultLDAPResponseDescriptions (#219) * Handling nil errors on addDefaultLDAPResponseDescriptions * Moving changes to v3 * Reconvering the changes from root directory
Add Digest MD5 Bind support
Add DIGEST-MD5 bind support (#230) * Add DIGEST-MD5 bind support * Remove new 1.13 %w verb * Fix vet and add docs * Fix go mod * Fix go mod * Update go.mod