8000 Tags · speatzle/ldap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: speatzle/ldap

Tags

v3.2.2

Toggle v3.2.2's commit message
added missing who am i stuff to v3

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to bind with only NTLM Hash instead of password (go-ldap#269

)

* add NTLMBindWithHash, update go.mod

* add NTLMBindWithHash, update go.mod on v2

Co-authored-by: Ronnie Flathers <ronnie.flathersii@motorolasolutions.com>

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding NTLMSSP support (go-ldap#265)

* added ntlm bind

* adding doc comments

* copy changes to older version

v3.1.11

Toggle v3.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update v3 branch to sync with go-ldap#111 (go-ldap#268)

v3.1.10

Toggle v3.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-ldap#264 from hashicorp/send-fix-v3-too

Send fix v3 too

v3.1.9

Toggle v3.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-ldap#263 from sgmiller/fix-sendMessage-closing-…

…race

sendMessage closing race fix

v3.1.8

Toggle v3.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sync v3 folder with root (go-ldap#260)

Address go-ldap#258

v3.1.7

Toggle v3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handling nil errors on addDefaultLDAPResponseDescriptions (go-ldap#219)

* Handling nil errors on addDefaultLDAPResponseDescriptions

* Moving changes to v3

* Reconvering the changes from root directory

v3.1.6

Toggle v3.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add DIGEST-MD5 bind support (go-ldap#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

v3.1.5

Toggle v3.1.5's commit message
fix: memory allocations (go-ldap#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
0