Commit Graph

4779 Commits (7520d250b0dd6afa04070ddd8c6a6c8a2b15428f)
 

Author SHA1 Message Date
Sergey G. Brester 7d6db7391e
Update ChangeLog
6 years ago
sebres 3e5b8fdc6a fixes coverage of dbmaxmatches = 0
6 years ago
sebres 46fc4c4615 protocol and documentation
6 years ago
sebres 4629e4320f coverage and code review
6 years ago
sebres 852cb0362c fix restoring of tickets from database if `maxmatches` of jail smaller as `dbmaxmatches` (so read fewer matches in memory):
6 years ago
sebres 25f1aa334e fail2ban.conf: move default settings into DEFAULT section (to be more similar to jail.conf, Definition section overwrites the options, so it is backwards compatible)
6 years ago
sebres 0386df0042 introduced new options: `dbmaxmatches` (fail2ban.conf) and `maxmatches` (jail.conf);
6 years ago
sebres 1083788e70 small amend (rename maxEntries -> maxMatches for consistency reasons)
6 years ago
sebres 5df78ad11f fix corner cases by maxEntries = 0 (no matches should be saved), test cases extended to cover it + code review
6 years ago
sebres 5ebac4fe61 Merge remote-tracking branch 'remotes/gh-upstream/master' into 0.10
6 years ago
Sergey G. Brester 28c1da33dc
Merge pull request #2387 from sebres/logtype-option-journal
6 years ago
Sergey G. Brester d920dd4014
Update ChangeLog
6 years ago
Sergey G. Brester 4a2c564945
Merge pull request #2388 from cepheid666/0.10
6 years ago
Sergey G. Brester ec9f698f5b
removed new-line
6 years ago
Sergey G. Brester c09ac8ebed
small amend (typo)
6 years ago
Sergey G. Brester 6c7093c66d
minor amend, refolding branches (SP|SA -> S[PA])
6 years ago
Sergey G. Brester 7a463eb3f7
closes gh-2395: safe conversion of `SYSLOG_PID` or `_PID` (if journal entry contains a string instead of numeric)
6 years ago
Amir Caspi 76816285e8
Update sendmail-reject
6 years ago
Amir Caspi 7ac2f167f9
Update ChangeLog
6 years ago
Amir Caspi eed1de0ceb
Update ChangeLog
6 years ago
Amir Caspi ffd5d0db78
Update sendmail-reject.conf
6 years ago
Amir Caspi 9e1fa4ff73
Update sendmail-reject
6 years ago
sebres ced9828d04 filter.d/sendmail-reject.conf: fixed gh-2385 for some systems (e. g. CentOS): if only identifier set to `sm-mta` (no unit `sendmail`) for some messages.
6 years ago
sebres 1045003f49 fail2ban-regex: extended with same logic as fail2ban-server (sets `logtype` to `journal` if systemd backend is used (`systemd-journal` specified), to apply short prefix-line in filter)
6 years ago
sebres ec681a3363 backend `systemd` sets `logtype` to `journal` automatically;
6 years ago
sebres e268bf97d4 introduces new configuration parameter "logtype" (default "file" for file-backends, and "journal" for journal-backends);
6 years ago
sebres eddd0d2f25 fail2ban-regex: fixed usage of foreign filter path with relative filename (outside of config-base directory): avoid join filter filename with 'filter.d'
6 years ago
Sergey G. Brester 0e5ce68d4c
Merge pull request #2348 from szepeviktor/deb-initd-retry
6 years ago
sebres 320e55b8d5 Merge branch 'master' into 0.10 (merge point only, no functional changes as dovecot_log already owns it from common in 0.10)
6 years ago
sebres 6fe6ebe039 Merge branch 'fix-xarf-abuse-action' into 0.10 (closes gh-2372)
6 years ago
sebres a7ccbd46dc test cases extended to cover xarf-login-attack action
6 years ago
sebres e8401a7e65 action.d/xarf-login-attack.conf: fixes gh-2372, correction for split of addresses, interpolation is shell-independent now, etc;
6 years ago
sebres ec2b5dc483 fixed log-level in error case (logging error instead of Level 39)
6 years ago
Sergey G. Brester 7a7a905ab2
0.9 - Merge pull request #2339 from cFire/master
6 years ago
Eli Schwartz ebf2f28294 tmpfiles.d: don't use legacy directory path
6 years ago
sebres 741cf8fb0e Merge branch 'master-0.9' into 0.10
6 years ago
sebres f3cea45d2a Merge pull request #2290 from james-choncholas/0.11 (rebased)
6 years ago
sebres 1a9527e6a4 fixed catch-all on user (and simplifying)
6 years ago
jim a7f3ba87f6 filter.d/sogo-auth.conf: fixes gh-2289 - matching auth-failures when behind a proxy;
6 years ago
Sergey G. Brester 415818d803
Merge pull request #2356 from sebres/0.10-th-stack-size
6 years ago
Sergey G. Brester 6c14f1987f
Update ChangeLog
6 years ago
sebres 32ba74463f coverage - move to another tests (directly covering server)
6 years ago
sebres f6468e753b resolves py3.x compat issues in tests
6 years ago
sebres fffeb7785c code review
6 years ago
sebres 3c70fe298a closes gh-969: introduces new section `[Thread]` and option `stacksize` to configure default stack-size of the threads running in fail2ban. Example:
6 years ago
Sergey G. Brester af18993ba2
Merge pull request #2245 from benrubson/loglevel
6 years ago
Sergey G. Brester 410a9804b1
Update ChangeLog
6 years ago
sebres 3fcb0a868d test-cases: availability of badips-service - avoid sporadic errors (like "The handshake operation timed out") during setup of tests
6 years ago
sebres 5126068099 loglevel and shortloglevel combined to single parameter loglevel, below an example logging summary with NOTICE and rest with DEBUG log-levels:
6 years ago
Ben RUBSON 34edec297b Add changelog entry
6 years ago