]> 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)
committerOndřej Surý <ondrej@isc.org>
Wed, 30 Sep 2020 11:33:43 +0000 (13:33 +0200)
commit8781aef52e6d5498d6007df3ca466d7e23641836
tree6b635aed0811f0027b1c890ad4f9067e849fefba
parente33358a00f4af3faec53a4f19f7e842ca37db978
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.
25 files changed:
bin/dig/dighost.c
bin/dig/nslookup.c
bin/named/client.c
bin/named/update.c
bin/named/xfrout.c
bin/nsupdate/nsupdate.c
bin/tests/optional/gsstest.c
bin/tests/optional/sig0_test.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/samples/nsprobe.c
lib/samples/sample-request.c