aboutsummaryrefslogtreecommitdiff
path: root/server_search_test.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-13Change dependency urls and package nameMarin Ivanov
* Make Go skip the examples directory
2018-11-12Fix test vet issuesMark 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-23Use Serve in tests to avoid port contentionMark Rushakoff
2018-02-23Remove QuitChannel method, add Close methodMark Rushakoff
2018-02-23Update import paths and go fmtMark Rushakoff
2015-06-02Fixed bug with SizeLimit=1ned
2015-06-02Added search SizeLimit supportned
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) ↵ned
and tests.