Commit Graph

4813 Commits (80b1007a8fece5817f36ba19061d8359201669c5)
 

Author SHA1 Message Date
Michael Orlitzky 80b1007a8f files/fail2ban-openrc.init: remove the "showlog" command.
4 years ago
Michael Orlitzky c8ed0e0d91 files/fail2ban-openrc.init: use the standard OpenRC "retry" variable.
6 years ago
Michael Orlitzky e0097aefb9 files/fail2ban-openrc.init: use RC_SVCNAME instead of hard-coding the name.
6 years ago
Michael Orlitzky 0b146208eb files/fail2ban-openrc.init: move pre-flight checks into start_pre().
6 years ago
Michael Orlitzky 115024d14a files/fail2ban-openrc.init: use a variable for the pid file location.
6 years ago
Michael Orlitzky bc4a742e32 files/fail2ban-openrc.init: replace FAIL2BAN with standard OpenRC variables.
6 years ago
Michael Orlitzky af24c52558 files/fail2ban-openrc.init: change "need logger" dependency to "use logger".
6 years ago
Michael Orlitzky 64ec399542 files/fail2ban-openrc.init: drop "need net" dependency.
6 years ago
Michael Orlitzky eb58e90ba9 files/fail2ban-openrc.conf: remove a commented example setting.
6 years ago
Michael Orlitzky 1cec3d05b8 files/fail2ban-openrc.conf: remove hard-coded paths.
6 years ago
Michael Orlitzky 884f708bd7 fail2ban/files: rename "gentoo" files to "openrc".
6 years ago
sebres 4c18a04439 Merge branch '0.10' into 0.11
6 years ago
sebres 94ffd00328 fixes initialization bug if sys.stdout.encoding is None (closes gh-2177).
6 years ago
sebres d65d7fd4d0 Merge branch '0.10' into 0.11
6 years ago
Sergey G. Brester cc321b78da
Merge pull request #2176 from sebres/ignore-cache
6 years ago
sebres f8f01d5ab7 introduced new option `ignorecache` to improve performance of ignore failure check (using caching of `ignoreip`, `ignoreself` and `ignorecommand`)
6 years ago
sebres 9b6d17d07e extend `ignorecommand` to use actions-similar replacement (ticket-based now, so capable to interpolate all possible tags)
6 years ago
sebres 57f2d9e31c Merge branch '0.10' into 0.11
6 years ago
Sergey G. Brester 11c1bf0149
Update ChangeLog
6 years ago
Daniel Dương a719ba81e9 Fix cymru reference link
6 years ago
sebres d9b9bb5f40 Merge pull request #2125 from jodlajodla/0.11 (rebased)
6 years ago
sebres 1e44b3f085 systemd no cover (currently unsupported by travis)
6 years ago
Jan Sušnik 54a04b3a6a Fixed data type of journal flags from str to int
6 years ago
Jan Sušnik df33322f9f Added test to prove bug when specifying journal flags to systemd backend
6 years ago
Sergey G. Brester 75330568d9
Merge pull request #2168 from dpavlin/dovecot-add-F-USER
6 years ago
sebres f7962469a9 Merge pull request #2173 from mattsta/fix/findtime-backsearch-on-file-load (rebased)
6 years ago
sebres 1eb93e2556 filter.py: repair start-time of initial seek to time (regardless the position of `findtime` option in config);
6 years ago
Matt Stancliff 00a0e98041 Load logpath only after findtime is configured
6 years ago
sebres 6e40cb12ab fix ban-time correction of restored tickets, could be set to persistent (-1) if increment allowed and no maxtime was specified.
6 years ago
sebres 9de1657aab Merge branch '0.10' into 0.11
6 years ago
sebres 857d6954c4 Merge pull request #2171 from sebres/0.10-fix-decoding-issues
6 years ago
sebres d0945120bf ChangeLog
6 years ago
sebres 73e89df912 amend to bcf557990e15922aff22485cc86ddd2fcf41b796: wrong logging syntax will not throw an error anymore (logged now, as logging is safe)
6 years ago
sebres bcf557990e relocate exception-safe logging from database json-handler to common logger handling, using injection on _log-method of Logger class;
6 years ago
sebres 06f2130575 typo/indent fix (no functional changes)
6 years ago
sebres 6ce67a6d21 coverage
6 years ago
sebres bd54d472b3 extend test-cases to check the database is still operable (not locked) after all the errors during the simulation
6 years ago
sebres 7c0ac467bb getCurrentBans: ignore tickets with the ban-time changed after correction (if other max ban-time of jail as in the database)
6 years ago
sebres 76cb1c64ce Merge branch '0.10-fix-decoding-issues' into 0.11
6 years ago
sebres 3be82a9ce9 coverage
6 years ago
sebres 5a4b47464b a bit optimized helpers
6 years ago
sebres 7dffa7a2a1 coverage related, after default encoding change
6 years ago
sebres c81de46d21 remove some no cover pragma's - covered now
6 years ago
sebres 48c2cbfa0b improve failure-message of assertNotLogged in case of single match given
6 years ago
sebres 7c9146feb3 ticket can contains bytes now (if deserialized from json by py3.x)
6 years ago
sebres 930cc6c8f1 improve adapter/converter handlers working on invalid characters in sense of json and/or sqlite-database;
6 years ago
sebres 85fd1854bc minimize influence of implicit conversions errors (between unicode, bytes and str), provide new universal helper `uni_string`, which uses safe explicit conversion to string (also if default encoding is ascii); avoid conversion errors on wrong-chars by replace tags.
6 years ago
Dobrica Pavlinusic 6f1e789f31 dovecot: collect F-USER and variants
7 years ago
sebres 227550684a **interim** try to fix several conversion errors
7 years ago
sebres 79350e916e fixes issue with wrong-chars in string items of CallingMap by its representation, additionally don't calculate values implicitly (may be unexpected for some constellations resp. too slow in DEBUG)
7 years ago