mirror of https://github.com/fail2ban/fail2ban
![]() - 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); |
||
---|---|---|
.. | ||
action.d | ||
filter.d | ||
fail2ban.conf | ||
jail.conf | ||
paths-common.conf | ||
paths-debian.conf | ||
paths-fedora.conf | ||
paths-freebsd.conf | ||
paths-osx.conf |