bind9/lib/dns
Bob Halley 3e26dd4d1f In free_rbtdb(), only try to put the current version if it has been allocated.
Replace old origin name duplication code with calls to
dns_name_dupwithoffsets() and dns_name_free().
2000-03-30 00:59:24 +00:00
..
config Fixed possible unitialized variable error. 2000-03-29 19:46:44 +00:00
include Add dns_name_dupwithoffsets(). 2000-03-30 00:57:23 +00:00
rdata use the UNUSED() macro 2000-03-21 23:48:20 +00:00
sec dst_random_get notices when openssl complains about having no entropy, and 2000-03-28 03:06:38 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c update copyright 2000-02-03 23:50:32 +00:00
acl.c explitictly REQUIRE that reqaddr is non-null in dns_acl_match 2000-03-14 04:01:52 +00:00
aclconf.c consistently use single quotes around quoted text in log messages 2000-03-01 22:41:59 +00:00
adb.c clean 1 bucket every N seconds, or M buckets every 1 seconds. Also, decay goodness 2000-02-18 03:53:00 +00:00
api shared library support 1999-07-03 21:07:10 +00:00
byaddr.c conform to resolver api changes 2000-01-21 02:48:28 +00:00
cache.c do not indent CVS ID comment 2000-03-17 17:49:37 +00:00
callbacks.c do not indent CVS ID comment 2000-03-17 17:49:37 +00:00
compress.c exorcized local compression 2000-03-23 05:18:46 +00:00
db.c Support ondestroy notfication of databases. 2000-02-10 16:09:01 +00:00
dbiterator.c update copyright 2000-02-03 23:50:32 +00:00
dbtable.c update copyright 2000-02-03 23:50:32 +00:00
dispatch.c implement pktinfo through dispatcher -> named client 2000-03-14 03:30:52 +00:00
dnssec.c TSIG and SIG(0) are no longer message pseudosections. 2000-03-29 01:32:22 +00:00
gen-unix.h update copyright 2000-02-03 23:50:32 +00:00
gen-win32.h update copyright 2000-02-03 23:50:32 +00:00
gen.c do not indent CVS ID comment 2000-03-17 17:49:37 +00:00
journal.c report journal file errors using isc_log_write(), not 2000-02-14 19:26:23 +00:00
keytable.c dns_keytable_issecuredomain did not set result correctly on success 2000-03-16 23:57:02 +00:00
lib.c update copyright 2000-02-03 23:50:32 +00:00
log.c revised logging categories 2000-03-23 00:55:12 +00:00
Makefile.in include config/confndc.o in CONFOBJS for libdns.a 2000-03-23 19:00:15 +00:00
master.c ignore out-of-zone data 2000-03-29 21:01:30 +00:00
masterdump.c removed newlines from UNEXPECTED_ERROR() messages 2000-02-17 19:58:59 +00:00
message.c TSIG and SIG(0) are no longer message pseudosections. 2000-03-29 01:32:22 +00:00
name.c Add dns_name_dupwithoffsets(). 2000-03-30 00:57:06 +00:00
ncache.c exorcized local compression 2000-03-23 05:18:46 +00:00
nxt.c dns_buildnxt takes a ttl as a parameter, instead of using 3600. 2000-02-08 19:02:24 +00:00
peer.c update copyrights 2000-03-23 19:52:19 +00:00
rbt.c update copyright 2000-02-03 23:50:32 +00:00
rbtdb.c In free_rbtdb(), only try to put the current version if it has been allocated. 2000-03-30 00:59:24 +00:00
rbtdb.h update copyright 2000-02-03 23:50:32 +00:00
rbtdb64.c update copyright 2000-02-03 23:50:32 +00:00
rbtdb64.h update copyright 2000-02-03 23:50:32 +00:00
rdata.c removed extraneous newlines from error messages; 2000-03-22 17:28:57 +00:00
rdatalist.c update copyright 2000-02-03 23:50:32 +00:00
rdataset.c exorcized local compression 2000-03-23 05:18:46 +00:00
rdatasetiter.c update copyright 2000-02-03 23:50:32 +00:00
rdataslab.c update copyright 2000-02-03 23:50:32 +00:00
request.c add request locking. 2000-03-22 07:00:39 +00:00
resolver.c When making an OPT RR, initialize rdata's type and rdclass fields to avoid 2000-03-29 18:53:57 +00:00
result.c Add DNS_R_USETCP. 2000-03-20 12:26:32 +00:00
rootns.c include <string.h> 2000-01-31 21:59:02 +00:00
ssu.c update copyrights 2000-03-23 19:52:19 +00:00
tcpmsg.c update copyright 2000-02-03 23:50:32 +00:00
time.c do not indent CVS ID comment 2000-03-17 17:49:37 +00:00
tkey.c TKEYs go in the answer section of responses. 2000-03-28 03:16:40 +00:00
tkeyconf.c - dns_tkeyctx_fromconfig() should always return a valid context if it returns 2000-01-24 19:57:33 +00:00
tsig.c TSIG and SIG(0) are no longer message pseudosections. 2000-03-29 01:32:22 +00:00
tsigconf.c - generated TSIG keys can expire 2000-01-24 22:22:51 +00:00
ttl.c update copyright 2000-02-03 23:50:32 +00:00
validator.c was dereferencing the wrong rdataset 2000-03-23 22:52:22 +00:00
version.c update copyright 2000-02-03 23:50:32 +00:00
view.c secroots is now a keytable; add trustedkeys keytable 2000-03-17 00:00:18 +00:00
xfrin.c ignore out-of-zone data 2000-03-29 21:01:30 +00:00
zone.c Unconditionally set the zone timer in xfrdone. 2000-03-21 00:17:15 +00:00
zoneconf.c ssutables are now attached/detached; zones get ssutables from config structs 2000-03-06 19:06:07 +00:00
zt.c update copyright 2000-02-03 23:50:32 +00:00