Commit Graph

5929 Commits (c14327565d3a68642424c69b25aaff9472a80f1b)
 

Author SHA1 Message Date
sebres 6d19d2e800 Merge branch '0.10' into 0.11
2 years ago
sebres 04c252c34b filtersystemd: code review, wait only if it is necessary - in operational mode and if no more entries retrieved (end of journal);
2 years ago
sebres ca2b94c522 fixes gh-3370: resolve extremely long search by repeated apply of non-greedy RE `(?:: (?:[^\(]+|\w+\([^\)]*\))+)?` with following branches (it may be extremely slow up to infinite search depending on message); added new regression tests
2 years ago
sebres fc7dbcc6a7 test-suite: avoid mistaken match that confuses output with working on line message by deep debugging of test (e. g. with `-l 4`)
2 years ago
sebres f8fcaf943b version bump
2 years ago
sebres 677da51562 release 1.0.1 -- energy-equals-mass-times-the-speed-of-light-squared
2 years ago
sebres bd94b7a47d make up leeway of ChangeLog (prepare release of 1.0)
2 years ago
sebres 2df58c5281 close fork
2 years ago
sebres 7bd4f41171 Merge branch '0.11'
2 years ago
sebres 94dac78afe Merge branch '0.10' into 0.11
2 years ago
sebres 485c50228a explicitly close cursor if not needed anymore (GC can grab it late)
2 years ago
sebres 45ef36276f fixes gh-3352: failed update of database didn't signal with an error
2 years ago
Jeff Johnson f9f78ed9d2
IPThreat integration (#3349)
2 years ago
sebres 934e1b606d Merge branch '0.11'
2 years ago
sebres 8dccf099e4 Merge branch '0.10' into 0.11
2 years ago
sebres 5e74499ffd provides details of failed regex compilation in the error message we throw in Regex-constructor (it's good to know what exactly is wrong)
2 years ago
sebres d6896eb26d New logtarget: systemd-journal;
2 years ago
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