fail2ban/server
Yaroslav Halchenko c7ae460b8a Merge remote-tracking branch 'github_kwirk_fail2ban/multi-line' into 0.9
* github_kwirk_fail2ban/multi-line:
  Revert changes to man/fail2ban-client.1
  Removed "common.local" include for FilterReader test
  Added 'maxlines' option to fail2ban-regex
  Regex get(Un)MatchedLines now returns whole lines only
  Added FilterReader test
  Added multiregex test for multi-line filter
  ignoreregex now functions correctly with multiline
  Minor typo in server/failregex.py
  Added <SKIPLINES> regex applicable for multi-line
  Sanitise testcase log 04
  Changed multi-line test to provided example
  Filter for multi-line now stores last time match
  Simplify and change some filter line buffer
  Initial changes and test for multi-line filtering
2013-02-11 16:01:11 -05:00
..
__init__.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
action.py Escape ' and " in matches tag 2013-01-25 13:37:22 +01:00
actions.py BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91) 2012-11-26 12:01:42 -05:00
asyncserver.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
banmanager.py ENH: refactored previous commit to make it more Pythonic (With prev commit closes gh-86, gh-81) 2012-11-05 20:37:06 -05:00
datedetector.py ENH: assure that all date templates have unique names 2012-12-11 11:18:52 -05:00
datetemplate.py BF+ENH: added %m-%d-%Y pattern + do not add %Y for Feb 29 fix if already present in the pattern 2012-01-28 12:43:42 -05:00
faildata.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
failmanager.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
failregex.py Merge remote-tracking branch 'github_kwirk_fail2ban/multi-line' into 0.9 2013-02-11 16:01:11 -05:00
filter.py Merge remote-tracking branch 'github_kwirk_fail2ban/multi-line' into 0.9 2013-02-11 16:01:11 -05:00
filtergamin.py ENH+BF: filtergamin -- to be more inline with current design of filterinotify 2012-07-19 23:07:43 -04:00
filterpoll.py BF+RF: pyinotify refreshes watcher upon CREATE, unified/simplified *(add|del)LogPath among *Filters 2012-07-19 17:26:09 -04:00
filterpyinotify.py BF: pyinotify - use bitwise op on masks and do not try tracking newly created directories 2013-01-25 16:06:41 -05:00
iso8601.py ENH: modelines for emacs and vim to assure consistent indentation scheme (tabs) 2011-10-07 15:49:38 -04:00
jail.py BF: (python 2.[45]) store backends names in a list to use .index later on (Closes gh-83) 2012-11-01 15:34:20 -04:00
jails.py RF: move exceptions used by both client and server into common/exceptions.py 2013-01-28 09:46:50 -05:00
jailthread.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
mytime.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
server.py Initial changes and test for multi-line filtering 2013-01-22 20:54:14 +00:00
ticket.py BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91) 2012-11-26 12:01:42 -05:00
transmitter.py Initial changes and test for multi-line filtering 2013-01-22 20:54:14 +00:00