]> git.ipfire.org Git - thirdparty/bind9.git/commit
use dns_nametree in place of RBTs
authorEvan Hunt <each@isc.org>
Wed, 16 Aug 2023 20:28:36 +0000 (13:28 -0700)
committerEvan Hunt <each@isc.org>
Fri, 1 Sep 2023 17:46:53 +0000 (10:46 -0700)
commite83ac0ce65100cd289258ce420a749795a9d3db5
treee32c609c5d752c764f06a9715cc0fdc8c5f21e29
parent56114aaa0dba9e64f9fe6998e9c5298be18476e6
use dns_nametree in place of RBTs

replace the use of RBTs for deny-answer-aliases, the exclude
lists for deny-answer-aliases and deny-answer-addresses, and
dnssec-must-be-secure, with name trees.
bin/named/server.c
lib/dns/include/dns/view.h
lib/dns/resolver.c
lib/dns/view.c