bind9/lib
Mark Andrews b954a1df43 Fix missing RRSIGs for "glue" lookups with CD=1
The code to test whether to store the RRSIGs on DNS_R_UNCHANGED
with CD=1 was failing because the comparison methods of the two
rdatatset instances were not compatible.  Move the testing into
dns_db_addrdataset(), and request it by setting the DNS_ADD_EQUALOK
option.  If the option is set and the old and new rrsets compare
as equal, dns_db_addrdataset() returns ISC_R_SUCCESS instead of
DNS_R_UNCHANGED.
2025-09-10 14:20:22 +10:00
..
dns Fix missing RRSIGs for "glue" lookups with CD=1 2025-09-10 14:20:22 +10:00
isc Add and use __attribute__((nonnull)) in dnssec-signzone.c 2025-08-28 16:23:59 +02:00
isccc replace the build system with meson 2025-06-11 10:30:12 +03:00
isccfg add namedconf support for plugin inside a zone 2025-09-09 09:42:34 +02:00
ns remove query_ctx_t detach_client property 2025-09-09 10:02:32 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00