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
*
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