bind9/lib
David Lawrence a09c545af1 join_nodes is removed; node joining is no longer done at any time, because
it corrupts active chains and can change the data at a node which
someone might be using.  (In the latter case, though the full name from
the root was still intact, and the ->data member was not altered, other
values like the partial name ndata and offsets could change.)

New functions dns_rbt_fullnamefromnode() and dns_rbt_formatnodename(),
for getting a dns_name_t and filling a char buffer, respectively, with
the complete name of a node from the root.

rbtnode.is_root was being treated as isc_boolean_t even though it was bitfield
of width 1.  This worked fine, but wasn't consistent with ISC style, and
would have puked if someone decided to change isc_true from 1 (unlikely
as that is).  Yeah, anal, I know.
2001-03-08 01:08:39 +00:00
..
dns join_nodes is removed; node joining is no longer done at any time, because 2001-03-08 01:08:39 +00:00
isc added non-blocking locking, isc_rwlock_trylock() 2001-03-08 00:55:15 +00:00
isccfg Check for duplicate zone and key statements. Note that duplicate server 2001-03-08 00:55:50 +00:00
lwres #include <lwres/net.h> 2001-03-06 23:12:15 +00:00
omapi remove compiler warning 2001-02-17 00:53:59 +00:00
tests copyright update 2001-01-09 22:01:04 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in merge in new yacc-free configuration parser from the newconfig branch 2001-02-15 04:14:15 +00:00