Commit Graph

797 Commits (03b31398aac4ff4edab992b5c3969712bb35858b)
 

Author SHA1 Message Date
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 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
13 years ago
Yaroslav Halchenko 6b7544a63a BF: removed sneaked a commented out sys.path.insert
13 years ago
Yaroslav Halchenko c06c504a8e Adjusted changelog to reflect the last change
13 years ago
Yaroslav Halchenko 2082fee7b1 ENH: match possibly present "pam_unix(sshd:auth):" portion for sshd (Closes: #648020)
13 years ago
Yaroslav Halchenko 2b885e07f4 Adjusted changelog to reflect the last change
13 years ago
Yaroslav Halchenko 6ad55f64b3 ENH: add wu-ftpd failregex for use against syslog (Closes: #514239)
13 years ago
Yaroslav Halchenko a512ea47d2 Adjusted changelog to reflect the last change
13 years ago
Yaroslav Halchenko 80b191c7fd BF: anchor chain name in actioncheck's for iptables actions (Closes: #672228)
13 years ago
Yaroslav Halchenko a3b242d6dd BF: inline comments must use ; not # -- recidive jail
13 years ago
Yaroslav Halchenko 99c0caa9cc Boosted version to 0.8.7 + few more comments
13 years ago
Yaroslav Halchenko da752aff14 perspective changelog for 0.8.7
13 years ago
Yaroslav Halchenko 6495942550 DOC: minor (untabify, utf8) for ChangeLog
13 years ago
Yaroslav Halchenko dca5634717 Merge branch '_enh/test_backends' -- fixing inotify backend, RF backends, unittests
13 years ago
Yaroslav Halchenko 481b1530d6 RF: reordered tests + enabled gamin now that its fix is pending in Debian
13 years ago
Yaroslav Halchenko c6f5d854d3 ENH+BF: filtergamin -- to be more inline with current design of filterinotify
13 years ago
Yaroslav Halchenko 337f3f6f7b ENH: 1 more sleep_4_poll to guarantee difference in time stamp
13 years ago
Yaroslav Halchenko e9964846fa ENH: few more delays for cases relying on time stamps
13 years ago
Yaroslav Halchenko c0c1232c5f Merge branch 'master' into _enh/test_backends
13 years ago
Yaroslav Halchenko a1a67d34a9 ENH: tests much more robust now across pythons 2.4 -- 2.7
13 years ago
Yaroslav Halchenko d9248a6cf8 BF+RF: pyinotify refreshes watcher upon CREATE, unified/simplified *(add|del)LogPath among *Filters
13 years ago