summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make Dial accept a timeoutunai.avila2014-08-201-0/+12
|
* Added unbind methodunai.avila2014-08-191-0/+44
|
* cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded)Vincent Vanackere2014-08-012-20/+14
|
* filter_test : rewrite encode/decode tests to be table-drivenVincent Vanackere2014-08-011-28/+27
| | | | Only 1 test for now but other tests should be written, especially to check the various possible encoding issues...
* filter : small code cleanupVincent Vanackere2014-08-011-7/+7
| | | | Also use ber.DecodeString in DecompileFilter like with all other filters
* Merge fixes for ldap present filter encoding/decoding from Gregory HaikVincent Vanackere2014-08-012-2/+43
|\
| * filter: bugfix for FilterPresentGregory Haik2014-08-012-2/+43
|/
* Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"Vincent Vanackere2014-07-2410-10/+10
|
* examples : fix import path, add +build ignore directiveVincent Vanackere2014-07-244-4/+12
| | | | These examples are independant (and not part of a single package).
* Remove data race between *Conn.Close() and *Conn.reader()Vincent Vanackere2014-07-231-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 changesjuju20132014-04-184-10/+10
|
* make examples search worksjuju20132014-04-181-10/+17
|
* SpruceHealth disappeared :-(John Weldon2014-04-1610-10/+10
|
* update referencesJohn Weldon2014-03-214-4/+4
|
* Fixed spelling of PrimitiveSamuel Stauffer2014-03-196-33/+33
|
* Don't capitalize function argumentsSamuel Stauffer2014-03-194-21/+21
|
* Use error instead of *ErrorSamuel Stauffer2014-03-198-32/+32
|
* Short writes don't happen without an error so don't loopSamuel Stauffer2014-03-191-12/+5
|
* Remove newlines from log messagesSamuel Stauffer2014-03-194-24/+24
|
* Rename DialSSL to DialTLS and remove DialTLS infavor of exporting StartTLSSamuel Stauffer2014-03-191-24/+8
|
* Some more cleanupSamuel Stauffer2014-03-199-57/+53
|
* Stylistic fixes, update imports, and some format string fixesSamuel Stauffer2014-03-1916-84/+71
|
* connection handlingMarc Sauter2014-03-192-82/+78
|
* renameMarc Sauter2014-03-1913-13/+13
|
* refactoring, redesigned connection/message handlingtmfkams2014-03-196-205/+210
|
* SSL/TLS with certificatestmfkams2014-03-194-9/+101
|
* doctmfkams2014-03-191-2/+1
|
* refactoring, fixes for go1.2, modify addedtmfkams2014-03-1916-1253/+1777
|
* Merge pull request #4 from bollenberger/mastermmitton2014-02-201-0/+27
|\ | | | | Create LICENSE
| * Create LICENSEBrian Ollenberger2014-02-201-0/+27
|/
* Initial test cases for ldap connections and searchesMichael Mitton2011-02-181-0/+125
|
* Fixed message processing deadlocks and added mutex for closing functionMichael Mitton2011-02-181-20/+51
|
* Added debugging codeMichael Mitton2011-02-181-2/+27
|
* Added getLDAPResultCode function to get result code and description from result packetMichael Mitton2011-02-181-0/+15
|
* Fixed error checkingMichael Mitton2011-02-181-1/+6
|
* Fixed TypoMichael Mitton2011-02-181-1/+1
|
* first commitMichael Mitton2011-02-189-0/+1382