bind9/tests
Evan Hunt 7371c4882a
change issecuredomain() functions to bool
dns_keytable_issecuredomain() and dns_view_issecuredomain()
previously returned a result code to inform the caller of
unexpected database failures when looking up names in the
keytable and/or NTA table. such failures are not actually
possible. both functions now return a simple bool.

also, dns_view_issecuredomain() now returns false if
view->enablevalidation is false, so the caller no longer
has to check for that.
2025-08-05 12:16:36 +02:00
..
bench Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
dns change issecuredomain() functions to bool 2025-08-05 12:16:36 +02:00
include/tests Add and use global memory context called isc_g_mctx 2025-08-04 11:29:26 +02:00
isc Add support for setting thread stack size 2025-08-05 10:46:09 +02:00
isccfg Add and use global memory context called isc_g_mctx 2025-08-04 11:29:26 +02:00
libtest Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
ns Add and use global memory context called isc_g_mctx 2025-08-04 11:29:26 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00