Files
bind9/bin/named
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
..
2023-02-16 18:35:32 +01:00
2023-02-15 16:44:47 +00:00
2023-02-21 13:12:26 +00:00
2023-03-23 12:57:01 -07:00
2023-02-18 20:23:41 +00:00
2023-06-01 16:51:38 +02:00
2023-03-08 08:36:25 +01:00