]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactored dns_message_t for using attach/detach semantics
authorDiego Fronza <diego@isc.org>
Mon, 21 Sep 2020 19:16:15 +0000 (16:16 -0300)
committerMark Andrews <marka@isc.org>
Wed, 30 Sep 2020 01:34:42 +0000 (11:34 +1000)
commitda84f8d1fdfbe3b0187f94e70de571e5ed378404
tree88408129c1d885fbd85539148f3cb4ea4b46e912
parentd1bcb2fdbe554fc7aaf3daf571f8c838e9618ad5
Refactored dns_message_t for using attach/detach semantics

This commit will be used as a base for the next code updates in
order to have a better control of dns_message_t objects' lifetime.

(cherry picked from commit 12d6d13100c9b5b39d75342727710fdadb7df52f)
25 files changed:
bin/dig/dighost.c
bin/dig/nslookup.c
bin/nsupdate/nsupdate.c
bin/tests/system/pipelined/pipequeries.c
bin/tests/system/tkey/keycreate.c
bin/tests/system/tkey/keydelete.c
bin/tests/wire_test.c
bin/tools/dnstap-read.c
bin/tools/mdig.c
lib/dns/client.c
lib/dns/dnstap.c
lib/dns/include/dns/message.h
lib/dns/message.c
lib/dns/resolver.c
lib/dns/tests/tsig_test.c
lib/dns/win32/libdns.def.in
lib/dns/xfrin.c
lib/dns/zone.c
lib/ns/client.c
lib/ns/tests/notify_test.c
lib/ns/tests/nstest.c
lib/ns/update.c
lib/ns/xfrout.c
lib/samples/nsprobe.c
lib/samples/sample-request.c