bind9/lib/dns
Brian Wellington 67d3660cd6 The message code was checking to see if an rdata type could appear in the
question section, and returning a formerr if it was invalid.  This isn't
exactly right, since it should be the caller's responsibility to check, not
message_parse.  It definitely caused weirdness when parsing responses, and
the only places where queries were parsed already does the right thing.
2000-08-21 22:41:13 +00:00
..
config NOMINUM, not NOMINMUM 2000-08-19 00:47:18 +00:00
include Simple database implementation. This includes a wrapper that makes a simple 2000-08-21 22:15:28 +00:00
rdata _tostruct had a few typos. 2000-08-10 01:59:39 +00:00
sec updated copyright 2000-08-17 19:03:27 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
acl.c 386. [bug] Missing strdup() of ACL name caused random 2000-08-11 01:53:47 +00:00
aclconf.c The acl name was being assigned to NULL before it could be freed. 2000-08-11 02:34:45 +00:00
adb.c use the UNUSED() macro 2000-08-11 16:47:33 +00:00
api incremented library version numbers to 1.0.0 2000-07-10 22:20:43 +00:00
byaddr.c eliminated the function address_to_ptr_name 2000-08-16 22:21:17 +00:00
cache.c previous change did not compile 2000-08-18 22:32:45 +00:00
callbacks.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
compress.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
db.c register "simple" as a database type. 2000-08-21 22:19:04 +00:00
dbiterator.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
dbtable.c use the UNUSED() macro 2000-08-11 16:47:33 +00:00
dispatch.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
dnssec.c SIG(0) signing and verifying had an off by 2 error. 2000-08-21 17:48:46 +00:00
gen-unix.h Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
gen-win32.h Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
gen.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
journal.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
keytable.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
lib.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
log.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
Makefile.in add sec/dst/gssapi_link.o 2000-08-17 02:13:18 +00:00
master.c 394. [bug] Current name was not propagated via $INCLUDE. 2000-08-15 03:33:52 +00:00
masterdump.c rewrote 383. to reduce code duplication and increase functionality: 2000-08-16 22:33:32 +00:00
message.c The message code was checking to see if an rdata type could appear in the 2000-08-21 22:41:13 +00:00
name.c in dns_name_totext(), check that the target buffer is 2000-08-16 22:18:20 +00:00
ncache.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
nxt.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
peer.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rbt.c The node counting stuff didn't work. 2000-08-03 21:34:27 +00:00
rbtdb.c Add dns_db_ispersistent. This call determines whether a database is 2000-08-18 18:25:28 +00:00
rbtdb.h Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rbtdb64.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rbtdb64.h Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rdata.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rdatalist.c Make some rdatalist functions semi-public, so that the simple database 2000-08-21 22:17:14 +00:00
rdatalist_p.h update the copyright. 2000-08-21 22:18:11 +00:00
rdataset.c use the UNUSED() macro 2000-08-11 16:47:33 +00:00
rdatasetiter.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rdataslab.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
request.c 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does 2000-08-15 01:43:38 +00:00
resolver.c 397. [func] Added utility functions dns_view_gettsig() and 2000-08-17 00:18:12 +00:00
result.c missed a comma when adding the zone too large result text 2000-08-08 23:33:05 +00:00
rootns.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
sdb.c Simple database implementation. This includes a wrapper that makes a simple 2000-08-21 22:15:28 +00:00
sdb_p.h Simple database implementation. This includes a wrapper that makes a simple 2000-08-21 22:15:28 +00:00
ssu.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
tcpmsg.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
time.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
tkey.c Minor tsig cleanup. 2000-08-14 18:13:11 +00:00
tkeyconf.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
tsig.c gss-tsig support 2000-08-17 02:08:27 +00:00
tsigconf.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
ttl.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
validator.c cancellation fixes 2000-08-15 01:22:33 +00:00
version.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
view.c removed comments that duplicated ones in the header file 2000-08-17 23:54:32 +00:00
xfrin.c #endif /* NOMINUM_PUBLIC */ was missing the magic comment 2000-08-11 21:51:04 +00:00
zone.c Only call dns_db_load if the zone is not persistent. dns_db_ispersistent() 2000-08-21 22:20:32 +00:00
zoneconf.c add notify-any & notify-relay 2000-08-17 13:13:37 +00:00
zt.c removed dns_zt_print(), dns_zone_print(), dns_zone_tostr(), 2000-08-13 23:51:55 +00:00