Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mmanon: adjust to recent omod interface changes | Rainer Gerhards | 2013-11-10 | 1 | -2/+1 |
| | |||||
* | add freeWrkrInstance to output module interface | Rainer Gerhards | 2013-10-29 | 1 | -0/+5 |
| | |||||
* | mmanon: update to new output module interface (partial) | Rainer Gerhards | 2013-10-28 | 1 | -0/+10 |
| | |||||
* | bugfix: mmanon did not detect all IP addresses in rewrite mode | Rainer Gerhards | 2013-10-14 | 1 | -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 mode | Rainer Gerhards | 2013-10-14 | 1 | -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 octet | Rainer Gerhards | 2013-10-04 | 1 | -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 address | Rainer Gerhards | 2013-09-30 | 1 | -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 Gerhards | 2013-03-18 | 1 | -0/+1 |
| | |||||
* | mmanon: complete ipv4 functionality | Rainer Gerhards | 2013-03-04 | 1 | -30/+105 |
| | |||||
* | mmanon: add ability to specify number of bits to be anonymized | Rainer Gerhards | 2013-03-04 | 1 | -19/+75 |
| | |||||
* | mmanon: add capability to configure replacement character | Rainer Gerhards | 2013-03-03 | 1 | -9/+45 |
| | |||||
* | add initial version of mmanon (anonymoization support) | Rainer Gerhards | 2013-02-28 | 2 | -0/+241 |