Steven Hiscocks
|
0822275295
|
Merge pull request #613 from grooverdan/more-ssh
ENH: ssh filter - "Disconnecting: Too many authentication failures.." ma...
|
2014-02-12 22:55:04 +00:00 |
Daniel Black
|
45157ddc86
|
TST: fix failJSON for ssh filter change
|
2014-02-13 09:26:59 +11:00 |
Daniel Black
|
5f4d0ed576
|
ENH: ssh filter - "Disconnecting: Too many authentication failures.." matching Connection log message
|
2014-02-13 09:13:46 +11:00 |
Daniel Black
|
5177fded7b
|
Merge pull request #602 from grooverdan/doco-risks-and-limitations
DOC: Doco risks and limitations
|
2014-02-11 07:56:46 +11:00 |
Steven Hiscocks
|
a9f0545d8f
|
BF: Add threading lock to database
|
2014-02-09 23:16:36 +00:00 |
Steven Hiscocks
|
530cd53add
|
BF: Due to python3 bug, importlib.machinery may need explicit import
|
2014-02-08 20:52:32 +00:00 |
Daniel Black
|
7b56daee8f
|
DOC: set realistic expectations of what fail2ban protects against
|
2014-02-02 15:17:10 +11:00 |
Daniel Black
|
ef82eac790
|
DOC: openssh real protection is pubkey
|
2014-02-02 15:16:40 +11:00 |
Daniel Black
|
59b9045e88
|
MRG: from master 2014-02-02
|
2014-02-02 13:21:16 +11:00 |
Daniel Black
|
1366ea382d
|
Merge pull request #601 from grooverdan/dovecot-no-lip-tls
ENH: dovecot filter enhancements / BF: remove "no auth attempts"
|
2014-01-31 01:57:02 -08:00 |
Daniel Black
|
273b2f45a3
|
MRG: remove the "no auth attempts" as per aseques gh-600
|
2014-01-29 20:43:51 +11:00 |
Daniel Black
|
9b614ce486
|
ENH: dovecot filter enhancements
|
2014-01-29 20:27:45 +11:00 |
Joan
|
9c6aab37d6
|
As suggested by @grooverdan, grouping the tests and making them false to avoid accidentally reenabling them in the future
|
2014-01-29 08:32:14 +01:00 |
Joan
|
aaa86cd10f
|
As suggested by @grooverdan, grouping the tests and making them false to avoid accidentally reenabling them in the future
|
2014-01-29 08:31:29 +01:00 |
Joan
|
84617fa6da
|
Fixed a failing case
|
2014-01-28 16:19:35 +01:00 |
Joan
|
08171ba52f
|
Removed the -no auth attempts- from the triggers because of lots of FP
|
2014-01-28 12:44:46 +01:00 |
Steven Hiscocks
|
0f318c225e
|
Merge pull request #599 from grooverdan/datecompression
ENH: more datetemplate compression
|
2014-01-27 13:20:01 -08:00 |
Daniel Black
|
a7456377b5
|
ENH: more datetemplate compression
|
2014-01-28 08:15:48 +11:00 |
Daniel Black
|
cc1a9cc45d
|
BF: match up fail2ban-regex for datedetector/datetemplate changes
|
2014-01-28 06:59:01 +11:00 |
Daniel Black
|
a749a2780e
|
Merge pull request #593 from grooverdan/tine
ENH: Tine20 filter
|
2014-01-26 18:50:42 -08:00 |
Daniel Black
|
7476ebabbd
|
Merge pull request #596 from grooverdan/pureftpd
BF: Pureftpd
|
2014-01-26 16:52:53 -08:00 |
Daniel Black
|
ae98a1f70c
|
Merge pull request #598 from kwirk/date-detector-template-rf
RF: Refactor date detector and date template elements
|
2014-01-26 16:51:43 -08:00 |
Steven Hiscocks
|
e7d4cf6296
|
TST: Fix dates in ISO8601 being converted back to local time.
|
2014-01-26 23:37:57 +00:00 |
Daniel Black
|
8b51d0c394
|
ENH: compress DateDetector templates more
|
2014-01-27 10:10:06 +11:00 |
Steven Hiscocks
|
f2ddb3e3d0
|
RF: Refactor date detector and date template elements
Changes include to use Python class properties, merge some date
patterns, and change ISO8601 date template to DatePatternRegex class.
|
2014-01-26 22:03:55 +00:00 |
Daniel Black
|
3c48e3f035
|
DOC: changelog for pure-ftpd filter fixes
|
2014-01-25 12:22:27 +11:00 |
Daniel Black
|
256c732bcd
|
BF/ENH: filter pure-ftpd - re-add _daemon. Add translations
_daemon was accidently removed in
89fd792dfb
Added translations from source code
|
2014-01-25 12:19:46 +11:00 |
Daniel Black
|
1e1261ccb4
|
MRG: from master 2014-01-23
|
2014-01-23 17:45:18 +11:00 |
Daniel Black
|
ca57427080
|
BF: firewallcmd-ipset had non-working actioncheck
|
2014-01-23 17:41:13 +11:00 |
Daniel Black
|
c8ae064b79
|
ENH: tighten regex and change failJSON to support timezone. Closes gh-583
|
2014-01-22 22:16:03 +11:00 |
Daniel Black
|
36d38043ba
|
DOC: thanks Lars for the filter base and log samples
|
2014-01-22 18:12:48 +11:00 |
Daniel Black
|
2063d96e59
|
MRG: import Lars' PR for tine20
|
2014-01-22 18:12:19 +11:00 |
Daniel Black
|
499b33f8a6
|
DOC: post release versioning
|
2014-01-22 08:37:51 +11:00 |
Daniel Black
|
819df889d8
|
Merge pull request #592 from kwirk/python-action-tests
TST+BF: Add tests for python actions, including test for smtp.py
|
2014-01-20 15:48:08 -08:00 |
Steven Hiscocks
|
0fb7921fb1
|
BF: Tweak python action tests and fix Deprecation Warning
|
2014-01-20 23:10:43 +00:00 |
Steven Hiscocks
|
8221c7ca71
|
TST+BF: Add tests for python actions, including test for smtp.py
Also fix bug when specifying multiple recipients for smtp.py action
|
2014-01-20 23:10:43 +00:00 |
Steven Hiscocks
|
a0f39255bc
|
BF: Kerio log datepattern fix for recent datepattern full regex merge
|
2014-01-20 23:00:38 +00:00 |
Steven Hiscocks
|
4aa50684ab
|
Merge pull request #581 from kwirk/datetemplate-regroupdict
ENH: Full regex for datepattern, utilising modified Python `_strptime`
|
2014-01-20 14:53:28 -08:00 |
Steven Hiscocks
|
e614a2f4a4
|
BF: Resolve Deprecation Warnings for python3
Mainly python imp -> importlib for python3.3+, and other minor tweaks
|
2014-01-20 22:46:17 +00:00 |
Daniel Black
|
33dd1733fb
|
DOC: version and release date to 0.8.12 on 2014-01-22
|
2014-01-19 16:25:23 +11:00 |
Daniel Black
|
79da66df5d
|
Merge pull request #591 from grooverdan/master_to_0.9
MRG: Master to 0.9 2014-01-19
|
2014-01-18 20:12:11 -08:00 |
Daniel Black
|
a650178bd1
|
MRG: merge from master 2014-01-19
|
2014-01-19 14:48:29 +11:00 |
Steven Hiscocks
|
77aab8d97a
|
Merge pull request #590 from grooverdan/kerio
Kerio filter for #120 also fix fail2ban-regex for datepattern
|
2014-01-18 04:58:58 -08:00 |
Daniel Black
|
97c7d391a4
|
BF: remove duplicate implemenation of reading datepatterns in fail2ban-regex
|
2014-01-18 23:52:20 +11:00 |
Daniel Black
|
10edd994d1
|
DOC: ChangeLog for kerio filters
|
2014-01-18 23:21:44 +11:00 |
Daniel Black
|
263ac32730
|
ENH: test log samples for kerio thanks to
Tony Lawrence
|
2014-01-18 23:18:33 +11:00 |
Steven Hiscocks
|
0b4dd6272c
|
Merge pull request #589 from grooverdan/one-bad-regex-gh-585
fault tolerance when pushing multiple configurations
|
2014-01-18 03:27:52 -08:00 |
Daniel Black
|
59b1e225e9
|
DOC/ENH: update man pages for release
|
2014-01-18 21:13:55 +11:00 |
Daniel Black
|
5ade6a13af
|
DOC: ChangeLog dateing and normalisation
|
2014-01-18 21:00:24 +11:00 |
Daniel Black
|
058621f9bd
|
ENH: continue with rest of fail2ban config even if errors. Closes gh-585
|
2014-01-18 20:16:38 +11:00 |