bind9/lib/dns
James Brister 6ca537b8a3 New include statement for ndc.conf
include "/tmp/foo";

only allowed at file level (not at any random whitespace location).
2001-01-23 13:15:12 +00:00
..
config New include statement for ndc.conf 2001-01-23 13:15:12 +00:00
include statistics counting was slowing down the server. Make client.c:count_query() 2001-01-23 01:50:29 +00:00
rdata our NAPTR implementation does conform to RFC 2915. 2001-01-18 22:05:41 +00:00
sec copyright update 2001-01-18 02:00:59 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c copyright update 2001-01-09 22:01:04 +00:00
acl.c fix RT #660 differently 2001-01-17 17:44:49 +00:00
adb.c removed unused edns_level member from ADB entry 2001-01-22 22:53:13 +00:00
api incremented library version number for 9.2 2001-01-19 01:55:11 +00:00
byaddr.c copyright update 2001-01-09 22:01:04 +00:00
cache.c oops, a mutex was locked too early. 2001-01-13 00:23:34 +00:00
callbacks.c copyright update 2001-01-09 22:01:04 +00:00
compress.c remove the call to dns_name_getlabel(), since the dns_name_toregion() macro 2001-01-23 02:19:48 +00:00
db.c copyright update 2001-01-09 22:01:04 +00:00
dbiterator.c copyright update 2001-01-09 22:01:04 +00:00
dbtable.c Removed kludge for different error spaces in dns_dbtable_create(). [RT #642] 2001-01-12 00:31:50 +00:00
diff.c copyright update 2001-01-09 22:01:04 +00:00
dispatch.c Multiple outstanding requests don't actually help. Never have more than 1. 2001-01-13 01:33:27 +00:00
dnssec.c Move dns_dnssec_iszonekey to dns_zonekey_iszonekey, to make the rbtdb not 2001-01-17 01:22:20 +00:00
forward.c Typo. 2001-01-15 19:54:12 +00:00
gen-unix.h copyright update 2001-01-09 22:01:04 +00:00
gen-win32.h copyright update 2001-01-09 22:01:04 +00:00
gen.c copyright update 2001-01-09 22:01:04 +00:00
journal.c copyright update 2001-01-09 22:01:04 +00:00
keytable.c copyright update 2001-01-09 22:01:04 +00:00
lib.c copyright update 2001-01-09 22:01:04 +00:00
log.c 676. [bug] Log messages about lame servers to category 2001-01-11 19:38:11 +00:00
lookup.c copyright update 2001-01-09 22:01:04 +00:00
Makefile.in Move dns_dnssec_iszonekey to dns_zonekey_iszonekey, to make the rbtdb not 2001-01-17 01:22:20 +00:00
master.c 700. [bug] $GENERATE range check was wrong. [RT #688] 2001-01-22 03:34:25 +00:00
masterdump.c removed redundant error check [RT #669] 2001-01-16 21:18:10 +00:00
message.c make message->rcode a dns_rcode_t 2001-01-18 00:26:36 +00:00
name.c make dns_name_fromtext fail when passed an empty string, not assert. 2001-01-22 03:30:27 +00:00
ncache.c copyright update 2001-01-09 22:01:04 +00:00
nxt.c copyright update 2001-01-09 22:01:04 +00:00
opt.c copyright update 2001-01-09 22:01:04 +00:00
peer.c copyright update 2001-01-09 22:01:04 +00:00
rbt.c A minor optimation to the rbt hash code that should reduce the number 2001-01-22 20:41:43 +00:00
rbtdb.c Move dns_dnssec_iszonekey to dns_zonekey_iszonekey, to make the rbtdb not 2001-01-17 01:22:20 +00:00
rbtdb.h copyright update 2001-01-09 22:01:04 +00:00
rbtdb64.c copyright update 2001-01-09 22:01:04 +00:00
rbtdb64.h copyright update 2001-01-09 22:01:04 +00:00
rdata.c copyright update 2001-01-09 22:01:04 +00:00
rdatalist.c copyright update 2001-01-09 22:01:04 +00:00
rdatalist_p.h copyright update 2001-01-09 22:01:04 +00:00
rdataset.c copyright update 2001-01-09 22:01:04 +00:00
rdatasetiter.c copyright update 2001-01-09 22:01:04 +00:00
rdataslab.c copyright update 2001-01-09 22:01:04 +00:00
request.c removed unnecessary assignment 2001-01-23 07:45:39 +00:00
resolver.c blackholed addresses were mishandled in the resolver. 2001-01-19 22:22:17 +00:00
result.c copyright update 2001-01-09 22:01:04 +00:00
rootns.c copyright update 2001-01-09 22:01:04 +00:00
sdb.c copyright update 2001-01-09 22:01:04 +00:00
ssu.c copyright update 2001-01-09 22:01:04 +00:00
stats.c statistics counting was slowing down the server. Make client.c:count_query() 2001-01-23 01:50:29 +00:00
tcpmsg.c copyright update 2001-01-09 22:01:04 +00:00
time.c copyright update 2001-01-09 22:01:04 +00:00
timer.c copyright update 2001-01-09 22:01:04 +00:00
tkey.c replace a chunk of code inside an #if 0 with a comment. 2001-01-12 00:56:44 +00:00
tsig.c zero length keys from the config file were not being logged as too short to be 2001-01-22 20:27:04 +00:00
ttl.c copyright update 2001-01-09 22:01:04 +00:00
validator.c copyright update 2001-01-09 22:01:04 +00:00
version.c copyright update 2001-01-09 22:01:04 +00:00
view.c Fully implement the cachefile option, which allows persistent caching. This 2001-01-12 22:22:17 +00:00
xfrin.c add a cast to silence the annoying MS compiler. [RT #662] 2001-01-17 03:02:01 +00:00
zone.c include zone.c function names in debug log messages only; 2001-01-18 23:29:31 +00:00
zonekey.c copyright update 2001-01-18 02:00:59 +00:00
zt.c copyright update 2001-01-09 22:01:04 +00:00