4401. [misc] Change LICENSE to MPL 2.0.
#include <pk11/result.h>
#include <dns/result.h>
3796. [bug] Register dns and pkcs#11 error codes. [RT #35629]
update copyright notice
[master] tsig-keygen 3783. [func] "tsig-keygen" is now available as an alternate command name for "ddns-confgen". It generates a TSIG key in named.conf format without comments. [RT #35503]
[master] replace memcpy() with memmove(). 3698. [cleanup] Replaced all uses of memcpy() with memmove(). [RT #35120]
3069. [cleanup] Silence warnings messages from clang static analysis. [RT #20256]
noreturn RT #20257
2641. [bug] Fixed an error in parsing update-policy syntax, added a regression test to check it. [RT #20007]
the update-policy template doesn't match the implementation. [RT #19877] for 9.7.0a2.
an editorial nit for the usage()
minor additional improvements to ddns-confgen (see rt#19825)
missing break in a case block (rt#19812)
2609. [func] Simplify the configuration of dynamic zones: - add ddns-confgen command to generate configuration text for named.conf - add zone option "ddns-autoconf yes;", which causes named to generate a TSIG session key and allow updates to the zone using that key - add '-l' (localhost) option to nsupdate, which causes nsupdate to connect to a locally-running named process using the session key generated by named [RT #19284]