Skip to content

Releases: go-ldap/ldap

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

Performance improvement and better documentation of examples

14 Dec 22:19
Compare
Choose a tag to compare
fix: memory allocations (#252)

* fix: memory allocations

* fix: replace strings.Builder to bytes.Buffer for old goland versions

* fix: rename escapedStringToEncodedBytes to decodeEscapedSymbols

* feat: remove one allocation

* fix (v3): memory allocations

Add DialURL and ModifyRequest.Increment

12 Dec 17:10
Compare
Choose a tag to compare
add modify-increment extension support detailed in RFC4525 (#227)

* add modify-increment extension support detailed in RFC4525

This extension is detailed in [RFC4525](https://tools.ietf.org/html/rfc4525).
To summarize, it allows for auto-incrementing a specific attribute by a
specific amount. It can be used in conjunction with pre-read, post-read,
and assert control types

* update v3