aboutsummaryrefslogtreecommitdiff
path: root/src/tun/regex.c
AgeCommit message (Collapse)Author
2016-08-25ensure binding multiple ports to the same service descriptor works (again) ↵Christian Grothoff
with the correct mapping of ports
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-05-22do not generate wildcard '.' transitions in policy regex, be preciseChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-01-12generate compact regular expressions if range is negated (#3226), switch ↵Christian Grothoff
default policy to not-25 (SMTP) as we can now work with that
2013-12-20-use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff
then strlen+1
2013-12-20-give nicer warning about big regexChristian Grothoff
2013-11-28-fix leakChristian Grothoff
2013-10-26-improvements to parsersChristian Grothoff
2013-10-26-faster port range generation, O(n) instead of O(n^2)Christian Grothoff
2013-10-26-converting regular expressions of vpn/pt to non-binary format and adding ↵Christian Grothoff
proper policy parsing
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-07-22-note where 2919 should be also implementedChristian Grothoff
2013-07-22rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify ↵Christian Grothoff
that this is for generating the search strings
2013-07-22-move all code that deals with IP/policy to regex/string conversion to tunChristian Grothoff
2013-06-20adding file that was moved here from regex.c and forgotten in earlier commitChristian Grothoff