Skip to content

Releases: go-ldap/ldap

v3.3.0

06 Apr 00:21
Compare
Choose a tag to compare

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

14 Oct 19:31
e07632f
Compare
Choose a tag to compare

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

17 Jul 14:55
63c350f
Compare
Choose a tag to compare

Fix policy control response decoding for ControlBeheraPasswordPolicy.

Should address #162, #156 and #257

Address regression in error handling

14 Jul 02:03
945cdf3
Compare
Choose a tag to compare

Don't discard results on error - make raw result packet available in the Error object.

Updated NTLM feature

22 Jun 22:44
286b3cf
Compare
Choose a tag to compare

Update to allow binding with only NTLM hash instead of password.

Also, add missing go.mod changes.

Add NTLMSSP Support

18 Jun 00:37
c2c0783
Compare
Choose a tag to compare
Adding NTLMSSP support (#265)

* added ntlm bind

* adding doc comments

* copy changes to older version

Minor update: go-asn1-ber and GetEqualFoldAttribute helpers

11 Jun 23:21
d49ce32
Compare
Choose a tag to compare
v3.1.11

Update v3 branch to sync with #111 (#268)

Sync changes to v3 folder

31 Mar 21:34
83f96f1
Compare
Choose a tag to compare

Pull DIGEST-MD5 bind support changes into v3 (#230)

nil error handling improvements

11 Feb 16:42
1972b41
Compare
Choose a tag to compare
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

05 Feb 16:38
0e14253
Compare
Choose a tag to compare
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