update copyright notice / whitespace
[master] cleanup strcat/strcpy 4722. [cleanup] Clean up uses of strcpy() and strcat() in favor of strlcpy() and strlcat() for safety. [RT #45981] (cherry picked from commit 114f95089c4db619ee723e4146639700afa17b5e)
4401. [misc] Change LICENSE to MPL 2.0.
don't mix IPv4 and IPv6 capability bits
[rt41269] additional tests for dig and delv, fix for --disable-ipv6 on osx, fixes for tests with --disable-ipv6
4279. [test] Don't use fixed ports when unit testing. [RT #41194]
[master] s/the the/the/
added print.h includes, updated copyrights
update copyright notice
[master] use ANSI prototypes, clean up some casts
silence coverity warnings
printf -> fprintf
[master] add missing include
[master] add DSCP support 3535. [func] Add support for setting Differentiated Services Code Point (DSCP) values in named. Most configuration options which take a "port" option (e.g., listen-on, forwarders, also-notify, masters, notify-source, etc) can now also take a "dscp" option specifying a code point for use with outgoing traffic, if supported by the underlying OS. [RT #27596]
set $Id$
3225. [bug] Silence spurious "setsockopt(517, IPV6_V6ONLY) failed" messages. [RT #26507]
3150. [func] Improved startup and reconfiguration time by enabling zones to load in multiple threads. [RT #25333]
3137. [func] Improve hardware scalability by allowing multiple worker threads to process incoming UDP packets. This can significantly increase query throughput on some systems. [RT #22992]