bind9/tests
Colin Vidal 7706f5acec remove parser context field from cfg_obj_t
cfg_obj_t doesn't store a pointer to its a parser context anymore,
and does not depend on the parser's lifecycle. Instead, it stores a
reference to its own memory context (and in principle, each node
could have different memory context). This also slightly simplifies
the _destroy API as there is no need to pass a context through it
anymore.
2025-10-23 12:59:58 -07:00
..
bench Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
dns Fix dnssec-keygen key collision checking for KEY rrtype keys 2025-10-22 09:42:43 +11:00
include/tests Use clang-format-21 to update formatting 2025-10-21 09:34:29 +02:00
isc Use cryptographically-secure pseudo-random generator everywhere 2025-10-02 13:26:07 +02:00
isccfg remove parser context field from cfg_obj_t 2025-10-23 12:59:58 -07:00
libtest add query unit test 2025-09-09 09:42:34 +02:00
ns fix hookasyncctx renaming 2025-09-28 22:41:32 +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