bind9/bin
Ondřej Surý 6d63ffe46d dig: add reference counter to the dig_lookup_t object
Sometimes, the dig_lookup_t could be destroyed before the final
send_done() callback was be called, leading to dereferencing an
already freed dig_lookup_t object.  By making the dig_lookup_t
reference counted, we are ensuring that it won't be freed until
the last reference (from dig_query_t .lookup) is released.
2020-11-07 21:11:42 +01:00
..
check update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
confgen update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
delv update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dig dig: add reference counter to the dig_lookup_t object 2020-11-07 21:11:42 +01:00
dnssec Remove the .key from the beginning of the line in rst file 2020-09-30 21:12:15 +02:00
named Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
nsupdate The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
pkcs11 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
plugins Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
rndc add netmgr functions to support outgoing DNS queries 2020-10-30 11:11:54 +01:00
tests reduce timing dependencies in system tests 2020-11-07 20:49:53 +01:00
tools Try to improve rrl timing 2020-10-15 00:05:12 +00:00
win32/BINDInstall Drop bigkey 2020-11-05 17:17:14 +01:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00