index
:
sijanec/ldap
master
Basic LDAP v3 client & server functionality for the GO programming language.
Anton Luka Šijanec <anton@sijanec.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
conn.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-24
Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"
Vincent Vanackere
1
-1
/
+1
2014-07-23
Remove data race between *Conn.Close() and *Conn.reader()
Vincent Vanackere
1
-13
/
+19
2014-04-16
SpruceHealth disappeared :-(
John Weldon
1
-1
/
+1
2014-03-19
Fixed spelling of Primitive
Samuel Stauffer
1
-2
/
+2
2014-03-19
Don't capitalize function arguments
Samuel Stauffer
1
-2
/
+2
2014-03-19
Use error instead of *Error
Samuel Stauffer
1
-5
/
+5
2014-03-19
Short writes don't happen without an error so don't loop
Samuel Stauffer
1
-12
/
+5
2014-03-19
Remove newlines from log messages
Samuel Stauffer
1
-11
/
+11
2014-03-19
Rename DialSSL to DialTLS and remove DialTLS infavor of exporting StartTLS
Samuel Stauffer
1
-24
/
+8
2014-03-19
Some more cleanup
Samuel Stauffer
1
-5
/
+5
2014-03-19
Stylistic fixes, update imports, and some format string fixes
Samuel Stauffer
1
-2
/
+2
2014-03-19
connection handling
Marc Sauter
1
-73
/
+76
2014-03-19
rename
Marc Sauter
1
-1
/
+1
2014-03-19
refactoring, redesigned connection/message handling
tmfkams
1
-114
/
+120
2014-03-19
SSL/TLS with certificates
tmfkams
1
-9
/
+9
2014-03-19
refactoring, fixes for go1.2, modify added
tmfkams
1
-220
/
+208
2011-02-18
Fixed message processing deadlocks and added mutex for closing function
Michael Mitton
1
-20
/
+51