]> git.ipfire.org Git - thirdparty/bind9.git/commit
Extend dns_view_findzone to take an options argument
authorMark Andrews <marka@isc.org>
Wed, 31 May 2023 06:03:56 +0000 (16:03 +1000)
committerOndřej Surý <ondrej@isc.org>
Thu, 1 Jun 2023 14:51:38 +0000 (16:51 +0200)
commit8d86fa7135136f50e17ef0318aa127b6e7dad232
treeefa1389091a9695b548236873c427deab6af0f8d
parentceb3264082a7726c8deda2619873c67203a637da
Extend dns_view_findzone to take an options argument

This is in preparation to allow the few remaining direct
dns_zt_find(view->zonetable, ...) to use it for rcu mediated
access to view->zonetable.
bin/named/server.c
bin/tests/system/dyndb/driver/zone.c
lib/dns/catz.c
lib/dns/dlz.c
lib/dns/include/dns/view.h
lib/dns/view.c
lib/ns/notify.c
lib/ns/update.c
lib/ns/xfrout.c