bind9/lib/dns
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
..
config 297. [bug] Specifying a key name that wasn't fully qualified 2000-06-30 15:39:23 +00:00
include spelling, grammar, and formatting; no functional change 2000-06-29 16:48:53 +00:00
rdata in fact, ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS are not needed at all since 2000-06-28 19:07:19 +00:00
sec 306. [bug] Reading HMAC-MD5 private key files didn't work. 2000-07-03 23:27:45 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c add RCS id string 2000-06-22 22:00:42 +00:00
acl.c add RCS id string 2000-06-22 22:00:42 +00:00
aclconf.c add RCS id string 2000-06-22 22:00:42 +00:00
adb.c add RCS id string 2000-06-22 22:00:42 +00:00
api shared library support 1999-07-03 21:07:10 +00:00
byaddr.c add RCS id string 2000-06-22 22:00:42 +00:00
cache.c 240. [func] databases now come in three flavours: zone, cache 2000-06-07 02:38:41 +00:00
callbacks.c Megacommit of many files. 2000-06-01 18:26:56 +00:00
compress.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
db.c add RCS id string 2000-06-22 22:00:42 +00:00
dbiterator.c add RCS id string 2000-06-22 22:00:42 +00:00
dbtable.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
dispatch.c add RCS id string 2000-06-22 22:00:42 +00:00
dnssec.c DST API updates 2000-06-06 22:01:49 +00:00
gen-unix.h protect sys/types.h and unistd.h from check-includes.pl removal recommendation 2000-06-23 03:10:02 +00:00
gen-win32.h 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/ 2000-05-01 17:59:10 +00:00
gen.c update_copyrights 2000-06-21 22:45:24 +00:00
journal.c add RCS id string 2000-06-22 22:00:42 +00:00
keytable.c add RCS id string 2000-06-22 22:00:42 +00:00
lib.c add RCS id string 2000-06-22 22:00:42 +00:00
log.c Add tsig and tkey log moduleS 2000-06-23 01:51:18 +00:00
Makefile.in add RCS id string 2000-06-22 22:00:42 +00:00
master.c 294. [bug] If we run out of space in while processing glue 2000-06-29 15:55:19 +00:00
masterdump.c add RCS id string 2000-06-22 22:00:42 +00:00
message.c RT #153: when invoked with type==CNAME and a message 2000-06-29 19:49:43 +00:00
name.c add RCS id string 2000-06-22 22:00:42 +00:00
ncache.c add RCS id string 2000-06-22 22:00:42 +00:00
nxt.c add RCS id string 2000-06-22 22:00:42 +00:00
peer.c add RCS id string 2000-06-22 22:00:42 +00:00
rbt.c dns_rbt_deletefromlevel() did not need its dns_rbt_t argument 2000-06-19 22:55:42 +00:00
rbtdb.c add RCS id string 2000-06-22 22:00:42 +00:00
rbtdb.h add RCS id string 2000-06-22 22:00:42 +00:00
rbtdb64.c add RCS id string 2000-06-22 22:00:42 +00:00
rbtdb64.h add RCS id string 2000-06-22 22:00:42 +00:00
rdata.c update_copyrights 2000-06-21 22:45:24 +00:00
rdatalist.c add RCS id string 2000-06-22 22:00:42 +00:00
rdataset.c add RCS id string 2000-06-22 22:00:42 +00:00
rdatasetiter.c add RCS id string 2000-06-22 22:00:42 +00:00
rdataslab.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
request.c add RCS id string 2000-06-22 22:00:42 +00:00
resolver.c 307. [bug] When canceling a query, the resolver didn't check for 2000-07-04 01:19:20 +00:00
result.c add RCS id string 2000-06-22 22:00:42 +00:00
rootns.c add RCS id string 2000-06-22 22:00:42 +00:00
ssu.c Fixed this warning: 2000-05-14 02:29:23 +00:00
tcpmsg.c add RCS id string 2000-06-22 22:00:42 +00:00
time.c update_copyrights 2000-06-21 22:45:24 +00:00
tkey.c Add some log messages 2000-06-23 01:51:35 +00:00
tkeyconf.c add RCS id string 2000-06-22 22:00:42 +00:00
tsig.c TSIG AXFR verify failed when talking to a BIND 8 server. 2000-06-23 00:48:28 +00:00
tsigconf.c add RCS id string 2000-06-22 22:00:42 +00:00
ttl.c add RCS id string 2000-06-22 22:00:42 +00:00
validator.c add RCS id string 2000-06-22 22:00:42 +00:00
version.c add RCS id string 2000-06-22 22:00:42 +00:00
view.c add RCS id string 2000-06-22 22:00:42 +00:00
xfrin.c alternative fix to 303. [RT #157] 2000-07-03 22:42:36 +00:00
zone.c [RT #155] 2000-07-03 20:21:53 +00:00
zoneconf.c add RCS id string 2000-06-22 22:00:42 +00:00
zt.c add RCS id string 2000-06-22 22:00:42 +00:00