bind9/bin
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
..
check Updated .mak files to remove dependancies 2001-08-02 07:05:43 +00:00
dig pullup: 2001-10-31 23:04:26 +00:00
dnssec pullup: 2001-10-05 00:21:48 +00:00
named pullup: 2001-10-31 23:00:44 +00:00
nsupdate pullup: 2001-10-15 20:25:57 +00:00
rndc pullup: 2001-10-17 18:26:01 +00:00
tests pullup: silence compiler warning 2001-10-22 23:52:19 +00:00
win32/BINDInstall pullup: 2001-08-30 20:27:55 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in copyright update 2001-01-09 22:01:04 +00:00