bind9/bin/check
Evan Hunt 52bba5cc34 standardize CHECK and RETERR macros
previously, there were over 40 separate definitions of CHECK macros, of
which most used "goto cleanup", and the rest "goto failure" or "goto
out". there were another 10 definitions of RETERR, of which most were
identical to CHECK, but some simply returned a result code instead of
jumping to a cleanup label.

this has now been standardized throughout the code base: RETERR is for
returning an error code in the case of an error, and CHECK is for jumping
to a cleanup tag, which is now always called "cleanup". both macros are
defined in isc/util.h.
2025-12-03 13:26:28 -08:00
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
check-tool.c standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08: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 standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
named-checkconf.rst "named-checkconf -b" dumps built-in config 2025-11-04 09:26:33 +01:00
named-checkzone.c dnssec-verify now returns failure on bad arguments 2025-10-22 12:45:03 +11:00
named-checkzone.rst Check that a zone that serves A/AAAA is served over IPv4/IPv6 2024-12-11 21:32:21 +00:00
named-compilezone.rst enforce '*._er' requirement for error-reporting zones 2024-10-23 21:29:32 +00:00