]> git.ipfire.org Git - thirdparty/bind9.git/commit
use ISC_REFCOUNT_IMPL for dns_tsigkey and dns_tsigkeyring
authorEvan Hunt <each@isc.org>
Tue, 11 Apr 2023 18:35:01 +0000 (11:35 -0700)
committerEvan Hunt <each@isc.org>
Wed, 14 Jun 2023 08:14:38 +0000 (08:14 +0000)
commit6fa8524bbabe7e3cb3cb426dda38ab5d60707ce2
tree4866d755aae278d5544480a2bcea8ad865e414c8
parentb1db1c14751919b3fb3c447b1d0716cfcec2af41
use ISC_REFCOUNT_IMPL for dns_tsigkey and dns_tsigkeyring

use the ISC_REFCOUNT attach/detach implementation in dns/tsig.c
so that detailed tracing can be used during refactoring.

dns_tsig_keyring_t has been renamed dns_tsigkeyring_t so the type
and the attach/detach function names will match.
13 files changed:
bin/named/include/named/tsigconf.h
bin/named/server.c
bin/named/tsigconf.c
bin/nsupdate/nsupdate.c
fuzz/dns_message_checksig.c
lib/dns/include/dns/tkey.h
lib/dns/include/dns/tsig.h
lib/dns/include/dns/types.h
lib/dns/include/dns/view.h
lib/dns/tkey.c
lib/dns/tsig.c
lib/dns/view.c
tests/dns/tsig_test.c