bind9/lib/dns
Brian Wellington f70336b8c9 Cleanups to TSIG/SIG(0) parsing. This should have no noticable effect except
rejecting a few more malformed packets (those with the TSIG/SIG(0) not the
last record) and making best-effort parsing handle multiple TSIG/SIG(0)/OPT in
a message.
2001-02-19 20:14:23 +00:00
..
config Remove the old rndc config parser. 2001-02-16 00:47:45 +00:00
include When returning DNS_R_CNAME or DNS_R_DNAME as the result of an ANY or SIG 2001-02-19 08:54:54 +00:00
rdata In the towire_* and additionaldata_* routines, add an offsets table to names 2001-02-12 03:05:05 +00:00
sec 741. [port] Support openssl-engine. [RT #709] 2001-02-14 20:57:15 +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 733. [bug] Reference counts of dns_acl_t objects need to be 2001-02-08 23:30:32 +00:00
adb.c removed all code for maintaining a 'goodness' value in the adb, 2001-02-09 00:13:55 +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 In dns_compress_invalidate(), cctx->table cannot be NULL, since it's part of 2001-02-15 01:14:16 +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 removed unused variable 2001-02-17 00:23:49 +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 silence compiler 2001-01-24 07:12:56 +00:00
keytable.c isc_uint16_t -> dns_keytag_t in many places; dns_keytable_findkeynode 2001-01-24 02:23:02 +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 dns_name_concatenate(foo, NULL, bar, NULL) -> dns_name_copy(foo, bar, NULL) 2001-02-05 19:47:05 +00:00
Makefile.in Remove the old rndc config parser. 2001-02-16 00:47:45 +00:00
master.c 745. [func] Report the owner name on when adding a rdataset 2001-02-19 13:24:04 +00:00
masterdump.c removed redundant error check [RT #669] 2001-01-16 21:18:10 +00:00
message.c Cleanups to TSIG/SIG(0) parsing. This should have no noticable effect except 2001-02-19 20:14:23 +00:00
name.c Build the offsets table in dns_name_fromwire() while parsing the name, not 2001-02-13 00:07:25 +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 The optimization to avoid compares after hashtable matches didn't work when 2001-02-10 22:46:24 +00:00
rbtdb.c When assigning a bucket lock to an rbt node, use the hash of the full name, 2001-02-09 01:26:51 +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 Wrap inet_ntop() and use that in the _totext() functions. The wrapper calls 2001-01-25 20:14:42 +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 in some situations, a request could be cancelled twice 2001-02-13 21:06:25 +00:00
resolver.c When returning DNS_R_CNAME or DNS_R_DNAME as the result of an ANY or SIG 2001-02-19 08:54:54 +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 removed extra empty line 2001-02-14 00:29:16 +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 Call free_namelist() rather than freeing the list manually. 2001-02-17 02:22:43 +00:00
tsig.c Use a refcount instead of an explicit mutex and integer. 2001-02-13 03:57:06 +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 redid configuration locking using isc_task_beginexclusive() 2001-02-14 03:54:53 +00:00
xfrin.c 734. [bug] An attempt to re-lock the zone lock could occur if 2001-02-09 06:04:55 +00:00
zone.c redid configuration locking using isc_task_beginexclusive() 2001-02-14 03:54:53 +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