index
:
go.metala.org/ldap.git
master
Library provides basic LDAP v3 functionality (Go)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
conn.go
Age
Commit message (
Collapse
)
Author
2019-02-13
Change dependency urls and package name
Marin Ivanov
* Make Go skip the examples directory
2018-11-14
Support StartTLS in server
Mark Rushakoff
2018-02-23
Update import paths and go fmt
Mark Rushakoff
2015-12-29
DialTLSDialer added && gofmt
Ivan Egorov
2014-11-12
LDAP server support
ned
2014-09-04
Ping / Abandon request should not expect response
unai.avila
2014-09-02
Add ping method
unai.avila
2014-08-20
import time
unai.avila
2014-08-20
Make Dial accept a timeout
unai.avila
2014-07-24
Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"
Vincent Vanackere
2014-07-23
Remove data race between *Conn.Close() and *Conn.reader()
Vincent Vanackere
A single channel is now used to signal that the connection was closed. There is also no need to set the net.Conn field to nil as this was causing a nil pointer dereference in the reader loop.
2014-04-15
SpruceHealth disappeared :-(
John Weldon
2014-03-19
Fixed spelling of Primitive
Samuel Stauffer
2014-03-19
Don't capitalize function arguments
Samuel Stauffer
2014-03-19
Use error instead of *Error
Samuel Stauffer
2014-03-19
Short writes don't happen without an error so don't loop
Samuel Stauffer
2014-03-19
Remove newlines from log messages
Samuel Stauffer
2014-03-19
Rename DialSSL to DialTLS and remove DialTLS infavor of exporting StartTLS
Samuel Stauffer
2014-03-19
Some more cleanup
Samuel Stauffer
2014-03-19
Stylistic fixes, update imports, and some format string fixes
Samuel Stauffer
2014-03-19
connection handling
Marc Sauter
2014-03-19
rename
Marc Sauter
2014-03-19
refactoring, redesigned connection/message handling
tmfkams
2014-03-19
SSL/TLS with certificates
tmfkams
2014-03-19
refactoring, fixes for go1.2, modify added
tmfkams
2011-02-18
Fixed message processing deadlocks and added mutex for closing function
Michael Mitton
2011-02-18
first commit
Michael Mitton