Yaroslav Halchenko
d0e6644acd
Merge branch 'rf-assertLogged'
...
* rf-assertLogged:
RF/BF: py26 has no {} sets, so just pass multiple entries as *args
RF(TST): self.assertTrue(self._is_logged()) -> self.assertLogged
9 years ago
Yaroslav Halchenko
d60c52b84f
Merge pull request #1187 from yarikoptic/bf-nasty-children-tests
...
BF+RF: executeCmd should only return bool status on success and not throw exceptions (when timedout/killed) (Closes #1155 )
9 years ago
Yaroslav Halchenko
fbdd0b74a1
DOC: Changelog entry for this fix
9 years ago
Yaroslav Halchenko
c2c4c40805
Merge remote-tracking branch 'origin/master' into bf-nasty-children-tests
...
* origin/master:
Comment spelling fixes
logrotate: Do not rotate empty logs
logrotate: Remove outdated Fedora comment
Updated Changelog
Bugfix for dnsToIp resolver for fqdn with large list of IPs; closes #1164
Added apache-badbots.conf
Update gen_badbots
Update apache-badbots.conf
changelog for freshly merged PR (roundcube-auth definition of logpath)
Fixed line suspected to be faulty
renamed <NAME> to correct <ACT> in protocol
Conflicts:
fail2ban/tests/actiontestcase.py -- due to comments fix up
9 years ago
Yaroslav Halchenko
bfa286b8e4
Merge pull request #1189 from scop/logrotate
...
Logrotate tweaks
9 years ago
Yaroslav Halchenko
cafc77d7db
Merge pull request #1190 from scop/spelling
...
Comment spelling fixes
9 years ago
Ville Skyttä
943efdb1a0
Comment spelling fixes
9 years ago
Ville Skyttä
67a94733a9
logrotate: Do not rotate empty logs
...
As a useful side effect, prevents "Unable to contact server. Is it
running?" mails from cron when fail2ban hasn't been (intentionally)
running nor thus logging anything either.
9 years ago
Ville Skyttä
63c7ceb81d
logrotate: Remove outdated Fedora comment
9 years ago
Yaroslav Halchenko
8a4dcafc8f
RF/BF: py26 has no {} sets, so just pass multiple entries as *args
9 years ago
Yaroslav Halchenko
5ed731d3b3
RF(TST): self.assertTrue(self._is_logged()) -> self.assertLogged
...
and corresponding one for not + support for multiple entries at once,
and failure message listing actual log to ease troubleshooting
9 years ago
Yaroslav Halchenko
7cbb3980eb
BF+RF: only return bool status on failed commands execution + mitigate different exit codes between bash/dash
...
Closes #1155
9 years ago
Yaroslav Halchenko
85b298e49c
RF: try/except/finally in a single statement (while at it)
...
since we support now python >= 2.6
9 years ago
Yaroslav Halchenko
5b655639ab
Merge pull request #1186 from EdwardBeckett/master
...
Updated Changelog
9 years ago
Edward Beckett
f5b88bd377
Updated Changelog
9 years ago
Yaroslav Halchenko
4a53629004
Merge pull request #1184 from fail2ban/gh-1164-fix
...
Bugfix for dnsToIp resolver for fqdn with large list of IPs;
9 years ago
sebres
4cf3b576b9
Bugfix for dnsToIp resolver for fqdn with large list of IPs;
...
closes #1164
9 years ago
Yaroslav Halchenko
818be64ae1
Merge pull request #1180 from EdwardBeckett/master
...
Update apache-badbots.conf
9 years ago
Edward Beckett
4bd7991573
Added apache-badbots.conf
9 years ago
Edward Beckett
03460d5ed0
Update gen_badbots
...
Added plus char to the regex for escaping user-agent strings.
9 years ago
Edward Beckett
835b3ff483
Update apache-badbots.conf
...
Useragent strings including `+http` need to be escaped to be valid.
9 years ago
weberho
2d69fd20ae
Updated ChangeLog regarding openSUSE's path config
9 years ago
weberho
f7af93a677
Added configuration for opensuse path
9 years ago
Yaroslav Halchenko
60fbf7d750
changelog for freshly merged PR (roundcube-auth definition of logpath)
9 years ago
Yaroslav Halchenko
db9ab7ffd0
Merge pull request #1169 from weberhofer/master
...
Fixed line suspected to be faulty
9 years ago
weberho
d278fbca30
Fixed line suspected to be faulty
9 years ago
Yaroslav Halchenko
1b6800c889
Merge pull request #1147 from pheanex/rename-name-act
...
renamed <NAME> to correct <ACT> in protocol
9 years ago
Konstantin Manna
7de78f4bb8
renamed <NAME> to correct <ACT> in protocol
9 years ago
Yaroslav Halchenko
9ebf01293b
Post release tune ups
9 years ago
Yaroslav Halchenko
70ba5cb005
Release changes (too much of manual "labor"! ;))
9 years ago
Yaroslav Halchenko
84ad3525e6
Merge pull request #1144 from yarikoptic/bf-realpath-var-run-1142
...
BF: realpath for /var/run/fail2ban Closes #1142
9 years ago
Yaroslav Halchenko
776322cea3
BF: realpath for /var/run/fail2ban Closes #1142
9 years ago
Yaroslav Halchenko
c37009aec7
Merge branch 'grep-m1k' of github.com:szepeviktor/fail2ban
...
* 'grep-m1k' of github.com:szepeviktor/fail2ban:
Limit the number of log lines in *-lines.conf actions
Conflicts:
ChangeLog -- took both versions and adjusted the new one
for -n 1000 change
9 years ago
Yaroslav Halchenko
a80820e356
Changelog entry for killpg fix
9 years ago
Yaroslav Halchenko
38c320798d
Merge pull request #1127 from yarikoptic/enh-iptables-w-close-1122
...
WIP ENH Add <lockingopt> (Close : #1122 ) and <iptables> to define the iptables call
9 years ago
Yaroslav Halchenko
cb101e9f4a
Merge pull request #1136 from yarikoptic/bf-timeout-nested-commands-killpg
...
WiP BF: kill the entire process group upon timeout (Close #1129 )
9 years ago
Yaroslav Halchenko
de69855157
Changelog entries for Serge's fixes
9 years ago
sebres
8a37a46fbb
bug fix: option 'dbpurgeage' was never set (always default) by start of fail2ban, because of invalid sorting of options ('dbfile' should be always set before other database options) / closes #1048 , closes #1050
9 years ago
Yaroslav Halchenko
17472a8b56
BF: guarantee order of dbfile to be before dbpurgeage ( Closes #1048 )
9 years ago
Yaroslav Halchenko
0041bc3770
DOC: Changelog for shorewall-ipset-proto6.conf + adjusted its description
9 years ago
Yaroslav Halchenko
de2f9504c0
Merge pull request #978 from ediazrod/patch-2
...
shorewall-ipset-proto6.conf for shorewall
9 years ago
Yaroslav Halchenko
65cd218e10
Merge remote-tracking branch 'origin/master'
...
* origin/master:
ipjailmatches is on one line with its description in man jail.conf
Added a space between IP address and the following colon
9 years ago
Yaroslav Halchenko
333dd842f9
DOC: moved and adjusted changelog entry from 0.9.2 within 0.9.3 to come
9 years ago
Yaroslav Halchenko
b566f992a6
Merge pull request #1128 from szepeviktor/text-selection
...
Added a space between IP address and the following colon
9 years ago
Yaroslav Halchenko
515ad6dc12
TST: test to verify killing stuck children processes
9 years ago
Yaroslav Halchenko
7112e4f6c6
BF: kill the entire process group upon timeout ( Close #1129 )
...
Requires also establishing a new process group for a child
process, which changes previous behavior
9 years ago
Viktor Szépe
c8b3ee10a0
Limit the number of log lines in *-lines.conf actions
9 years ago
Yaroslav Halchenko
6577387b5a
Merge pull request #1133 from szepeviktor/patch-7
...
ipjailmatches is on one line with its description in man jail.conf
9 years ago
Viktor Szépe
9547812526
ipjailmatches is on one line with its description in man jail.conf
9 years ago
Yaroslav Halchenko
33b204a2ee
DOC: Changelog for iptables -w change
9 years ago