bind9/bin/dig
Mark Andrews e301648774 pullup:
In several places, dighost.c called cancel_lookup() and then called
requeue_lookup() on the canceled lookup.  Because cancel_lookup()
resets the retry count of the lookup to zero, the requeued lookups
would not be retried at all (for example, in the case of UDP NS
queries executed when doing "dig +search") or, in the case of TCP
queries, retried indefinitely since the unsigned retry count of zero
was subsequently decremented, causing it to wrap around to the largest
unsigned integer value.
2001-10-31 23:04:26 +00:00
..
include/dig pullup: 2001-10-04 22:21:45 +00:00
win32 Updated .mak files to remove dependancies 2001-08-02 07:05:43 +00:00
.cvsignore A lot of files generated by libtool were not properly ignored. 2000-10-16 23:44:25 +00:00
dig.1 regenerated man pages 2001-07-17 19:48:57 +00:00
dig.c pullup: 2001-09-18 01:04:05 +00:00
dig.docbook @server can be an IPv6 address. 2001-07-12 16:29:11 +00:00
dig.html regenerated man pages 2001-07-17 19:48:57 +00:00
dighost.c pullup: 2001-10-31 23:04:26 +00:00
host.1 removed CVS Id from machine-generated man page files -- it is no longer needed 2001-06-11 19:02:45 +00:00
host.c eliminated arbitrary limit on formatted rdata size in 'host' [RT #1557] 2001-08-27 21:31:29 +00:00
host.docbook don't refer to resolver(5) since we are not distributing it 2001-06-08 17:18:15 +00:00
host.html removed CVS Id from machine-generated man page files -- it is no longer needed 2001-06-11 19:02:45 +00:00
Makefile.in don't refer to resolver(5) since we are not distributing it 2001-06-08 17:18:15 +00:00
nslookup.c 947. [bug] dns_rdata_soa_t had a badly name element "mname" which 2001-07-30 01:09:14 +00:00