summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BF: debian-initd, exit with exit code in logend_msg_wrapperYaroslav Halchenko2018-07-241-1/+2
* RF: exit codes are positive, so exit(255) instead of exit(-1)Yaroslav Halchenko2018-07-244-8/+8
* sshd: fixed failregex for ddos (resp. aggressive) mode, to cover "authenticat...sebres2018-07-183-6/+16
* extends samples test-case factory to see the matched regex number and express...sebres2018-07-181-2/+4
* fail2ban-regex: ignore lines having not empty match of `<F-NOFAIL>` from fail...sebres2018-07-182-7/+14
* filter.d/dovecot.conf: failregex enhancement to catch disconnected with "prox...sebres2018-07-173-2/+7
* fixes initialization bug if sys.stdout.encoding is None (closes gh-2177).sebres2018-07-111-2/+1
* Merge pull request #2176 from sebres/ignore-cacheSergey G. Brester2018-07-1010-25/+166
|\
| * introduced new option `ignorecache` to improve performance of ignore failure ...sebres2018-07-099-20/+128
| * extend `ignorecommand` to use actions-similar replacement (ticket-based now, ...sebres2018-07-094-9/+42
|/
* Update ChangeLogSergey G. Brester2018-07-061-0/+4
* Fix cymru reference linkDaniel Dương2018-07-061-1/+1
* Merge pull request #2125 from jodlajodla/0.11 (rebased)sebres2018-07-062-2/+24
|\
| * systemd no cover (currently unsupported by travis)sebres2018-07-061-2/+2
| * Fixed data type of journal flags from str to intJan Sušnik2018-07-061-1/+1
| * Added test to prove bug when specifying journal flags to systemd backendJan Sušnik2018-07-061-0/+22
|/
* Merge pull request #2168 from dpavlin/dovecot-add-F-USERSergey G. Brester2018-07-061-2/+2
|\
| * dovecot: collect F-USER and variantsDobrica Pavlinusic2018-06-301-2/+2
* | Merge pull request #2173 from mattsta/fix/findtime-backsearch-on-file-load (r...sebres2018-07-062-18/+18
|\ \
| * | filter.py: repair start-time of initial seek to time (regardless the position...sebres2018-07-062-18/+18
| * | Load logpath only after findtime is configuredMatt Stancliff2018-07-061-3/+3
|/ /
* | Merge pull request #2171 from sebres/0.10-fix-decoding-issuessebres2018-07-0615-137/+334
|\ \ | |/ |/|
| * ChangeLogsebres2018-07-061-0/+7
| * amend to bcf557990e15922aff22485cc86ddd2fcf41b796: wrong logging syntax will ...sebres2018-07-051-7/+4
| * relocate exception-safe logging from database json-handler to common logger h...sebres2018-07-054-24/+86
| * typo/indent fix (no functional changes)sebres2018-07-052-2/+2
| * coveragesebres2018-07-052-5/+5
| * extend test-cases to check the database is still operable (not locked) after ...sebres2018-07-051-0/+8
| * coveragesebres2018-07-047-23/+37
| * a bit optimized helperssebres2018-07-041-5/+5
| * coverage related, after default encoding changesebres2018-07-041-5/+6
| * remove some no cover pragma's - covered nowsebres2018-07-041-4/+4
| * improve failure-message of assertNotLogged in case of single match givensebres2018-07-042-2/+4
| * ticket can contains bytes now (if deserialized from json by py3.x)sebres2018-07-041-1/+1
| * improve adapter/converter handlers working on invalid characters in sense of ...sebres2018-07-042-42/+81
| * minimize influence of implicit conversions errors (between unicode, bytes and...sebres2018-07-042-46/+65
| * **interim** try to fix several conversion errorssebres2018-06-293-5/+27
| * fixes issue with wrong-chars in string items of CallingMap by its representat...sebres2018-06-293-10/+36
|/
* test-cases: rewrite dirty-read algorithm of _MemHandler to avoid sporadic res...sebres2018-06-141-23/+31
* Merge pull request #2155sebres2018-06-141-1/+1
|\
| * small typocheese12018-06-141-1/+1
* | Merge pull request #2153sebres2018-06-113-1/+5
|\ \
| * | fix test-case from gh-2153 (test-suite running in year 2005)sebres2018-06-111-1/+1
| * | Added test case for updated dovecot failregex.Boris Gulay2018-06-111-0/+3
| * | `filter.d/dovecot.conf`: failregex enhancement to catch sql password mismatch...Boris Gulay2018-06-112-1/+2
|/ /
* | Merge branch '0.10-short-version' into 0.10sebres2018-05-286-11/+30
|\ \
| * | minor: added missing new-line (no functional changes)sebres2018-05-281-0/+1
| * | fail2ban-client, fail2ban-server and fail2ban-regex will return version witho...sebres2018-05-286-12/+30
|/ /
* | Update jailreader.pySergey G. Brester2018-05-251-1/+1
* | normalize bool conversion, introduced common helper function `_as_bool`sebres2018-04-263-6/+11