| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 8 days | update module nameHEADmaster | Marin Ivanov | |
| 2019-02-13 | Revert the simplification of Searcher and Binder interfaces | Marin Ivanov | |
| * Revert "Simplify sever search functions" commit 9402a7d580c2dd929c68cf8b3038a1e6496f607f. * Revert "Simplify server bind functions" commit 82a8f44a2f4cf0686635d2a23ebb41a8f445194e. * Fix tests | |||
| 2019-02-13 | Merge branch 'fix/server/starttls-panic' | Marin Ivanov | |
| Fixes a bug where the server panics on STARTTLS, if TLSConfig is not set. | |||
| 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 | |
| * Move contributors to CONTRIBUTORS.md | |||
| 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 | |
| * Make Go skip the examples directory | |||
| 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 | |
| For our purposes, it doesn't need to route multiple functions across different DNs, so use a simple function instead. | |||
| 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 | |
| So that we can pass a net.Listener. Useful for binding to a random port for test. | |||
| 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 | |
| In order to not have an external dependency in the ldapserver repo. | |||
| 2017-01-04 | Merge pull request #1 from michael-grosshans/master | Ned McClain | |
| Fixed UTF-8 Encoding Problems & problem with signed/unsigned integers | |||
| 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 | |
| * Implement FilterSubstrings * Remove unneeded if Signed-off-by: Jeroen Simonetti <[email protected]> Signed-off-by: Jeroen Simonetti <[email protected]> | |||
| 2016-06-01 | Fix issue where ManageDSAit control sent (#3) | Elan Yusuf Hakim | |
| * Fix whitespace control value * Add strings package | |||
| 2016-01-04 | Merge pull request #1 from BradburyLab/master | Ned | |
| DialTLSDialer added && gofmt | |||
| 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.) ↵ | ned | |
| and tests. | |||
| 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 | |
| Only 1 test for now but other tests should be written, especially to check the various possible encoding issues... | |||
| 2014-08-01 | filter : small code cleanup | Vincent Vanackere | |
| Also use ber.DecodeString in DecompileFilter like with all other filters | |||
| 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 | |
| These examples are independant (and not part of a single package). | |||
| 2014-07-23 | Remove data race between *Conn.Close() and *Conn.reader() | Vincent Vanackere | |
| A single channel is now used to signal that the connection was closed. There is also no need to set the net.Conn field to nil as this was causing a nil pointer dereference in the reader loop. | |||
| 2014-04-18 | cosmetic changes | juju2013 | |
| 2014-04-18 | make examples search works | juju2013 | |
| 2014-04-15 | fix typo | John Weldon | |
