bind9/lib/dns
Brian Wellington 1b1775921e If a message is built for one host, which isn't powered on, the tsig object
wasn't removed until the xfer object was deleted, so when the xfer tried the
second master, it asserted.
2000-07-24 05:30:30 +00:00
..
config 341. [func] Support 'key' clause in named.conf zone masters 2000-07-21 21:25:01 +00:00
include There's no real difference between the "sring" and "dring" parameters, so 2000-07-21 22:38:31 +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 Use the isc hmac library instead of a separate implementation (not that 2000-07-18 18:15:27 +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 incremented library version numbers to 1.0.0 2000-07-10 22:20:43 +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 Added calls to isc_log_wouldlog() in additional logging functions. 2000-07-17 23:25:35 +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 when a master file ends in a place where a newline is expected, 2000-07-10 19:07:19 +00:00
masterdump.c add RCS id string 2000-06-22 22:00:42 +00:00
message.c Removed the code added in revision 1.57: 2000-07-20 00:05:32 +00:00
name.c minor tweak to hash function of previous change 2000-07-20 01:15:25 +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_printnode() formatted the node name 2000-07-21 22:08:42 +00:00
rbtdb.c 308. [bug] Treat a SOA record not at top of zone as an error 2000-07-04 04:28:44 +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 when a master file ends in a place where a newline is expected, 2000-07-10 19:07:19 +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 tsig keys were not properly ref counted 2000-07-21 23:00:31 +00:00
resolver.c When handling the response to an ANY query in a secure zone, deal with 2000-07-19 23:19:05 +00:00
result.c Having a non-noerror value inn the tsig error field should always return 2000-07-20 19:32:57 +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 There's no real difference between the "sring" and "dring" parameters, so 2000-07-21 22:38:31 +00:00
tsigconf.c Use isc_base64_decodestring() instead of an explicit lexer. 2000-07-18 01:14:17 +00:00
ttl.c add RCS id string 2000-06-22 22:00:42 +00:00
validator.c If a positive validation fails and it looks like the reason is that there 2000-07-13 23:52:04 +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 If a message is built for one host, which isn't powered on, the tsig object 2000-07-24 05:30:30 +00:00
zone.c Remove dead REQUIRE 2000-07-22 00:40:39 +00:00
zoneconf.c Wire up key option in masters line. 2000-07-21 23:13:59 +00:00
zt.c add RCS id string 2000-06-22 22:00:42 +00:00