4401. [misc] Change LICENSE to MPL 2.0.
added print.h includes, updated copyrights
[master] native PKCS#11 support 3705. [func] "configure --enable-native-pkcs11" enables BIND to use the PKCS#11 API for all cryptographic functions, so that it can drive a hardware service module directly without the need to use a modified OpenSSL as intermediary (so long as the HSM's vendor provides a complete-enough implementation of the PKCS#11 interface). This has been tested successfully with the Thales nShield HSM and with SoftHSMv2 from the OpenDNSSEC project. [RT #29031]
update copyright notice
[master] replace memcpy() with memmove(). 3698. [cleanup] Replaced all uses of memcpy() with memmove(). [RT #35120]
update copyrights
3681. [port] Update the Windows build system to support feature selection and WIN64 builds. This is a work in progress. [RT #34160]
3339. [func] Allow the maximum supported rsa exponent size to be specified: "max-rsa-exponent-size <value>;" [RT #29228]
unsigned constants
3006. [func] Allow dynamically generated TSIG keys to be preserved across restarts of named. Initially this is for TSIG keys generated using GSSAPI. [RT #22639]
keygen progress indication [RT #20284]
add NULL gssapi fromlabel method. [RT #18877]
2397. [bug] gssapi_functions had too many elements. [RT #18355]
bad pointer
2352. [bug] Various GSS_API fixups. [RT #17729]
2105. [func] GSS-TSIG support (RFC 3645).
1851. [doc] Doxygen comment markup. [RT #11398]
1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should allow parallel make to succeed.