summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BF: allow newlines in action specifications (e.g. when multiple entries for l..._bf/multiline_action_optionsYaroslav Halchenko2013-05-142-1/+8
* Getting ready for further developmentYaroslav Halchenko2013-05-133-3/+13
* BF: add missing files to MANIFEST (I think we shoult not rely on sdist anyway...0.8.9Yaroslav Halchenko2013-05-131-0/+29
* All the (version) updates for the release of 0.8.9Yaroslav Halchenko2013-05-136-14/+17
* BF: (travis) relax the test for needed to be presented installed directories ...Yaroslav Halchenko2013-05-121-1/+5
* BF: (travis) if tests ran under coverage -- there is a traceback parts to rep...Yaroslav Halchenko2013-05-121-1/+7
* ENH: also print the failing traceback line in case of failureYaroslav Halchenko2013-05-121-2/+2
* ENH: include explicit list of new files which should not be there upon "insta...Yaroslav Halchenko2013-05-121-2/+26
* ENH: now we know that logging handlers closing was still buggy in 2.6.2Yaroslav Halchenko2013-05-121-3/+4
* ENH: issue a warning if jail name is longer than 19 symbols (Close #222)Yaroslav Halchenko2013-05-123-1/+16
* DOC: inline commends with ';' are in effect only if ';' follows as spaceYaroslav Halchenko2013-05-123-3/+3
* Merge pull request #225 from yarikoptic/masterYaroslav Halchenko2013-05-121-2/+11
|\
| * ENH: strengthen detection of working pyinotifyYaroslav Halchenko2013-05-101-2/+11
* | BF: Fix for filterpoll incorrectly checking for jailless stateSteven Hiscocks2013-05-101-2/+3
|/
* ENH: use the same python executable for setup.py testYaroslav Halchenko2013-05-101-1/+2
* ENH: actually tune up TraceBack to determine "unittest" portions of the stack...Yaroslav Halchenko2013-05-102-5/+6
* TST: Some primarily smoke tests for tests utilsYaroslav Halchenko2013-05-092-0/+55
* TST: cover few more lines in fail2banreader.pyYaroslav Halchenko2013-05-091-0/+9
* ENH: basic test for setup.py itself (when applicable, should greatly improve ...Yaroslav Halchenko2013-05-092-1/+38
* ENH: consistent operation of formatExceptionInfo + unittest for itYaroslav Halchenko2013-05-094-7/+56
* ENH: point to the status of master branch on travisYaroslav Halchenko2013-05-091-1/+1
* ENH: close open file in a testYaroslav Halchenko2013-05-091-5/+7
* Merge branch '_enh/strip_crlf'Yaroslav Halchenko2013-05-083-5/+25
|\
| * Changelog for preceeding commitYaroslav Halchenko2013-05-081-0/+1
| * ENH: strip CR and LF while analyzing the lines (processLine) (Close #202)Yaroslav Halchenko2013-05-082-5/+24
* | Previous coverage was 56% (without disregarding any pragma)Yaroslav Halchenko2013-05-081-1/+1
* | ENH: close files in _test_move_into_fileYaroslav Halchenko2013-05-081-5/+6
* | ENH: remove use of $Revision and $Date SVN tagsYaroslav Halchenko2013-05-0820-40/+0
* | Add README.Solaris into distributionYaroslav Halchenko2013-05-081-0/+1
|/
* Merge branch 'master' of git://github.com/fail2ban/fail2banYaroslav Halchenko2013-05-084-0/+99
|\
| * Merge pull request #206 from grooverdan/bsd_ipfwYaroslav Halchenko2013-05-084-0/+99
| |\
| | * BF: missed MANIFEST includeDaniel Black2013-05-031-0/+1
| | * DOC: credits for bsd-ipfwDaniel Black2013-05-031-0/+3
| | * ENH: add ipfw rule for bsd using the tables.Daniel Black2013-05-032-0/+95
* | | ENH: Use real (resolving) example.com instead of test.example.comYaroslav Halchenko2013-05-082-6/+6
* | | Merge branch 'bsd_logs' of https://github.com/grooverdan/fail2banYaroslav Halchenko2013-05-086-3/+32
|\ \ \ | |/ / |/| |
| * | ENH: separate out regex and escape a .Daniel Black2013-05-081-1/+4
| * | BF: missed MANIFEST includeDaniel Black2013-05-031-0/+3
| * | DOC: credits for bsd logDaniel Black2013-05-031-0/+2
| * | DOC: bsd syslog files thanks to Nick HilliardDaniel Black2013-05-033-0/+18
| * | BF: change common.conf to handle formats of syslog -v and syslog -vv in BSDDaniel Black2013-05-031-4/+7
| |/
* | Merge branch 'bsd_pf' of https://github.com/grooverdan/fail2banYaroslav Halchenko2013-05-084-0/+76
|\ \
| * | BF: missed MANIFEST includeDaniel Black2013-05-031-0/+1
| * | DOC: add jail.conf entry for pfDaniel Black2013-05-031-0/+11
| * | DOC: credit for pf action. Origin: http://svnweb.freebsd.org/ports/head/secur...Daniel Black2013-05-031-0/+2
| * | ENH: pf action thanks to Nick Hilliard <nick@foobar.org>.Daniel Black2013-05-031-0/+62
| |/
* | Merge pull request #215 from grooverdan/reject_no_drop_by_defaultYaroslav Halchenko2013-05-0815-26/+102
|\ \
| * | DOC: ChangeLog for default action type changeDaniel Black2013-05-081-0/+2
| * | ENH: consolidate where blocktype is defined for iptables rulesDaniel Black2013-05-0810-58/+59
| * | BF: default type to unreachableDaniel Black2013-05-081-1/+1