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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"
Vincent Vanackere
2014-07-24
10
-10
/
+10
*
examples : fix import path, add +build ignore directive
Vincent Vanackere
2014-07-24
4
-4
/
+12
*
Remove data race between *Conn.Close() and *Conn.reader()
Vincent Vanackere
2014-07-23
1
-13
/
+19
*
cosmetic changes
juju2013
2014-04-18
4
-10
/
+10
*
make examples search works
juju2013
2014-04-18
1
-10
/
+17
*
SpruceHealth disappeared :-(
John Weldon
2014-04-16
10
-10
/
+10
*
update references
John Weldon
2014-03-21
4
-4
/
+4
*
Fixed spelling of Primitive
Samuel Stauffer
2014-03-19
6
-33
/
+33
*
Don't capitalize function arguments
Samuel Stauffer
2014-03-19
4
-21
/
+21
*
Use error instead of *Error
Samuel Stauffer
2014-03-19
8
-32
/
+32
*
Short writes don't happen without an error so don't loop
Samuel Stauffer
2014-03-19
1
-12
/
+5
*
Remove newlines from log messages
Samuel Stauffer
2014-03-19
4
-24
/
+24
*
Rename DialSSL to DialTLS and remove DialTLS infavor of exporting StartTLS
Samuel Stauffer
2014-03-19
1
-24
/
+8
*
Some more cleanup
Samuel Stauffer
2014-03-19
9
-57
/
+53
*
Stylistic fixes, update imports, and some format string fixes
Samuel Stauffer
2014-03-19
16
-84
/
+71
*
connection handling
Marc Sauter
2014-03-19
2
-82
/
+78
*
rename
Marc Sauter
2014-03-19
13
-13
/
+13
*
refactoring, redesigned connection/message handling
tmfkams
2014-03-19
6
-205
/
+210
*
SSL/TLS with certificates
tmfkams
2014-03-19
4
-9
/
+101
*
doc
tmfkams
2014-03-19
1
-2
/
+1
*
refactoring, fixes for go1.2, modify added
tmfkams
2014-03-19
16
-1253
/
+1777
*
Merge pull request #4 from bollenberger/master
mmitton
2014-02-20
1
-0
/
+27
|
\
|
*
Create LICENSE
Brian Ollenberger
2014-02-20
1
-0
/
+27
|
/
*
Initial test cases for ldap connections and searches
Michael Mitton
2011-02-18
1
-0
/
+125
*
Fixed message processing deadlocks and added mutex for closing function
Michael Mitton
2011-02-18
1
-20
/
+51
*
Added debugging code
Michael Mitton
2011-02-18
1
-2
/
+27
*
Added getLDAPResultCode function to get result code and description from result packet
Michael Mitton
2011-02-18
1
-0
/
+15
*
Fixed error checking
Michael Mitton
2011-02-18
1
-1
/
+6
*
Fixed Typo
Michael Mitton
2011-02-18
1
-1
/
+1
*
first commit
Michael Mitton
2011-02-18
9
-0
/
+1382