]> git.ipfire.org Git - thirdparty/bind9.git/commit
convert the RPZ summary database to to use a QP trie
authorEvan Hunt <each@isc.org>
Sat, 30 Sep 2023 04:40:29 +0000 (21:40 -0700)
committerEvan Hunt <each@isc.org>
Mon, 9 Oct 2023 20:29:02 +0000 (13:29 -0700)
commitfeea05d5c4d277f3f17fa7b8454cf43db229cd61
treeeb9aa44a2f75fa43cd02c76f671f9e9f0ce00244
parent86fbfc22b445cd2cd85a598fb5704f352f6d7468
convert the RPZ summary database to to use a QP trie

now that we have the QP chain mechanism, we can convert the
RPZ summary database to use a QP trie instead of an RBT.

also revised comments throughout the file accordingly, and
incidentally cleaned up calls to new_node(), which can no
longer fail.
bin/named/server.c
lib/dns/include/dns/rpz.h
lib/dns/rpz.c