bind9/bin
Evan Hunt e12dc1faa2 dig: setup IDN whenever printing a message
because dig now uses the netmgr, printing of response messages
happens in a different thread than setup. the IDN output filtering
procedure, which set using dns_name_settotextfilter(), is stored as
thread-local data, and so if it's set during setup, it won't be
accessible when printing. we now set it immediately before printing,
in the same thread, and clear it immedately afterward.
2020-11-07 20:49:53 +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: setup IDN whenever printing a message 2020-11-07 20:49:53 +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 dig: remove "+unexpected" option 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