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
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
Daniel Black
73fb716920
Merge pull request #671 from kwirk/sphinx
...
DOC: sphinx documentation
11 years ago
Daniel Black
d99a663ad0
Merge pull request #673 from kwirk/jail-init-error
...
DOC: Improve error logging when specific backend set and fails
11 years ago
Steven Hiscocks
953ebd62c6
DOC: Improve error logging when specific backend set and fails
11 years ago
Steven Hiscocks
3781ff845a
BF: Fix getting jail name from exceptions in beautifier for Python 3+
11 years ago
Steven Hiscocks
baeff6141e
DOC: sphinx documentation
11 years ago
Steven Hiscocks
dc24d3d494
BF: On jail restart reinstatement of bans, fetch one ticket per IP
...
Closes gh-664
11 years ago
Daniel Black
2c34fb0aec
Merge pull request #667 from rubenk/master
...
DOC: Add documentation link to systemd service file
11 years ago
Ruben Kerkhof
1c36da9df9
Fix 2 more typos that codespell didn't catch
11 years ago
Daniel Black
abcab00c90
Merge pull request #666 from rubenk/master
...
DOC: Fix a few typos
11 years ago
Ruben Kerkhof
ebed0d23c9
Add documentation link to systemd service file
...
So systemctl help fail2ban.service works
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
11 years ago
Ruben Kerkhof
1695d5c076
Fix a few typos
...
Found with https://github.com/lucasdemarchi/codespell
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
11 years ago
Steven Hiscocks
b73ed9b59e
BF: Ignored IPs no longer being banned from database on restart
11 years ago
Steven Hiscocks
7046388291
Merge branch 'database-no-sqlite'
...
Conflicts:
ChangeLog
- Entries added in both branches, both kept
11 years ago
Steven Hiscocks
c7c203964c
ENH: Add iptables and firewalld to "After" for systemd service file.
...
Also remove no longer supported syslog.target.
Closes #658
11 years ago
Steven Hiscocks
e437bd5e6f
DOC: Add database settings for fail2ban.conf to jail.conf(5) man page
11 years ago
Steven Hiscocks
175c593462
TST: Skip badips.py test is no network option set
11 years ago
Steven Hiscocks
75325da090
TST: Skip SYSLOG log target test if '/dev/log' not present
11 years ago
Steven Hiscocks
1470e3c01d
BF: fail2ban.conf reader expected "int" type for `loglevel`
...
Closes #657
11 years ago
Steven Hiscocks
8c129cc283
DOC: Update ChangeLog fixes
11 years ago
Steven Hiscocks
1c65b94617
BF: Handle case when no sqlite library is available for the database
11 years ago
Daniel Black
deb59240eb
Merge pull request #655 from mrueg/patch-1
...
DOC: Fix typo in comment
11 years ago
Manuel Rüger
5a1ad75114
Fix typo in comment
11 years ago
Daniel Black
8f1ad6ab51
Merge pull request #653 from yarikoptic/master
...
DOC: note to have release tagged by a signed/annotated tag
11 years ago
Yaroslav Halchenko
afa24db843
DOC: note to have release tagged by a signed/annotated tag
...
Came up in #650
11 years ago
Daniel Black
e3839777d1
DOC: ChangeLog for gh-652
11 years ago
Daniel Black
3936f2364e
Merge pull request #652 from hlein/master
...
ENH: Add a --print-all-matched option.
11 years ago
Yaroslav Halchenko
08c178bef5
Merge pull request #651 from yarikoptic/master
...
Merge of recent 0.8 (very minor changes) to establish the bridge for future easy merges of fixes from 0.8
11 years ago
Yaroslav Halchenko
7704dccddf
Merge commit '0.8.13-5-gdfac2f7' (-s ours, thus no actual changes takes -- we >= 2.6 in 0.9)
...
* commit '0.8.13-5-gdfac2f7':
Changelog entry
BF(PY2.4,2.5): provide bin() function (introduced in 2.6)
BF: python 2.4 and 2.5 compatibility -- no "except ... as ..." yet
11 years ago
Yaroslav Halchenko
65628e303c
Merge commit '0.8.13-1-ga8d0cc9'
...
* commit '0.8.13-1-ga8d0cc9':
DOC: remove duplicate update of Fail2ban_Version
DOC: DEVELOP release note changes
PKG: version release
PKG: include nagios filter/log
DOC/ENH: update man pages for release
Conflicts:
ChangeLog
DEVELOP
MANIFEST
fail2ban/version.py
man/fail2ban-client.1
man/fail2ban-regex.1
man/fail2ban-server.1
11 years ago