update copyright notice / whitespace
[v9_11] Stabilize nsupdate system test [RT #46673] (cherry picked from commit 00ff44c7c2c27e4e03d4b2dbf8fc924b25959256)
4533. [bug] dns_client_update should terminate on prerequiste failures (NXDOMAIN, YXDOMAIN, NXRRSET, YXRRSET) and also on BADZONE. [RT #43865] (cherry picked from commit 8ca45ba01af487896eb095589055d006d70fc0fd)
4401. [misc] Change LICENSE to MPL 2.0.
whitspace
update copyright notice
[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]
3109. [func] The also-notify option now uses the same syntax as a zone's masters clause. This means it is now possible to specify a TSIG key to use when sending notifies to a given server, or to include an explicit named masters list in an also-notfiy statement. [RT #23508]
2170. [func] Add acache processing to test suite. [RT #16711]
1574. [bug] Don't attempt to open the controls socket(s) when running tests. [RT #9091]
copyright update
added notify-source options
added 'transfer-source' directives to all system test named.conf files, so that tests succeed while transfer-source is still being (ab)used as the notify source address
make spacing in listen-on-v6 option consistent with other options
removed redundant "directory ." option
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
Merge update_test.pl into system test scripts
Add nsupdate/ixfr test suite