4401. [misc] Change LICENSE to MPL 2.0.
update copyright notice
1851. [doc] Doxygen comment markup. [RT #11398]
copyright update
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
word wrap copyright notice at column 70
update_copyrights
144. [cleanup] libdns header files too numerous to name were made to conform to the same style for multiple inclusion protection.
don't indent comments by one space
update copyright
Update copyrights
Adjust / add stucture definitions for NS/SOA/A/AAAA/A6 records.
dns_rdata_tostruct() may require memory to be allocted and hence it will need to be freed, dns_rdata_freestruct(). Changes to implement this. Added C++ support to rdatastruct.h
dns_rdata_tostruct() conversion
Style updates. cvs: ----------------------------------------------------------------------
return DNS_R_BADDOTTEDQUAD on isc_inet_aton failure
eliminate compiler warnings (char vs. uchar)
Add isc_inet_aton() and a check to use system inet_aton()
Add RR from RFC 1183 Update Copyright dates.
make this go on the Alpha.
dns_rdata_compare checked for RFC 1035 types converted frometext* to use gettoken() converted: result = foo(); if (result != DNS_R_SUCCESS) return (result); to RETERR(foo());
Adjusted error codes. txt_fromwire() was not coping with a zero length active buffer.
use the active region instead of the remaining region
Added INSIST's
Add $Id$'s
Initial "rdata" support. RFC 1035 RR types minus WKS totext/fromtext should all work towire/fromwire mostly work tostruct/fromstruct return DNS_R_NOTIMPLEMENTED compare untested