bind9/lib/isccc
Evan Hunt 314741fcd0 deduplicate result codes
ISCCC_R_SYNTAX, ISCCC_R_EXPIRED, and ISCCC_R_CLOCKSKEW have the
same usage and text formats as DNS_R_SYNTAX, DNS_R_EXPIRED and
DNS_R_CLOCKSCREW respectively. this was originally done because
result codes were defined in separate libraries, and some tool
might be linked with libisccc but not libdns. as the result codes
are now defined in only one place, there's no need to retain the
duplicates.
2025-01-23 15:54:57 -08:00
..
include Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
alist.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
base64.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
cc.c deduplicate result codes 2025-01-23 15:54:57 -08:00
ccmsg.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
Makefile.am Add OpenSSL includes as needed 2024-11-04 23:35:52 +00:00
sexpr.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
symtab.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00