]> git.ipfire.org Git - thirdparty/pdns.git/commit
add a RE2Rule based on Google RE2 regex library. Note that if we detect it, we compil...
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 14 Feb 2016 10:16:56 +0000 (11:16 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 14 Feb 2016 10:16:56 +0000 (11:16 +0100)
commit4ed8dfeb6c791622165a42c82796ccb6962b8831
tree31a1f22758e56f4028bfa5e2a32868bfbedd8829
parentafc69feb3ab5c861dbd4075827cae1cc2de8f43b
add a RE2Rule based on Google RE2 regex library. Note that if we detect it, we compile it in unconditionally which sucks as it is a dynamic link. We should make this something you turn on.
configure.ac
m4/pdns_check_re2.m4 [new file with mode: 0644]
pdns/Makefile.am
pdns/dnsdist-lua.cc
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/m4/pdns_check_re2.m4 [new symlink]
pdns/dnsrulactions.hh