bind9/bin
Evan Hunt 0b09ee8cdc explicitly set dnssec-validation in system tests
the default value of dnssec-validation is 'auto', which causes
a server to send a key refresh query to the root zone when starting
up. this is undesirable behavior in system tests, so this commit
sets dnssec-validation to either 'yes' or 'no' in all tests where
it had not previously been set.

this change had the mostly-harmless side effect of changing the cached
trust level of unvalidated answer data from 'answer' to 'authanswer',
which caused a few test cases in which dumped cache data was examined in
the serve-stale system test to fail. those test cases have now been
updated to expect 'authanswer'.
2023-06-26 13:41:56 -07:00
..
check Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
dig use algorithm number instead of name to create TSIG keys 2023-06-14 08:14:38 +00:00
dnssec Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
named Use RCU for view->adb access 2023-06-14 19:21:28 +10:00
nsupdate minor tkey-related fixups 2023-06-14 08:14:38 +00:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc add 'rndc -t' option to set timeout 2023-05-12 11:28:21 -07:00
tests explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
tools The zone table no longer depends on the loop manager 2023-05-12 20:48:31 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00