bind9/tests
Ondřej Surý 76c027e949
Disallow TYPE0 to be queried or inserted into the database
The RR type 0 is a reserved type for SIG[1] resource record.  It should
not be ever inserted into the database nor queried.  Add a special
handling to bail out quickly with DNS_R_DISALLOWED when inserting and
ISC_R_NOTFOUND when looking up TYPE0.  This is also prerequisite for
stricter checks in the follow-up commit.

1. https://www.rfc-editor.org/rfc/rfc2535#section-4.1.8.1
2025-08-15 07:22:52 +02:00
..
bench Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
dns Disallow TYPE0 to be queried or inserted into the database 2025-08-15 07:22:52 +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