Commit Graph

3501 Commits (e0924e0d1bb948141cb4efd494d188436355032e)
 

Author SHA1 Message Date
sebres e0924e0d1b test case fix (always sort result of `DNSUtils.textToIp`, because order of result from `socket.getaddrinfo` is undefined (system depended)
9 years ago
sebres 3d3735706b invalid recursion check in substituteRecursiveTags: for example action `bsd-ipfw` produced ValueError('properties contain self referencing definitions and cannot be resolved...')
9 years ago
Serg G. Brester 1791fd59f2 Merge pull request #1418 from yarikoptic/pr-1415
9 years ago
Yaroslav Halchenko a9c563fed2 Merge pull request #1415 from sebres/0.10-fixes
9 years ago
Yaroslav Halchenko 14c31d8c58 DOC: minor PEP8ing and comments enhancements
9 years ago
sebres ec6032d934 prevent to fail stock configs test case, if any jail custom config does not have own test log-file (perhaps not clean copy)
9 years ago
sebres 4b5b16cd9f allow using of IPv6 address style mask (analog to the IPv4), for example: `2606:28ff::/ffff:ff80::` -> `2606:2880::/25`
9 years ago
sebres 0c2eeee8c7 BF: fail2ban-client can't unserialize IPAddr objects - added IPAddr pickle-handler, that simple wrap IPAddr to the str
9 years ago
sebres 9b72522a01 todo fix: not necessary in 0.10 branch
9 years ago
sebres 3df97beaa6 changelog entries from sebres:f2b-perfom-prepare-716 (gh-1346)
9 years ago
sebres c22ba5413d changes from ipv6-support-0.10 after merge
9 years ago
sebres f9ea845595 Merge branch 'ipv6-support-0.10' into 0.10
9 years ago
sebres 23ad50dbaa correct <HOST> expression in failregex (now IPv6 will be really found from filter);
9 years ago
sebres f47fdf8918 code coverage: extend conditional test with direct replacement inside replaceTag (besides recursive sub tags)
9 years ago
sebres e8203dabba python 2.6 compatible test cases
9 years ago
sebres 9da7bb1068 meantime commit: code review, simplification, pythonization, etc. (test cases passed)
9 years ago
Alexander Koeppe 50e5a7e538 More beautifier tests
9 years ago
sebres d65e37e93d CIDR splitting functionality moved from filter to IPAddr;
9 years ago
Alexander Koeppe 1b21f21c22 CIDR represenation if IPAddr object is a network prefix
9 years ago
sebres 941a2b6c82 clean up unnecessarily resp. directly unused action properties, because they are ambiguous now;
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
sebres 1a6450643d partially cherry pick from branch 'multi-set', prepare for conditional config parameters logic:
9 years ago
sebres 43c0f3cdc4 test cases extended
9 years ago
sebres 2497b05abc test cases preliminary extended;
9 years ago
sebres 25d6cf8dd2 fix suhosin_log in common paths - log files should be separated using "\n":
9 years ago
sebres 9b06c325e1 2nd wave: code review, simplification, pythonization, etc. (test cases passed)
9 years ago
Yaroslav Halchenko c1a54974e9 RF/ENH: 1st wave of IPAddr pythonization - properties, logical statements, etc
9 years ago
Yaroslav Halchenko 5040c95bdb DOC: stub for 0.10.0 release changelog
9 years ago
Alexander Koeppe dbd7e347b1 new testcase to test beautifier code
9 years ago
Alexander Koeppe 4274ae89c6 Quite little adjustments on tests and return value
9 years ago
sebres 8cb4a3f59e move DNTUtils, IPAddr related code to dedicated source file ipdns.py (also resolves some cyclic import references)
9 years ago
sebres 6985531e91 meantime commit: code review, simplification, pythonization, etc. (test cases passed)
9 years ago
Alexander Koeppe 9ede535a61 remove obsolete IP related code from DNSUtils class
9 years ago
Alexander Koeppe ce196744d1 Update ChangeLog / THANKS entries
9 years ago
Alexander Koeppe db9f3f738f add ip6-loopback to default ignoreip statement
9 years ago
Alexander Koeppe d125f882d4 explicitely treat join arguments as string in beautifier
9 years ago
sebres afe1f73af2 meantime commit: code review, simplification, pythonization, etc. (test cases passed)
9 years ago
Alexander Koeppe 85b895178b change IP address string to object handling part 1
9 years ago
sebres 07c9f38e45 meantime commit: code review, simplification, pythonization, etc. (test cases passed)
9 years ago
Alexander Koeppe a757037671 Make DNS resolution IP address family idependent
9 years ago
sebres 3893a6b780 meantime commit: code review, simplification, pythonization, etc.
9 years ago
Alexander Koeppe a093828602 Make ignoreip checking address family idependent
9 years ago
sebres 1308744348 meantime commit: code review, simplification, pythonization, etc.
9 years ago
Alexander Koeppe 01e1383c9b New class IPAddr for handling IPv4 and IPv6 addresses
9 years ago
sebres 05f38285f1 Merge remote-tracking branch 'remotes/gh-upstream/master' into f2b-perfom-prepare-716
9 years ago
Yaroslav Halchenko 9664406719 Merge pull request #1404 from Aeyoun/patch-1
9 years ago
Daniel Aleksandersen 75eb240846 Assert https not http
9 years ago
Yaroslav Halchenko 2948026a60 Merge pull request #1395 from Aeyoun/patch-2
9 years ago