Steven Hiscocks
bbcbefd494
BF: bantime < 0 database should return all bans, as they are persistent
11 years ago
Yaroslav Halchenko
64866995b7
Merge pull request #703 from kwirk/journal-match-notice
...
Add notice message for systemd backend when no journal match
11 years ago
Cameron Norman
7818b0cb2a
Added f and b to cmdOpts.
...
f = start server in foreground; b = start server in background (default).
11 years ago
Cameron Norman
1f53eb2d28
Updated man page for new options
11 years ago
Cameron Norman
9c2a0cb403
Added foreground and background options to fail2ban-client
11 years ago
Steven Hiscocks
a7766d3316
DOC: Add notice message for systemd backend when no journal match
11 years ago
Cameron Norman
39ad5b7474
Update Upstart job: uses stop command in pre-stop, removes PID file in post-stop
11 years ago
Cameron Norman
0ef5027234
Change Upstart job to track PID of the server
...
This only works correctly if the client does not fork itself when starting the server (which forks twice further).
11 years ago
Jason Martin
72bfd14330
Tidy up filter.d/monit.conf, make regex more complete.
...
Add ChangeLog / THANKS entry.
Add test cases.
11 years ago
Steven Hiscocks
233aa043f3
Revert "TST: Add Python 3.4 for TravisCI"
...
This reverts commit a3f8b943a3
.
TravsCI doesn't support 3.4...yet
11 years ago
Steven Hiscocks
a3f8b943a3
TST: Add Python 3.4 for TravisCI
11 years ago
Steven Hiscocks
03d90c2f42
BF: recidive filter and samples at wrong log level: WARNING->NOTICE
11 years ago
Yaroslav Halchenko
af07b2edf8
very minor
11 years ago
Steven Hiscocks
6a740f684a
ENH: Move traceback formatter to from tests.utils to helpers
...
Now allows for tests to be removed from package if desired
11 years ago
Yaroslav Halchenko
78c82b3da7
DOC: minor -- added a link to pull requests in CONTRIBUTING
11 years ago
Yaroslav Halchenko
5e179f5dcb
TST: skip the test if a known problem with Python 2.6 is detected
...
As was original "discovered" while running tests on OSX with python2.6:
http://nipy.bic.berkeley.edu/builders/fail2ban-py2.7-osx-10.6_master/builds/6/steps/shell_2/logs/stdio
11 years ago
Yaroslav Halchenko
2bc509fcc7
DOC: minor changes just to trigger the build
11 years ago
Yaroslav Halchenko
16077a2771
add .dev to 0.9.0 version
11 years ago
Yaroslav Halchenko
e66231f041
ENH(DOC): Move contributions related docs into CONTRIBUTING.md so it pops up when people file PR/issues
...
pushing directly without PR to trigger buildbot for master -- please pardon the rush
11 years ago
Yaroslav Halchenko
3c0d6a77d2
BF: testDatabase -- close and unlink the created test db file
11 years ago
Jason Martin
7d112430ca
Block brute-force attempts against the Monit gui
11 years ago
Steven Hiscocks
9d6fc6eca2
ENH: For syslog use SYSLOG_PID over _PID in systemd journal log format
11 years ago
Yaroslav Halchenko
c2289bc8fe
ENH(TST): relax test of sleep to "1" places from "2"
...
The reason is that internally it does round, so even 1.005 then would not
be equal to 1. Making it spaces==1 should be sufficient for up to 1.05
i.e. we would allow 50ms "drift"
11 years ago
Steven Hiscocks
d4427e5a76
Merge pull request #683 from yarikoptic/fix/682
...
Fix typos referencing paths-common, provide empty defaults for syslog_ log files (Partial fix to #682 )
11 years ago
Steven Hiscocks
1369701f87
ENH: Log trace info for failed action events when in DEBUG
11 years ago
Steven Hiscocks
9fcb92524e
BF: badips.py action logging of exc_info on debug typo
11 years ago
Cameron Norman
0c8e72f452
Update fail2ban.upstart
...
No longer directly exec the server, do not remove the PID file because it is unnecessary to do so. No longer respawns because Upstart can not track the process with the starter command.
11 years ago
Cameron Norman
4115b62a01
Update fail2ban.upstart
...
It was actually a little problematic :)
11 years ago
Daniel Black
83d0c9c530
Merge pull request #685 from CameronNemo/patch-1
...
ENH: Create fail2ban.upstart
11 years ago
Cameron Norman
5e3f5db8b7
Create fail2ban.upstart
...
Add Upstart job.
11 years ago
Yaroslav Halchenko
8bcb25c3a2
defining empty defaults for syslog_ log targets for common (Thanks @chtheis, partial fix to #682 )
11 years ago
Yaroslav Halchenko
7dcea0d48d
typos of paths-common (Thanks @chtheis, partial fix to #682 )
11 years ago
Daniel Black
0c38e09d3d
Merge pull request #681 from ddysher/clean-setup-file
...
Clean up setup.py
11 years ago
Deyuan Deng
5e9619d4a4
Clean up setup.py
11 years ago
Yaroslav Halchenko
5bccec61e4
ENH: adding pruned with previous merge trailing \s* in nginx filter
11 years ago
Yaroslav Halchenko
b0a1435ae2
Merge pull request #680 from yungchin/fix_nginx_filter
...
nginx-http-auth: match when "referrer" is present
11 years ago
Yung-Chin Oei
941a38ea8e
nginx-http-auth: match when "referrer" is present
...
A sample log-line is provided. The updated regex successfully matches
this line.
Signed-off-by: Yung-Chin Oei <yungchin@yungchin.nl>
11 years ago
Steven Hiscocks
abfa7fa7e3
DOC: Update ChangeLog
11 years ago
Steven Hiscocks
4190113e4b
DOC: Fix jail.conf(5) man page which had duplicate {fail,ignore}regex
11 years ago
Steven Hiscocks
100b5e61f5
Merge 'kwirk/config-warnings' (early part)
11 years ago
Steven Hiscocks
629a62f981
Merge pull request #679 from ag4ve/patch-1
...
Correct grammar
11 years ago
shawn
d7e888238c
Correct grammar
11 years ago
Daniel Black
ef186a9ba9
DOC: add thanks for last commit
11 years ago
Daniel Black
e3be822245
DOC: nginx-http-auth filter
11 years ago
Daniel Black
524add2d44
Merge pull request #676 from yungchin/patch-2
...
ENH: nginx-http-auth filter: match server_name = ""
11 years ago
yungchin
6e8c1b2871
nginx-http-auth filter: match server_name = ""
...
As documented at
http://nginx.org/en/docs/http/server_names.html#miscellaneous_names "If
no server_name is defined in a server block then nginx uses the empty
name as the server name." This regex change allows us to match error
output for such a configuration.
The log line added to the tests was lifted from our logs verbatim; it
did not match without the patched regex.
Signed-off-by: Yung-Chin Oei <yungchin@yungchin.nl>
11 years ago
Steven Hiscocks
638c013557
ENH: Suppress configuration warnings if non-critical options are not set
11 years ago
Yaroslav Halchenko
096702bfac
Merge pull request #675 from yungchin/patch-1
...
Update comments in shorewall.conf for new settings
11 years ago
yungchin
3a155ed2e0
Update comments in shorewall.conf for new settings
11 years ago
Daniel Black
ce982debae
Merge pull request #670 from kwirk/reban-once-per-ip
...
BF: On jail restart reinstatement of bans, fetch one ticket per IP
11 years ago