Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make serve function public (#4) | dirkm | 2019-07-03 | 5 | -31/+33 |
| | | | | | | | | * make serve function public * make Dn public * make attrs public | ||||
* | Implement FilterSubstrings (#2) | Jeroen Simonetti | 2016-06-01 | 1 | -2/+27 |
| | | | | | | | | | * Implement FilterSubstrings * Remove unneeded if Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl> Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl> | ||||
* | Fix issue where ManageDSAit control sent (#3) | Elan Yusuf Hakim | 2016-06-01 | 1 | -1/+4 |
| | | | | * Fix whitespace control value * Add strings package | ||||
* | Merge pull request #1 from BradburyLab/master | Ned | 2016-01-04 | 1 | -37/+51 |
|\ | | | | | DialTLSDialer added && gofmt | ||||
| * | DialTLSDialer added && gofmt | Ivan Egorov | 2015-12-29 | 1 | -37/+51 |
|/ | |||||
* | Fixed bug with SizeLimit=1 | ned | 2015-06-03 | 2 | -6/+28 |
| | |||||
* | Added search SizeLimit support | ned | 2015-06-02 | 3 | -9/+39 |
| | |||||
* | Tolerate DerefAliases requests w/o falling over | ned | 2014-12-11 | 1 | -2/+1 |
| | |||||
* | Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests. | ned | 2014-11-23 | 20 | -754/+1515 |
| | |||||
* | LDAP server support | ned | 2014-11-12 | 21 | -61/+1821 |
| | |||||
* | Ping / Abandon request should not expect response | unai.avila | 2014-09-04 | 1 | -10/+0 |
| | |||||
* | Add ping method | unai.avila | 2014-09-02 | 1 | -0/+43 |
| | |||||
* | import time | unai.avila | 2014-08-20 | 1 | -0/+1 |
| | |||||
* | Make Dial accept a timeout | unai.avila | 2014-08-20 | 1 | -0/+12 |
| | |||||
* | Added unbind method | unai.avila | 2014-08-19 | 1 | -0/+44 |
| | |||||
* | cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded) | Vincent Vanackere | 2014-08-01 | 2 | -20/+14 |
| | |||||
* | 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 |