]> git.ipfire.org Git - thirdparty/bind9.git/commit
make dns_keytable_deletekey() work correctly
authorEvan Hunt <each@isc.org>
Tue, 24 Dec 2019 04:26:03 +0000 (20:26 -0800)
committerEvan Hunt <each@isc.org>
Tue, 14 Jan 2020 17:26:13 +0000 (09:26 -0800)
commit2d249ebeae319ee829e2f92d689ee979a43a9eea
treec1e65ac36bde4519cc57eb0cf0c7ac211fbe7b7b
parent678e2d3cfad95fe2d4d627e01225f64c852a5bb0
make dns_keytable_deletekey() work correctly

it now removes matching trust anchors from from the dslist while leaving
the other trust anchors in place.

also cleaned up the API to remove functions that were never being used.
lib/dns/ds.c
lib/dns/include/dns/ds.h
lib/dns/include/dns/keytable.h
lib/dns/keytable.c
lib/dns/tests/keytable_test.c
lib/dns/win32/libdns.def.in