bind9/bin
Colin Vidal 48dc763949 initialize queryonacl dns_view_t property
A dns_view_t has a queryonacl property, which is supposed to hold the
ACL matching the configuration "allow-query-on". However the code
parsing this configuration ACL was missing (or removed by mistake?),
hence this property was always NULL. The ACL was still built but
individually for each zone (which checks if the property exists in the
zone definition, view definition, and finally options definition).

It now create the ACL instance at the view level, enabling zones to
share the same (identical) ACL instead of having their own copies.
2025-06-04 08:55:23 +02:00
..
check Add zone "initial-file" option 2025-06-03 12:03:07 -07:00
confgen Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
delv Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
dig Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
dnssec Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
named initialize queryonacl dns_view_t property 2025-06-04 08:55:23 +02:00
nsupdate simplify code around isc_mem_put() and isc_mem_free() 2025-05-28 17:22:32 -07:00
plugins implicitly declare list elements in ISC_LIST_FOREACH macros 2025-03-31 13:37:47 -07:00
rndc Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
tests Add support for zone templates 2025-06-03 12:03:07 -07:00
tools Extend named-rrchecker multi-line parsing support 2025-06-03 00:27:03 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00