]> git.ipfire.org Git - thirdparty/bind9.git/commit
2982. [bug] Reference count dst keys. dst_key_attach() can be used
authorMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 01:05:29 +0000 (01:05 +0000)
committerMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 01:05:29 +0000 (01:05 +0000)
commit93b433d299ae2ff234d7eedfeb3dcad0288a8259
treecdc7327a29ce3198c491f7880c2aa1e52dff5ee7
parent8f541851f43295da9d5440c2ae11f8b867a03e34
2982.   [bug]           Reference count dst keys.  dst_key_attach() can be used
                        increment the reference count.

                        Note: dns_tsigkey_createfromkey() callers should now
                        always call dst_key_free() rather than setting it
                        to NULL on success. [RT #22672]
14 files changed:
CHANGES
bin/dig/dighost.c
bin/named/server.c
bin/nsupdate/nsupdate.c
bin/tests/system/tkey/keydelete.c
lib/dns/dst_api.c
lib/dns/dst_internal.h
lib/dns/include/dns/tsec.h
lib/dns/include/dns/tsig.h
lib/dns/include/dst/dst.h
lib/dns/tkey.c
lib/dns/tsec.c
lib/dns/tsig.c
lib/export/samples/sample-update.c