Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail2banmerge #1

Open
wants to merge 231 commits into
base: fail2bantreehouse
Choose a base branch
from

Conversation

Princeprince559
Copy link
Owner

Before submitting your PR, please review the following checklist:

  • CHOOSE CORRECT BRANCH: if filing a bugfix/enhancement
    against certain release version, choose 0.9, 0.10 or 0.11 branch,
    for dev-edition use master branch
  • CONSIDER adding a unit test if your PR resolves an issue
  • LIST ISSUES this PR resolves
  • MAKE SURE this PR doesn't break existing tests
  • KEEP PR small so it could be easily reviewed.
  • AVOID making unnecessary stylistic changes in unrelated code
  • ACCOMPANY each new failregex for filter X with sample log lines
    within fail2ban/tests/files/logs/X file

tjikkun and others added 30 commits March 8, 2016 13:58
Add filter to detect failed login attempts in the log produced by
MikroTik RouterOS.

- Add the filter to jail.conf
- Add testcase for the filter

Signed-off-by: Vít Kabele <[email protected]>
Change unban to find by ip address not comment
… (if some name may be equal to prefix of other name)
Add action for mikrotik routerOS
filter.d/exim.conf: fixes "dropped: too many ..." regex (also matches unrecognized commands)
…IP/CIDR parsing;

wrong CIDR notation or invalid plen always causes a fallback to raw string now;
fixes recognition of `::` and `::/32`
Gentoo moved from CVS to Git in 2015.

Drop the Gentoo URL from fail2ban-logrotate, because the distro
specific config file has been dropped in 2013.
add install instructions for popular linux distributions
added link to wiki page install instructions
Update README.md: added reference to wiki/How-to-install-fail2ban-packages
…("Disconnecting ..." is no failure anymore, now it's helper only);

closes gh-3485
KernelPanic80 and others added 30 commits July 30, 2024 19:04
… than are referenced in stock jail.conf set(['proxmox'])
Add support to Proxmox Web GUI
…g port variable expansion by substitution of rich rule; closes gh-3815
…gle regex, simple case without injection attempts faster, `<HOST>` replaced with `<ADDR>` (faster and fewer vulnerable on complex cases, since doesn't match text as hostname) etc.
Fix roundcube login failregex for roundcube 1.4+
…to be renamed to ssh.service)" - it'd patched in debian branch.

This reverts commit 6fce23e.
…es found, fail2ban continue to start with warnings/errors, thus other jails become running;

closes gh-2756
…il if no `logpath` matches found, fail2ban continue to start with warnings/errors, thus other jails become running
The "after iptables" clause in the OpenRC service script's depend()
function causes fail2ban to start after iptables, if iptables is
scheduled to start. Here we add "after nftables" as well: nftables is
the successor to iptables, and fail2ban supports it out-of-the-box.
If nftables is scheduled to start, we want to wait until it's done
before starting fail2ban.
files/fail2ban-openrc.init.in: start after nftables
Correct typo. "as" should read "has"
add support for the CSF firewall
…ying ipset too fast (sleep a bit in error case and repeat);

closes gh-3624
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.