Commit Graph

814 Commits (_tent/ipv6_adapter_cmd)
 

Author SHA1 Message Date
Yaroslav Halchenko c5237d6375 Merge branch 'master' into _tent/ipv6_adapter_cmd
12 years ago
Yaroslav Halchenko 03b31398aa ENH: BF (forgotten import) for prev commit + removed duplicate Author, adjusted __ fields for that in fail2ban-* scripts
12 years ago
Yaroslav Halchenko 9e7a3b7a04 ENH: until we make it proper module -- adjust sys.path only if system-wide run
12 years ago
Yaroslav Halchenko 61097d17bb RF: adjusted all iptables/shorewall rules to use fail2ban-46 dispatcher + fixed its name in setup.py
12 years ago
Yaroslav Halchenko 2715bda1d7 RF: make fail2ban-46 accept any two commands to dispatch + --help, etc
12 years ago
Yaroslav Halchenko 3b16ec3dee RF: renaming fail2ban-iptables to fail2ban-46 to provide a generic dispatcher
12 years ago
Yaroslav Halchenko 7e16abdb08 ENH: fail2ban-iptables -- modeline + use of max()
12 years ago
Yaroslav Halchenko 6a1bf30cf5 ENH: more ipv6 exemplar addresses to test
12 years ago
Yaroslav Halchenko f49067bb35 ENH: made some code more pythonic, removed not needed groupping in IP_CRE6, more tests
12 years ago
Yaroslav Halchenko 1a19fd8ee0 BF: tabifying back isValidIP -- fail2ban uses tabs (historical reason)
12 years ago
Yaroslav Halchenko 1423de45be Merge remote-tracking branch 'gh-Th4nat0s/master'
12 years ago
Thanat0s 485753afc9 Merge pull request #1 from ajhoughton/master
12 years ago
Alastair Houghton af2a312222 Fixed fail2ban-iptables.
12 years ago
Yaroslav Halchenko 348239cf14 ENH: fail2ban-testcases-all -- pass cmdline options to fail2ban-testcases
12 years ago
Yaroslav Halchenko f10537941b ENH: To help with gh-87 added hints into the log on some failure return codes (e.g. 0x7f00 for this one)
12 years ago
Yaroslav Halchenko efc4fd5f0b ENH: trying to go native travis-ci python way to take advantage of virtualenv's with older pythons
12 years ago
Yaroslav Halchenko 29aef9381a BF: typo
12 years ago
Yaroslav Halchenko 39172a99c5 BF: added a little shell script to excercise tests against all available Python versions
12 years ago
Yaroslav Halchenko ef2ea965c8 ENH: travis -- try to run tests against all available python versions
12 years ago
Yaroslav Halchenko da626b51cc NF: rudimentary .travis.yml for travis-ci.org service
12 years ago
Yaroslav Halchenko b159eabb51 BF: do not enable pyinotify backend if pyinotify is too old (Closes gh-80)
12 years ago
Yaroslav Halchenko 63237a785e DOC: forgotten --help entry for " unban "
12 years ago
Yaroslav Halchenko f52ba9923a ENH: downgrade "already banned" from WARN to INFO level (Closes gh-79)
12 years ago
Yaroslav Halchenko 1e12c220e6 minor: added a note on now "negative" log entries on "POSSIBLE BREAK-IN ATTEMPT"
12 years ago
Yaroslav Halchenko 6ecf4fd80a Merge pull request #64 from sourcejedi/remove_sshd_rdns
12 years ago
Yaroslav Halchenko b773ed617b DOC: minor "fixes" in DEVELOP
12 years ago
David Engeset 2d672d1c81 Added in while loop to process the Fail Manager after the requested banned IP was added to its queue. This solves the issue of needing to touch the log file that is being monitored to get the IP to be banned accordingly. Added in import of FailManagerEmpty exception class.
12 years ago
Yaroslav Halchenko f14c7ae401 ENH: refactored previous commit to make it more Pythonic (With prev commit closes gh-86, gh-81)
12 years ago
David Engeset 6288ec2757 Added in command option to unban and IP, just like using 'banip'. Command looks like: fail2ban-client set <jail name> unbanip <ip>
12 years ago
Yaroslav Halchenko 8e64c281dd BF: in code we should use MyTime wrapper instead of time module directly
12 years ago
Yaroslav Halchenko 09355663f7 BF: (python 2.4) -- access to staticmethod should go via Class
12 years ago
Yaroslav Halchenko 5becaf8ef2 BF: (python 2.[45]) store backends names in a list to use .index later on (Closes gh-83)
12 years ago
Yaroslav Halchenko 9510619b7b ENH: minor -- print out why skipping a backend while testing
12 years ago
Yaroslav Halchenko 652b5a77e0 BF: fixing current version string to contain the patch index, i.e. ".1" Thanks Fabian Fischer
12 years ago
Yaroslav Halchenko 83109bce14 BF: escape the content of <matches> since its value could contain arbitrary symbols
12 years ago
Yaroslav Halchenko 6ee2c0a014 DOC: untabified for proper formatting + trailing spaces
12 years ago
Yaroslav Halchenko 282724a7f9 ENH: join both failregex for lighttpd-auth into a single one
12 years ago
Yaroslav Halchenko cc5d410004 Merge pull request #77 from sciunto/lightty
12 years ago
François Boulogne 958a1b0a40 Lighttpd: support auth.backend = "htdigest"
12 years ago
Yaroslav Halchenko 2a225aa6ee Added a warning within "complaint.conf" action about care with enabling it
12 years ago
Yaroslav Halchenko 2d66f31ef5 ENH: instead of "Invalid command" warning log exception why command failed
12 years ago
Yaroslav Halchenko 0b5c66fb59 Changelog for the fix -- will rerelease 0.8.7.1
12 years ago
Yaroslav Halchenko 6b7544a63a BF: removed sneaked a commented out sys.path.insert
12 years ago
Yaroslav Halchenko c06c504a8e Adjusted changelog to reflect the last change
12 years ago
Yaroslav Halchenko 2082fee7b1 ENH: match possibly present "pam_unix(sshd:auth):" portion for sshd (Closes: #648020)
12 years ago
Yaroslav Halchenko 2b885e07f4 Adjusted changelog to reflect the last change
12 years ago
Yaroslav Halchenko 6ad55f64b3 ENH: add wu-ftpd failregex for use against syslog (Closes: #514239)
12 years ago
Yaroslav Halchenko a512ea47d2 Adjusted changelog to reflect the last change
12 years ago
Yaroslav Halchenko 80b191c7fd BF: anchor chain name in actioncheck's for iptables actions (Closes: #672228)
12 years ago
Yaroslav Halchenko a3b242d6dd BF: inline comments must use ; not # -- recidive jail
12 years ago