aboutsummaryrefslogtreecommitdiff
path: root/filter.go
AgeCommit message (Collapse)Author
2019-02-13Change dependency urls and package nameMarin Ivanov
* Make Go skip the examples directory
2018-02-23Update import paths and go fmtMark Rushakoff
2016-06-01Implement FilterSubstrings (#2)Jeroen Simonetti
* Implement FilterSubstrings * Remove unneeded if Signed-off-by: Jeroen Simonetti <[email protected]> Signed-off-by: Jeroen Simonetti <[email protected]>
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) ↵ned
and tests.
2014-11-12LDAP server supportned
2014-08-01cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded)Vincent Vanackere
2014-08-01filter : small code cleanupVincent Vanackere
Also use ber.DecodeString in DecompileFilter like with all other filters
2014-08-01filter: bugfix for FilterPresentGregory Haik
2014-07-24Switch asn1-ber dependency to "github.com/vanackere/asn1-ber"Vincent Vanackere
2014-04-15SpruceHealth disappeared :-(John Weldon
2014-03-19Fixed spelling of PrimitiveSamuel Stauffer
2014-03-19Use error instead of *ErrorSamuel Stauffer
2014-03-19Remove newlines from log messagesSamuel Stauffer
2014-03-19Some more cleanupSamuel Stauffer
2014-03-19Stylistic fixes, update imports, and some format string fixesSamuel Stauffer
2014-03-19renameMarc Sauter
2014-03-19refactoring, redesigned connection/message handlingtmfkams
2014-03-19refactoring, fixes for go1.2, modify addedtmfkams
2011-02-18first commitMichael Mitton