summaryrefslogtreecommitdiffstats
path: root/filter.go (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-20strings in LDAP are case-insensitive (#8)wxiaoguang1-5/+6
2021-07-20Fixed handling of UTF8 chars in filter value (#9)Apehaenger1-4/+8
2016-06-01Implement FilterSubstrings (#2)Jeroen Simonetti1-2/+27
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned1-21/+18
2014-11-12LDAP server supportned1-14/+147
2014-08-01cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded)Vincent Vanackere1-18/+12
2014-08-01filter : small code cleanupVincent Vanackere1-7/+7
2014-08-01filter: bugfix for FilterPresentGregory Haik1-2/+7
2014-07-24Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"Vincent Vanackere1-1/+1
2014-04-16SpruceHealth disappeared :-(John Weldon1-1/+1
2014-03-19Fixed spelling of PrimitiveSamuel Stauffer1-5/+5
2014-03-19Use error instead of *ErrorSamuel Stauffer1-5/+5
2014-03-19Remove newlines from log messagesSamuel Stauffer1-1/+1
2014-03-19Some more cleanupSamuel Stauffer1-14/+14
2014-03-19Stylistic fixes, update imports, and some format string fixesSamuel Stauffer1-4/+2
2014-03-19renameMarc Sauter1-1/+1
2014-03-19refactoring, redesigned connection/message handlingtmfkams1-60/+61
2014-03-19refactoring, fixes for go1.2, modify addedtmfkams1-216/+216