summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into _tent/ipv6_adapter_cmd_tent/ipv6_adapter_cmdYaroslav Halchenko2012-11-095-37/+15
|\
| * ENH: BF (forgotten import) for prev commit + removed duplicate Author, adjust...Yaroslav Halchenko2012-11-095-34/+6
| * ENH: until we make it proper module -- adjust sys.path only if system-wide runYaroslav Halchenko2012-11-093-3/+9
* | RF: adjusted all iptables/shorewall rules to use fail2ban-46 dispatcher + fix...Yaroslav Halchenko2012-11-088-66/+98
* | RF: make fail2ban-46 accept any two commands to dispatch + --help, etcYaroslav Halchenko2012-11-081-14/+30
* | RF: renaming fail2ban-iptables to fail2ban-46 to provide a generic dispatcherYaroslav Halchenko2012-11-081-0/+0
* | ENH: fail2ban-iptables -- modeline + use of max()Yaroslav Halchenko2012-11-081-10/+10
* | ENH: more ipv6 exemplar addresses to testYaroslav Halchenko2012-11-081-0/+6
* | ENH: made some code more pythonic, removed not needed groupping in IP_CRE6, m...Yaroslav Halchenko2012-11-082-28/+68
* | BF: tabifying back isValidIP -- fail2ban uses tabs (historical reason)Yaroslav Halchenko2012-11-081-13/+13
* | Merge remote-tracking branch 'gh-Th4nat0s/master'Yaroslav Halchenko2012-11-0810-68/+153
|\ \ | |/ |/|
| * Merge pull request #1 from ajhoughton/masterThanat0s2012-11-081-30/+30
| |\
| | * Fixed fail2ban-iptables.Alastair Houghton2012-11-081-30/+30
| |/
| * f2b-iptable no os injectTh4nat0s2012-06-171-1/+12
| * f2b-iptables return errorsTh4nat0s2012-06-171-8/+12
| * clean f2b-iptTh4nat0s2012-06-172-7/+15
| * ip validation and reconfiguration of iptables actionsTh4nat0s2012-06-176-61/+76
| * conversion of iptable wrapper to pythonTh4nat0s2012-06-164-119/+44
| * initial ipv6 via iptable wapperTh4nat0s2012-06-145-9/+131
* | ENH: fail2ban-testcases-all -- pass cmdline options to fail2ban-testcasesYaroslav Halchenko2012-11-071-1/+1
* | ENH: To help with gh-87 added hints into the log on some failure return codes...Yaroslav Halchenko2012-11-072-4/+49
* | ENH: trying to go native travis-ci python way to take advantage of virtualenv...Yaroslav Halchenko2012-11-061-11/+8
* | BF: typoYaroslav Halchenko2012-11-061-1/+1
* | BF: added a little shell script to excercise tests against all available Pyth...Yaroslav Halchenko2012-11-063-3/+22
* | ENH: travis -- try to run tests against all available python versionsYaroslav Halchenko2012-11-061-3/+2
* | NF: rudimentary .travis.yml for travis-ci.org serviceYaroslav Halchenko2012-11-061-0/+15
* | BF: do not enable pyinotify backend if pyinotify is too old (Closes gh-80)Yaroslav Halchenko2012-11-061-0/+6
* | DOC: forgotten --help entry for " unban "Yaroslav Halchenko2012-11-051-0/+1
* | ENH: downgrade "already banned" from WARN to INFO level (Closes gh-79)Yaroslav Halchenko2012-11-051-1/+1
* | minor: added a note on now "negative" log entries on "POSSIBLE BREAK-IN ATTEMPT"Yaroslav Halchenko2012-11-051-0/+1
* | Merge pull request #64 from sourcejedi/remove_sshd_rdnsYaroslav Halchenko2012-11-051-1/+0
|\ \
| * | Misconfigured DNS should not ban *successful* ssh loginsAlan Jenkins2012-07-131-1/+0
* | | DOC: minor "fixes" in DEVELOPYaroslav Halchenko2012-11-051-9/+11
* | | Added in while loop to process the Fail Manager after the requested banned IP...David Engeset2012-11-051-0/+9
* | | ENH: refactored previous commit to make it more Pythonic (With prev commit cl...Yaroslav Halchenko2012-11-052-13/+7
* | | Added in command option to unban and IP, just like using 'banip'. Command lo...David Engeset2012-11-054-1/+44
* | | BF: in code we should use MyTime wrapper instead of time module directlyYaroslav Halchenko2012-11-051-1/+1
* | | BF: (python 2.4) -- access to staticmethod should go via ClassYaroslav Halchenko2012-11-051-1/+1
* | | BF: (python 2.[45]) store backends names in a list to use .index later on (Cl...Yaroslav Halchenko2012-11-013-1/+12
* | | ENH: minor -- print out why skipping a backend while testingYaroslav Halchenko2012-11-011-4/+4
* | | BF: fixing current version string to contain the patch index, i.e. ".1" Thank...Yaroslav Halchenko2012-10-102-2/+2
* | | BF: escape the content of <matches> since its value could contain arbitrary s...Yaroslav Halchenko2012-10-081-3/+15
* | | DOC: untabified for proper formatting + trailing spacesYaroslav Halchenko2012-10-031-10/+10
* | | ENH: join both failregex for lighttpd-auth into a single oneYaroslav Halchenko2012-09-301-2/+1
* | | Merge pull request #77 from sciunto/lighttyYaroslav Halchenko2012-09-302-1/+2
|\ \ \
| * | | Lighttpd: support auth.backend = "htdigest"François Boulogne2012-09-302-1/+2
|/ / /
* | | Added a warning within "complaint.conf" action about care with enabling itYaroslav Halchenko2012-08-131-1/+15
* | | ENH: instead of "Invalid command" warning log exception why command failedYaroslav Halchenko2012-08-021-1/+2
* | | Changelog for the fix -- will rerelease 0.8.7.10.8.7.1Yaroslav Halchenko2012-07-311-0/+7
* | | BF: removed sneaked a commented out sys.path.insertYaroslav Halchenko2012-07-311-1/+1