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
*
listen on arbitrary network
Anton Luka Šijanec
2024-06-06
2
-4
/
+8
*
strings in LDAP are case-insensitive (#8)
wxiaoguang
2021-07-20
6
-23
/
+137
*
Fixed handling of UTF8 chars in filter value (#9)
Apehaenger
2021-07-20
4
-17
/
+28
*
Fix examples (#6)
Hiroki Uchiumi
2019-10-21
3
-6
/
+12
*
Add support for retrieving all user attributes (#5)
Viktor Kojouharov
2019-07-03
2
-2
/
+55
*
make serve function public (#4)
dirkm
2019-07-03
5
-31
/
+33
*
Implement FilterSubstrings (#2)
Jeroen Simonetti
2016-06-01
1
-2
/
+27
*
Fix issue where ManageDSAit control sent (#3)
Elan Yusuf Hakim
2016-06-01
1
-1
/
+4
*
Merge pull request #1 from BradburyLab/master
Ned
2016-01-04
1
-37
/
+51
|
\
|
*
DialTLSDialer added && gofmt
Ivan Egorov
2015-12-29
1
-37
/
+51
|
/
*
Fixed bug with SizeLimit=1
ned
2015-06-03
2
-6
/
+28
*
Added search SizeLimit support
ned
2015-06-02
3
-9
/
+39
*
Tolerate DerefAliases requests w/o falling over
ned
2014-12-11
1
-2
/
+1
*
Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.
ned
2014-11-23
20
-754
/
+1515
*
LDAP server support
ned
2014-11-12
21
-61
/
+1821
*
Ping / Abandon request should not expect response
unai.avila
2014-09-04
1
-10
/
+0
*
Add ping method
unai.avila
2014-09-02
1
-0
/
+43
*
import time
unai.avila
2014-08-20
1
-0
/
+1
*
Make Dial accept a timeout
unai.avila
2014-08-20
1
-0
/
+12
*
Added unbind method
unai.avila
2014-08-19
1
-0
/
+44
*
cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded)
Vincent Vanackere
2014-08-01
2
-20
/
+14
*
filter_test : rewrite encode/decode tests to be table-driven
Vincent Vanackere
2014-08-01
1
-28
/
+27
*
filter : small code cleanup
Vincent Vanackere
2014-08-01
1
-7
/
+7
*
Merge fixes for ldap present filter encoding/decoding from Gregory Haik
Vincent Vanackere
2014-08-01
2
-2
/
+43
|
\
|
*
filter: bugfix for FilterPresent
Gregory Haik
2014-08-01
2
-2
/
+43
|
/
*
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