bind9/lib
Colin Vidal 3048b2a578 add RRSIG if required as soon as they are found
When EDNS DO flag (`dig +dnssec`) flag is set, an rdataset is allocated
to hold the RRSIG of an RR, if present in DB. However, this allocation
is not done if the zone DB is not considered as secure
(`dns_db_issecure() == false`). Changes this behaviour by allocating the
rdataset anyway, so the RRSIG can be associated in the answer section of
the response as soon it is found from the DB.
2025-12-03 15:49:47 +01:00
..
dns pass isc_buffer_t pointers when applicable 2025-11-28 18:47:49 +00:00
isc Provide more information when the memory allocation fails 2025-11-28 14:42:21 +01:00
isccc Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
isccfg Fix missing field 'merge' initializer for the new cfg_clausedef_t 2025-11-28 13:50:54 +01:00
ns add RRSIG if required as soon as they are found 2025-12-03 15:49:47 +01: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