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
Age
Commit message (
Expand
)
Author
8 days
update module name
HEAD
master
Marin Ivanov
2019-02-13
Revert the simplification of Searcher and Binder interfaces
Marin Ivanov
2019-02-13
Merge branch 'fix/server/starttls-panic'
Marin Ivanov
2019-02-13
Fix panic when TLSConfig is not set
Marin Ivanov
2019-02-13
Merge branch 'fix-ssl-tests'
Marin Ivanov
2019-02-13
Fix SSL test
Marin Ivanov
2019-02-13
Merge branch 'enforce-tls'
Marin Ivanov
2019-02-13
Add documentation for server.{TLSConfig,EnforceTLS}
Marin Ivanov
2019-02-13
Add option to require TLS upgrade, before serving any requests
Marin Ivanov
2019-02-13
Change dependency urls and package name
Marin Ivanov
2019-02-13
Added go.mod
Marin Ivanov
2018-11-16
Fix test import
Mark Rushakoff
2018-11-14
Support StartTLS in server
Mark Rushakoff
2018-11-12
Fix test vet issues
Mark Rushakoff
2018-02-23
Simplify sever search functions
Mark Rushakoff
2018-02-23
Simplify server bind functions
Mark Rushakoff
2018-02-23
Use Serve in tests to avoid port contention
Mark Rushakoff
2018-02-23
Remove QuitChannel method, add Close method
Mark Rushakoff
2018-02-23
Export Serve method
Mark Rushakoff
2018-02-23
Update import paths and go fmt
Mark Rushakoff
2018-02-23
Merge branch 'asn1ber'
Mark Rushakoff
2018-02-23
Move ber package to internal
Mark Rushakoff
2017-01-04
Merge pull request #1 from michael-grosshans/master
Ned McClain
2017-01-04
Fixed problem with message 128
Michael Grosshans
2017-01-03
Fixed String Decoding
Michael Grosshans
2016-06-01
Implement FilterSubstrings (#2)
Jeroen Simonetti
2016-06-01
Fix issue where ManageDSAit control sent (#3)
Elan Yusuf Hakim
2016-01-04
Merge pull request #1 from BradburyLab/master
Ned
2015-12-29
DialTLSDialer added && gofmt
Ivan Egorov
2015-06-02
Fixed bug with SizeLimit=1
ned
2015-06-02
Added search SizeLimit support
ned
2014-12-10
Tolerate DerefAliases requests w/o falling over
ned
2014-11-23
Implemented other LDAP server operations (add/delete/modify/extended/etc.) an...
ned
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-08-19
Added unbind method
unai.avila
2014-08-01
cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded)
Vincent Vanackere
2014-08-01
filter_test : rewrite encode/decode tests to be table-driven
Vincent Vanackere
2014-08-01
filter : small code cleanup
Vincent Vanackere
2014-08-01
Merge fixes for ldap present filter encoding/decoding from Gregory Haik
Vincent Vanackere
2014-08-01
filter: bugfix for FilterPresent
Gregory Haik
2014-07-24
Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"
Vincent Vanackere
2014-07-24
examples : fix import path, add +build ignore directive
Vincent Vanackere
2014-07-23
Remove data race between *Conn.Close() and *Conn.reader()
Vincent Vanackere
2014-04-18
cosmetic changes
juju2013
2014-04-18
make examples search works
juju2013
2014-04-15
fix typo
John Weldon
[next]