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

Tags: moteesh-reddy/ldap

Tags

v3.4.1

Toggle v3.4.1's commit message

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 (go-ldap#306)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Go 1.16, drop 1.13 (go-ldap#335)

* Add Go 1.16, drop 1.13

* Add 1.13 back in

v3.3.0

Toggle v3.3.0's commit message
Updated example name to pass linter

v3.2.4

Toggle v3.2.4'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#286 from ZDuygu/master

Fixed Samba Move Object

v3.2.3

Toggle v3.2.3'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#280 from DukeGatto/master

Fix ppolicy control response decoding - thanks for contributing!

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extend ldap.Error to include reference to response (go-ldap#272)

* Extend ldap.Error to include reference to response

Address go-ldap#271

* Just return the result

It's even more inelegant to try to wrap the limit errors and re-parse
the packet for the result.

We'll keep the most recent packet in the `Error` as a useful addition,
but we'll just return the result in any error case even though it's
counter to common Go idioms.

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
0