Commit Graph

4805 Commits (50595b70fd4e2563ba816acf4877775eda36e248)
 

Author SHA1 Message Date
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
benrubson 689938ee99 Add a shortloglevel badips.py option
6 years ago
sebres 140243328f coverage: try to avoid sporadic "coverage decreased" in CI
6 years ago
Sergey G. Brester 7e46ceed7e
Merge pull request #2353 from Yannik/patch-3
6 years ago
sebres 3d7b072a15 covering short form of IPv6 (written-out full form of IPv6 is safe, no matter with or without square brackets)
6 years ago
Yannik Sembritzki 62acaae327 Add asterisk ipv6 test cases with and without port (related to #2317)
6 years ago
Sergey G. Brester d3f6d6ffdd
Merge pull request #2286 from crazy-max/0.10
6 years ago
Sergey G. Brester dcede9b3f1
comment rewritten (belongs to the filter)
6 years ago
Sergey G. Brester d84fb8a4b1
regex rewritten (more secure now, resolves catch-all vulni)
6 years ago
sebres 9ed35c423a Merge branch '0.9' into 0.10 (gh-2317)
6 years ago
Sergey G. Brester 5c44ca714f
Merge pull request #2317 from Yannik/patch-2
6 years ago
sebres 883864c774 optimizes processing of server-configuration stream by start and reload (no interim outputs produced, several calls of get-functions avoided also).
6 years ago
sebres 34dba44816 MANIFEST: forgotten test file
6 years ago
Sergey G. Brester 487e19420e
Merge pull request #2351 from sebres/0.10-multi-ban-unban-in-jail
6 years ago
Sergey G. Brester a48d50efc0
Update ChangeLog
6 years ago
sebres fc92021211 coverage and few enhancements
6 years ago
sebres 2dd3c546dd small code review (normalization and duplicated codes removal)
6 years ago
sebres 00a6717953 fail2ban-client: extended with new feature which allows to inform fail2ban about single or multiple attempts (failure) for IP (failure-ID), syntax:
6 years ago
sebres 84cec5e861 implements gh-2349: `fail2ban-client set jain banip/unbanip ip1 .. ipN` extended to ban/unban multiple tickets;
6 years ago
sebres e30ebb1f3b closes gh-2277: fixed and optimized cache facilities (operations on OrderedDict are not atomic); increased max-size of IPAddr cache; don't cache raw objects (it is fast enough).
6 years ago
sebres 14f997231d add test case to cover gh-2277, testOverflowedIPCache testing overflow of IP-cache multi-threaded (2 "parasite" threads flooding cache)
6 years ago
Viktor Szépe 824afbf52d Fix whitespaces
6 years ago
Viktor Szépe 24b0e048d1 Normalizing quote usage in initd
6 years ago
Yaroslav Halchenko c545315192 ENH: travis - run shellcheck on files/debian-initd
6 years ago
Yaroslav Halchenko 62f957973d ENH: disable shell check for $DAEMON_ARGS expansion
6 years ago