Commit Graph

371 Commits (2ab6a5ae62bda7000841e2d3695a4a2bbc61779d)

Author SHA1 Message Date
sebres 6a2c95da95 `action.d/sendmail-geoip-lines.conf` fixed using new tag `<ip-host>` (dns-cache and without external command execution);
8 years ago
sebres d2a3d093c6 rewritten CallingMap: performance optimized, immutable, self-referencing, template possibility (used in new ActionInfo objects);
8 years ago
Serg G. Brester 2fa18a74c4 Merge branch 'master' into master
8 years ago
sebres 4bf09bf297 provides new tag `<ip-rev>` for PTR reversed representation of IP address;
8 years ago
Christoph Theis 861ce4177c #1689: Make lowest rule number in action.d/bsd-ipfw.conf configurable
8 years ago
Jan Grewe 58c68b75f0 Remove double-quotes from email addresses
8 years ago
Jan Grewe 1bcf0de7c1 Update complain.conf
8 years ago
Jan Grewe 901eeff53d Make Abusix lookup compatible with Dash
8 years ago
sebres e8a1556562 Merge remote-tracking branch 'master' into 0.10
8 years ago
Juliano Jeziorny 1fe554dd25 Introduced Citrix Netscaler action
8 years ago
sebres 74a6afadd5 Mail-actions switched to use new option "norestored" instead of checking of variable `restored` during shell execution (prevents executing of such actions at all).
8 years ago
sebres ee3c787cc6 Recognize restored (from database) tickets after restart (tell action restored state of the ticket);
8 years ago
sebres c9f32f75e6 Merge branch '0.9-fix-regex-using-journal' into 0.10-fix-regex-using-journal (merge point against 0.9 after back-porting gh-1660 from 0.10)
8 years ago
Andrew James Collett 1c41390f7c Restructured the way the catagories work.
8 years ago
Andrew James Collett 55e107310f Added config for AbuseIPDB, ony tested on Ubuntu 16.04
8 years ago
Viktor Szépe 81c1810f10 Introduce Cloudflare API v4
8 years ago
roedie 3adc16d266 Shorewall IPv6 suggested changes.
8 years ago
Yaroslav Halchenko 31a1560eaa minor typos (thanks Vincent Lefevre, Debian #847785)
8 years ago
roedie 6e18508a07 Add shorewall IPv6 support
8 years ago
sebres a2af19c9f0 fixed several actions, that could not work with jails using multiple logpath; additionally repaired execution in default shell (bad substitution by `${x//...}` executing in `/bin/sh`);
8 years ago
sebres c809c3e61e Merge branch 'master' into 0.10
8 years ago
Nils d08db22b92 Create npf.conf for the NPF packet filter
8 years ago
sebres 8b0f6c5413 badips test cases check availability of badips service (and skip this tests if it not available)
8 years ago
sebres d71a525a85 Merge branch 'master' into 0.10 (resolve conflicts and cleaning tree points after back-porting gh-1508 0.10 -> 0.9)
8 years ago
Yaroslav Halchenko c0994b0c6c DOC: minor typo (thanks John Bernard) Closes #1496
8 years ago
Serg G. Brester af8b650a37 badip timeout option introduced, set to 30 seconds in our test cases (#1463)
9 years ago
sebres e39126f630 badip timeout option introduced, set to 30 seconds in our test cases
9 years ago
sebres 0fdc56546f Fixed misunderstanding of port in (ban)action: port will be always specified in jail config ([DEFAULT] or jail)
9 years ago
Yaroslav Halchenko 1ebc3facb1 BF: maintain previous default beh for pf -- ban a port (ssh) only
9 years ago
sebres 4d51c591c1 pf.conf: warranted consistently echoing for the pf actiontype if actiontype or multiport tags will be customized;
9 years ago
Alexander Koeppe b5e031f3c3 some documentation for multiport use in pf.conf
9 years ago
sebres 1e7fd26f5f rename `actionoptions` to `actiontype` in pf-action (multiport) + fixed test cases
9 years ago
Alexander Koeppe e74047ae49 revert to common config for PF covering multi and allports
9 years ago
Alexander Koeppe 3e1328c83b split PF config files between all- and multi port
9 years ago
sebres 0c44ecfc77 action.d/firewallcmd-ipset.conf: different name of the match set's for IPv4/IPv6, using conditional <ipmset>, analog to the iptables-ipset;
9 years ago
TorontoMedia ffebde68e0 Update firewallcmd-multiport.conf
9 years ago
TorontoMedia 07de83e04a Update firewallcmd-common.conf
9 years ago
TorontoMedia 810d5996b5 Update firewallcmd-rich-logging.conf
9 years ago
TorontoMedia 7e54cee8d6 updated firewallcmd actions
9 years ago
sebres 504e5ba6f2 actions support IPv6 now:
9 years ago
sebres 75028585c0 test cases extended for verifying ipv4/ipv6, normalized pf-action with test case
9 years ago
Alexander Koeppe ed2f3ef77d improve PF action and make IPv6 aware
9 years ago
TorontoMedia 3d239215cd Two new firewalld actions with rich rules for firewalld-0.3.1+ (gh-1367)
9 years ago
Serg G. Brester fe14c8fa05 Merge pull request #1292 from albel727/master
9 years ago
Alexander Belykh 985e8938a4 Refactor nftables actionstop into smaller parts
9 years ago
Alexander Belykh 9779eeb986 Add nftables_type/family/table parameters
9 years ago
Alexander Belykh 260c30535d Escape curly braces in nftables actions
9 years ago
Alexander Belykh 1983e15580 Add empty line between parameters in nftables-common.conf
9 years ago
Alexander Belykh f7f91a8bd4 Refactor common code out of nftables-multiport/allports.conf
9 years ago
sebres 69f5623f83 code simplifying (remove duplication): agent will be always supplied as parameter from jail.conf
9 years ago
Alexander Belykh 618e97bce8 Add nftables actions
9 years ago
sebres ac31121432 amend to fix fail2ban-version: correct user-agent for badips.py "Fail2Ban/ver", changeable within jail/config now;
9 years ago
sebres cf334421bd Provides fail2ban version to jail (as interpolation variable during parse of jail.conf);
9 years ago
agentmoller001 617302fcc2 Updated route.conf to clear warnings
9 years ago
Viktor Szépe 0d8968daa9 Added CloudFlare API error codes URL
9 years ago
M. Maraun 2895d981fa Set Timeout at urlopen to 3 seconds
9 years ago
Yaroslav Halchenko c37009aec7 Merge branch 'grep-m1k' of github.com:szepeviktor/fail2ban
9 years ago
Yaroslav Halchenko 38c320798d Merge pull request #1127 from yarikoptic/enh-iptables-w-close-1122
9 years ago
Yaroslav Halchenko 0041bc3770 DOC: Changelog for shorewall-ipset-proto6.conf + adjusted its description
9 years ago
Yaroslav Halchenko de2f9504c0 Merge pull request #978 from ediazrod/patch-2
9 years ago
Yaroslav Halchenko 65cd218e10 Merge remote-tracking branch 'origin/master'
9 years ago
Viktor Szépe c8b3ee10a0 Limit the number of log lines in *-lines.conf actions
9 years ago
Thomas Mayer a19cb1b2b9 Merge 923d807ef8 into cf2feea987
9 years ago
Yaroslav Halchenko 3c0d7f5a4c BF: do not wrap iptables into itself. Thanks Lee
9 years ago
Viktor Szépe ebdfbae559 Added a space between IP address and the following colon
9 years ago
Yaroslav Halchenko 749d3c160c BF: symbiosis-blacklist-allports now also requires iptables-common.conf
9 years ago
Yaroslav Halchenko 916937bb6a RF: use <iptables> to take effect of it being a parameter
9 years ago
Yaroslav Halchenko 31dc4e2263 ENH: added lockingopt option for iptables actions, made iptables cmd itself a parameter
9 years ago
Viktor Szépe 5b7e1de2f4 Instead of allow-iptables-multiport actions swap blocktype and (new) returntype
10 years ago
Viktor Szépe 5d60700c0c Added pass2allow (knocking with fail2ban)
10 years ago
Yaroslav Halchenko 8c4c17a880 Merge pull request #1004 from tsabi/fix-lc_time
10 years ago
Lee Clemens fdc3172aec Fix PEP8 E302 expected 2 blank lines, found X
10 years ago
Viktor Szépe b65a8b065d Other actions do not dive into this gory descriptions, but we do.
10 years ago
Viktor Szépe 2063ce4b23 All the arguments must be listed in [Init]
10 years ago
Viktor Szépe 79457112e9 Updated CF action
10 years ago
Aaron Brice 7ae0ef2408 Fix actions in ufw.conf
10 years ago
Thomas Mayer 923d807ef8 use human-readable variable names (issue #1003)
10 years ago
Thomas Mayer 675c3a7c95 use printf instead of echo for POSIX compatibility (issue #1003)
10 years ago
Thomas Mayer ac1e41ea70 Revert "remove '-ne' option as it's not interpreted any way (issue #1003)"
10 years ago
Thomas Mayer 4a598070c8 remove '-ne' option as it's not interpreted any way (issue #1003)
10 years ago
Thomas Mayer 80f11a4d28 Add empty Init Section to pass tests (issue #1003)
10 years ago
Thomas Mayer c9b24839e4 Character detection heuristics for whois output via optional setting in mail-whois*.conf (Closes #1003)
10 years ago
Csaba Tóth 0720c831b7 Fix of LC_TIME usage, it should be LC_ALL
10 years ago
ediazrod 5fdd1d1ded Update shorewall-ipset-proto6.conf
10 years ago
ediazrod e26a1ad6b6 Update shorewall-ipset-proto6.conf
10 years ago
Yaroslav Halchenko 56aacf872c Merge pull request #952 from ache/master
10 years ago
ediazrod d0887f3234 This is a especific configuration for shorewall ipset proto6
10 years ago
Yaroslav Halchenko e788e3823e Merge pull request #965 from TorontoMedia/master
10 years ago
TorontoMedia b4f1f613bb Update firewallcmd-allports.conf
10 years ago
TorontoMedia 0fac7e40b6 Update firewallcmd-multiport.conf
10 years ago
Yaroslav Halchenko 07b0ab07ad Merge branch 'master' of https://github.com/rumple010/fail2ban
10 years ago
Yaroslav Halchenko d5e68abf95 ENH: check badips.com response on presence of "categories" in it
10 years ago
Ache ae1451b29f Update bsd-ipfw.conf
10 years ago
Luke Hollins 549ab24e70 Fixed grammatical error in emails sent
10 years ago
Yaroslav Halchenko 119a7bbb16 Merge pull request #939 from szepeviktor/geoip
10 years ago
Viktor Szépe 4c88a00c28 Line notes implemented
10 years ago
Viktor Szépe 1619ab3145 Added sendmail-geoip-lines.conf
10 years ago
Andrew St. Jean 6bdfe756cf Changed default TTL value to 60 seconds.
10 years ago
Andrew St. Jean 43732acae1 Added a reminder to create an nsupdate.local file to set required options.
10 years ago
Yaroslav Halchenko 085d0f72ed ENH: use non-UTC date invocation (without -u) and report offset for localzone (%z)
10 years ago