bind9/bin/dig
Diego Fronza 4d6408b823 Fix following up lookup failure if more resolvers are available
_query_detach function was incorrectly unliking the query object from
the lookup->q query list, this made it impossible to follow a query
lookup failure with the next one in the list (possibly using a separate
resolver), as the link to the next query in the list was dissolved.

Fix by unliking the node only when the query object is about to be
destroyed, i.e. there is no more references to the object.
2021-04-26 11:14:14 -03:00
..
win32 Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c add preliminary DoH client support to dig 2021-03-05 13:28:17 +02:00
dig.rst Update dig's man page 2021-03-25 14:08:40 -03:00
dighost.c Fix following up lookup failure if more resolvers are available 2021-04-26 11:14:14 -03:00
dighost.h move UDP connect retries from dig into isc_nm_udpconnect() 2021-04-07 15:36:59 +02:00
host.c dig: Use high resolution clocks when microsecond accuracy is requested 2021-03-20 11:25:55 -07:00
host.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Move the <isc/readline.h> header to bin/dig/readline.h 2021-02-16 01:04:46 +00:00
nslookup.c Move the <isc/readline.h> header to bin/dig/readline.h 2021-02-16 01:04:46 +00:00
nslookup.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
readline.h Move the <isc/readline.h> header to bin/dig/readline.h 2021-02-16 01:04:46 +00:00