bind9/lib/dns
Brian Wellington 63bf060be4 dst_key_iszonekey() checks that the key's protocol is DNSSEC or ANY.
Remove this check from the validator, and remove more redundant constants
from dst.h
2000-04-12 15:52:12 +00:00
..
config If the user has specified auth-nxdomain, do not warn about the default 2000-04-12 02:04:03 +00:00
include added convenience function dns_name_format() for use in formatting 2000-04-11 19:11:46 +00:00
rdata add attributes (line singleton, exlcusive, meta, etc) to rdata C files, and 2000-04-07 03:54:52 +00:00
sec dst_key_iszonekey() checks that the key's protocol is DNSSEC or ANY. 2000-04-12 15:52:12 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +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 s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
adb.c isc_task_create() API change 2000-04-12 01:41:21 +00:00
api shared library support 1999-07-03 21:07:10 +00:00
byaddr.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
cache.c isc_task_create() API change; attach to mctx 2000-04-12 01:37:41 +00:00
callbacks.c do not indent CVS ID comment 2000-03-17 17:49:37 +00:00
compress.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
db.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
dbiterator.c update copyright 2000-02-03 23:50:32 +00:00
dbtable.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
dispatch.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
dnssec.c dnssec verification of cached sets was failing, since the ttl from the 2000-04-11 18:04:35 +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 add attributes (line singleton, exlcusive, meta, etc) to rdata C files, and 2000-04-07 03:54:52 +00:00
journal.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
keytable.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
lib.c update copyright 2000-02-03 23:50:32 +00:00
log.c added DNS_LOGCATEGORY_DNSSEC and DNS_LOGMODULE_VALIDATOR 2000-04-11 18:17:35 +00:00
Makefile.in include config/confndc.o in CONFOBJS for libdns.a 2000-03-23 19:00:15 +00:00
master.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
masterdump.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
message.c A couple minor bugs relating to TCP TSIG verification 2000-04-08 04:40:21 +00:00
name.c added convenience function dns_name_format() for use in formatting 2000-04-11 19:11:46 +00:00
ncache.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
nxt.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
peer.c update copyrights 2000-03-23 19:52:19 +00:00
rbt.c The RBT now maintains a parent pointer at each node. 2000-04-06 18:47:07 +00:00
rbtdb.c attach to memory context 2000-04-12 01:35:59 +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 add attributes (line singleton, exlcusive, meta, etc) to rdata C files, and 2000-04-07 03:54:52 +00:00
rdatalist.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
rdataset.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
rdatasetiter.c update copyright 2000-02-03 23:50:32 +00:00
rdataslab.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
request.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
resolver.c isc_task_create() API change 2000-04-12 01:41:21 +00:00
result.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
rootns.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
ssu.c need <isc/mem.h> 2000-04-04 20:10:57 +00:00
tcpmsg.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
time.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
tkey.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +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 A couple minor bugs relating to TCP TSIG verification 2000-04-08 04:40:21 +00:00
tsigconf.c - generated TSIG keys can expire 2000-01-24 22:22:51 +00:00
ttl.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
validator.c dst_key_iszonekey() checks that the key's protocol is DNSSEC or ANY. 2000-04-12 15:52:12 +00:00
version.c update copyright 2000-02-03 23:50:32 +00:00
view.c isc_task_create() API change 2000-04-12 01:41:21 +00:00
xfrin.c use dns_name_format() 2000-04-11 19:08:32 +00:00
zone.c isc_task_create() API change 2000-04-12 01:41:21 +00:00
zoneconf.c wired up view options: max-transfer-time-out, max-transfer-idle-out 2000-04-07 18:16:02 +00:00
zt.c s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00