]> git.ipfire.org Git - thirdparty/bind9.git/commit
further dns_tsigkey API tweaks
authorEvan Hunt <each@isc.org>
Tue, 11 Apr 2023 23:10:07 +0000 (16:10 -0700)
committerEvan Hunt <each@isc.org>
Wed, 14 Jun 2023 08:14:38 +0000 (08:14 +0000)
commita6e187a8d514fe7977331a540f1ecacddcfec59b
tree5768c1b4e5e81d4c938a2a59b4ef62ed56a02310
parent404a13b4ddbd498529857fdd980b1629e58b6e36
further dns_tsigkey API tweaks

- remove the 'ring' parameter from dns_tsigkey_createfromkey(),
  and use dns_tsigkeyring_add() to add key objects to a keyring instead.
- add a magic number to dns_tsigkeyring_t
- change dns_tsigkeyring_dumpanddetach() to dns_tsigkeyring_dump();
  we now call dns_tsigkeyring_detach() separately.
- remove 'maxgenerated' from dns_tsigkeyring_t since it never changes.
bin/dig/dighost.c
bin/nsupdate/nsupdate.c
lib/dns/include/dns/tsig.h
lib/dns/tkey.c
lib/dns/tsig.c
lib/dns/view.c