Sergey G. Brester
d74dd9321b
Merge pull request #2565 from caronc/0.11
...
Add Apprise Support (50+ Notifications)
4 years ago
sebres
fb6315ea5e
Merge branch '0.10' into 0.11
4 years ago
sebres
6f4b6ec8cc
action.d/badips.* removed (badips.com is no longer active, gh-2889)
4 years ago
sebres
b78d1e439a
Merge branch '0.10' into 0.11
4 years ago
sebres
e768f8637a
release 0.10.6 -- just what the doctor ordered
4 years ago
Chris Caron
2216fd8da4
Add Apprise Support (50+ Notifications)
4 years ago
sebres
50fbcda8b6
Merge branch '0.10' into 0.11
5 years ago
sebres
8dc6f30cdd
closes #2596 : fixed supplying of backend-related `logtype` to the jail filter - don't merge it (provide as init parameter if not set in definition section), init parameters don't affect config-cache (better implementation as in #2387 and it covered now with new test)
5 years ago
sebres
27fb4790fb
Merge branch '0.10' into 0.11
5 years ago
sebres
b25d8565fc
release 0.10.5 -- Deserve more respect a jedi's weapon must. Hrrrm, Yes
5 years ago
sebres
f0c5bd56f4
Merge branch '0.10' into 0.11 (conflicts resolved)
6 years ago
sebres
46fc4c4615
protocol and documentation
6 years ago
sebres
e44cd671b2
Merge branch '0.10' into 0.11 (conflicts resolved, tests fixed)
6 years ago
sebres
34dba44816
MANIFEST: forgotten test file
6 years ago
sebres
0707695146
Merge branch '0.10' into 0.11, version bump
...
# Conflicts resolved:
# fail2ban/server/database.py
7 years ago
sebres
0a50f2e19e
next release of 0.10: bump version, update ChangeLog, man's and MANIFEST etc.
7 years ago
sebres
aa47937d4f
Merge branch '0.10' into 0.11: bum version after release of 0.10.2
7 years ago
sebres
a45488465e
prepare release: bump version, update ChangeLog, man's and MANIFEST etc.
7 years ago
sebres
76f5e3659e
Merge branch '0.10' into 0.11
7 years ago
sebres
351abeb4ff
prepare release: bump version, update ChangeLog, man's and MANIFEST etc.
7 years ago
Serg G. Brester
b5dd5adb08
Merge pull request #1460 from sebres/0.10-full
...
0.11 ban-time-incr
7 years ago
sebres
8f76a052ec
rebuild man's and MANIFEST
7 years ago
sebres
d2c39d2e45
Merge branch '0.10' into 0.10-full
...
# Conflicts:
# fail2ban/server/database.py - resolved and test-case with persistent ban-time fixed/extended (bantime presents in database)
8 years ago
Serg G. Brester
d56554ecf3
Merge pull request #1688 from felixonmars/arch-config
...
Add a path configuration for Arch Linux
8 years ago
sebres
875295320e
Merge remote-tracking branch 'remotes/gh-upstream/0.10' into 0.10-full
8 years ago
sebres
0c1707afda
filter.d/sshd.conf:
...
- optional parameter `mode` rewritten: normal (default), ddos, extra or aggressive (combines all), see sshd for regex details);
test cases reformatted (since "filterOptions", we don't need multiple test log-files anymore);
8 years ago
Felix Yan
68d829c1dd
Add a path configuration for Arch Linux
8 years ago
sebres
99634638ba
Merge branch '0.10' into 0.10-full
8 years ago
sebres
c9f32f75e6
Merge branch '0.9-fix-regex-using-journal' into 0.10-fix-regex-using-journal (merge point against 0.9 after back-porting gh-1660 from 0.10)
8 years ago
Yaroslav Halchenko
e550850b9c
BF: added missing entires into MANIFEST
8 years ago
sebres
18ebd9ac21
Merge branches 0.10-full and 0.10
8 years ago
sebres
6cdc1ce685
compatibility fix (virtualenv, running test cases in py3)
...
# Conflicts:
# MANIFEST
8 years ago
sebres
08af8de981
compatibility fix (virtualenv, running test cases in py3)
8 years ago
sebres
0eea362aa0
Merge branch 'master' into 0.10
8 years ago
sebres
3bbbe640c0
MANIFEST update for release ban-time-incr version of 0.10
9 years ago
Yaroslav Halchenko
0f88e8a658
Added missing files to MANIFEST
9 years ago
sebres
9b03a6d42e
0.10 pre-release: MANIFEST RELEASE and man pages updates
9 years ago
sebres
4c1bcac0c7
Merge branch '0.10' into f2b-perfom-prepare-716-cs-0.10
9 years ago
Alexander Koeppe
ec7eabbd3b
correct MANIFEST file
9 years ago
sebres
5a053f4b74
starting of the server (and client/server communication behavior during start and daemonize) completely rewritten:
...
- client/server functionality moved away from bin and using now the common interface (introduced in fail2bancmdline);
- start in foreground fixed;
- server can act as client corresponding command line;
- command "restart" added: in opposite to "reload" in reality restarts the server (new process);
- several client/server bugs during starting process fixed.
9 years ago
Yaroslav Halchenko
c1a54974e9
RF/ENH: 1st wave of IPAddr pythonization - properties, logical statements, etc
...
# Conflicts:
# fail2ban/server/ipdns.py
9 years ago
sebres
8cb4a3f59e
move DNTUtils, IPAddr related code to dedicated source file ipdns.py (also resolves some cyclic import references)
9 years ago
sebres
05f38285f1
Merge remote-tracking branch 'remotes/gh-upstream/master' into f2b-perfom-prepare-716
9 years ago
Yaroslav Halchenko
0298ba2c1b
MANIFEST RELEASE and man pages updates
9 years ago
Yaroslav Halchenko
5ffc15ac68
Changes for the 0.9.4 release
9 years ago
sebres
6faffe3201
test cases extended, code review (+ python 3.x compatibility);
...
database test cases extended - enable deleted (disabled) jail in addJail;
9 years ago
sebres
59bf5013c0
- performance of fail2ban optimized
...
-- cache dnsToIp, ipToName to prevent long wait during retrieving of ip/name for wrong dns or lazy dns-system;
-- instead of simple "sleep" used conditional wait "wait_for", that internal increases sleep interval up to sleeptime;
-- ticket / banmanager / failmanager modules are performance optimized;
-- api of filter (log files), jail, etc. rewritten and extended for performance purposes;
- performance of test cases optimized:
-- added option "--fast" to decrease wait intervals, avoid passive waiting, and skip few very slow test cases;
- code review after partially cherry pick of branch 'ban-time-incr' (see gh-716)
-- ticket module prepared to easy merge with newest version of 'ban-time-incr', now additionally holds banTime, banCount and json-data;
-- executeCmd partially moved from action to new module utils, etc.
-- python 2.6 compatibility;
- testExecuteTimeoutWithNastyChildren: test case repaired - wait for pid file inside bash, kill tree in any case (gh-1155);
- testSocket: test case repaired - wait for server thread starts a socket (listener)
9 years ago
Yaroslav Halchenko
1fb867b839
MANIFEST: updated for some new files, sorted all entries, removed some duplicates
10 years ago
Lee Clemens
b725db04d8
Add ignorecommands to MANIFEST*'s
10 years ago
Yaroslav Halchenko
d65c4f8f5d
moved debian's initd file to files/debian-initd from debian branch
10 years ago