aboutsummaryrefslogtreecommitdiff
path: root/server.go
AgeCommit message (Collapse)Author
2019-02-13Revert the simplification of Searcher and Binder interfacesMarin Ivanov
* Revert "Simplify sever search functions" commit 9402a7d580c2dd929c68cf8b3038a1e6496f607f. * Revert "Simplify server bind functions" commit 82a8f44a2f4cf0686635d2a23ebb41a8f445194e. * Fix tests
2019-02-13Fix panic when TLSConfig is not setMarin Ivanov
2019-02-13Add option to require TLS upgrade, before serving any requestsMarin Ivanov
2019-02-13Change dependency urls and package nameMarin Ivanov
* Make Go skip the examples directory
2018-11-14Support StartTLS in serverMark Rushakoff
2018-02-23Simplify sever search functionsMark Rushakoff
2018-02-23Simplify server bind functionsMark Rushakoff
For our purposes, it doesn't need to route multiple functions across different DNs, so use a simple function instead.
2018-02-23Remove QuitChannel method, add Close methodMark Rushakoff
2018-02-23Export Serve methodMark Rushakoff
So that we can pass a net.Listener. Useful for binding to a random port for test.
2018-02-23Update import paths and go fmtMark Rushakoff
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) ↵ned
and tests.
2014-11-12LDAP server supportned