bind9/tests/isccfg
Evan Hunt 1a77ae2a7a fix allow-recursion/allow-query-cache inheritance
the merging of options and defaults into the effective configuration
broke the mutual inheritance of the allow-recursion, allow-query, and
allow-query-cache ACLs, and of the allow-recursion-on and
allow-query-cache-on ACLs.

this has been corrected by adding a 'cloned' flag to the cfg_obj
structure to indicate whether it was configured explicitly or
cloned from the defaults during parsing. we can then adjust the
ACLs while configuring a view, favoring user-configured values
when they're available over cloned defaults.

currently the adjustments to the ACLs are done in configure_view();
later they'll be moved into the effective configuration and this
special handling can be removed.
2025-11-20 11:24:11 -08:00
..
duration_test.c cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
grammar_test.c fix allow-recursion/allow-query-cache inheritance 2025-11-20 11:24:11 -08:00
meson.build cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
parser_test.c Fix parser test (missing string termination) 2025-11-05 13:06:38 +01:00