Skip to content

Replace zonemgr_keymgmt own hash table with isc_hashmap

Ondřej Surý requested to merge ondrej-use-isc_hashmap-for-zonemgr_keymgmt into main

Instead of maintaining own hashtable implementation for zonemgr_keymgmt, use isc_hashmap that already can resize (grow and shrink).

Additionally, attach the dns_keyfileio_t object to the zone instead of looking it up in the hash table every time we need to lock the key files.

Merge request reports