summaryrefslogtreecommitdiffstats
path: root/plugins/mmanon
Commit message (Collapse)AuthorAgeFilesLines
* mmanon: adjust to recent omod interface changesRainer Gerhards2013-11-101-2/+1
|
* add freeWrkrInstance to output module interfaceRainer Gerhards2013-10-291-0/+5
|
* mmanon: update to new output module interface (partial)Rainer Gerhards2013-10-281-0/+10
|
* bugfix: mmanon did not detect all IP addresses in rewrite modeRainer Gerhards2013-10-141-0/+2
| | | | | | | The problem occured if two IPs were close to each other and the first one was shrunk. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=485 Thanks to micah-at-riseup.net for reporting this bug
* bugfix: mmanon sometimes used invalid replacement char in simple modeRainer Gerhards2013-10-141-1/+0
| | | | | | | | depending on configuration sequence, the replacement character was set to 's' instead of the correct value. Most importantly, it was set to 's' if simple mode was selected and no replacement char set. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=484 Thanks to micah-at-riseup.net for reporting this bug
* mmanon: removed the check for specific "terminator characters" after last octetRainer Gerhards2013-10-041-1/+1
| | | | | | | | As it turned out, this didn't work in practice as there was an enormous set of potential terminator chars -- so removing them was the best thing to do. Note that this may change behaviour of existing installations. Yet, we still consider this an important bugfix, that should be applied to the stable branch.
* mmanon: added "]" to set of acceptable chars after an IPv4 addressRainer Gerhards2013-09-301-1/+1
| | | | | | This is used in Exim and Postfix ... and probably a bunch of other tools closes: http://bugzilla.adiscon.com/show_bug.cgi?id=477 Thanks to Muri Cicanor for requesting the addition
* bugfix: mmanon did not build on some platforms (e.g. Ubuntu)Rainer Gerhards2013-03-181-0/+1
|
* mmanon: complete ipv4 functionalityRainer Gerhards2013-03-041-30/+105
|
* mmanon: add ability to specify number of bits to be anonymizedRainer Gerhards2013-03-041-19/+75
|
* mmanon: add capability to configure replacement characterRainer Gerhards2013-03-031-9/+45
|
* add initial version of mmanon (anonymoization support)Rainer Gerhards2013-02-282-0/+241