]> git.ipfire.org Git - thirdparty/bind9.git/commit
add a 'foundname' argument to dns_nametree_covered()
authorEvan Hunt <each@isc.org>
Thu, 17 Aug 2023 06:51:56 +0000 (23:51 -0700)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Sep 2023 08:19:48 +0000 (10:19 +0200)
commitb1e4e2a9ee402b4ad510ddf7b21b0e2b8dda1366
treef98740f4a70bc4ee996cff1107a1f1ab65003d74
parent0ebaa26da72689a27ead6dde2ce337138ac7c448
add a 'foundname' argument to dns_nametree_covered()

when checking whether a name is covered, the ancestor name that
was found can be set into a name object passed in.
lib/dns/include/dns/nametree.h
lib/dns/nametree.c
lib/dns/resolver.c
tests/dns/nametree_test.c