summaryrefslogtreecommitdiff
path: root/fail2ban/tests/fail2banregextestcase.py
Commit message (Expand)AuthorAgeFilesLines
* avoid confusion of path as failure ID with IP/CIDR notation, improve IP/CIDR ...sebres2023-04-261-0/+7
* fail2banregextestcase: compatibility fix for testWrongRESergey G. Brester2023-04-041-1/+1
* test-suite: avoid mistaken match that confuses output with working on line me...sebres2022-09-281-13/+13
* Merge branch '0.11'sebres2022-09-081-0/+8
|\
| * Merge branch '0.10' into 0.11sebres2022-09-081-0/+8
| |\
| | * provides details of failed regex compilation in the error message we throw in...sebres2022-09-081-0/+8
* | | Merge branch '0.11'sebres2022-03-031-0/+21
|\ \ \ | |/ /
| * | Merge branch '0.10' into 0.11sebres2022-03-031-0/+21
| |\ \ | | |/
| | * amend to #2279: ensure that `<F-MLFGAINED>` match would reset all pending mul...sebres2022-03-031-0/+21
* | | more test cases (coverage for fail2ban-regex on constellations with different...sebres2022-02-111-5/+42
* | | differentiate <ip> and <fid> (<F-ID>): if IP-address deviates from ID then `<...sebres2022-02-111-0/+12
* | | Add missing assert in Fail2banRegexTest.testFrmtOutputJohn Kristensen2022-02-111-0/+1
* | | Merge branch '0.11' into mastersebres2021-05-071-1/+11
|\ \ \ | |/ /
| * | Merge branch '0.10' into 0.11sebres2021-05-071-1/+11
| |\ \ | | |/
| | * fixes search for the best datepattern (gh-3020) - e. g. if line is too short,...sebres2021-05-071-1/+11
* | | fail2ban-regex: reimplemented log-file iterator - uses FileContainer faciliti...sebres2021-03-251-7/+37
|/ /
* | Merge branch '0.10' into 0.11sebres2021-02-031-0/+6
|\ \ | |/
| * extractOptions: ensure options are parsed completely - avoids unexpected skip...sebres2021-02-031-0/+6
* | Merge branch '0.10' into 0.11sebres2020-08-241-3/+22
|\ \ | |/
| * implements special datepattern `{NONE}` - allow to find failures without date...sebres2020-08-201-0/+19
| * filter: implement mode `inOperation`, which gets activated if filter starts p...sebres2020-08-201-3/+3
* | Merge branch '0.11-combine-multiple-captures' into 0.11sebres2020-08-041-0/+17
|\ \ | |/ |/|
| * extends capturing alternate tags in filter, implementing new tag prefix `<F-T...sebres2020-06-121-0/+17
* | typo in skip messagesebres2020-08-041-1/+1
|/
* filter processing:sebres2020-02-131-4/+69
* fail2ban-regex - several enhancements and fixes:sebres2020-01-091-123/+120
* usage of failure-ID tag `<F-ID>...</F-ID>` causes raw handling automatically ...sebres2020-01-081-0/+9
* part of #927 - filter enhancement to parse IP sub-nets (IP/CIDR with correct ...sebres2019-11-011-0/+13
* resolve deprecated syntax (eliminate "invalid sequence" warnings)sebres2019-05-141-8/+8
* increase coverage (if python-systemd not available, so some tests may be skip...sebres2019-04-261-0/+12
* fail2ban-regex: extended with same logic as fail2ban-server (sets `logtype` t...sebres2019-03-291-0/+27
* provide more meaningful error-message if invalid `datepattern` set;sebres2019-02-121-0/+13
* fail2ban-regex: ignore lines having not empty match of `<F-NOFAIL>` from fail...sebres2018-07-181-1/+1
* fail2ban-client, fail2ban-server and fail2ban-regex will return version witho...sebres2018-05-281-0/+5
* simple syntax change (wrong escape in string): no functional changessebres2018-02-011-1/+1
* allow to parse milliseconds as float + more test cases;sebres2018-01-311-0/+11
* amend to gh-1792: introduced new fail2ban-regex option "--timezone" ("--TZ"),...sebres2017-08-081-0/+1
* the sequence in args-dict is currently undefined (so can be 1st argument with...sebres2017-03-241-1/+2
* fail2ban-regex: fixed matched output by multi-line (buffered) parsing + and m...sebres2017-03-241-0/+37
* increase coveragesebres2017-03-131-2/+3
* configreader.py: correct reading real relative path (starting with "./");sebres2017-03-121-1/+0
* allow to use filter options by fail2ban-regex, example:sebres2017-03-111-4/+15
* test coveragesebres2017-02-241-0/+39
* coverage of new multi-line handling within fail2ban-regexsebres2017-02-221-2/+27
* amend to 4ff8d051f49808ac769709c5aff8591fcd79040a: fixed fail2ban-regex with ...sebres2017-02-211-12/+12
* more precise date template handling (WARNING: this commit creates possible in...sebres2016-10-171-0/+9
* [temp commit] 2nd try to optimize datedetector/datetemplate functionality (al...sebres2016-10-171-1/+1
* increase coverage, better test and output of errorssebres2016-10-131-2/+10
* tests of fail2ban-regex extended to cover exec_command_line also;sebres2016-10-131-1/+37
* fail2ban-regex: build replacement of `<HOST>` substitution corresponding para...sebres2016-09-091-0/+9