Skip to content

Tags: go-ldap/ldap

Tags

v3.4.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove old pre-module code (#542)

* Remove old pre-module code

older versions still accessible via tags

* Update workflows to only use v3 directory

Also, disable fuzzing until configured correctly in upstream repo

v3.4.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update dependencies (#539)

v3.4.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert #499: Mark public Start function as deprecated (#508)

* Revert "chore: add comment to `Start` function to inform about possible instability when called (#499)"

This reverts commit f09ee91.

* chore: add warning to `Start` comment to inform about possible race conditions

v3.4.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Replace DER with ASN1 BER encoding when parsing distinguishedNam…

…es (#505)

* fix: Replace DER with ASN1 BER encoding when parsing distinguishedNames
* Remove leftover comment

v3.4.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Mirror v3 to root directory (#468)

v3.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: enable DirSync control in search operation (#436)

* feat: enable DirSync control in search operation

* fix: fixed ineffectual assignment to err

* fix: fixed should replace loop with error

* fix: not include Cookie in SearchResult struct

---------

Co-authored-by: shimokubo <[email protected]>

v3.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix request timeout handling (#388)

* Fix request timeout handling
* Ensure 64-bit alignment

v3.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Linter cleanup (#368)

v3.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow using `;` as RDN separator according to rfc2253 (#352)

v3.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
modify debugger to write packet via log's Writer (#306)