Commit Graph

4102 Commits (39c4acf6bd0726131bbc3848d514ec66341ce70f)
 

Author SHA1 Message Date
sebres 4ff8d051f4 Introduced new filter option `prefregex` for pre-filtering using single regular expression;
8 years ago
sebres 9d15a792a5 amend to fe06ffca71e9054b21b93237c40c0c53478a19df: small optimization using already known IP family
8 years ago
sebres fe06ffca71 Fix retrieving of IPv6 address with dnsToIp on some systems (default returns AF_INET family only), fix network test-cases.
8 years ago
sebres 61c8cd11b8 Exposes filter group captures in actions (non-recursive interpolation of tags `<F-...>`);
8 years ago
sebres 6d878f3a43 try to provide filter captures (already in ticket data) to the actions as interpolation options (closes gh-1110)
8 years ago
sebres a8c0cec4ac small amend with several fixes and test coverage
8 years ago
sebres 9ebf70cd6a Safer, more stable and faster replaceTag interpolation (switched from cycle over all tags to re.sub with callable)
8 years ago
sebres a6318b159b substituteRecursiveTags optimization + moved in helpers facilities (because currently used commonly in server and in client)
8 years ago
sebres 3fae8a7e43 amend to fc315be4ea88c3619f984542b21c95820f53d87b: parse and interpolate all options in section "Definition" (section "Init" no more needed),
8 years ago
sebres 4bf09bf297 provides new tag `<ip-rev>` for PTR reversed representation of IP address;
8 years ago
sebres fc315be4ea try to parse and interpolate all options in section "Definition" (section "Init" no more needed)
8 years ago
Serg G. Brester 7f63809afb Merge branch '0.10' into patch-1
8 years ago
Serg G. Brester 2d12349eac Update servertestcase.py
8 years ago
sebres abd80696ab Merge branch 'py-3.6-compat' into 0.10
8 years ago
sebres cf53a834f7 python-3.6 compatibility:
8 years ago
sebres 01db0b5028 small performance fix after merge with 0.10
8 years ago
sebres 63f7916886 fix test cases by testing with multi-threaded execution (wait for threaded execution done)
8 years ago
sebres f35aa6d258 coverage: added python3.6
8 years ago
sebres 40837754c9 python3.6 compatibility fix
8 years ago
Jan Grewe 58c68b75f0 Remove double-quotes from email addresses
8 years ago
Jan Grewe 1bcf0de7c1 Update complain.conf
8 years ago
Serg G. Brester ac7be38dbe Merge pull request #1686 from Slamdunk/postfix-rbl-554-SMTP
8 years ago
Filippo Tessarotto 607568f5da Postfix RBL: 554 & SMTP
8 years ago
Jan Grewe 901eeff53d Make Abusix lookup compatible with Dash
8 years ago
sebres 96d404f0fb Merge branch 'master' into 0.10
8 years ago
sebres c4dc698d98 evil symlink removed: does not supported by some file systems (e. g. development over net share)
8 years ago
sebres 1823571e0f Merge branch 'ssh-filter-new-regexp' into 0.10
8 years ago
sebres c4d56ea84a Merge branch 'ssh-filter-new-regexp'
8 years ago
sebres 9d06f0ee40 sshd-amend: optional space after port part
8 years ago
sebres e8a1556562 Merge remote-tracking branch 'master' into 0.10
8 years ago
Serg G. Brester 3ccb026840 Merge pull request #1209 from sebres/ssh-filter-new-regexp
8 years ago
sebres 54a8c681ce suhosin.conf: removed greedy match
8 years ago
sebres 8aa9516d50 sshd.conf: fixed expression "received disconnect ... auth fail" - optional space after port part (gh-1652)
8 years ago
sebres c8f473110c change log update after rebase
8 years ago
sebres 3276bd6d54 sshd: additionally aggressive filter rules - no matching cipher resp. no matching key exchange method (gh-1545, gh-1117)
8 years ago
sebres 628789f9a9 sshd: conditional parameter "mode" for sshd jail (normal, ddos, aggressive)
8 years ago
sebres dd373dba9f test all config-regexp, that contains greedy catch-all before <HOST>, that is hard-anchored at end or precise sub expression after <HOST>;
8 years ago
Serg G. Brester 5e08298b6b Update ChangeLog
8 years ago
Christian Brandlehner a4d8426401 Support for IBM Domino SMTP task (#1603)
8 years ago
Serg G. Brester 40f294e6bf Merge pull request #1663 from jjeziorny/netscaler-action
8 years ago
Serg G. Brester 75b252e47f Update ChangeLog
8 years ago
Juliano Jeziorny 1fe554dd25 Introduced Citrix Netscaler action
8 years ago
Serg G. Brester 063a11564b Merge pull request #1673 from chtheis/master
8 years ago
Christoph Theis fe76cd9b7d #1667: changelog entry
8 years ago
Christoph Theis 6187431629 #1667: Wrong paths for apache and nginx under FreeBSD
8 years ago
Serg G. Brester 5bfdd521f0 Merge pull request #1669 from sebres/0.10-recognize-restored-tickets
8 years ago
sebres f35da076df ChangeLog entry
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 8b82c6669e provide name of action to fail-message (e. g. if interpolation fails)
8 years ago
sebres 0aa241d303 Another way to recognize restored tickets - new option `norestored` of action introduced;
8 years ago