bind9/lib
David Lawrence 96ab25294b 307. [bug] When canceling a query, the resolver didn't check for
isc_socket_sendto() calls that did not yet have their
			completion events posted, so it could (rarely) end up
			destroying the query context and then want to use
			it again when the send event posted, triggering an
			assertion as it tried to cancel an already-canceled
			query.  (RT #77)

... so now the resolver counts the number of outstanding isc_socket_sendto()s
and only destroys the query context when there are no more.
2000-07-04 01:19:20 +00:00
..
dns 307. [bug] When canceling a query, the resolver didn't check for 2000-07-04 01:19:20 +00:00
isc 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work 2000-07-01 01:41:54 +00:00
lwres 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers 2000-07-03 20:13:12 +00:00
omapi Disable the requirement that all messages be signed, since this 2000-06-28 05:24:41 +00:00
tests use isc/lang.h 2000-06-23 03:10:33 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in add RCS id string 2000-06-22 22:00:42 +00:00