Commit Graph

4005 Commits (1e6787877a98ab21d9a09287b132a5256b9373f6)
 

Author SHA1 Message Date
Serg G. Brester 1e6787877a Merge pull request #1726 from sebres/0.10-grave-fix-escape-tags-1st
8 years ago
sebres 6ba0546824 code review and inline docu
8 years ago
Serg G. Brester 7a03c964c2 Update ChangeLog
8 years ago
sebres bb9541b7a9 Merge pull request #1728 from sebres/_0.10/fix-gh-1719
8 years ago
sebres 43d2cae8da small amend that correct log trace output by forget MLFID (outputs the reason why it was forgotten - close, disconnect, etc.)
8 years ago
sebres b6886f2e51 SampleRegexsFactory extended with optional filter constraint, if testing the same log-file with multiple filters (no possibility to match by the old sshd-filter 'zzz-sshd-obsolete-multiline')
8 years ago
sebres 1971fd4bd3 don't remove MLFID from cache (can recognize multiple attempt within the same connection)
8 years ago
sebres f13fac5ae9 amend to 5561423be3b2d4636f5484183c3ad470fd326d06: fixed incorrect failure counting despite the `<F-NOFAIL>` marked regex;
8 years ago
sebres 32f3c1dbf3 test coverage
8 years ago
sebres 57e9c25449 bug fix in the config readers: mixing with the init section should affect only own init options (from init section only bypass default section);
8 years ago
sebres 4f1473724b fixed grave vulnerability by wrong escape of tags by executing of shell actions
8 years ago
sebres e5c9f9ec1c [interim commit] try to fix possible escape vulnerability in actions
8 years ago
sebres 93ec9e01d4 fixes a small blemish by output in beautifier;
8 years ago
Serg G. Brester da808fe67b Merge pull request #1720 from sebres/_0.10/fix-gh-1719
8 years ago
sebres 5561423be3 filter.d/sshd.conf: fixed failregex format - some parts are optional, new ddos more precise rule (Connection reset by with host entry);
8 years ago
sebres 97d417926d repairs testing of missing samples for all regex after filter settings (mode) changed
8 years ago
sebres 482e5265d7 output execution time of each test case if verbosity > 2
8 years ago
Serg G. Brester 77229a65b5 Merge pull request #1716 from sebres/fix-stop-replace-in-callable
8 years ago
sebres ccfd1ccb2d code review, increase coverage, etc.
8 years ago
sebres 5030e3a122 [Important] Prohibit replacement of recursive "tags" in the action info resp. calling map (very bad idea to do this):
8 years ago
sebres c1da6611ec [BF] prevents always converting of calling map items in replaceTag (without direct access of item):
8 years ago
sebres 92d83274d9 fixes cache overload in the test cases (increase max count and max time of CACHE_ipToName - too many entries in mock-up preset, longer time testing)
8 years ago
Serg G. Brester 3fec546fc0 Merge pull request #1715 from sebres/fix-f2b-regex-debuggex-url
8 years ago
sebres 295f7b88c9 increase coverage
8 years ago
sebres 3cba2310ff Fixes debuggex URL (tag replacement) and missing line stat by matched lines (without time - `matched_lines_timeextracted`);
8 years ago
Serg G. Brester 1bcde678c6 Merge pull request #1710 from sebres/0.10-test-with-filter-options
8 years ago
sebres 30b53bb2ce update ChangeLog and man/fail2ban-regex.1
8 years ago
sebres eb3623e90c configreader.py: correct reading real relative path (starting with "./");
8 years ago
sebres 6a26602ba8 allow to use filter options by fail2ban-regex, example:
8 years ago
sebres 8af7a73bfc update ChangeLog
8 years ago
sebres 0c1707afda filter.d/sshd.conf:
8 years ago
sebres 7e442c5b27 filter.d/sendmail-reject.conf:
8 years ago
sebres a683e88a74 samples test case factory extended with filter options - dict in JSON to control filter options (e. g. mode, etc.):
8 years ago
sebres 52ed6597b2 Merge remote-tracking branch 'remotes/gh-upstream/master' into 0.10
8 years ago
Serg G. Brester d3b644acae Merge pull request #1708 from sebres/fix-gh-1707
8 years ago
sebres 0f8cb1749f Update ChangeLog
8 years ago
sebres 8768776d68 filter.d/cyrus-imap.conf: fixed `failregex` - accept entries without login-info resp. hostname before IP address
8 years ago
Serg G. Brester d042981954 Merge pull request #1655 from ajcollett/0.10
8 years ago
Serg G. Brester b1f5ac9484 Update abuseipdb.conf
8 years ago
Serg G. Brester 62fa02241f Update jail.conf
8 years ago
Serg G. Brester e71f3d595f Merge pull request #1705 from sebres/0.10-tag-ip-host
8 years ago
sebres 6a2c95da95 `action.d/sendmail-geoip-lines.conf` fixed using new tag `<ip-host>` (dns-cache and without external command execution);
8 years ago
sebres 59cf761129 Real action info instead of calling map in test cases, covering of the new tag '<ip-host>';
8 years ago
sebres a0bb51ef92 New tag '<ip-host>' introduced: can be used in actions to retrieve the host name (dns) from the IP address
8 years ago
sebres b832b77e3c small amendment for test-coverage;
8 years ago
Serg G. Brester 32ac383d06 Update ChangeLog
8 years ago
Serg G. Brester 81129f0e5c Merge pull request #1698 from sebres/0.10-filter-captures-to-actions
8 years ago
sebres e4a265c75f test coverage
8 years ago
sebres d2a3d093c6 rewritten CallingMap: performance optimized, immutable, self-referencing, template possibility (used in new ActionInfo objects);
8 years ago
sebres 4efcc29384 coverage of new multi-line handling within fail2ban-regex
8 years ago