Xavier Devlamynck
180c17bede
Disable asterisk jail by default
13 years ago
Xavier Devlamynck
df0e0fdc07
Change jail for asterisk, add support for SIP and SIP-TLS on TCP and UDP ports
13 years ago
Xavier Devlamynck
c679a1a588
Change NOTICE by NOTICE%(__pid_re)s
13 years ago
Xavier Devlamynck
d7ca754980
Merge branch 'master' of github.com:magicrhesus/fail2ban
13 years ago
Xavier Devlamynck
c7613ce311
Remove custom bantime
13 years ago
Xavier D
7a76838737
Add sample log file for asterisk
13 years ago
Xavier D
d98cdb25d6
Add $ at the end of the failregex
13 years ago
Xavier Devlamynck
7d465f98c1
Add asterisk support
13 years ago
Yaroslav Halchenko
9559fcd3a0
Merge pull request #25 from leeclemens/enh/pyinotify
...
ENH: pyinotify
13 years ago
Lee Clemens
b7adb29088
Spelling, Changed docstring to comment
13 years ago
Yaroslav Halchenko
f90d53fc26
RF: traverse known backends in a loop
...
should now be
- easier to comprehend
- more scalable happens new backends come
- more informative with all the info and debug messages
NB not sure why __setBackend was instance's attribute, now there is a
method _setBackend
13 years ago
Yaroslav Halchenko
7413817f9a
RF: for pyinotify's filter -- adjusted authors/copyright and avoided super() for old-style class
13 years ago
Lee Clemens
f9ccc0543f
Added pyinotify requirements to README
13 years ago
Yaroslav Halchenko
f3f80d49ce
DOC: a bit extended and reordered run-rootless.txt
13 years ago
Zbigniew Jędrzejewski-Szmek
959146128f
DOC: add documentation for xt_recent-echo without root
...
Conflicts:
debian/docs -- was only for the debian/ branch
13 years ago
Yaroslav Halchenko
35201f6690
Merge remote-tracking branch 'gh-keszybz/master'
...
* gh-keszybz/master:
NF: xt_recent-echo action
13 years ago
Yaroslav Halchenko
7821174da8
FIX: direct users to issues on github instead of bothering cyril
13 years ago
Lee Clemens
9092a63ce5
Changed TLDs to invalid domains, in accordance with RFC 2606
13 years ago
Zbigniew Jędrzejewski-Szmek
321670487e
NF: xt_recent-echo action
...
The default configuration can only be run by root. To actually support
running as a different user, the setup action must be disabled.
13 years ago
Lee Clemens
c9945db756
Updated TODO
13 years ago
Lee Clemens
02894623cf
Moved dict() above debug statement
13 years ago
Lee Clemens
aa4514bffa
Removed PYINOTIFY prefix to debug statement for Callback for Event
13 years ago
Lee Clemens
5c4ec6e7fb
Renamed Notifier and Watch Manager to start with __ prefix
13 years ago
Lee Clemens
4c13063498
Added addLogPath and delLogPath functionality (adds/removes paths from the WatchManager)
13 years ago
Lee Clemens
b0830385ed
Update Free Software Foundation's address
13 years ago
Lee Clemens
8a2e26403a
Merge remote-tracking branch 'upstream/master'
13 years ago
Lee Clemens
adca2b87e8
Changed Copyright information
13 years ago
Leonardo Chiquitto
a7d47e8b36
Update Free Software Foundation's address
...
The address has changed from "59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA" to "51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA" some time ago.
13 years ago
Leonardo Chiquitto
4502adfe69
Fix comments to reflect code
...
Commit 638bb6652
changed some defaults but the comments still point
to the previous values.
13 years ago
Lee Clemens
4bf4d4ddb5
Removed wd assignment and irrelevant comment
13 years ago
Lee Clemens
d1050350db
Added pyinotify backend
13 years ago
Lee Clemens
e442503133
Added pyinotify backend
13 years ago
Yaroslav Halchenko
789b520ac3
Merge pull request #13 from leeclemens/master
...
spelling/grammar fixes in files/nagios
13 years ago
Lee Clemens
47c03a2c13
files/nagios - spelling/grammar fixes
13 years ago
Yaroslav Halchenko
baea0bf3e8
Merge branch 'master' of https://github.com/sciunto/fail2ban
...
* 'master' of https://github.com/sciunto/fail2ban :
Correction of the IP in testcase for lighttpd
13 years ago
François Boulogne
115092956f
Correction of the IP in testcase for lighttpd
13 years ago
Yaroslav Halchenko
4c76fb3b54
ENH: allow trailing white-spaces in lighttpd-auth.conf
...
now catches the one in testcases/files/logs/lighttpd
13 years ago
François Boulogne
683d4f269d
modifications suggested by a referee (log ex+regexp)
13 years ago
François Boulogne
a7cb20edac
add lighttpd-auth jail
13 years ago
François Boulogne
b6d9f795dc
add filter for lighttpd mod_auth failure
13 years ago
Yaroslav Halchenko
1efe1bc171
Changelog and version changes for 0.8.6
13 years ago
Yaroslav Halchenko
3e1983a8ec
Revert "ENH: server.py -- addLogPath with tail=True"
...
This reverts commit 927a01a076
.
Let's not change this behavior for now from previous release since it
would break finding recent hits upon restart.
13 years ago
Yaroslav Halchenko
2cb14c50ac
DOC: updated contact information to direct to github and mailing list
13 years ago
Yaroslav Halchenko
db39c7438a
ENH: added custom timeformat with '.' as separator. Close gh-1
...
Probably evening effect -- can't understand why reported days of the weeks
differ and it was 1 originally at all. Left as TODO
13 years ago
Yaroslav Halchenko
16322440ed
BF: stop all communications before stopping the jails (Close gh-7)
...
It is necessary because otherwise if jails actions try to communicate
to the server we are getting a lockup since threads are locked
13 years ago
Yaroslav Halchenko
fbce415622
ENH: added logging while stopping the jails
13 years ago
Tom Hendrikx
9fa54cf233
Add Date: header for sendmail*.conf actions
...
According to rfc2822, Date: headers are not optional.
Added these to all sendmail action templates, format specification
should conform to rfc and be portable across multiple platforms.
13 years ago
Michael Lorant
c48c2b19a0
BF: gentoo-initd assure /var/run dir + remove stale sock file
...
Gentoo Bug #347477
Picked up from
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/gentoo-initd_create_run_dir.patch?view=markup
13 years ago
Yaroslav Halchenko
eda7efbca3
ENH: fix of syntax for compatibility with Python 2.4
13 years ago
Yaroslav Halchenko
bd658fc74b
ENH: stay compatible with python < 2.5 (use md5 if hashlib is N/A)
13 years ago