You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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]>