Commit Graph

4670 Commits (7e46ceed7e5f598da90b1b8f7b5029e7e902ebed)
 

Author SHA1 Message Date
sebres 5a4b47464b a bit optimized helpers
6 years ago
sebres 7dffa7a2a1 coverage related, after default encoding change
6 years ago
sebres c81de46d21 remove some no cover pragma's - covered now
6 years ago
sebres 48c2cbfa0b improve failure-message of assertNotLogged in case of single match given
6 years ago
sebres 7c9146feb3 ticket can contains bytes now (if deserialized from json by py3.x)
6 years ago
sebres 930cc6c8f1 improve adapter/converter handlers working on invalid characters in sense of json and/or sqlite-database;
6 years ago
sebres 85fd1854bc minimize influence of implicit conversions errors (between unicode, bytes and str), provide new universal helper `uni_string`, which uses safe explicit conversion to string (also if default encoding is ascii); avoid conversion errors on wrong-chars by replace tags.
6 years ago
Dobrica Pavlinusic 6f1e789f31 dovecot: collect F-USER and variants
7 years ago
sebres 227550684a **interim** try to fix several conversion errors
7 years ago
sebres 79350e916e fixes issue with wrong-chars in string items of CallingMap by its representation, additionally don't calculate values implicitly (may be unexpected for some constellations resp. too slow in DEBUG)
7 years ago
sebres 2f5059ebfb test-cases: rewrite dirty-read algorithm of _MemHandler to avoid sporadic reset of dirty flag by too fast logging;
7 years ago
sebres 8cbe1e6b13 Merge pull request #2155
7 years ago
cheese1 43db4411de small typo
7 years ago
sebres 8ec225e20a Merge pull request #2153
7 years ago
sebres 38631d0cd4 fix test-case from gh-2153 (test-suite running in year 2005)
7 years ago
Boris Gulay 34f363f6af Added test case for updated dovecot failregex.
7 years ago
Boris Gulay a923cd209b `filter.d/dovecot.conf`: failregex enhancement to catch sql password mismatch errors;
7 years ago
benrubson f54f6caece Merge Apache SNI error / misredirect attempts rules
7 years ago
sebres 61e30949b3 Merge branch '0.10-short-version' into 0.10
7 years ago
sebres f220aba26f minor: added missing new-line (no functional changes)
7 years ago
sebres e36f4667ab fail2ban-client, fail2ban-server and fail2ban-regex will return version without logo info, additionally option `-V` can be used to get version in normalized machine-readable short format;
7 years ago
Sergey G. Brester a3cb1dbd4d
Update jailreader.py
7 years ago
sebres 1b4ba602ba normalize bool conversion, introduced common helper function `_as_bool`
7 years ago
sebres 60b36c4213 rewritten preventive measure to convert "unexpected" type before pickled in CS-protocols: don't convert all basic types now (also bool, int etc).
7 years ago
sebres e01981cc72 tweak performance a bit (filter.py: inIgnoreIPList: changed default of parameter `log_ignore=True`, mostly used against filter-calls)
7 years ago
sebres a208b11796 added log message if ignored by `ignoreself` rule (similar to both other rules `ignoreip` and `ignorecommand`), and test covered now;
7 years ago
sebres 4099897be0 test dummy action first
7 years ago
Sergey G. Brester 9f3a80a21a
Update ChangeLog
7 years ago
sebres bba7a6c5cf amend to (gh-2067) / b34ae5999e0d8ee1af8939527305c13152844b3d: fix parameter in config (dynamic parameters stating with '_' are protected and don't allowed in command-actions);
7 years ago
sebres 22e9ccb387 amend to 5f021aa648c42ee188d8c31a81937d764982a58a: void throw a socket error on shutdown for already closed connection;
7 years ago
sebres 8069eef50c badips: try to fix sporadic test errors if badips-server timed out resp. not available (502 bad gateway or similar).
7 years ago
sebres 414469c102 Merge '0.10.3.fix1' into 0.10
7 years ago
sebres ac0d441fd6 0.10.3.fix1: version bump
7 years ago
sebres cb0f4cbb32 test_badips.py: amend to 2ff65f5d3ce1a4bd107cb4dbbd5343f7146a0677:
7 years ago
sebres c1923f9644 update ChangeLog
7 years ago
sebres 34b586b51e fix for JSON serialization bug for set object (gh-2103): currently there are only users, so simply serialized as a list.
7 years ago
sebres 187514eda7 bump version (0.10.3 -> 0.10.4.dev1)
7 years ago
sebres 0a50f2e19e next release of 0.10: bump version, update ChangeLog, man's and MANIFEST etc.
7 years ago
sebres 5dfba17663 Merge pull request #2064 from mgrant0/0.11 (rebased)
7 years ago
sebres 4a8506fcca update ChangeLog
7 years ago
Michael Grant 57bc502d5c Update sendmail-reject.conf
7 years ago
Michael Grant 2ab6a5ae62 Update sendmail-auth.conf
7 years ago
Michael Grant 87520e8008 Sendmail logs IPv6 addresses with the prefix 'IPv6:'. Added (IPv6:)? before all <HOST> regexes to match the IPv6 address (but not the prefix).
7 years ago
sebres 2ff65f5d3c test_badips.py: increase timeout in normal mode (avoid sporadic CI errors if badips gets slowly).
7 years ago
Sergey G. Brester 521de5edfd
Merge pull request #2101 from mercurytoxic/mercurytoxic-patch-1
7 years ago
Sergey G. Brester d9525ad3aa
Update ChangeLog
7 years ago
Luis Aranguren fc76ccf192 Fixes abuseipdb curl cypher error and comment $f2bV_matches
7 years ago
Sergey G. Brester 7bbc26d67e
Merge pull request #2097 from benrubson/sni
7 years ago
Sergey G. Brester 28ae32f0ca
Update ChangeLog
7 years ago
sebres 02bae2962d fixed test cases: www.epfl.ch seems to change again the static IP address, tests rewritten using dynamic mechanism (via resolver).
7 years ago