summaryrefslogtreecommitdiffstats
path: root/filter.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* strings in LDAP are case-insensitive (#8)wxiaoguang2021-07-201-5/+6
| | | | | | | | | | | | | | | | | Thank you @wxiaoguang ! * strings in LDAP are case-insensitive * optmize routeFunc (faster, case-insensitive) * small optimiztion to routeFunc * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * remove operational attributes
* Fixed handling of UTF8 chars in filter value (#9)Apehaenger2021-07-201-4/+8
| | | Thank you @Apehaenger
* Implement FilterSubstrings (#2)Jeroen Simonetti2016-06-011-2/+27
| | | | | | | | | * Implement FilterSubstrings * Remove unneeded if Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl> Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
* 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
| | | | Also use ber.DecodeString in DecompileFilter like with all other filters
* 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