bind9/tests
Evan Hunt 6105a7d360 convert TSIG keyring storage from RBT to hash table
since it is not necessary to find partial matches when looking
up names in a TSIG keyring, we can use a hash table instead of
an RBT to store them.

the tsigkey object now stores the key name as a dns_fixedname
rather than allocating memory for it.

the `name` parameter to dns_tsigkeyring_add() has been removed;
it was unneeded since the tsigkey object already contains a copy
of the name.

the opportunistic cleanup_ring() function has been removed;
it was only slowing down lookups.
2023-06-14 08:14:38 +00:00
..
bench Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
dns convert TSIG keyring storage from RBT to hash table 2023-06-14 08:14:38 +00:00
include/tests Always initialize the workers in the libtest 2023-04-21 09:04:24 +02:00
irs Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
isc Add regression test for [GL # 4090] 2023-05-29 01:40:57 +00:00
isccfg Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
libtest Fixes for liburcu-qsbr 2023-05-15 20:49:42 +00:00
ns Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
unit-test-driver.sh.in Use SIGABRT rather than SIGKILL for long running unit test 2023-04-14 15:40:02 +10:00