bind9/bin
Aram Sargsyan 121a095a22 Detach rpzs and catzs from the previous view
When switching to a new view during a reconfiguration (or reverting
to the old view), detach the 'rpzs' and 'catzs' from the previuos view.

The 'catzs' case was earlier solved slightly differently, by detaching
from the new view when reverting to the old view, but we can not solve
this the same way for 'rpzs', because now in BIND 9.19 and BIND 9.18
a dns_rpz_shutdown_rpzs() call was added in view's destroy() function
before detaching the 'rpzs', so we can not leave the 'rpzs' attached to
the previous view and let it be shut down when we intend to continue
using it with the new view.

Instead, "re-fix" the issue for the 'catzs' pointer the same way as
for 'rpzs' for consistency, and also because a similar shutdown call
is likely to be implemented for 'catzs' in the near future.
2023-02-21 08:23:13 +00:00
..
check Move bind9/check to isccfg/check 2023-02-17 12:13:37 +00:00
confgen Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
delv remove isc_task completely 2023-02-16 18:35:32 +01:00
dig remove isc_task completely 2023-02-16 18:35:32 +01:00
dnssec remove isc_task completely 2023-02-16 18:35:32 +01:00
named Detach rpzs and catzs from the previous view 2023-02-21 08:23:13 +00:00
nsupdate remove isc_task completely 2023-02-16 18:35:32 +01:00
plugins clean up some deprecated/obsolete options and doc 2023-02-10 09:52:27 -08:00
rndc remove isc_task completely 2023-02-16 18:35:32 +01:00
tests Add an "rpz" system test check for a failed reconfiguration 2023-02-21 08:23:13 +00:00
tools remove isc_task completely 2023-02-16 18:35:32 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00