32
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed typo in comparison by build of stream from filter options (see #4066) More... 20 days ago
Merge pull request #4069 from sebres/init-param-to-cond-section More... about 2 months ago
Update ChangeLog More... about 2 months ago
`man/jail.conf.5` - update docu More... about 2 months ago
Merge pull request #4075 from para-do-x/froxlor-auth More... about 2 months ago
Update ChangeLog gh4075 More... about 2 months ago
combine both REs to single RE, no prefregex needed here More... about 2 months ago
code review, make it backwards compatible to logging type=1 (as suggested in https://github.com/fail2ban/fail2ban/issues/2926#issuecomment-774780120); use by default type=2 More... about 2 months ago
Update froxlor-auth testfile More... about 2 months ago
`filter.d/postfix.conf` - modes `ddos` and `aggressive` extended to match `rate limit exceeded` for connection or message delivery request rates; closes gh-3265; closes gh-4073; More... about 2 months ago
Update jail.conf for froxlor-auth More... about 2 months ago
Update froxlor-auth.conf More... about 2 months ago
`filter.d/postfix.conf` - use common prefix instead of NOQUEUE for all modes, outside of `mdpr-<mode>` in `prefregex` (amend to gh-4072) More... 2 months ago
Merge pull request #4072 from ulm/postfix-ddos More... 2 months ago
filter.d/postfix.conf: Add optional "NOQUEUE:" to mdpr-ddos More... 2 months ago
Merge pull request #4068 from billfor/xarf More... 2 months ago
`filter.d/nginx-http-auth.conf`: filter rewritten and extended: - with `prefregex` to capture content of error only (bypass common prefix and suffix, like server, request, host, referrer); - to match PAM authentication failures (gh-4071) More... 2 months ago
Merge pull request #4070 from yizhao1/fix More... 2 months ago
allow to overwrite conditional parameters only direct from jail, for example `banaction = iptables-ipset[blocktype="...", blocktype?family=inet6="..."]` More... 2 months ago
if parameter supplied to the config, overwrite also conditional init options (from `init?...` section) More... 2 months ago
test illustrating the issue with blocktype="DROP" for IPv6 chain (supplying init parameter to action doesn't overwrite the value in conditional section) More... 2 months ago
clientreadertestcase.py: set correct config dir for testReadStockJailFilterComplete More... 2 months ago
Update ChangeLog More... 2 months ago
lets see an error (with debug messages) in debug case More... 2 months ago
fix `dig` to filter out warnings from email address capture More... 2 months ago
Merge pull request #4020 from billfor/sendmail More... 3 months ago
introduces a parameter `mta_dname` (default `\S+`) to allow more complex REs to match custom MTA daemon names (e.g. with spaces etc) More... 3 months ago
update the test for lost input channel with real ip More... 3 months ago
reorder 2 tests belonging together More... 3 months ago
fixes the inconsistency with F-MLFID ("ID" matched by `(?:\w{14,20}: )?` is optional in message); simplify PR More... 3 months ago