bind9/lib
Mark Andrews 03edeccaa1 Fix assertion failure in dns_db_findrdataset() for SIG records
dns__db_findrdataset() had a REQUIRE() that only accepted
dns_rdatatype_rrsig when the covers parameter was set.  A dynamic
update containing a SIG record (type 24) would trigger this
assertion, crashing named.  Use dns_rdatatype_issig() to accept
both SIG and RRSIG.
2026-04-17 16:09:39 +02:00
..
dns Fix assertion failure in dns_db_findrdataset() for SIG records 2026-04-17 16:09:39 +02:00
isc Add missing parenthesis to fxhash 2026-04-16 16:03:40 +02:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg Fix a bug with template filename reuse 2026-04-14 21:50:31 -07:00
ns Rename view->hints to view->rootdb and rearm priming 2026-04-16 13:39:18 +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