NSD 2.3.0 is the first NSD release that implements DNSSEC (RFCs 4033,
4034, and 4035) and enables DNSSEC by default. To disable DNSSEC, use
the --disable-dnssec configure option. Various bugs have also been fixed.
Please see the README document for configuration and installation
instructions.
You can download NSD from http://www.nlnetlabs.nl/nsd/
NSD 2.3.0
FEATURES:
- DNSSEC is now enabled by default. NSD should be fully
compliant with RFC4033, RFC4034, and RFC4035.
BUG FIXES:
- nsd: Ensure that the number of -a flags does not exceed the
maximum specified by MAX_INTERFACES in config.h.
- nsd-xfer: Use serial number arithmetic (RFC1982) for the
zone serial check
- nsdc: Don't pass (fake) serial number to nsd-xfer if the
zone file does not exist.
- zonec: Loading many zones would cause namedb_find_zone to
slow down, performance patch by Kazunori Fujiwara.
- Bug #96: nsd-xfer did not handle 8-bit domain names
correctly.