summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* listen on arbitrary networkHEADmasterAnton Luka Šijanec2024-06-062-4/+8
* strings in LDAP are case-insensitive (#8)wxiaoguang2021-07-206-23/+137
* Fixed handling of UTF8 chars in filter value (#9)Apehaenger2021-07-204-17/+28
* Fix examples (#6)Hiroki Uchiumi2019-10-213-6/+12
* Add support for retrieving all user attributes (#5)Viktor Kojouharov2019-07-032-2/+55
* make serve function public (#4)dirkm2019-07-035-31/+33
* Implement FilterSubstrings (#2)Jeroen Simonetti2016-06-011-2/+27
* Fix issue where ManageDSAit control sent (#3)Elan Yusuf Hakim2016-06-011-1/+4
* Merge pull request #1 from BradburyLab/masterNed2016-01-041-37/+51
|\
| * DialTLSDialer added && gofmtIvan Egorov2015-12-291-37/+51
|/
* Fixed bug with SizeLimit=1ned2015-06-032-6/+28
* Added search SizeLimit supportned2015-06-023-9/+39
* Tolerate DerefAliases requests w/o falling overned2014-12-111-2/+1
* Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned2014-11-2320-754/+1515
* LDAP server supportned2014-11-1221-61/+1821
* Ping / Abandon request should not expect responseunai.avila2014-09-041-10/+0
* Add ping methodunai.avila2014-09-021-0/+43
* import timeunai.avila2014-08-201-0/+1
* 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
* filter : small code cleanupVincent Vanackere2014-08-011-7/+7
* 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
* Remove data race between *Conn.Close() and *Conn.reader()Vincent Vanackere2014-07-231-13/+19
* 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 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