4401. [misc] Change LICENSE to MPL 2.0.
update copyright notice
1851. [doc] Doxygen comment markup. [RT #11398]
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
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
144. [cleanup] libdns header files too numerous to name were made to conform to the same style for multiple inclusion protection.
119. [cleanup] structure definitions for generic rdata stuctures do not have _generic_ in their names.
don't indent comments by one space
update copyright
Changed 'dns_name_t *' in structs to 'dns_name_t'
Update copyrights
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
Add decompression.
Add wire compression.
Created dns_name_rdatacompare() to do DNSSEC rdata comparisions as opposed to DNSSEC owner name comparisions of names. Changed all rdata types that were using dns_name_compare() to use dns_name_rdatacompare().
Missing space totext_tkey()
fix up TKEY
gen to generate dns_rdata{type,class}_{type,class} dns_rcode_{to,from}text() TKEY was missing the Algorithm
Initial Implementation