bind9/bin/check
Ondřej Surý 5c1ccb1483 Resolve ERR_MISSING_GLUE / ERR_EXTRA_AAAA value collision
Both constants were defined as 5. The symbol table used by checkns() to
deduplicate log messages keys on (name, error_code), so logging an
extra-AAAA error caused logged() to also return true for the
missing-glue check, silently skipping the entire missing-glue block for
the same name in named-checkzone and named-checkconf -z.

Convert the ERR_* defines to an auto-numbered enum so the compiler
guarantees the values stay pairwise distinct.

Assisted-by: Claude:claude-opus-4-7
(cherry picked from commit 72d21a0806)
2026-04-29 15:31:58 +00:00
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
check-tool.c Resolve ERR_MISSING_GLUE / ERR_EXTRA_AAAA value collision 2026-04-29 15:31:58 +00:00
check-tool.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Remove libbind9 2023-02-21 13:12:26 +00:00
named-checkconf.c standardize CHECK and RETERR macros 2025-12-03 19:17:20 -08:00
named-checkconf.rst Implement named-checkconf -k (check keys) 2025-09-29 15:13:26 +02:00
named-checkzone.c dnssec-verify now returns failure on bad arguments 2025-10-22 13:48:22 +11:00
named-checkzone.rst Add check-svcb to named 2022-10-29 00:22:54 +11:00
named-compilezone.rst disable checks by default in named-compilezone 2023-12-20 16:57:19 -08:00