update copyright notice / whitespace
Fix out of bounds access in DHCID totext() method (#46001) (cherry picked from commit 98998f3ddd61a2a565412c5a71d6159d8e104553)
4401. [misc] Change LICENSE to MPL 2.0.
Use mnemonics for RR class and type comparisons (#40297)
update copyright notice
set $Id$
3062. [func] Made several changes to enhance human readability of DNSSEC data in dig output and in generated zone files: - DNSKEY record comments are more verbose, no longer used in multiline mode only - multiline RRSIG records reformatted - multiline output mode for NSEC3PARAM records - "dig +norrcomments" suppresses DNSKEY comments - "dig +split=X" breaks hex/base64 records into fields of width X; "dig +nosplit" disables this. [RT #22820]
2801. [func] Detect and report records that are different according to DNSSEC but are sematically equal according to plain DNS. Apply plain DNS comparisons rather than DNSSEC comparisons when processing UPDATE requests. dnssec-signzone now removes such semantically duplicate records prior to signing the RRset. named-checkzone -r {ignore|warn|fail} (default warn) named-compilezone -r {ignore|warn|fail} (default warn) named.conf: check-dup-records {ignore|warn|fail};
2108. [func] DHCID support. [RT #16456]