]> git.ipfire.org Git - thirdparty/bind9.git/commit
rename `dns_view_findzonecut()` into `dns_view_bestzonecut()`
authorColin Vidal <colin@isc.org>
Mon, 12 Jan 2026 08:23:01 +0000 (09:23 +0100)
committerColin Vidal <colin@isc.org>
Fri, 16 Jan 2026 06:52:56 +0000 (07:52 +0100)
commite8b0d4749c5082afa1a407b10e2abcb8de14afde
treec360e5b426b79d94fa6b5d5a429b0f297a98b0ae
parent18d6b94c1ff9429b3af59b3f9cac3f9afa453442
rename `dns_view_findzonecut()` into `dns_view_bestzonecut()`

`dns_view_findzonecut()` is used only in the context where the closest
name servers for a name need to be queried.  In the future, this API
will also return the glues (if known) for those name servers, as well
as (exclusively, if both NS and DELEG exist) the DELEG record.

To avoid ambiguities with other code flows using `dns_db_findzonecut()`,
`dns_view_findzonecut()` has been renamed into `dns_view_bestzonecut()`.
bin/named/server.c
lib/dns/adb.c
lib/dns/include/dns/view.h
lib/dns/resolver.c
lib/dns/validator.c
lib/dns/view.c