summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorsebres <serg.brester@sebres.de>2016-02-11 08:56:12 +0100
committersebres <serg.brester@sebres.de>2016-05-12 11:51:53 +0200
commit5a053f4b743ca482bc720c5e851c5a793cad0089 (patch)
tree56e650497b8dc146a3bf31c9de9267df77626fdc /MANIFEST
parent556ddaabd7a0b1f1ac94d014680fa83d980f770f (diff)
downloadfail2ban-5a053f4b743ca482bc720c5e851c5a793cad0089.tar.gz
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 11f635c3..713b64c3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -156,8 +156,11 @@ fail2ban/client/configparserinc.py
fail2ban/client/configreader.py
fail2ban/client/configurator.py
fail2ban/client/csocket.py
+fail2ban/client/fail2banclient.py
+fail2ban/client/fail2bancmdline.py
fail2ban/client/fail2banreader.py
fail2ban/client/fail2banregex.py
+fail2ban/client/fail2banserver.py
fail2ban/client/filterreader.py
fail2ban/client/__init__.py
fail2ban/client/jailreader.py