mirror of https://github.com/fail2ban/fail2ban
Changes for 0.8.10 release (changelog, version, etc)
parent
6ccd57813c
commit
728b5e8bf4
24
ChangeLog
24
ChangeLog
|
@ -4,17 +4,23 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Fail2Ban (version 0.8.9.dev) 2013/??/??
|
Fail2Ban (version 0.8.10) 2013/06/11
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
ver. 0.8.10 (2013/XX/XXX) - NOT-YET-RELEASED
|
ver. 0.8.10 (2013/06/11) - wanna-be-secure
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Fixes:
|
Primarily bugfix and enhancements release, triggered by "bugs" in
|
||||||
Yaroslav Halchenko
|
apache- filters. If you are relying on listed below apache- filters,
|
||||||
|
upgrade asap and seek your distributions to patch their fail2ban
|
||||||
|
distribution with [6ccd5781].
|
||||||
|
|
||||||
|
- Fixes: Yaroslav Halchenko
|
||||||
|
* [6ccd5781] filter.d/apache-{auth,nohome,noscript,overflows} - anchor
|
||||||
|
failregex at the beginning (and where applicable at the end).
|
||||||
|
Addresses a possible DoS. Closes gh-248
|
||||||
* action.d/{route,shorewall}.conf - blocktype must be defined
|
* action.d/{route,shorewall}.conf - blocktype must be defined
|
||||||
within [Init]. Closes gh-232
|
within [Init]. Closes gh-232
|
||||||
- New Features
|
|
||||||
- Enhancements
|
- Enhancements
|
||||||
Yaroslav Halchenko
|
Yaroslav Halchenko
|
||||||
* jail.conf -- assure all jails have actions and remove unused
|
* jail.conf -- assure all jails have actions and remove unused
|
||||||
|
@ -23,10 +29,10 @@ ver. 0.8.10 (2013/XX/XXX) - NOT-YET-RELEASED
|
||||||
* config/filter.d/roundcube-auth.conf -- support roundcube 0.9+
|
* config/filter.d/roundcube-auth.conf -- support roundcube 0.9+
|
||||||
Daniel Black
|
Daniel Black
|
||||||
* files/suse-initd -- update to the copy from stock SUSE
|
* files/suse-initd -- update to the copy from stock SUSE
|
||||||
silviogarbes
|
silviogarbes & Daniel Black
|
||||||
* Updates to asterisk filter closes gh-227/gh-230.
|
* Updates to asterisk filter. Closes gh-227/gh-230.
|
||||||
Carlos Alberto Lopez Perez
|
Carlos Alberto Lopez Perez
|
||||||
* Updates to asterisk to include AUTH_UNKNOWN_DOMAIN - gh-244.
|
* Updates to asterisk to include AUTH_UNKNOWN_DOMAIN. Closes gh-244.
|
||||||
|
|
||||||
ver. 0.8.9 (2013/05/13) - wanna-be-stable
|
ver. 0.8.9 (2013/05/13) - wanna-be-stable
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
/ _|__ _(_) |_ ) |__ __ _ _ _
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
||||||
| _/ _` | | |/ /| '_ \/ _` | ' \
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
v0.8.9 2013/05/13
|
v0.8.10 2013/06/11
|
||||||
|
|
||||||
## Fail2Ban: ban hosts that cause multiple authentication errors
|
## Fail2Ban: ban hosts that cause multiple authentication errors
|
||||||
|
|
||||||
Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many
|
Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many
|
||||||
password failures. It updates firewall rules to reject the IP address. These
|
password failures. It updates firewall rules to reject the IP address. These
|
||||||
|
@ -30,8 +30,8 @@ Optional:
|
||||||
|
|
||||||
To install, just do:
|
To install, just do:
|
||||||
|
|
||||||
tar xvfj fail2ban-0.8.9.tar.bz2
|
tar xvfj fail2ban-0.8.10.tar.bz2
|
||||||
cd fail2ban-0.8.9
|
cd fail2ban-0.8.10
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
This will install Fail2Ban into /usr/share/fail2ban. The executable scripts are
|
This will install Fail2Ban into /usr/share/fail2ban. The executable scripts are
|
||||||
|
|
|
@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
version = "0.8.9.dev"
|
version = "0.8.10"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2.
|
||||||
.TH FAIL2BAN-CLIENT "1" "May 2013" "fail2ban-client v0.8.9" "User Commands"
|
.TH FAIL2BAN-CLIENT "1" "June 2013" "fail2ban-client v0.8.10" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fail2ban-client \- configure and control the server
|
fail2ban-client \- configure and control the server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B fail2ban-client
|
.B fail2ban-client
|
||||||
[\fIOPTIONS\fR] \fI<COMMAND>\fR
|
[\fIOPTIONS\fR] \fI<COMMAND>\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Fail2Ban v0.8.9 reads log file that contains password failure report
|
Fail2Ban v0.8.10 reads log file that contains password failure report
|
||||||
and bans the corresponding IP addresses using firewall rules.
|
and bans the corresponding IP addresses using firewall rules.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2.
|
||||||
.TH FAIL2BAN-REGEX "1" "May 2013" "fail2ban-regex v0.8.9" "User Commands"
|
.TH FAIL2BAN-REGEX "1" "June 2013" "fail2ban-regex v0.8.10" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fail2ban-regex \- test Fail2ban "failregex" option
|
fail2ban-regex \- test Fail2ban "failregex" option
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B fail2ban-regex
|
.B fail2ban-regex
|
||||||
[\fIOPTIONS\fR] \fI<LOG> <REGEX> \fR[\fIIGNOREREGEX\fR]
|
[\fIOPTIONS\fR] \fI<LOG> <REGEX> \fR[\fIIGNOREREGEX\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Fail2Ban v0.8.9 reads log file that contains password failure report
|
Fail2Ban v0.8.10 reads log file that contains password failure report
|
||||||
and bans the corresponding IP addresses using firewall rules.
|
and bans the corresponding IP addresses using firewall rules.
|
||||||
.PP
|
.PP
|
||||||
This tools can test regular expressions for "fail2ban".
|
This tools can test regular expressions for "fail2ban".
|
||||||
|
@ -26,7 +26,7 @@ verbose output
|
||||||
a string representing a log line
|
a string representing a log line
|
||||||
.TP
|
.TP
|
||||||
\fBfilename\fR
|
\fBfilename\fR
|
||||||
path to a log file (/var/log/auth.log)
|
path to a log file (\fI/var/log/auth.log\fP)
|
||||||
.SH REGEX
|
.SH REGEX
|
||||||
.TP
|
.TP
|
||||||
\fBstring\fR
|
\fBstring\fR
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2.
|
||||||
.TH FAIL2BAN-SERVER "1" "May 2013" "fail2ban-server v0.8.9" "User Commands"
|
.TH FAIL2BAN-SERVER "1" "June 2013" "fail2ban-server v0.8.10" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fail2ban-server \- start the server
|
fail2ban-server \- start the server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B fail2ban-server
|
.B fail2ban-server
|
||||||
[\fIOPTIONS\fR]
|
[\fIOPTIONS\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Fail2Ban v0.8.9 reads log file that contains password failure report
|
Fail2Ban v0.8.10 reads log file that contains password failure report
|
||||||
and bans the corresponding IP addresses using firewall rules.
|
and bans the corresponding IP addresses using firewall rules.
|
||||||
.PP
|
.PP
|
||||||
Only use this command for debugging purpose. Start the server with
|
Only use this command for debugging purpose. Start the server with
|
||||||
|
|
Loading…
Reference in New Issue