fail2ban/config
sebres ccf07c4b21 - some bug fixed to pass all test cases;
- database_v1.db/bans/jail-name bug fixed - cause of different jail name in jails and bans, in test case (by updateDb): FOREIGN KEY constraint failed:
  $ sqlite3 fail2ban/tests/files/database_v1.db
  sqlite> select distinct jail from bans;
  DummyJail #16244880 with 0 tickets
  sqlite> select distinct name from jails;
  DummyJail #29162448 with 0 tickets
  sqlite> update bans set jail = (select distinct name from jails);
2014-05-05 14:47:50 +02:00
..
action.d DOC: minor -- tabify docstring in badips.py action 2014-04-23 10:04:17 -04:00
filter.d BF: recidive filter and samples at wrong log level: WARNING->NOTICE 2014-04-19 18:07:23 +01:00
fail2ban.conf Correct grammar 2014-04-03 10:44:49 -04:00
jail.conf - some bug fixed to pass all test cases; 2014-05-05 14:47:50 +02:00
paths-common.conf defining empty defaults for syslog_ log targets for common (Thanks @chtheis, partial fix to #682) 2014-04-10 23:17:39 -04:00
paths-debian.conf ENH: paths-{common,distro} normalisation 2014-03-12 20:32:41 +11:00
paths-fedora.conf ENH: paths-{common,distro} normalisation 2014-03-12 20:32:41 +11:00
paths-freebsd.conf typos of paths-common (Thanks @chtheis, partial fix to #682) 2014-04-10 23:17:30 -04:00
paths-osx.conf typos of paths-common (Thanks @chtheis, partial fix to #682) 2014-04-10 23:17:30 -04:00