]> git.ipfire.org Git - thirdparty/bind9.git/commit
import libdummyrpz test library for DNSRPS
authorEvan Hunt <each@isc.org>
Mon, 13 Mar 2023 19:47:00 +0000 (12:47 -0700)
committerEvan Hunt <each@isc.org>
Tue, 28 Mar 2023 22:44:31 +0000 (15:44 -0700)
commitbed8f85ff2ec1bedfca4895a8fbc77dcafc85508
treeec698aa5636c9e565a9add22acd8005f0dbe83df
parentf2855cb6643bee0255ff99e9f832322162b1023c
import libdummyrpz test library for DNSRPS

libdummyrpz is a limited version of the fastrpz library for use in
testing the dnsrps API.
bin/tests/system/Makefile.am
bin/tests/system/rpz/dnsrps.c
bin/tests/system/rpz/testlib/Makefile.am [new file with mode: 0644]
bin/tests/system/rpz/testlib/dummylib.c [new file with mode: 0644]
bin/tests/system/rpz/testlib/test-data.c [new file with mode: 0644]
bin/tests/system/rpz/testlib/test-data.h [new file with mode: 0644]
bin/tests/system/rpz/testlib/trpz.h [new file with mode: 0644]
configure.ac
lib/dns/dnsrps.c
lib/dns/include/dns/librpz.h
lib/ns/query.c