summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* DOC: minor typos spotted around comments etcYaroslav Halchenko2018-01-222-2/+2
* simplify fail2ban-testcases: move some code pieces inclusive option parser fr...sebres2016-08-181-54/+4
* Let know the version (and python), also in travis (no output if verbosity is 0)sebres2016-08-181-1/+1
* new test-cases option "--verbosity" to set numeric level of verbosity during ...sebres2016-08-171-0/+4
* safer multi-threaded execution inside (logging with lock inside LogCaptureTes...sebres2016-08-151-0/+4
* move common initializing functionality from fail2ban-testcases to tests/utils...sebres2016-08-121-48/+4
* better handling of setup in test-cases (prevent execution of 2to3 twice, full...sebres2016-08-121-1/+2
* BF: prefer sys.argv[0] by retrieving of root resp. bin path: __file__ seems t...sebres2016-08-121-1/+5
* compatibility fix (virtualenv, running test cases in py3)sebres2016-08-111-1/+2
* introduces new command "fail2ban-python", as automatically created symlink to...sebres2016-08-111-1/+4
* code review after enhancements of Yaroslavsebres2016-07-121-2/+2
* ENH: testcases - verbosity > 2 now also includes logger name (to replace need...Yaroslav Halchenko2016-07-111-1/+1
* Merge branch '0.10' into f2b-perfom-prepare-716-cs-0.10sebres2016-07-114-4/+4
|\
| * no hardcoded python interpreter pathAlexander Koeppe2016-05-154-4/+4
* | fixed mixed indentation (spaces through tabs), duplicate code removedsebres2016-05-171-2/+2
* | increase readability and details level by increased verbositysebres2016-05-121-4/+8
* | client/server (bin) test cases introduced, ultimate closes #1121, closes #1139sebres2016-05-122-4/+4
* | starting of the server (and client/server communication behavior during start...sebres2016-05-122-0/+74
* | temporary commit (move client/server from bin)sebres2016-05-122-675/+0
* | try to start server in foregroundsebres2016-05-122-30/+90
|/
* Merge remote-tracking branch 'remotes/gh-upstream/master' into f2b-perfom-pre...sebres2016-05-021-1/+3
|\
| * possibility to increase verbosity up to heavy debug (partial ported from 716-cs)sebres2016-04-011-1/+3
* | fail2ban-testcases: added option "--ignore": negate [regexps] filter, to igno...sebres2015-12-291-0/+3
* | - filtering of test cases extended for method additionally to class (matches ...sebres2015-12-291-0/+6
* | - performance of fail2ban optimizedsebres2015-12-291-1/+4
|/
* fail2ban-regex command line (after fail2ban-regex functionality moved to the ...sebres2015-11-101-0/+34
* fail2ban-regex moved to the client + test cases for initial coverage addedsebres2015-11-101-597/+0
* fixed fail2ban-regex reads invalid character (in sense of given encoding); co...sebres2015-11-091-2/+8
* performance fix: minimizes connection overhead, using same socket by multiple...sebres2015-07-061-22/+28
* 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-034-5/+27
* BF: Fix fail2ban-regex not parsing journalmatch correctlySteven Hiscocks2015-05-091-2/+2
* BF: fail2ban-regex does not read '.local' file of given filter (gh-954)sebres2015-02-131-31/+41
* 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
* BF: reincarnated import of logging (used to obtain level constants)Yaroslav Halchenko2014-06-221-1/+1
* Merge branch 'kwirk/harmonize-log-msgs'Steven Hiscocks2014-06-224-8/+10
|\
| * ENH: Tweak naming of getF2BLogger, and ensure consistent useSteven Hiscocks2014-06-104-8/+10
| * ENH: Realign and harmonise log messages with getF2BLogger helperSteven Hiscocks2014-06-091-1/+1
* | ENH: minor -- print time which was used to process linesYaroslav Halchenko2014-05-151-5/+10
|/
* Merge pull request #700 from kwirk/format-traceback-to-helpersYaroslav Halchenko2014-05-072-2/+3
|\
| * ENH: Move traceback formatter to from tests.utils to helpersSteven Hiscocks2014-04-182-2/+3
* | Merge pull request #704 from CameronNemo/foreground-opt-clientYaroslav Halchenko2014-05-011-5/+17
|\ \
| * | 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
| * | Added foreground and background options to fail2ban-clientCameron Norman2014-04-201-4/+16
| |/
* | BF: fail2ban-regex assertion error caused by miscounted "missed" linesSteven Hiscocks2014-04-271-0/+1
|/
* Add a --print-all-matched option.Hank Leininger2014-03-171-1/+9
* BF: fail2ban-regex mix of tabs and spacesSteven Hiscocks2014-03-161-3/+3
* DOC: Credits. close gh-644Daniel Black2014-03-141-24/+39