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

Tags: nilinside/ldap

Tags

v3.0.6

Toggle v3.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FIX

v3.0.5

Toggle v3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update conn.go

modify filed name

v3.0.4

Toggle v3.0.4's commit message
add boundDn field

v3.0.3

Toggle v3.0.3's commit message
Added check for ControlValue string check (go-ldap#213)

* Added check for controlvalue

* Fixed tests

v3.0.2

Toggle v3.0.2's commit message
Fix LDAP diagnostics message used as format string (go-ldap#208)

* Add GetLDAPError() tests

This patch adds a couple of tests for the `GetLDAPError()` function.

* Fix LDAP diagnostics message used as format string

The GetLDAPError()-function passes the `diagnosticMessage` error field
as the first parameter to `fmt.Errorf()`. If this message happens to
contain a `%`-character, Go will try to interpret it.

This doesn't directly lead to an error, but results in error messages
containing format string error codes. E.g.:

The error message "Detailed error message %" will result in the error
"Detailed error message %!(NOVERB)".

This patch fixes this by inserting a format string as the first
argument to `fmt.Errorf()`.

v3.0.1

Toggle v3.0.1's commit message
Add ldap.TLSConnectionState()

v3.0.0

Toggle v3.0.0's commit message
conn: Ensure 64-bit alignment for atomics on 32-bit platforms

v3

Toggle v3's commit message
Update tags for gopkg.in/ldap.v3

v2.5.1

Toggle v2.5.1'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#134 from judwhite/feature/fix-race (go-lda…

…p#141)

fix race conditions in conn.go

v2.5.0

Toggle v2.5.0's commit message
Merge pull request go-ldap#99 from liggitt/dn-comparison

Add comparison methods for DN/RDN/AttributeTypeAndValue
0