bind9/bin/check
Ondřej Surý 72d21a0806 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
2026-04-29 17:31:23 +02: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 17:31:23 +02:00
check-tool.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
named-checkconf.c cfg_parse_ API doesn't need memory context 2025-12-04 16:09:40 +01:00
named-checkconf.rst "named-checkconf -b" dumps built-in config 2025-11-04 09:26:33 +01:00
named-checkzone.c Validate -l and -L arguments in named-checkzone 2026-04-29 17:25:49 +02:00
named-checkzone.rst Drop unused DNS_MASTER_NOINCLUDE and warn about untrusted zone text 2026-04-29 15:08:20 +02:00
named-compilezone.rst Drop unused DNS_MASTER_NOINCLUDE and warn about untrusted zone text 2026-04-29 15:08:20 +02:00