]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add synth-from-dnssec namespaces for keytable entries
authorMark Andrews <marka@isc.org>
Fri, 17 Jun 2022 00:40:47 +0000 (10:40 +1000)
committerMark Andrews <marka@isc.org>
Wed, 6 Jul 2022 21:47:45 +0000 (07:47 +1000)
commit30d4e3ee89fb662608fa2e9e69e6052a2b515fdd
tree98f0fb370cc90a19765d5215f3e8ae3ef5e336cc
parent90467f4127c54a0a4c2aebd194f74220c46e073b
Add synth-from-dnssec namespaces for keytable entries

We do this by adding callbacks for when a node is added or deleted
from the keytable.  dns_keytable_add and dns_keytable_delete where
extended to take a callback.  dns_keytable_deletekey does not remove
the node so it was not extended.

(cherry picked from commit a5b57ed2934cd467ba9d8472dc318624b3864bd0)
bin/named/server.c
lib/dns/client.c
lib/dns/include/dns/keytable.h
lib/dns/keytable.c
lib/dns/zone.c
tests/dns/keytable_test.c