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

Tags: SimePel/ldap

Tags

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

v2.4.1

Toggle v2.4.1's commit message
Merge pull request go-ldap#83 from liggitt/control_test

Fix control round-tripping, parsing

v2.4.0

Toggle v2.4.0's commit message
Merge pull request go-ldap#71 from liggitt/godoc-gofmt

Update godoc, add gofmt check

v2.3.0

Toggle v2.3.0's commit message
Merge pull request go-ldap#57 from retailnext/master

Add ability to set a timeout on requests

v2.2.2

Toggle v2.2.2's commit message
Merge pull request go-ldap#59 from trestletech/master

Handle nil packets when getting LDAPResultCode
0