summaryrefslogtreecommitdiffstats
path: root/filter.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* strings in LDAP are case-insensitive (#8)wxiaoguang2021-07-201-5/+6
* Fixed handling of UTF8 chars in filter value (#9)Apehaenger2021-07-201-4/+8
* Implement FilterSubstrings (#2)Jeroen Simonetti2016-06-011-2/+27
* Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned2014-11-231-21/+18
* LDAP server supportned2014-11-121-14/+147
* cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded)Vincent Vanackere2014-08-011-18/+12
* filter : small code cleanupVincent Vanackere2014-08-011-7/+7
* filter: bugfix for FilterPresentGregory Haik2014-08-011-2/+7
* Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"Vincent Vanackere2014-07-241-1/+1
* SpruceHealth disappeared :-(John Weldon2014-04-161-1/+1
* Fixed spelling of PrimitiveSamuel Stauffer2014-03-191-5/+5
* Use error instead of *ErrorSamuel Stauffer2014-03-191-5/+5
* Remove newlines from log messagesSamuel Stauffer2014-03-191-1/+1
* Some more cleanupSamuel Stauffer2014-03-191-14/+14
* Stylistic fixes, update imports, and some format string fixesSamuel Stauffer2014-03-191-4/+2
* renameMarc Sauter2014-03-191-1/+1
* refactoring, redesigned connection/message handlingtmfkams2014-03-191-60/+61
* refactoring, fixes for go1.2, modify addedtmfkams2014-03-191-216/+216
* first commitMichael Mitton2011-02-181-0/+249