Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filter_test : rewrite encode/decode tests to be table-driven | Vincent Vanackere | 2014-08-01 | 1 | -28/+27 |
| | | | | Only 1 test for now but other tests should be written, especially to check the various possible encoding issues... | ||||
* | filter : small code cleanup | Vincent Vanackere | 2014-08-01 | 1 | -7/+7 |
| | | | | Also use ber.DecodeString in DecompileFilter like with all other filters | ||||
* | 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 |
| | | | | These examples are independant (and not part of a single package). | ||||
* | Remove data race between *Conn.Close() and *Conn.reader() | Vincent Vanackere | 2014-07-23 | 1 | -13/+19 |
| | | | | | 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. | ||||
* | 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 | ||||
| * | 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 |