bind9/lib/dns
Bob Halley 176f7a135e findnode() had design legacies from an older version of the RBT API. It
also failed to handle the case where it had discovered that a node didn't
exist, had unlocked and relocked the tree (into write mode), and then had
attempted to add the node and got DNS_R_EXISTS as the result.  (I.e. someone
beat us in the race to create the node.)  In this case, an error would have
been returned.  The correct behavior is to succeed (being sure to increment
the node reference count).
1999-08-11 22:06:21 +00:00
..
config Config file yacc parser. 1999-07-20 20:19:24 +00:00
include allow buffer and stream loading 1999-08-05 22:10:23 +00:00
rdata additional data support 1999-08-03 20:55:19 +00:00
sec dns_key_free seg fault 1999-08-03 19:48:10 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
api shared library support 1999-07-03 21:07:10 +00:00
callbacks.c callback structure changes 1999-07-30 23:33:15 +00:00
compress.c compress_find() could return a pointer to stack memory. 1999-05-26 00:34:54 +00:00
db.c dns_master_load() is now _loadfile() 1999-08-05 22:12:38 +00:00
dbiterator.c checkpoint 1999-04-01 04:02:33 +00:00
dbtable.c initialize the dbtable's rbt pointer to null before dns_rbt_create 1999-05-25 18:41:52 +00:00
dispatch.c hack on socket code more, trying to track down a bug 1999-07-28 23:04:33 +00:00
gen.c class to rdclass; additional data support 1999-08-02 22:18:31 +00:00
lib.c put msgcat init in lib.c 1999-06-23 22:28:27 +00:00
Makefile.in add view.c 1999-08-05 22:08:24 +00:00
master.c allow buffer and stream loading 1999-08-05 22:10:23 +00:00
masterdump.c fix spelling error 1999-07-24 00:59:55 +00:00
message.c class to rdclass 1999-08-02 22:19:30 +00:00
name.c allow undedication of the dedicated buffer 1999-07-28 02:20:22 +00:00
rbt.c In join_nodes, when using the space of the down node, it needs to get 1999-05-07 12:13:25 +00:00
rbtdb.c findnode() had design legacies from an older version of the RBT API. It 1999-08-11 22:06:21 +00:00
rbtdb.h remove unneeded include 1999-04-01 04:03:56 +00:00
rbtdb64.c add rbtdb64 1999-03-04 02:39:41 +00:00
rbtdb64.h add rbtdb64 1999-03-04 02:39:41 +00:00
rdata.c define CHAOS class; put METACLASSES first so META bit is set for ANY 1999-08-05 22:11:52 +00:00
rdatalist.c add rdataset cloning 1999-07-13 01:50:22 +00:00
rdataset.c for good style, call dns_rdataset_first() first when dealing with questions 1999-08-03 20:54:56 +00:00
rdatasetiter.c make current return void 1999-03-11 05:59:40 +00:00
rdataslab.c include <string.h> to get prototype for memcpy(). 1999-07-13 17:26:07 +00:00
resolver.c resolver checkpoint 1999-07-24 01:26:18 +00:00
result.c dns_result_torcode missing breaks in switch 1999-08-05 20:39:21 +00:00
tcpmsg.c event->sender was bogus pointer 1999-07-30 13:33:47 +00:00
time.c added dns_db_dump(), $DATE, and supporting changes 1999-06-08 10:35:23 +00:00
ttl.c added dns_db_dump(), $DATE, and supporting changes 1999-06-08 10:35:23 +00:00
version.c shared library support 1999-07-03 21:07:10 +00:00
view.c add 1999-08-05 22:08:45 +00:00