sebres
|
4aff396b05
|
deserialize "close" message not expected (was not serialized).
closes #1103
|
2015-07-08 11:10:05 +02:00 |
Lee Clemens
|
1ebea39ec5
|
Merge pull request #1068 from yarikoptic/enh/var-run-fail2ban
BF: 'create' /var/run/fail2ban on systems with /var/run
|
2015-07-07 21:55:49 -04:00 |
M. Maraun
|
d412b71f3a
|
Merge branch 'master' of github.com:maxbeth/fail2ban
|
2015-07-07 21:58:51 +02:00 |
Yaroslav Halchenko
|
c213d97d25
|
Moved recently added Changelog (on HEAD addition) to Enhancements
|
2015-07-07 14:01:24 -04:00 |
Yaroslav Halchenko
|
e2c0a1060e
|
Merge pull request #1101 from szepeviktor/patch-6
HEAD is a popular break-in attempt type
|
2015-07-07 13:49:31 -04:00 |
Viktor Szépe
|
a3b8257b73
|
Add HEAD method verb to apache-badbots, nginx-badbots
|
2015-07-07 17:45:40 +02:00 |
Lee Clemens
|
57a8b99509
|
DOC: Fix typo
|
2015-07-07 11:44:27 -04:00 |
Yaroslav Halchenko
|
052418a110
|
Merge pull request #1098 from yarikoptic/enh/man-testcases
DOC: rudimentary manpage for fail2ban-testcases (+updated other mans for consistency)
|
2015-07-06 23:43:30 -04:00 |
Serg G. Brester
|
cbb846bb46
|
Merge pull request #1099 from fail2ban/_sebres/min-connect-overhead
performance fix: minimizes connection overhead (close only at communication end)
|
2015-07-06 22:49:00 +02:00 |
sebres
|
4a4fe7d76a
|
extending test cases (increase coverage) + changelog entry for #1099
|
2015-07-06 22:09:13 +02:00 |
sebres
|
3e47ce7f2a
|
redefine protocol constants in protocol.py (prevent unnecessary duplication)
|
2015-07-06 17:37:12 +02:00 |
sebres
|
17502bd818
|
obsolete code removed (python <= 2.5) + test case extended
|
2015-07-06 13:08:13 +02:00 |
sebres
|
81e659b760
|
performance fix: minimizes connection overhead, using same socket by multiple commands without close it (ex.: 'start' sends several hundreds commands at once)
|
2015-07-06 12:23:53 +02:00 |
Yaroslav Halchenko
|
46510948a7
|
DOC: rudimentary manpage for fail2ban-testcases (+updated other mans for consistency)
|
2015-07-05 21:48:14 -04:00 |
Yaroslav Halchenko
|
38f8e1a82a
|
DOC: added changelog for LC_ALL fix, tuned up other ChangeLog entries
|
2015-07-05 21:39:17 -04:00 |
Yaroslav Halchenko
|
8c4c17a880
|
Merge pull request #1004 from tsabi/fix-lc_time
Fix of LC_TIME usage, it should be LC_ALL
|
2015-07-05 21:36:37 -04:00 |
Yaroslav Halchenko
|
e38b4b8cb3
|
Merge pull request #1051 from leeclemens/bf/roundcube
Update regex to work with roundcube 1.0.5 and 1.1.1
|
2015-07-05 21:35:49 -04:00 |
Yaroslav Halchenko
|
c0feebfad8
|
Merge pull request #1088 from leeclemens/bf-595/nonrootmessage
Add specific errors for client socket access (closes 595)
|
2015-07-05 21:33:56 -04:00 |
Yaroslav Halchenko
|
e5a5edd35b
|
Merge pull request #1096 from leeclemens/bf/log-args
Fix error logging - not enough arguments (tuple is 1 arg, need 2)
|
2015-07-05 21:31:14 -04:00 |
Lee Clemens
|
b5d5a79845
|
Fix error logging - not enough arguments (tuple is 1 arg, need 2)
|
2015-07-05 10:30:45 -04:00 |
Yaroslav Halchenko
|
034a865c79
|
Merge pull request #1093 from leeclemens/pep8-e7
Fix PEP8 E701, E703 and E712
|
2015-07-05 00:05:48 -04:00 |
Yaroslav Halchenko
|
7fc93cee37
|
Merge pull request #1094 from leeclemens/pep8-e3
Fix PEP8 E301, E302 and E303
|
2015-07-05 00:03:19 -04:00 |
Lee Clemens
|
fd46b90106
|
Merge pull request #1095 from leeclemens/bf-1089/disable-pypy
temporarily disabled pypy in .travis.yml
|
2015-07-04 17:35:09 -04:00 |
Lee Clemens
|
6a711503fe
|
temporarily disabled pypy in .travis.yml
|
2015-07-04 17:24:59 -04:00 |
Lee Clemens
|
3e902d7b3a
|
Define roundcube_errors_log in paths-common.conf
Remove from paths-debian
|
2015-07-04 14:46:31 -04:00 |
Lee Clemens
|
fdc3172aec
|
Fix PEP8 E302 expected 2 blank lines, found X
|
2015-07-04 13:47:40 -04:00 |
Lee Clemens
|
fbeee8bb28
|
Fix PEP8 E303 too many blank lines
|
2015-07-04 13:25:20 -04:00 |
Lee Clemens
|
60c5c6951c
|
Fix PEP8 E301 expected 1 blank line, found 0
|
2015-07-04 13:23:08 -04:00 |
Lee Clemens
|
31b34950f7
|
Fix pep8 E712 comparison to False should be 'if cond is False:' or 'if not cond:'
|
2015-07-04 12:39:42 -04:00 |
Lee Clemens
|
fe5e7a023e
|
Fix pep8 E701 multiple statements on one line (colon)
|
2015-07-04 12:39:42 -04:00 |
Lee Clemens
|
1a98e15328
|
Fix pep8 E703 statement ends with a semicolon
|
2015-07-04 12:39:42 -04:00 |
Lee Clemens
|
423d5b761e
|
Add changelog reference for socket error logging message
|
2015-07-04 12:37:52 -04:00 |
Lee Clemens
|
77f5983b42
|
Test permissions to socket for detailed errors if socket.error raised
|
2015-07-04 12:35:56 -04:00 |
Lee Clemens
|
f7444f16b8
|
Add optional session id prefix for roundcube 1.1.1
|
2015-07-04 11:06:51 -04:00 |
Lee Clemens
|
2796534a5d
|
Update regex to work with roundcube 1.0.5 on CentOS 6
|
2015-07-04 11:02:04 -04:00 |
Yaroslav Halchenko
|
e9e00d7599
|
DOC: ChangeLog -- a better description for cloudflare changes
|
2015-07-04 10:04:45 -04:00 |
Yaroslav Halchenko
|
454546f4ae
|
Merge pull request #1085 from szepeviktor/patch-5
Updated CF action - added docs and composite action to jails.conf
|
2015-07-04 09:33:33 -04:00 |
Viktor Szépe
|
a00ee15c06
|
Added Changelog entry
|
2015-07-04 14:12:38 +02:00 |
Yaroslav Halchenko
|
81db2f47dc
|
Merge pull request #1090 from leeclemens/pep8-e401-bin
Fix PEP8 E401 - multiple imports on one line
|
2015-07-03 20:37:29 -04:00 |
M. Maraun
|
6d72602f6b
|
Set Timeout at urlopen to 3 seconds
|
2015-07-03 22:42:22 +02:00 |
Viktor Szépe
|
b65a8b065d
|
Other actions do not dive into this gory descriptions, but we do.
|
2015-07-03 19:17:50 +02:00 |
Lee Clemens
|
c7e203b20f
|
Fix PEP8 E401 - multiple imports on one line
|
2015-07-03 13:02:50 -04:00 |
Yaroslav Halchenko
|
cf3a1c15a0
|
Merge pull request #1082 from leeclemens/pep8-w6
Fix pep8 w6 - Deprecation warnings
|
2015-07-03 12:32:13 -04:00 |
Viktor Szépe
|
2063ce4b23
|
All the arguments must be listed in [Init]
|
2015-07-01 14:48:44 +02:00 |
Viktor Szépe
|
79457112e9
|
Updated CF action
|
2015-07-01 09:38:36 +02:00 |
Lee Clemens
|
8e0145b947
|
Fix pep8 W604 "backticks are deprecated, use 'repr()'"
|
2015-06-27 13:57:09 -04:00 |
Lee Clemens
|
2310ac44c7
|
Fix pep8 W602 "deprecated form of raising exception"
|
2015-06-27 13:57:09 -04:00 |
Lee Clemens
|
3e3d1e0cf6
|
Fix pep8 W601 ".has_key() is deprecated, use 'in'"
|
2015-06-27 13:57:09 -04:00 |
Lee Clemens
|
f899340b15
|
Merge pull request #1083 from leeclemens/pep8-e4
Fix pep8 E401 multiple imports on one line
|
2015-06-27 11:11:35 -04:00 |
Lee Clemens
|
7667712909
|
Fix pep8 E401 multiple imports on one line
|
2015-06-26 12:51:19 -04:00 |