Commit Graph

5710 Commits (a08b9254689c46e0a32537f1f88430d0cb0446f0)
 

Author SHA1 Message Date
sebres a08b925468 Merge branch '0.11'
2 years ago
sebres 467024797f Merge branch '0.10' into 0.11
2 years ago
sebres 35eb9acaee Merge branch 'test-gh-3334' into 0.10 - speedup daemonization process by huge open files limit
2 years ago
sebres 476136281c Revert "check large nofile limit issue (#3334)" (back to original open files limit)
2 years ago
sebres 38026e5963 code review (replace deprecated setter, since python 3.10)
2 years ago
sebres 535a982dcc fixes #3334: speedup daemonization process by huge open files limit (try to close open file descriptors obtained from `/proc/self/fd` or `/proc/fd`)
2 years ago
Sergey G. Brester 24b1dea197 check large nofile limit issue (#3334)
2 years ago
Sergey G. Brester 92d5455bdd
Merge pull request #3330 from tomers/reverse-in-a-single-line
2 years ago
Sergey G. Brester aceae84be2
no extra var needed for iterator
2 years ago
Sergey G. Brester e289a1155e
Merge pull request #3269 from Logic-32/feature/cloudflare-token
2 years ago
Tomer Shalev 0c3951b864 reverse in a single line
2 years ago
Sergey G. Brester bcac47d549
Merge pull request #3324 from fail2ban/patch-sendmail-no-user-part
2 years ago
Sergey G. Brester 514cca9ade
filter.d/sendmail-auth.conf: detect failures without user part
2 years ago
Sergey G. Brester 3a8ab0c70a
sendmail-auth: coverage for auth-failure without user part
2 years ago
sebres 3c22ae161c Merge branch '0.11'
2 years ago
sebres c6cfd761bb Merge remote-tracking branch 'remotes/gh-upstream/0.10' into 0.11
2 years ago
Sergey G. Brester 7ba8f437f1
Merge pull request #3267 from fail2ban/py-3.11-a7
2 years ago
sebres 5d9d86e2f4 GHA: update python 3.11 version (3.11.0-beta.3)
2 years ago
sebres 15f5c36a17 skip test if readline module missing (add it as optional module installs in GHA workflow)
2 years ago
sebres 4337e36616 wrap global flags like ((?i)xxx) or (?:(?i)xxx) to local flags (?i:xxx) if supported by RE-engine in the python version
2 years ago
sebres 7e2ab36d86 move global groups to start of expression (python 3.11 compat)
2 years ago
Sergey G. Brester 500895dcfa GHA: update python 3.11 version
2 years ago
Sergey G. Brester a2264dcef0
Merge pull request #2636 from brianjmurrell/patch-2
2 years ago
Sergey G. Brester 3e9321e71b
non-capturing group and any variant of suffix
2 years ago
Sergey G. Brester a7ade07bf4
fixes typo (copy&paste) by logging of flush impossibility at consistency check, #3306
2 years ago
Sergey G. Brester 72a32d5c18
Merge pull request #3304 from koratfood/patch-1
2 years ago
koratfood e3d8b041a2
Fix typo in fail2ban-client manpage
3 years ago
sebres 9272cce13d Merge branch '0.11'
3 years ago
sebres a69d42cea5 Merge branch '0.10' into 0.11
3 years ago
sebres 5aeb49a620 systemd backend: fixes missing space in message (tag `<matches>`) between timestamp and host if the message read from systemd journal;
3 years ago
Sergey G. Brester fbfc85d8c0
common.conf: fixed typo in comment (rfc5424 for logtype)
3 years ago
Logic-32 d11ad3b90f Adding jail name to notes to disambiguate between jails.
3 years ago
Logic-32 e89b2c0ff7 Moving inet6 family block to the end so other config doesn't get added to it.
3 years ago
Logic-32 7e7b9f4a35 Adding support for Cloudflare Token API.
3 years ago
sebres f81f85569d Merge branch '0.11'
3 years ago
sebres 8c4d02403b Merge branch '0.10' into 0.11
3 years ago
sebres e2d50f38a6 amend to #2279: ensure that `<F-MLFGAINED>` match would reset all pending multi-line failures
3 years ago
sebres 7eac4ac06f fail2ban-regex: accepts filter parameters with new-line
3 years ago
sebres 3a9f5c0b5d Revert "highlighting got broken, so comment out unless GH/linguist gets fixed"
3 years ago
Sergey G. Brester 03bcfa24ca
Merge pull request #3230 from szepeviktor/patch-9
3 years ago
Viktor Szépe 45e08cc07f
Render Changelog as Markdown
3 years ago
Sergey G. Brester 8e62c8a569
syntax
3 years ago
Sergey G. Brester 1e5d5a446a
highlighting got broken, so comment out unless GH/linguist gets fixed
3 years ago
sebres bc075ea682 Merge branch 'differentiate-ip-fid--gh-3217'
3 years ago
sebres b903059419 ChangeLog for RFE gh-3217 (with compat warning)
3 years ago
sebres 8eb521694e fulfill getIP with getID replacement; added simple tests for ticket
3 years ago
sebres cf2695a253 more test cases (coverage for fail2ban-regex on constellations with different IP/ID)
3 years ago
sebres c6e93db278 filter reader stream: don't need to generate None values from filter config
3 years ago
sebres b83712e3ec fail2ban-regex: accepts filter parameters with new-line
3 years ago
sebres 96121830da differentiate <ip> and <fid> (<F-ID>): if IP-address deviates from ID then `<ip>` is not `<fid>` anymore;
3 years ago