summaryrefslogtreecommitdiff
path: root/bin/fail2ban-client
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '0.10' into f2b-perfom-prepare-716-cs-0.10sebres2016-07-111-1/+1
|\
| * no hardcoded python interpreter pathAlexander Koeppe2016-05-151-1/+1
| |
* | client/server (bin) test cases introduced, ultimate closes #1121, closes #1139sebres2016-05-121-2/+2
| | | | | | | | small code review and fixing of some bugs during client-server communication process (in the test cases);
* | starting of the server (and client/server communication behavior during ↵sebres2016-05-121-0/+37
| | | | | | | | | | | | | | | | | | | | 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.
* | temporary commit (move client/server from bin)sebres2016-05-121-534/+0
| |
* | try to start server in foregroundsebres2016-05-121-29/+88
|/ | | | | # Conflicts: # fail2ban/server/server.py
* possibility to increase verbosity up to heavy debug (partial ported from 716-cs)sebres2016-04-011-1/+3
|
* performance fix: minimizes connection overhead, using same socket by ↵sebres2015-07-061-22/+28
| | | | multiple commands without close it (ex.: 'start' sends several hundreds commands at once)
* Test permissions to socket for detailed errors if socket.error raisedLee Clemens2015-07-041-1/+21
|
* Fix PEP8 E401 - multiple imports on one lineLee Clemens2015-07-031-2/+11
|
* ENH: do use @staticmethod (we are well beyond support of 2.4 now)Yaroslav Halchenko2014-10-251-2/+1
|
* reset share/cache storage (if we use 'reload' in client with interactive mode)sebres2014-10-101-0/+1
|
* ENH: Tweak naming of getF2BLogger, and ensure consistent useSteven Hiscocks2014-06-101-1/+2
|
* ENH: Realign and harmonise log messages with getF2BLogger helperSteven Hiscocks2014-06-091-1/+1
|
* Added more specific help message to fail2ban-client with -f optionCameron Norman2014-04-221-1/+1
|
* Added f and b to cmdOpts.Cameron Norman2014-04-201-1/+1
| | | f = start server in foreground; b = start server in background (default).
* Added foreground and background options to fail2ban-clientCameron Norman2014-04-201-4/+16
|
* ENH: Change logging levels and make info more verboseSteven Hiscocks2014-02-201-1/+1
|
* Merge branch 'master' into 0.9Steven Hiscocks2014-02-131-3/+3
| | | | | | | | | Conflicts: ChangeLog Spelling correction of 0.8.13 fixed in master config/jail.conf Added nagios and duplicate php-url removal in master Just nagios added, duplicate not issue in 0.9
* MRG: merge from master 2014-01-19Daniel Black2014-01-191-2/+3
|
* MRG: 0.8.11 to 0.9Daniel Black2013-11-021-3/+7
| | | | | | Epnoc of selinux is now true UTC Merge multiline support and date detection in filter
* Merge branch 'master' into 0.9Steven Hiscocks2013-06-291-17/+16
| | | | | | | Conflicts: fail2ban/client/jailreader.py fail2ban/tests/clientreadertestcase.py fail2ban/tests/files/logs/sshd
* Merge branch 'master' into 0.9Yaroslav Halchenko2013-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: ENH: "is None" instead of "== None" + tune ups in headers BF: log error only if there were missed config files that couldn't be read DOC: missing cinfo tags are ok. Log error for self referencing definitions DOC: s/defination/definition/g learn to spell Changelog entry for the previous commit and some untabify BF: pyinotify backend should also handle IN_MOVED_TO events ENH: remove stats of config files and use results of SafeConfigParserWithIncludes.read to facilitate meaningful error messages DOC: credits for gh-70 fix BF: ensure dates in email are in the C locale. Thanks iGeorgeX DOC: ChangeLog for recursive tag substition ENH: allow recursive tag substitution in action files. DOC: document <br> tag DOC: ChangeLog for named-refused entry ENH: Account for views in named filter. By Romain Riviere in gentoo bug #259458 DOC: release documentation and distributor contacts DOC: changelog entry for enhanced ssh filter BF: Rename mentioning of README to README.md (Fixes #187) updated README.md to hyperlink, add travis and coversall Moving README into a markup README.md for github's goodnesses Conflicts: DEVELOP README.md fail2ban/client/configreader.py fail2ban/server/datedetector.py
* BF: Change logging instance logSys `warn` method to `warning`Steven Hiscocks2013-04-211-1/+1
| | | | | `warn` is long time depreciated method, which may be dropped in python3.4 http://bugs.python.org/issue13235
* ENH+TST: Move fail2ban-* scripts to bin/Steven Hiscocks2013-04-011-0/+421