]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add server christmas tree test
authorMark Andrews <marka@isc.org>
Wed, 1 Dec 2021 03:52:31 +0000 (14:52 +1100)
committerPetr Špaček <pspacek@isc.org>
Thu, 2 Dec 2021 13:27:18 +0000 (14:27 +0100)
commit3faccb16cc1ff337c133ce8fcb6232b5a0f81f5f
treedd533414cafc15e350c2a441c6befb5453a00064
parent733f58a7a597bdefe750d115364367eb709103c8
Add server christmas tree test

This sets as many server options as possible at once to detect
cut-and-paste bugs when implementing new server options in peer.c.
Most of the accessor functions are similar and it is easy to miss
updating a macro name or structure element name when adding new
accessor functions.

checkconf/setup.sh is there to minimise the difference to branches
with optional server options where the list is updated at runtime.
bin/tests/system/checkconf/clean.sh
bin/tests/system/checkconf/good-server-christmas-tree.conf.in [new file with mode: 0644]
bin/tests/system/checkconf/setup.sh [new file with mode: 0644]
lib/bind9/check.c
lib/isccfg/namedconf.c
util/copyrights