1NSD RELEASE NOTES 2 34.6.0 4================ 5FEATURES: 6 - Port zone-verification from CreDNS to NSD4. 7BUG FIXES: 8 - Fix static analyzer reports on ixfrcreate temp file. 9 - Fixup wrong ixfrcreate fread return check. 10 114.5.0 12================ 13FEATURES: 14 - Merge PR #209: IXFR out 15 This adds IXFR out functionality to NSD. NSD can copy IXFRs from 16 upstream to downstream clients, or create IXFRs from zonefiles. 17 The options store-ixfr: yes and create-ixfr: yes can be used to 18 turn this on. Default is turned off. The options ixfr-number and 19 ixfr-size can be used to tune the number of IXFR transfers and 20 total data size stored. This is configured per zone, the IXFRs 21 are served to the hosts that are allowed to perform zone transfers. 22 And if TSIG is configured, signed with the same key. The content 23 is stored to file if a zonefile is configured for the zone, in 24 the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain 25 readable text format. The number of IXFRs is num.rixfr in 26 statistics output, also per zone if per zone statistics are enabled. 27 If offline, nsd-checkzone -i can create ixfr files. 28 NSD already supports requesting IXFRs, this addition allows NSD 29 to serve IXFR transfers to clients. 30 NSD stops responding with NOTIMPL to IXFR requests, also for zones 31 that do not have IXFR enabled. The clients gets a full zone reply 32 or a status reply if the serial is up to date. 33BUG FIXES: 34 - Fix code analyzer zero divide warning. 35 - Fix code analyzer large value with assertion. 36 - Fix another code analyzer zero divide warning. 37 - Fix code analyzer warning about uninitialized temp storage in loop. 38 - Fix spelling error in comment in svcbparam_lookup_key. 39 - Update cirrus script FreeBSD version. 40 414.4.0 42================ 43FEATURES: 44 - Merge #193: Lower memory usage of the XFRD process by default. 45 Instead of preallocating all elements, they are allocated when used. 46 There are options for managing the memory usage, defaults are the 47 same as before. xfrd-tcp-max sets the number of sockets for tcp 48 connections that xfrd can make to download zone contents. And 49 xfrd-tcp-pipeline the number of simultaneous transfers over the 50 same connection. 51BUG FIXES: 52 - Fix #200: nsd-checkzone succeeds even with incorrect serial in SOA 53 record. 54 - Merge #204 from jonathangray: correct some spelling mistakes. 55 - Fix to change file mode before changing file owner for the 56 nsd-control unix socket file. 57 - Fix to document nsd-checkzone -p in the man page for nsd-checkzone. 58 - Fix #206: build with --without-ssl fails. 59 - Merge #207 Sync nsd-control-setup with unbound-control-setup to 60 generate certificates with SANs. 61 - Fix unit tests for nds-control-setup exit code and the 62 xfrd-tcp-max default. 63 644.3.9 65================ 66BUG FIXES: 67 - Fix #198: nsd-control reconfig core dump. 68 - Fix to remove git tracking and ci information from release tarballs. 69 - Fix unit tests for new answer-cookie default. 70 - Fix socket_partitioning unit test for FreeBSD. 71 - Fix SVCB test to work around older dig with drill. 72 734.3.8 74================ 75FEATURES: 76 - Merge #185 by cesarkuroiwa: Mutual TLS. 77 - Set default for answer-cookie to no. Because in server deployments 78 with mixed server software, a default of yes causes issues. 79BUG FIXES: 80 - Fix to compile with OpenSSL 3.0.0beta2. 81 - Fix configure detection of SSL_CTX_set_security_level. 82 - Fix deprecated functions use from openssl 3.0.0beta2. 83 - For #184: Note that all zones can be targeted by some nsd-control 84 commands in the man page. 85 - Fixes for #185: Document client-cert, client-key and client-key-pw 86 in the man page. Fix yacc semicolon. Fix unused variable warning. 87 Use strlcpy instead of strncpy. Fix spelling error in error 88 printout. 89 - Merge #187: Support using system-wide crypto policies. 90 - Fix #188: NSD fails to build against openssl 1.1 on CentOS 7. 91 - Fix sed script in ssldir split handling. 92 - Fix #189: nsd 4.3.7 crash answer_delegation: Assertion 93 `query->delegation_rrset' failed. 94 - Fix #190: NSD returns 3 NSEC3 records for NODATA response. 95 - Fix compile failure with openssl 1.0.2. 96 - Fix #194: Incorrect NSEC3 response for SOA query below delegation 97 point. 98 994.3.7 100================ 101FEATURES: 102 - Syntax of SVCB and HTTPS RR type as per draft-ietf-dnsop-svcb-https 103 - Client side DNS Zone Transfer-over-TLS (XoT) support as per 104 draft-ietf-dprive-xfr-over-tls 105 - Interoperable DNS Cookies support as per RFC7873 and RFC9018 106BUG FIXES: 107 - Fix for #170: Fix build warnings when IPv6 is disabled. 108 - Fix #170: Disabled IPv6 and DNSTAP enabled triggers a build error. 109 - Fix for #128: Skip over sendmmsg invalid argument when port is zero. 110 - Fix #171: Invalid negative response (NSEC3) after IXFR. 111 - Fix to make nsec3_chain_find_prev return NULL if one nsec3 left. 112 - Fix #174: NS Records below delegation are not ignored (nsd-checkzone 113 also does not raise any issue). 114 - Fix #176: please review Loglevel on missing zonefile. 115 - Update the ACX_CHECK_NONBLOCKING_BROKEN test for the configure 116 script. 117 - Fix #179: log notice and server-count. 118 - Update configure nonblocking test to use host. 119 - Fix #168: Buffer overflow in the dname_to_string() function 120 - Fixes for child server processes getting out of sync with the 121 dnstap-collector process 122 - Fix gcc-11 warning on array bounds. 123 - Fix compile of cookies on FreeBSD without IPv6. 124 - Fix for loop initial declaration for nonc99 compiler 125 - Fix typo in xfrd-tcp.c. 126 1274.3.6 128================ 129FEATURES: 130 - Fix #146 with #147: DNSTAP log the local address of the server 131 with the dnstap logs. 132 - Enable configuring a control-interface by interface name. 133 - A -p option to nsd-checkzone to print a successfully read zone. 134 - Add Extended DNS Errors RFC8914 135 - Per zone Access Control List for queries 136 with an allow-query: option. 137BUG FIXES: 138 - Prevent a few more yacc clashes. 139 - Merge PR #153 from fobser: Repair -fno-common linker errors 140 automatically. 141 - Fix uninitialized access of log_buf in error printout on apply ixfr. 142 - Fix AF_LOCAL compile error for Solaris. 143 - Fix ifaddrs compile error for Solaris. 144 - Fix ifaddrs.h compile error for Solaris. 145 - Man page documentation for dnstap options. 146 - Fix segfault on high verbosity for TLS channels with dnstap log 147 local address. 148 - Fix #163: A TSIG noncompliance with RFC 2845. 149 - Fix that wildcard is printed as a star instead of escaped, in 150 logs and in written zone files. 151 - Fix double config.h include in configlexer.c 152 - Fix to remove configyyrename from makedist.sh and also 153 update the flex and bison rules there to add the "c_" prefix. 154 - Fix configure to use header checks with compile. 155 - Fix warning about unused function log_addr. 156 - Fix #154: TXT with parentheses fails in 4.3.5. 157 - Align parsing of TXT elements with how bind does it. 158 - Fix configure failure for enable systemd because of autoconf. 159 160 1614.3.5 162================ 163BUG FIXES: 164 - Fix #143: xfrd no hysteresis with NOT IMPLEMENTED rcode. 165 - Fix #144: Typo fix in nsd.conf.5.in. 166 - For #145: Fix that service of remaining TCP and TLS connections 167 does not allow new queries to be made, the connection is closed. 168 Only existing queries and zone transfers are answered, new ones 169 are rejected by a close of the channel. 170 - Fix that nsd-control has timeout when connection is down. 171 - remove windows socket ifdefs from nsd-control. 172 - Fix #148: CNAME need not be followed after a synthesized CNAME 173 for a CNAME query. 174 - Fix configure.ac for autoconf 2.70. 175 - Fix #150: TXT record validation difference with BIND. 176 - Fix #151: DNAME not applied more than once to resolve the query. 177 - Fix #152: '*' in Rdata causes the return code to be NOERROR instead 178 of NX. 179 180 1814.3.4 182================ 183FEATURES: 184 - Merge PR #141: ZONEMD RR type. 185BUG FIXES: 186 - Fix #129: ambiguous use of errno, in log message if sendmmsg fails. 187 - Fix #128: Fix that the invalid port number is logged for sendmmsg 188 failed: Invalid argument. 189 - Fix #127: two minor `-Wcast-qual` cleanups 190 - Fix #126: minor header hygiene 191 - Fix #125: include config.h in compat/setproctitle.c and fix 192 prototype of `setproctitle` 193 - Fix #133: fix 0-init of local ( stack ) buffer. 194 - Fix missing parenthesis on size of fix to init buffer. 195 - Fix #134: IPV4_MINIMAL_RESPONSE_SIZE vs EDNS_MAX_MESSAGE_LEN. 196 - Fix to add missing closest encloser NSEC3 for wildcard nodata type 197 DS answer. 198 - Remove unused init_cfg_parse routine from configlexer. 199 - Fix #138: NSD returns non-EDNS answer when QUESTION is empty. 200 - Fix #142: NODATA answers missin SOA in authority section after 201 CNAME chain. 202 - Fix for CVE-2020-28935 : Fix that symlink does not interfere 203 with chown of pidfile. 204 205 2064.3.3 207================ 208FEATURES: 209 - Follow DNS flag day 2020 advice and 210 set default EDNS message size to 1232. 211 - Merged PR #113 with fixes. Instead of listing an IP-address to 212 listen on, an interface name can be specified in nsd.conf, with 213 ip-address: eth0. The IP-addresses for that interface are then used. 214 - Port TSIG code for openssl 3.0.0-alpha6. 215BUG FIXES: 216 - Fix make install with --with-pidfile="". 217 - Merge #115 from millert: Fix strlcpy() usage. From OpenBSD. 218 - Merge #117: mini_event.h (4.3.2 and 4.3.1) on OpenBSD cannot find 219 fd_set - patch. 220 - Fix that configure checks for EVP_sha256 to detect openssl, because 221 HMAC_CTX_new is deprecated in 3.0.0. 222 - Fix #119: fix compile warnings from new gcc. 223 - Fix #119: warn when trying to parse a directory. 224 - Merge PR #121: Increase log level of recreated database from 225 WARNING to ERR. 226 - Remove unused space from LIBS on link line. 227 - Updated date in nsd -v output. 228 229 2304.3.2 231================ 232FEATURES: 233 - Fix #96: log-only-syslog: yes sets to only use syslog, fixes 234 that the default configuration and systemd results in duplicate 235 log messages. 236 - Fix #107: nsd -v shows configure line, openssl version and libevent version. 237 - Fix #103 with #110: min-expire-time option. To provide a lower 238 bound for expire period. Expressed in number of seconds or 239 refresh+retry+1. 240BUG FIXES: 241 - Fix for posix shell syntax for trap in nsd-control-setup 242 - Fix to omit the listen-on lines from log at startup, unless verbose. 243 - Fix uninitialised values for bindtodevice option at startup with 244 reuseport and multiple interfaces. 245 - Fix #95: Removed make test check because tpkg not included in 246 release tarballs. 247 - Fix unused parameter compile warnings. 248 - Fix #97: EDNS unknown version: query not in response. 249 - Fix #99: Fix copying of socket properties with reuseport enabled. 250 - Document default value for tcp-timeout. 251 - Merge PR#102 from and0x000: add missing default in documentation 252 for drop-updates. 253 - Fix unlink of pidfile warning if not possible due to permissions, 254 nsd can display the message at high verbosity levels. 255 - Removed contrib/nsd.service, example is too complicated and not 256 useful. 257 - Do not log EAGAIN errors for sendmmsg, to stop log spam on OpenBSD. 258 - Merge #108 from Nomis: Make the max-retry-time description clearer. 259 - Retry when udp send buffer is full to wait until buffer space is 260 available. 261 - Remove errno reset behaviour from sendmmsg and recvmmsg 262 replacement functions. 263 - Fix unit test for different nsd-control-setup -h exit code. 264 - Merge #112 from jaredmauch: log old and new serials when NSD 265 rejects an IXFR due to an old serial number. 266 - Fix #106: Adhere better to xfrd bounds. Refresh and retry times. 267 - Fix #105: Clearing hash_tree means just emptying the tree. 268 269 2704.3.1 271================ 272BUG FIXES: 273 - Fix #70: error: 'fd_set' undeclared. 274 - Fix #71: error: 'for' loop initial declaration used outside C99 275 mode. 276 - Fix to move declarations out of for loops in event test too. 277 - Fix #76: cpuid typedef for Hurd, DragonflyBSD compile. 278 - Fix #75: configure test for sched_setaffinity, and use 279 cpuset_setaffinity otherwise. Also test for presence of sysconf. 280 - Fix #74: GNU Hurd fix cast from pointer to integer of different size. 281 - Fix for #74, #75: cpuset test for header contents and provide code. 282 - Fix #78: Fix SO_SETFIB error on FreeBSD. 283 - Merge PR #83 from noloader: Fix GNU HURD sched_setaffinity compile. 284 - Fix #80: NetBSD and implicit declaration of reallocarray. 285 - Fix unknown u_long in util.c for Issue #80 . 286 - Merge PR #86 from noloader: Use precious variables for GREP, EGREP, 287 SED, AWK, LEX and YACC. 288 - For PR #86: Fix that programs loaded after CFLAGS and stuff is 289 set, specifically the compiler, so that it can work if it needs 290 special flags from that. Fix that lex only needs to support -i 291 if actually defined, otherwise the output included in the source 292 tarball can be used. 293 - Merge PR #90 by phicoh: O_CLOEXEC should be FD_CLOEXEC. 294 - Merge PR #92 by tonysgi: Fix typo. 295 - Merge PR #91 by gearnode: nsd-control-setup recreate certificates. 296 The '-r' option recreates certificates. Without it it creates them 297 if they do not exist, and does not modify them otherwise. 298 299 3004.3.0 301================ 302FEATURES: 303 - Fix to use getrandom() for randomness, if available. 304 - Fix #56: Drop sparse TSIG signing support in NSD. 305 Sign every axfr packet with TSIG, according to the latest 306 draft-ietf-dnsop-rfc2845bis-06, Section 5.3.1. 307 - Merge pull request #59 from buddyns: add FreeBSD support 308 for conf key ip-transparent. 309 - Add feature to pin server processes to specific cpus. 310 - Add feature to pin IP addresses to selected server processes. 311 - Set process title to identify individual processes. 312 - Merge PR#22: minimise-any: prefer polular and not large RRset, 313 from Daisuke Higashi. 314 - Add support for SO_BINDTODEVICE on Linux. 315 - Add support for SO_SETFIB on FreeBSD. 316 - Add feature to drop queries with opcode UPDATE. 317BUG FIXES: 318 - Fix fname null check of fname in namedb_read_zonefile. 319 - Fix implicit cast of size in udb_radnode_array_grow. 320 - Fix ignore of return value of ssl_printf in remote.c. 321 - Fix unused check of fd in parent_handle_reload_command. 322 - Attempt to fix signedness of nscount lookup in ixfr query_process. 323 - Fix identical branches for ssl_print of errors in remote.c. 324 - Fix type cast bounds, signedness of opt_rdlen in edns_parse_record. 325 - Fix to separate header and data lines in parse_zone_list_file. 326 - Fix to define max number of EDNS records we are willing to 327 spend time on. 328 - Fix size of string len and capacity type cast in udbradtree. 329 - Fix to protect rrcount in tsig_find_rr from overflow. 330 - Annotate radix_find_prefix_node not reachable trail code. 331 - Fix to protect rrcount in packet_find_notify_serial from overflow. 332 - Fix to close socket on error in create_tcp_accept_sock. 333 - Fix to log on failure to chmod for socket for remote control. 334 - Fix to remove unneeded if in open of socket for remote control. 335 - Fix to restore input parameter on call failure in create_dirs. 336 - Please checker by terminating and initialising string read 337 by remote control. 338 - Fix to define upper bounds on rr counts read from untrusted packet 339 data. 340 - Separate acl_addr_match_range functions for ip4 and ip6, to 341 please checkers. 342 - Avoid unused variable warning in new match_range_v4 function. 343 - Fix whitespace in nsd.conf.sample.in, patch from Paul Wouters. 344 - use-systemd is ignored in nsd.conf, when NSD is compiled with 345 libsystemd it always signals readiness, if possible. 346 - Note that use-systemd is not necessary and ignored in man page. 347 - Fix unreachable code in ssl set options code. 348 - Fix bad shift in assertion code analyzer complaint. 349 - Fix responses for IXFR so that the authority section is not echoed 350 in the response. 351 - Merge PR#60: Minor portability fixes from michaelforney, with 352 avoid pointer arithmetic on void* and avoid unnecessary VLA. 353 - Fix that the retry wait does not exceed one day for zone transfers. 354CHANGES: 355 - Set FD_CLOEXEC on opened sockets. 356 357 3584.2.4 359================ 360FEATURES: 361 - Fix #48: Add make distclean that removes config.h made by configure. 362 And add maintainer-clean that removes bison and flex output. 363BUG FIXES: 364 - Detect fixed time memcmp for openssl 0.9.8 compatibility. 365 - Detect EC_KEY_new_by_curve_name for openssl 0.9.8. 366 - include limits.h for UINT_MAX. 367 - If no recvmmsg, dont use msg_flags member, but errno for error, 368 where our fallback function left it, msg_flags also does not exist 369 on some systems. 370 - Remove unused variable warning for portability. 371 - Fix #52: do not log transient network full errors unless higher 372 verbosity is set. 373 - Fix regressions in configparser.y where global variables were not 374 set for minimal-responses, round-robin and log-time-ascii. 375 376 3774.2.3 378================ 379FEATURES: 380 - For #39: confine-to-zone configures NSD to not return out-of-zone 381 additional information. Contributed by Greg Bock. 382 - For #21: pidfile "" allows to run NSD without a pidfile, for 383 startup management tools like daemontools. 384 - For #21 add 385 contrib/patch_for_s6_startup_and_other_service_supervisors.diff 386 that adds support for readiness notification with READY_FD from 387 Cameron Nemo. 388BUG FIXES: 389 - Fix #35: excessive logging of ixfr failures, it stops the log when 390 fallback to axfr is possible. log is enabled at high verbosity. 391 - Fixup warnings during --disable-ipv6 compile. 392 - The nsd.conf includes are sorted ascending, for include statements 393 with a '*' from glob. 394 - Fix #38: log address and failure reason with tls handshake errors, 395 squelches (the same as unbound) some unless high verbosity is used. 396 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet 397 master dereference. 398CHANGES: 399 - Number of different UDP handlers has been reduced to one. recvmmsg 400 and sendmmsg implementations are now used on all platforms. 401 Compatible implementations are in place for systems that lack the 402 system calls. 403 - Socket options are now set in designated functions for easy reuse. 404 - Socket setup has been simplified for easy reuse. 405 - Configuration parser is now aware of the context in which an option 406 was specified. 407 - Fix #44: document that remote-control is a top-level nsd.conf 408 attribute. 409 410 4114.2.2 412================ 413BUG FIXES: 414 - Fix #20: CVE-2019-13207 Stack-based Buffer Overflow in the 415 dname_concatenate() function. Reported by Frederic Cambus. 416 It causes the zone parser to crash on a malformed zone file, 417 with assertions enabled, an assertion catches it. 418 - Fix #19: Out-of-bounds read caused by improper validation of 419 array index. Reported by Frederic Cambus. The zone parser 420 fails on type SIG because of mismatched definition with RRSIG. 421 - PR #23: Fix typo in nsd.conf man-page. 422 - Fix that NSD warns for wrong length of the hash in SSHFP records. 423 - Fix #25: NSD doesn't refresh zones after extended downtime, 424 it refreshes the old zones. 425 - Set no renegotiation on the SSL context to stop client 426 session renegotiation. 427 - Fix #29: SSHFP check NULL pointer dereference. 428 - Fix #30: SSHFP check failure due to missing domain name. 429 - Fix to timeval_add in minievent for remaining second in microseconds. 430 - PR #31: nsd-control: Add missing stdio header. 431 - PR #32: tsig: Fix compilation without HAVE_SSL. 432 - Cleanup tls context on xfrd exit. 433 - Fix #33: Fix segfault in service of remaining streams on exit. 434 - Fix error message for out of zone data to have more information. 435 436 4374.2.1 438================ 439FEATURES: 440 - Added num.tls and num.tls6 stat counters. 441 - PR #12: send-buffer-size, receive-buffer-size, 442 tcp-reject-overflow options for nsd.conf, from Jeroen Koekkoek. 443 - Fix #14, tcp connections have 1/10 to be active and have to work 444 every second, and then they get time to complete during a reload, 445 this is a process that lingers with the old version during a version 446 update. 447BUG FIXES: 448 - Fix #13: Stray dot at the end of some log entries, removes dot 449 after updated serial number in log entry. 450 - Fix TLS cipher selection, the previous was redundant, prefers 451 CHACHA20-POLY1305 over AESGCM and was not as readable as it 452 could be. 453 - Consolidate server tls context create and remote control context 454 create, with hardening for the remote control tls context too. 455 - Fix to init event structure for reassignment. 456 - Fix to init event not pointer, in reassignment. 457 - Fix #15: crash in SSL library, initialize variables for TCP access 458 when TLS is configured. 459 - Fix tls handshake event callback function mistake, reported 460 by Mykhailo Danylenko. 461 - Initialize event structures before event_set, to stop uninitialized 462 values from setting event library lists and assertions, that would 463 sometimes also show after event_del. 464 - Do not use symbol from libc, instead use own replacement, if not 465 available, for accept4. 466 - Fix output of nsd-checkconf -h. 467 468 4694.2.0 470================ 471FEATURES: 472 - Print IP address when bind socket fails with error. 473 - Fix #4249: The option hide-identity: yes stops NSD from responding 474 with the hostname for chaos class queries. Implements the RFC4892 475 security considerations. 476 - Patch to add support for TCP Fast Open, from Sara 477 Dickinson (Sinodun). 478 - Patch to add support for tls service on a specified tls port, 479 from Sara Dickinson (Sinodun). 480 - Use travis for build check, initial unit test and clang analysis. 481 - TLS OCSP stapling support, enabled with tls-service-ocsp: filename, 482 patch from Andreas Schulze. 483BUG FIXES: 484 - Fix to delete unused zparser.default_apex member. 485 - Fix that the TLS handshake routine sets the correct event to 486 continue when done. 487 - Fix that TLS renegotiation calls the read and write routines again 488 with the same parameters when the desired event has been satisfied. 489 - Fix that TCP Fastopen has better error message and supports OSX. 490 - Fix to avoid buffer alloc with global buffer in tls write handler. 491 - Fix to initialize event structure when accepting TCP connection. 492 - Disable TLS1.0, TLS1.1 and weak ciphers, enable 493 CIPHER_SERVER_PREFERENCE, patch from Andreas Schulze. 494 - further setup ssl ctx after the keys are loaded, for ECDH. 495 - Fix #10: Fix memory leaks caused by duplicate rr and include 496 instructions. 497 - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD. 498 499 5004.1.27 501================ 502FEATURES: 503 - Deny ANY with only one RR in response, by default. Patch from 504 Daisuke Higashi. The deny-any statement in nsd.conf sets ANY 505 queries over UDP to be further moved to TCP as well. 506 Also no additional section processing for type ANY, reducing 507 the response size. 508 - Fix #4215: on-the-fly change of TSIG keys with patch from Igor, adds 509 nsd-control print_tsig, update_tsig, add_tsig, assoc_tsig 510 and del_tsig. These changes are gone after reload, edit the 511 config file (or a file included from it) to make changes that 512 last after restart. 513BUG FIXES: 514 - Fix #4213: disable-ipv6 and dnstap compile error. 515 - Fix to reduce region_log_stats if condition, this removes a 516 debug statement. 517 - Fix for FreeBSD port with dnstap enabled. 518 - Fix to remove unused code. 519 - Fix #6: nsd-control-setup: Change validity time to a shorter 520 period (<2038). 521 - Fix unused definition in header remote.h. 522 - Fix #4236: IPV4_MINIMAL_RESPONSE_SIZE=1480 is slightly too big. 523 - Fix #4235: IP_PMTUDISC_OMIT on IPv4/UDP sockets. 524 - Fixed radtree_insert memory leak. 525 - Fixed access recycled variable. 526 527 5284.1.26 529================ 530FEATURES: 531 - DNSTAP support for NSD, --enable-dnstap and then config in nsd.conf. 532 - Support SO_REUSEPORT_LB in FreeBSD 12 with the reuseport: yes 533 option in nsd.conf. 534 - Added nsd-control changezone. nsd-control changezone name pattern 535 allows the change of a zone pattern option without downtime for 536 the zone, in one operation. 537BUG FIXES: 538 - Fix #4194: Zone file parser derailed by non-FQDN names in RHS of 539 DNSSEC RRs. 540 - Fix #4202: nsd-control delzone incorrect exit code on error. 541 - Tab style fix to use tab for 8 spaces, from Xiaobo Liu. 542 - Fix #4205: enable-recvmmsg in mixed IPv4/IPv6 environment fails. 543 This sets the msg_hdr.msg_namelen correctly after receipt. 544 - Fix to not set GLOB_NOSORT so the nsd.conf include: files are 545 sorted and in a predictable order. 546 - Fix #3433: document that reconfig does not change per-zone stats. 547 548 5494.1.25 550================ 551FEATURES: 552 - nsd-control prints neater errors for file failures. 553BUG FIXES: 554 - Fix that nsec3 precompile deletion happens before the RRs of 555 the zone are deleted. 556 - Fix printout of accepted remote control connection for unix sockets. 557 - Fix use_systemd typo/leftover in remote.c. 558 - Fix codingstyle in nsd-checkconf.c in patch from Sharp Liu. 559 - append_trailing_slash has one implementation and is not repeated 560 differently. 561 - Fix coding style in nsd.c 562 - Fix to combine the same error function into one, from Xiaobo Liu. 563 - Fix initialisation in remote.c. 564 - please clang analyzer and fix parse of IPSECKEY with bad gateway. 565 - Fix nsd-checkconf fail on bad zone name. 566 - Annotate exit functions with noreturn. 567 - Remove unused if clause during server service startup. 568 - Fix #4156: Fix systemd service manager state change notification 569 When it is compiled, systemd readiness signalling is enabled. 570 The option in nsd.conf is not used, it is ignored when read. 571 572 5734.1.24 574================ 575FEATURES: 576 - #4102: control interface via local socket. 577 configure it with control-interface: "/path/nsd.ctl" The path 578 has to start with a / to separate it from an IP address. 579 The local socket does not use SSL, but unencrypted traffic, use 580 file and containing directory permissions to restrict access. 581 - configure --enable-systemd (needs pkg-config and libsystemd) can 582 be used to then use-systemd: yes in nsd.conf and have readiness 583 signalling with systemd. 584 - RFC8162 support, for record type SMIMEA. 585BUG FIXES: 586 - Patch to fix openwrt for mac os build darwin detection in configure. 587 - Fix that first control-interface determines if TLS is used. Warn 588 when IP address interfaces are used without TLS. 589 - #4106: Fix that stats printed from nsd-control are recast from 590 unsigned long to unsigned (remote.c). 591 - Fix that type CAA (and URI) in the zone file can contain 592 dots when not in quotes. 593 - #4133: Fix that when IXFR contains a zone with broken NSEC3PARAM 594 chain, NSD leniently attempts to find a working NSEC3PARAM. 595 596 5974.1.23 598================ 599BUG FIXES: 600 - Fix NSD time sensitive TSIG compare vulnerability. 601 602 6034.1.22 604================ 605FEATURES: 606 - refuse-any sends truncation (+TC) in reply to ANY queries over UDP, 607 and allows TCP queries like normal. 608 - Use accept4 to speed up answer of TCP queries, on Linux, FreeBSD 609 and OpenBSD. 610BUG FIXES: 611 - Fix nsec3 hash of parent and child co-hosted nsec3 enabled zones. 612 - Fix to use same condition for nsec3 hash allocation and free. 613 614 6154.1.21 616================ 617FEATURES: 618 - --enable-memclean cleans up memory for use with memory checkers, 619 eg. valgrind. 620 - refuse-any nsd.conf option that refuses queries of type ANY. 621 - lower memory usage for tcp connections, so tcp-count can be higher. 622BUG FIXES: 623 - Fix unused variable warnings and uninit variable in statistics 624 printout from clang analyzer. 625 - Fix spelling error in xfr-inspect. 626 - Fix #3562: explain build error when flex missing. 627 - Fix buffer size warnings from compiler on filename lengths. 628 - Fix #4093: Release notes not using 2018. 629 630 6314.1.20 632================ 633BUG FIXES: 634 - Fix memory leak in zone file read of unknown rr formatted RRs. 635 - Fix memory leak when rehashing nsec3 after axfr or zonefile read, 636 in the selectively allocated precompiled nsec3 hashes. 637 638 6394.1.19 640================ 641BUG FIXES: 642 - ignore fallthrough compiler warning in flex EOF rule. 643 - Fix warnings emitted by clang for --enable-packed. Alignment is not 644 a problem for x86_64, don't enable packed when the platform 645 requires aligned access. 646 - Fix spelling error in xfr-inspect. 647 - Fix 3392: Fix regression in 4.1.18 for notify lists with ip4 648 and ip6 targets. 649 - Add test for support of -Wno-address-of-packed-member for 650 --enable-packed. 651 652 6534.1.18 654================ 655FEATURES: 656 - xfr-inspect, it is not installed, it prints xfr files from /tmp 657 made with 'make xfr-inspect' in the source dir. 658 - retry timeout between sending notifies dropped from 15 to 3 sec. 659 - NSD sends 16 notifies simultaneously. 660 - configure --enable-packed reduces memory usage, at expense of 661 unaligned reads. Saves about 17%. 662 - Save memory by selectively allocate precompiled nsec3 hashes, 663 saves about 16% memory. 664 - make ip-transparent option work on OpenBSD. 665 - Save about 2% memory by changing usage count size in name tree. 666 - Fix #2871: Increase number of sockets for xfrd transfers. 667BUG FIXES: 668 - Fix gcc 7.1.1 warnings. 669 - Fix writev compile warning on FreeBSD. 670 - Fix #1446: A corrupted zone file "propagates" to good ones. 671 - nsd-control zonestatus prints wait time between attempts, for zones 672 that are in that waiting time. 673 - Fix collision printout of nsec3 to print name, hash and reverse. 674 - Fix #1567: Change crit to err log level for gettimeofday failure. 675 Add defines for compile without syslog. 676 - Fix crash for DS query when parent and child zones both configured 677 in nsd.conf and parent zone has not loaded properly. 678 679 6804.1.17 681================ 682FEATURES: 683 - zone parser parses type AVC (it has TXT format). 684 - Fix #1272: use writev to put tcp length field with data for outgoing 685 zone transfer requests. 686BUG FIXES: 687 - Fix potential null pointer in nsec3 adjustment tree. 688 - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent 689 empty base64 or hex string. 690 691 6924.1.16 693================ 694FEATURES: 695 - zone parser can parse acronyms for algorithms ED25519 and ED448. 696 - Fix 1243: Option to make NSD emit really minimal responses, 697 minimal-responses: yes in nsd.conf. 698BUG FIXES: 699 - Calculate new udb index after growing the array, fix from 700 Chaofeng Liu. 701 - Fix missing _t to _type conversion for disable-radix-tree option. 702 - Printout serial error with hint it may be too big. 703 - Fix 1228: OpenSSL include is not guarded with HAVE_SSL 704 - Patch for expire state in multi-master when masters includes 705 broken master, from Manabu Sonoda. 706 - minor manpage fix. 707 708 7094.1.15 710================ 711BUG FIXES: 712 - Fix nsd-control and ipv6 only. 713 - Squelch zone transfer error address family not supported by protocol 714 at low verbosity levels. 715 - Fix #1195: Fix so that NSD fails on non-compliant values for Serial. 716 - Fix to rename _t typedefs because POSIX reserves them. 717 - Fix that nsec3 hash collisions only reported on verbosity level 3. 718 719 7204.1.14 721================ 722FEATURES: 723 - Fix #1132 for SERVFAIL zones perform backoff, and remembers the 724 timeout on next startup. 725BUG FIXES: 726 - Fix null memcpy for radixtree with single link element. 727 - Robust fix against missing master in tcp_open for xfrd. 728 - Fix wildcards in include: config statements with chroot enabled. 729 - suppress compile warning in lex files. 730 - Fix to try every master once, then wait for timeout or notify. 731 - Save backoff timeout into xfrd.state file, this file has a higher 732 version number now. Old files are skipped silently (causes 733 refresh) and created as new files upon exit. 734 - Fix restart of zone transfers when new config becomes available. 735 736 7374.1.13 738================ 739FEATURES: 740 - multi-master-check: yes can be used to check all masters for the 741 last version, using the higher version from the configured masters, 742 from Manabu Sonoda. 743 - Support RR type OPENPGPKEY from RFC 7929. 744 - Can config key algorithms with the digest name, eg. 'sha256'. 745 - configure --disable-radix-tree for about 15% lower memory usage. 746 - for type SRV add A/AAAA to the additional section (if possible), 747 just like we already do for type MX. 748 - more extensible edns option handling. 749BUG FIXES: 750 - Fix compile warnings about unused result from write and strtol. 751 and signcompare in minmax retrytime. 752 - Fix #812: fix that make depend fails after distribution. 753 - Fix #817: xfrd update failed loop. 754 - Add robustness against unallocated data in nsec3 trees. 755 - Fix README spelling error of BSD license (reported by Joerg Jung). 756 - Fix multimaster for not tried full zone transfer for a expired zone. 757 - Fix #827: fix compile with openssl 1.1.0 with api=1.1.0. 758 759 7604.1.12 761================ 762BUG FIXES: 763 - Fix malformed edns query assertion failure, reported by 764 Michal Kepien (NASK). 765 766 7674.1.11 768================ 769FEATURES: 770 - When tcp is more than half full, use short timeout for tcp session. 771 - Patch for {max,min}-{refresh,retry}-time from YAMAGUCHI Takanori. 772 - Fix #790: size-limit-xfr can stop NSD from downloading infinite zone 773 transfer data size, from Toshifumi Sakaguchi. Fixes CVE-2016-6173 774 JVN#63359718 JPCERT#91251865. 775BUG FIXES: 776 - Fix build without IPv6, patch from Zdenek Kaspar. 777 - Fix #783: Trying to run a root server without having configured it 778 silently gives wrong answers. 779 - Fix #782: Serve DS record but parent zone has no NS record. 780 - Fix nsec3 missing for nsec3 signed parent and child for DS at zonecut. 781 782 7834.1.10 784================ 785FEATURES: 786 - ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option 787 for Linux, binds to interfaces and addresses that are down. 788 - NSD includes AAAA before A for queries over IPV6 (in delegations). 789 And TC is set if no glue can be provided with a delegation because 790 of packet size. 791 - print notice that nsd is starting before taking off. 792BUG FIXES: 793 - Fix for openssl 1.1.0, HMAC_CTX size not exported from openssl. 794 - Fix #751: NSD fails to occlude names below a DNAME. 795 - If set without nsd.db print "" as the default in the man pages. 796 - Fix #755: NSD spins after a zone update and a lot of TCP queries. 797 - Fix for NSEC3 with zone signed without exact match for empty 798 nonterminals, the answer for that domain gets closest encloser. 799 - #772 Document that recvmmsg has IPv6 problems on some linux kernels. 800 801 8024.1.9 803================ 804BUG FIXES: 805 - Change the nsd.db file version because of nanosecond precision fix. 806 807 8084.1.8 809================ 810FEATURES: 811 - #732: tcp-mss, outgoing-tcp-mss options for nsd.conf, patch 812 from Daisuke Higashi. 813 - #739: zonefile changes when mtime is small are detected on reload, 814 if filesystem supports precision mtime values. 815 - RR type CSYNC (RFC7477) syntax is supported. 816BUG FIXES: 817 - take advantage of arc4random_uniform if available, patch from 818 Loganaden Velvindron. 819 - Fix flto check for OSX clang. 820 - Define _DEFAULT_SOURCE with _BSD_SOURCE for glibc 2.20 on Linux. 821 - Fix #736: segfault during zone transfer. 822 - Fix #744: Fix that NSD replies for configured but unloaded zone 823 with SERVFAIL, not REFUSED. 824 825 8264.1.7 827================ 828FEATURES: 829 - support configure --with-dbfile="" for nodb mode by default, where 830 there is no binary database, but nsd reads and writes zonefiles. 831 - reuseport: no is the default, because the feature is not troublefree. 832 - configure --enable-ratelimit-default-is-off with --enable-ratelimit 833 to set the default ratelimit to disabled but available in nsd.conf. 834 - version: "string" option to set chaos version query reply string. 835BUG FIXES: 836 - Fix zones updates from nsd parent event loop when there are a lot 837 of interfaces. 838 - portability fixes. 839 - patch from Doug Hogan for SSL_OP_NO_SSLvx options, for the new 840 defaults in the ssl libraries. 841 - updated contrib/nsd.spec, from Bálint Szigeti, with new configure 842 options. 843 - Allocate less memory for TSIG digest. 844 - Fix #721: Fix wrong error code (FORMERR) returned for unknown 845 opcode. NOTIMP expected. 846 - Fix zonec ttl mismatch printout to include more information. 847 - Fix TCP responses when REUSEPORT is in use by turning it off. 848 - Document default in manpage for rrl-slip, ip4 and 6 prefixlength. 849 - Explain rrl-slip better in documentation. 850 - Document that ratelimit qps and slip are updated in reconfig. 851 - Fix up defaults in manpage. 852 853 8544.1.6 855================ 856BUG FIXES: 857 - Fix #701: Fix that AD=1 set in a BADVERS response. 858 - Fix typo in zonec.c inside error message. 859 - Fix #711: Document that debug-mode yes is used for staying 860 attached to the supervisor console. 861 - Document verbosity 3 prints more information. 862 - nsd-checkconf warns for master zones with no zonefile statement. 863 - Fix start failure when many file descriptors are in use. 864 - The servfail rcode is not printed with a space in the middle. 865 - print failed token for config syntax error or parse error. 866 867 8684.1.5 869================ 870BUG FIXES: 871 - Fix #706: default port 53 not opened on ip4 because of getaddrinfo 872 hints initialisation failure. 873 874 8754.1.4 876================ 877FEATURES: 878 - RFC7553 RR Type URI support. 879 - removed hardcoded interface limit, --with-max-ips removed. 880 - SO_REUSEPORT support, by default on Linux, or with reuseport: yes. 881 - Admitted axfrs are logged at verbosity 1. Refused at verbosity 2. 882 - --enable-pie and --enable-relro-now options for a safer executable. 883BUG FIXES: 884 - Fix NSID response for short edns sizes. 885 - Fix that for expired zones NSD performs an AXFR and accepts newer 886 and older serial numbers. 887 - Document that minimal responses only minimizes responses to fit 888 in one datagram. It does not minimize smaller responses. 889 - Fix #618: documented need to list ip-addresses separately in 890 nsd.conf if there are multiple, because the source address of 891 replies can otherwise go wrong. 892 - Fix that notify from nsd-control contains soa serial. 893 - Fix #698 formatting errors and typos in nsd.8.in. 894 895 8964.1.3 897================ 898FEATURES: 899 - nsd-control addzones and delzones read list of zones from stdin. 900 - hmac sha224, sha384 and sha512 support, patch from David Gwynne. 901 - max-interfaces raised to 32. 902BUG FIXES: 903 - Fix #665: when removing subdomain, nsd does not reparse parent zone. 904 - Fix task and zonestat files to be stored in a subdirectory in tmp 905 to stop privilege elevation. 906 - Fix crash in zone parser for relative dname after error in origin. 907 - Fix that formerrors are ratelimited. 908 909 9104.1.2 911================ 912FEATURES: 913 - Incoming notifies have serial number logged (at verbosity 1). 914BUG FIXES: 915 - Remove some duplicate header includes (from Brad Smith). 916 - Fix tcp waiting list for zone transfers where the bind and connect 917 calls fail. 918 - Fix segfault in zone reader on invalid input. (thanks John Van de 919 Meulebrouck Brendgard) 920 - Fix segfault on double origin in zone reader (thanks John Van de 921 Meulebrouck Brendgard). 922 - Fix b64pton out of bounds error on invalid zonefile input. 923 (thanks John Van de Meulebrouck Brendgard) 924 - Fix origin directive from unused old value and subdomain parser 925 failure, reported by John Van de Meulebrouck Brendgard. 926 - Fix use after free after zonefile syntax error followed by ttl 927 or origin directive, reported by John Van de Meulebrouck Brendgard. 928 - Fix syntax error followed by too many TXT elements parse crash 929 reported by John Van de Meulebrouck Brendgard. 930 - Fix buffer overflow in config parse of domain name, 931 reported by John Van de Meulebrouck Brendgard. 932 - Use reallocarray for integer overflow protection, patch submitted 933 by Loganaden Velvindron. 934 - Fix allocation integer overflow checks. 935 - Fix #654: Fix contradiction in notify logging verbosity level. 936 - Fix #655: Fix contradiction in verbosity for zone transfers. 937 - Made log message more consistent, changed 'axfr refused' log message 938 to be more consistent with other messages. Also notify refused. 939 - verbosity 2 logs axfr refused and notify refused. 940 verbosity 1 contains less log messages. 941 942 9434.1.1 944================ 945FEATURES: 946 - RFC 7344: CDS and CDNSKEY (read record types). 947 - per zone statistics with --enable-zone-stats, config zone with 948 zonestats: "name", zones configured with the same string are added. 949 - Disabled use of SSLv3 in nsd-control. 950 - nsd-checkconf -f prints out full name of pidfile (with dir). 951 - Synthesize CNAMEs with same TTL as DNAME. 952BUG FIXES: 953 - Fix that expired zones stay expired after a server restart. 954 - Fix "xfrd_handle_ipc: bad mode" log errors when compiled 955 with --disable-bind8-stats. 956 - Fix #616: retry xfer for zones with no content after command. 957 - Fix char used as array index warnings on NetBSD. 958 - Fix that queries for noname CH TXT are REFUSED instead of nodata. 959 - Fixes for wildcard addition and deletion, speedup for some cases. 960 - Fix that failure to add tcp to tcp base does not leak the socket. 961 - Patch nsd_munin_ from Philip Paeps to use type ABSOLUTE. 962 - Fix spinning NSD with lots of failing transfers, due to pointer 963 comparison using void pointer subtraction (from Otto Moerbeek). 964 - Fix bug#637: fix that nsd.db grows limitlessly, an off by one 965 on one megabyte free chunks, created during AXFRs of large zones, 966 that caused the one megabyte chunk to be leaked. 967 - Fix casts for ctype functions (from Todd Miller). 968 - correct some hyphen-used-as-minus-sign (from Andreas Schulze) in 969 man pages. 970 - Fix zonesdir chroot error message. 971 972 9734.1.0 974================ 975FEATURES: 976 - database: "" starts without mmap of database. Less memory is used, 977 zones are read from text zonefile. 978 - optimised zonefile parse code and zonefile write code. 979 - zonefiles-write option in nsd.conf, enabled when database is "". 980 The server writes changed zonefiles to disk every hour. 981 - xfrdfile: "" disables xfrd.state. If enabled, zones that are 982 same as before are not checked for a serial update at server start. 983 - include: "foo/nsd.d/*.conf" works, wildcard glob on includes. 984 - nsd shuts down during init process if given signal. 985 - log-time-ascii option, default yes, with readable timestamp in log. 986 - nsd-control addzone reports if zone already exists. 987 - Fix #564: add nsd-checkzone tool to check zonefile correctness. 988 - Increased default --with-max-ips from 8 to 16, this increases the 989 number of interfaces you can specify in nsd.conf to listen to. 990BUG FIXES: 991 - Fixed shutdown message sporadically not printed on exit 992 (Thanks Anand Buddhdev). 993 - Documented zonefile %s syntax in nsd.conf man page. 994 - Fix manpage to put colon after zonefiles check and write. 995 - Change from 'Zone" to "zone" with ".. serial .. is updated" log 996 message. 997 - Changed maxbackoff for no-content secondary zones from 4h to 24h. 998 - Fix print filename of encompassing config file on read failure. 999 - Fix delete or rename of a lot of zones and make it take a 1000 non-enormous time. 1001 - Speed up deletion of zone contents a lot, (56s to 1s), speeds up 1002 delete, rename and AXFR for zones. 1003 - Fix #571: unused variable and incompatible pointer warnings when 1004 compiled on a system without INET6. 1005 - Fix write_socket return value check in server.c (Thanks Brad Smith, 1006 Mark Kettenis). 1007 - Fix that xfrd reaps children also if the signal is lost. 1008 - Fix #577: makefile incorrectly installed manpages from srcdir. 1009 - Fix #587: Default value for statistics is 0. 1010 - Fix #553: Improve TXT parsing. 1011 - Fix #590: rrl log does not print wildcard as a star but escaped. 1012 - Fix #591: rrl log messages at verbosity level 1. 1013 - fix strptime implicit declaration error on OpenBSD. 1014 - Fix -O3 compile flag to -O2 to avoid miscompilations. 1015 - Allow user to override the -g -O2 CFLAGS in ./configure. 1016 - Fix endian.h include for OpenBSD. 1017 - Fix #600: document that provide-xfr provides AXFR and not IXFR. 1018 - Fix rising-load-average or memory-leaks in OSes (Linux since 2.6), 1019 that keep track of all past process parents, or leak memory 1020 for them. Fix makes it so there is no very deep string of 1021 process parents. 1022 - Remove .LP after .SH in man pages. 1023 1024 10254.0.3 1026================ 1027BUG FIXES: 1028 - Fix nsd.db unclean close check. Previous databases are considered 1029 unclean by the code and are created anew. 1030 - Adds nsd.db larger than 400Tb check for sanity. Also test if 1031 filesize as documented in the file is correct. 1032 - nsd waits for tasks to complete on stop, prevents nsd.db corruption. 1033 - fix to not delete tmpdir too early in shutdown process. 1034 - disabled udb checking functionality that made it very slow, 1035 this was enabled when enable-checking was turned on. 1036 1037 10384.0.2 1039================ 1040FEATURES: 1041 - Return REFUSED for queries to non-hosted zones. 1042 1043BUG FIXES: 1044 - Fix expired zones to give SERVFAIL, also when parent zone loaded. 1045 - documented nsd-control zonestatus output in nsd-control manpage. 1046 - remove mention of nsdc from nsd-checkconf manpage. 1047 - Disabled recvmmsg and sendmmsg usage by default because kernel 1048 versions have implementation issues: ipv6 ignored, security issues. 1049 - Detect libevent2 install automatically by configure, and use 1050 event2 header files if necessary. 1051 - Fix #551: change Regent to Copyright holder in the LICENSE, 1052 to match the definition on opensource.org for the BSD License. 1053 - Fix #552: zonefile loads on nsd-control reconfig when the name 1054 of the file has changed. 1055 - Fix leak of zone name after zonefile read and fix malloc too 1056 large that would be leaked in the radix tree. 1057 - Fix from 3.2: make SOA RDATA comparisons in XFR more lenient (only 1058 check serial). 1059 - Fix that NSD will delete and recreate not-clean-closed databases. 1060 1061 10624.0.1 1063================ 1064FEATURES: 1065 - recognizes ip-address and interface as synonyms for convenience. 1066 - Support for EUI48 and EUI64 RR types enabled by default (RFC 7043). 1067 - Support for CAA RRtype (RFC 6844). 1068 - NSID can be set with "ascii_somestring" in ascii. 1069 1070BUG FIXES: 1071 - Fix xfrd when zone transfer TCP contains zero length packets. 1072 - Fix for NSEC3 zones where parent zone is co-hosted, also NSEC3, 1073 because AXFRs overwrote nsec3 administration in the child zone. 1074 - Fix that bad IXFR updates do not result in double SOA records, 1075 and that an AXFR is started (attempted) when the zone state seems 1076 to be inconsistent with the master's zone state. 1077 - Log ip address for sendto and sendmmsg failures. 1078 - Fix segfaults after read of zones with rr type WKS from zonefile. 1079 - Seed PRNG for openssl at start of daemon, fixes SSL connection issue. 1080 - Bugfix #534: IXFR query loop over UDP for zones that are unchanged. 1081 - (same as in 3.2.16): fix wildcard cname to nxdomain repeated rrset. 1082 - (same as in 3.2.16): Bugfix #542: Match RRSIG TTL with SOA TTL in 1083 negative response. 1084 - Check if configure in srcdir collides with outofdir build. 1085 - Fix #546: output format errors in nsd_munin_ (Thanks Tom Hendrikx). 1086 - Fix printout of high-chars in TXT on NetBSD. 1087 10884.0.0 NSD 4.0 1089=============== 1090FEATURES: 1091 - documented in doc/NSD-4-features. Change configuration without 1092 restart, direct nameserver control with nsd-control, support a 1093 higher number of zones. Higher performance (compared to NSD3). 1094 - nsdc is gone. Use kill -HUP for reload (also checks if zonefiles 1095 have changed and rereads them), and kill -TERM for quit. Or use 1096 nsd-control for detailed control. 1097 - cron job for nsdcpatch is gone. nsd-control write creates zonefiles. 1098 - nsd.db has a new format that compacts itself when it is changed, 1099 thus nsdc patch is no longer necessary. 1100 - nsd.db is memory mapped, NSD needs (part of) that mmap in ram. 1101 - tcp-count can go above 1000; epoll/kqueue support with libevent. 1102 - nsd-control reconfig for updates with no restart (zones, keys, ..) 1103 - nsd-control-setup to create keys for nsd-control (enable nsd-control 1104 with remote-control: yes in nsd.conf). 1105 - the NSD 3 feature of special zone stats are not ported to 4 yet, 1106 as it would entail a complete reimplementation of the feature. 1107FEATURES (incremental from BETA5): 1108 - configure --disable-recvmmsg for compat with older Linux kernels, 1109 by default it autodetects support in the kernel on the buildmachine. 1110 - Fix time at 2038, uint32s changed to time_t, support 64bit time_t. 1111 - Fix use of 32bit time, for 2038, thanks to Theo de Raadt for patch. 1112BUG FIXES (incremental from BETA5): 1113 - Bugfix #518 Incorrect RRL prefix length option names in nsd.conf 1114 man page from Ville Mattila. 1115 - Fix that xfrd, and nsd-control, does not stop responding when reload 1116 errors out. The pid is sent like it should by server_main. 1117 - Fix that EOF in quoted string error does not cause reload to exit. 1118 - Fixup errors from the stack code checker. 1119 - Removed use of random when arc4random is available. Thus, random 1120 and srandom are then not linked with the executable. 1121 - Fix segfault with no logfile and chroot (Thanks Patrik Lundin). 1122 11234.0.0b5 BETA 5 release of NSD 4.0 1124================================== 1125FEATURES: 1126 - Optimizations for startup, qps and tcp speed, beta bug fixes and 1127 merge with code changes with NSD 3.2.16. 1128 - nsd-mem tool (make nsd-mem) to estimate memory usage. 1129 - Same as NSD 3.2.16: --enable-draft-rrtypes(EUI48, EUI64), rr-slip, 1130 rrl-ipv[46]-prefix-length, ip-transparent config options. 1131 - configure option --disable-flto. 1132 - improved RRL logging (query details that caused blockage). 1133 - nsd-control status prints out ratelimit if ratelimit is enabled. 1134 - nsd-control verbosity prints out verbosity level without argument. 1135 - Fix #491: pick program name (of executable) as syslog identity. 1136 - printout percentage for long activities (to log). After about 5 1137 seconds have passed. 1138BUG FIXES: 1139 - The same fixes up to NSD 3.2.16. 1140 - Fix that old zonefile does not override newer AXFR for slave zones. 1141 - Nicer printout of notify. 1142 - Fix tcp zonetransfer pipeline lookup function. 1143 - Fix compile on bigendian netbsd alpha. 1144 - Fixup the growth and shrinkage of nsd.db. This should use less 1145 calls to remap and change the file and mmap size. 1146 - notify information is logged at correct verbosity level, 1. 1147 - Fix memory statistics in nsd_munin_. 1148 - faster nsec3 updates. 1149 - Fixup contrib/bug390.patch for 4.0.0b4. 1150 - remove leak of nsec3. 1151 - allocate radixtree in region for small (5%) total savings and 1152 about 15% savings in the radixtree itself (due to many small alloc 1153 savings in region). 1154 - Patch from Lukas Wunner that makes nsd.conf include files work 1155 inside chroot/etc environments on repattern and reconfig. 1156 - Fix race on exit of nsd, for restarts, so that the pidfile-pid 1157 process waits until port53 has been closed before exiting. 1158 - Patch from Lukas Wunner that makes chroot more consistent. 1159 Make all paths absolute with the chrootdir in front, or use 1160 an absolute zonesdir with other paths relative to that. 1161 - Fix segfault on repeated reconfigs, double free of zone apex name. 1162 - Fix zone parser allocations are put in the db region. 1163 - Fix memory leak in zone parser for txt record. 1164 - Optimizations: -O3 if possible (user can override CFLAGS), udp 1165 buffers are set to 1m by default (if socket options exist), 1166 use recvmmsg and sendmmsg, or only recvmmsg, or recvfrom. 1167 - nsd.db 12% smaller, no nsec3 hash storage. Also ups udb version 1168 because of the format change. The nsd.db is recreated when a 1169 different version number is detected on startup. 1170 - Fix region-allocator for speedup of load and change of large data. 1171 - Increase tcpbacklog default to 256 (silently capped to 128 on BSD). 1172 For remote control keep it at 16, it has less TCP load. 1173 It does not actually increase TCP performance (some except), but 1174 reduces connection loss when there is a spike in TCP connections. 1175 - unlink xfr file if transfer is stopped, timeouted or interrupted. 1176 And unlink xfr file in progress when the zone is deleted. 1177 11784.0.0b4 BETA 4 release of NSD 4.0 1179================================== 1180BUG FIXES: 1181 - remove -fwhole-program gcc flag usage. We cannot reliably detect 1182 if it works without failure. 1183 - fix zonefiles-check: entry in nsd.conf 1184 - fix gcc warning, do not use uninit value for rng init. 1185 - remove printout of "bad transfer" to the log for notimpl. 1186 - printout log less verbosely, not every axfr packet. 1187 - RRL documented in nsd.conf.sample 1188 - Fix is_apex flag for zones read from udb. 1189 - Fix that nsec3 zones are precompiled when read from udb. This 1190 caused assertion failures. 1191 - Less printout of 'bad transfer'. 1192 - Fix AXFR of NSEC3 slave zone. 1193 - Fix that old zonefile does not override newer AXFR for slave zones. 1194 - Nicer printout of notify on verbosity 2. 1195 11964.0.0b3 BETA 3 release of NSD 4.0 1197================================== 1198BUG FIXES: 1199 - applied patch from Robin Hack to remove double pid file truncation. 1200 - repattern is called reconfig (because most config options are 1201 picked up, except for superuser options (chroot, logfile, port)) 1202 - document that the zonefile attribute can be empty. 1203 - documented that the _implicit_ pattern names are used internally. 1204 - Added zonefiles-check option, default yes, check mtimes of zone files 1205 on sighup and startup (from Robin Hack). 1206 - Fix spurious assertion failure for some rrl blocks. 1207 - Tabs and spaces nicer in nsd.conf.sample. 1208 - List libevent in README. 1209 - Fix configure for gentoo gcc and headers. 1210 - do-ip4 and do-ip6 nsd.conf options just like unbound. 1211 - do not leave task files in /tmp if nsd fails to startup because 1212 of file permissions. 1213 - create xfrdir on make install (does not remove on make uninstall, 1214 because this could be /tmp). 1215 - Fix segv if xfrdir does not exit. 1216 - log ip address with tcp failure. 1217 - Fix time calculation of zone transfer. 1218 12194.0.0b2 BETA 2 release of NSD 4.0 1220================================== 1221FEATURES: 1222 - Add and remove zones from nsd.conf with nsd-control repattern. 1223 - Merge changes from 3.2.15 (such as xname-rcode fix). 1224 1225BUG FIXES: 1226 - Fix for use with libev. 1227 - 'nsd-control start' runs an absolute path to start sbin/nsd. 1228 - Fix for use with libevent-2.1.2. 1229 - --with-logfile sets the logfile inside the example documentation. 1230 - Fixed addzone and delzone inside chroot (thanks Will Pressly). 1231 - Fix make outside of source directory. 1232 12334.0.0b1 BETA 1 release of NSD 4.0 1234================================== 1235FEATURES: 1236 - add and remove zones without restart. 1237 - nsdc is gone, use nsd-control for direct server control. 1238 - performance increases 1239 - support lots of zones 1240 - and more ... 1241 - longer desc in doc/NSD-4-features 1242 1243BUG FIXES: 1244 - core code is fixed like 3.2.15r3763 (12 dec 2012). 1245 1246 12473.2.16 (development branch) 1248================================= 1249 1250FEATURES: 1251 - New config option "ip-transparent:" to allow NSD to bind to 1252 non local addresses. Default no. 1253 - Use IPV6 minimum MTU settings with TCP to reduce failures that 1254 are caused by delays in learning working PMTU when communicating 1255 through a tunnel. 1256 - Bugfix #496: Support for EUI48 and EUI64 RR types. Experimental, 1257 turned off by default. Enable with --enable-draft-rrtypes. 1258 - New config option "rrl-slip:" to set the average number of 1259 packets discarded before we send back a truncated response. 1260 - New config option "rrl-ipv4-prefix-length:" and 1261 "rrl-ipv6-prefix-length:" to set the prefix lengths. 1262 - Improved RRL logging, also print triggering query src address and 1263 QTYPE. 1264 - Provide RRL documentation in nsd.conf.sample. 1265 1266BUG FIXES: 1267 - Bugfix #357: Parent process waits until children closed down 1268 sockets, to prevent NSD failing to bind to sockets when restarting. 1269 - Bugfix #487: lookup3.c determine endianness for BSD systems. 1270 - Bugfix #491: pick program name (0th argument) as syslog identity. 1271 - Bugfix #494: Exit with return code 1 if socket code fails. 1272 - RRtypes ASFDB, RP, RT should not compress dnames. 1273 - Fix outgoing-interface: Don't fail if family is IPv6 but 1274 only IPv4 outgoing-interface is set, or vice versa. 1275 - RRtypes ASFDB, RP, RT should not compress dnames. 1276 - Check that zone directory is within chroot directory. 1277 - Better XFR checking, fallback to AXFR (if allowed) if three 1278 malformed XFR packets have been seen. 1279 1280 12813.2.15 1282================================= 1283 1284FEATURES: 1285 - Support for ILNP RR types: NID, L32, L64, LP (RFC6742). 1286 - RRL, --enable-ratelimit at configure time and config options. 1287 - TSIG initialization only fails when there is no digest found 1288 at all. 1289 1290BUG FIXES: 1291 - Bugfix #478: Declaration after statement (for gcc 2.95). 1292 - Bugfix #483: Better error message in case of TSIG error. 1293 - Bugfix #485: TTL should not be greater than 2^31 - 1. 1294 - Fix RCODE when CNAME loop final answer does not exist, should 1295 return NXDOMAIN as stated by RFC 6604. 1296 - Fix --disable-full-prehash bug, where after multiple incoming 1297 IXFRs, NSEC3 can be removed unjustified. 1298 12993.2.14 1300================ 1301 1302FEATURES: 1303 - TCP writev support. 1304 1305BUG FIXES: 1306 - Fix build on OpenBSD (thanks Oliver Peter). 1307 - Prioritize notify sender for requesting XFR (thanks Ilya Bakulin). 1308 - Fix crash in zonec if TXT string too long (thanks Ilya Bakulin). 1309 - tzset before chroot for correct timezone (thanks Camiel Dobbelaar). 1310 - Fix --disable-full-prehash bug when nsdc patch happens while ixfr too, 1311 it did not rehash the new database. 1312 - Bugfix #464: Conditionally define MAXHOSTNAMELEN. 1313 13143.2.13 1315================ 1316 1317BUG FIXES: 1318 - Fix for nsd-patch segfault if zone has been removed from nsd.conf 1319 (thanks Ilya Bakulin). 1320 - Bugfix #460: man page correction - identity. 1321 - Bugfix #461: NSD child segfaults when asked for out-of-zone data 1322 with --enable-zone-stats. [VU#517036 CVE-2012-2979] 1323 1324 13253.2.12 1326================ 1327 1328BUG FIXES: 1329 - Fix for VU#624931 CVE-2012-2978: NSD denial of service 1330 vulnerability from non-standard DNS packet from any host 1331 on the internet. 1332 http://www.nlnetlabs.nl/downloads/CVE-2012-2978.txt 1333 1334 13353.2.11 1336================ 1337 1338FEATURES: 1339 - Fallback to AXFR if IXFR is unknown at the primary. NSD considers 1340 IXFR unknown at the primary if there is a negative response for the 1341 IXFR RRtype. This does not override the value for 1342 'allow-axfr-fallback'. 1343 - Allow for reading in new DNSKEY algorithm mnemonics (RFC5155, 1344 RFC5702, RFC5933, and RFC6605 (ECDSA)). 1345 - Zone statistics, enable with --enable-zone-stats. This stores the 1346 BIND8 stats per zone in a configurable statistics file. This option 1347 does not scale and should therefore not be enabled when serving 1348 many zones. 1349 - Support for TLSA RRtype (DANE). 1350 1351BUG FIXES: 1352 - Fix for qtype ANY for a wildcard domain in NSEC signed zone: Don't 1353 add the wildcard domain NSEC into the answer section. Instead, 1354 put the wildcard expanded NSEC into the answer section and keep the 1355 wildcard domain NSEC in the authority section. 1356 - Fix for accept spinning reported by OpenBSD. 1357 - Fix restart failed due to bad ixfr packet because of zone removed 1358 from nsd.conf. 1359 - Bugfix #453: typo in nsdc man page. 1360 1361OPERATIONAL NOTES: 1362 - NSD uses the query name for dname compression again (Fix #235 1363 had as side effect that this didn't happen anymore and is hereby 1364 undone). 1365 1366 13673.2.10 1368================ 1369 1370BUG FIXES: 1371 - Bugfix #421: Truncate pidfile on shutdown, before unlink. 1372 - Bugfix #423: Fix slow zone transfer processing due to 1373 'Fix is_existing flag for ENT' bugfix. 1374 - Fix bug #430: segfault when MAX_INTERFACES set to more than 65K. 1375 - Fix configure.ac strptime check for gcc 4.6.2, acx_nlnetlabs update. 1376 1377 13783.2.9 1379================ 1380 1381FEATURES: 1382 - Minimize responses to reduce truncation: NSD will only add optional 1383 records to the authority and additional sections when the response 1384 size does not exceed the minimal response size. 1385 1386 The minimal response size is 512 (no-EDNS), 1480 (EDNS/IPv4), 1387 1220 (EDNS/IPv6), or the advertized EDNS buffer size if that is 1388 smaller than the EDNS default. 1389 1390 The feature is enabled by default. You can disable it by configuring 1391 NSD with --disable-minimal-responses. 1392 1393 - Less NSEC3 prehashing. This will make NSD handle zone transfers 1394 faster, but will decrease the performance of NXDOMAIN and wildcard 1395 NODATA responses. Full prehashing is enabled by default. If you want 1396 less NSEC3 prehashing, configure NSD with --disable-full-prehash. 1397 Thanks Secure64 for the patch. 1398 1399BUG FIXES: 1400 - Bugfix #302: nsd accepts XFR but refuses to re-read the slave zone. 1401 - Bugfix #365: set patch style and zonec verbose for nsdc. 1402 - First step of bug #369: RRSIG DNSKEY sets zone to be treated DNSSEC. 1403 - Bugfix #375: typos in nsd.conf.5. 1404 - Bugfix #381: Binary escaped and transfers. 1405 - Bugfix #397: Don't allow relative domain names as origin in $INCLUDE 1406 directives. 1407 - Fix printout of IPSECKEY by nsd-patch. 1408 - Fix is_existing flag for ENT when domain that has a shared ENT 1409 is deleted by IXFR. (ENT == Empty Non-Terminal) 1410 - Fix bug if the zonefile is changed for a secondary but stored 1411 transfers are applied, and stop it from applying ixfr to empty zone. 1412 The zone is flagged with error and AXFR-ed. 1413 - Fix to have no authority NS set processing for CNAMEs. 1414 - Fix nsd-checkconf to check tsig algorithms properly. 1415 - Set the AA bit on responses that have an authoritative CNAME. 1416 - Fix denial of existence response for empty non-terminal that looks 1417 like a NSEC3-only domain (but has data below it). 1418 1419OPERATIONAL NOTES: 1420 - nsd.db version number increased because NSD 3.2.7 and earlier 1421 zonec is not compatible due to the TXT strings change. Please 1422 run nsdc rebuild before running NSD 3.2.9 and later versions. 1423 1424 14253.2.8 1426============= 1427 1428BUG FIXES: 1429 - Do setusercontext() before chroot(), otherwise login.conf etc. are 1430 required inside chroot. 1431 - Bugfix #216: Fix leak of compressiontable when the domain table increases 1432 in size. 1433 - Bugfix #348: Don't include header/library path if OpenSSL is in /usr 1434 - Bugfix #350: Refused notifies should log client ip. 1435 - Bugfix #352: Fix hard coded paths in man pages. 1436 - Bugfix #354: The realclean target deletes a bit too much. 1437 - Bugfix #357, make xfrd quit with many zones. 1438 - Bugfix #362: outgoing-interface and v4 vs. v6 leads to spurious 1439 warning messages. 1440 - Bugfix #363: nsd-checkconf -v does not print outgoing-interface ok. 1441 - Bugfix: nsd-checkconf -o outgoing-interface omits NOKEY. 1442 1443OPERATIONAL NOTES: 1444 - Use 'make clean' to clean up files that make created. 1445 - Use 'make realclean' to also clean up files that were generated by 1446 running ./configure. 1447 - Use 'make devclean' to also clean up autoconf, autoheader files. 1448 14493.2.7 1450============= 1451 1452BUG FIXES: 1453 - Bugfix #253: Don't put NS RRs in a response with QTYPE=DS. 1454 - Bugfix #320: use arcrandom(4) for QID generation if available. 1455 - Bugfix #328: nsd-checkconf overrun. 1456 - Bugfix #343: nsdc update fix. 1457 - Bugfix #347: Wrong NSEC3 returned for nodata response QTYPE=DS no delegation. 1458 - Bugfix: Allow for huge amount of strings in TXT (and other) records. 1459 - Bugfix: nsdc can now deal with tsig algorithms other than hmac-md5. 1460 - Fixed several parts in the documentation, including #306, #345. 1461 14623.2.6 1463============= 1464 1465BUG FIXES: 1466 - Bugfix #314: correctly print NSEC next field, escape spaces and 1467 fix label overflows. 1468 1469FEATURES: 1470 - Expand command line option '-a' and config option 'ip-address:' 1471 with port number. 1472 1473OPERATIONAL NOTES: 1474 - Configure options --disable-dnssec, --disable-nsid, --disable-tsig 1475 are removed. 1476 - Configure option --max-interfaces is renamed to --max-ips. 1477 14783.2.5 1479============= 1480BUG FIXES: 1481 - NSD will not start if chroot is configured, but changing root is 1482 not possible (it used to ignore the badly configured chroot). 1483 - Make use of the more secure strl* functions. 1484 - Bugfix #303: spelling error. 1485 1486FEATURES: 1487 - New option 'nsid:', to specify the NSID (Bugfix #298). 1488 - The default chroot can be set with --with-chroot=<dir>. 1489 If not set, by default chroot will not be used (thanks Jakob Schlyter). 1490 - Optimized zonec and b64_pton compatibility code (thanks Martin Svec). 1491 - Optimized memory allocations. Use mmap/munmap instead of malloc/free. 1492 Experimental, by default off. Enable it at build time with 1493 --enable-mmap (thanks Martin Svec). 1494 1495OPERATIONAL NOTES: 1496 - NSID support is now enabled by default. 1497 14983.2.4 1499============= 1500BUG FIXES: 1501 - Bugfix #269: Additional C99 syntax. 1502 - Bugfix #276: Zonec prints debug data to stderr. 1503 - Bugfix #286: Document verbosity levels in nsd.conf manual page. 1504 - Bugfix #288: Ignore SIGHUP to child processes. 1505 - Fix typo in include file for setusercontext. 1506 1507FEATURES: 1508 - Support DLV records. 1509 - New option 'tcp-query-count:', to limit the maximum number of 1510 DNS queries on a single tcp connection. 1511 - New option 'tcp-timeout:', to override the default tcp timeout. 1512 The default can also be set at build time, --with-tcp-timeout=<number>. 1513 - New option 'notify-retry:', to configure how many times NSD should retry 1514 a NOTIFY message. 1515 - New options 'ipv4-edns-size:' and 'ipv6-edns-size:'. to set your preferred 1516 EDNS buffer size. 1517 1518OPERATIONAL NOTES: 1519 - UDP/IPv4 sockets have new options set that will disable the DF flag in IP 1520 packets. 1521 15223.2.3 1523============= 1524BUG FIXES: 1525 - Bugfix #236: Allow RRs before the SOA in a zonefile. 1526 - Bugfix #249: Remove the C99 code. 1527 - Bugfix #253: Don't put NS RRs in a response with QTYPE=DNSKEY. 1528 - Bugfix #263: Make TSIG algorithm comparison case insensitive. 1529 - Bugfix #266: Build failed on systems without strptime. 1530 - Bugfix: install hickup. 1531 - Fix to use 4096 EDNS limit for IPv6 on Linux. 1532 15333.2.2 1534============= 1535BUG FIXES: 1536 - Off-by-one buffer overflow fix while processing the QUESTION section. 1537 - Return BADVERS when NSD does not implement the VERSION level of the 1538 request, instead of 0x1<FORMERR>. 1539 - Bugfix #234. 1540 - Bugfix #235. 1541 - Reset 'error occurred' after notifying an error occurred at the $TTL or 1542 $ORIGIN directive (Otherwise, the whole zone is skipped because the 1543 error is reset after reading the SOA). 1544 - Minor bugfixes. 1545 15463.2.1 1547============= 1548OPERATIONAL NOTES: 1549 - NSD will now fallback to AXFR, only if the master does not support IXFR. 1550 - You can adjust nsdc patch to skip textfile patching. This will 1551 increase the patching process, but will not output to zonefiles 1552 anymore. By default, this is off. 1553 1554BUG FIXES: 1555 - When configuring, don't do strptime test when cross-compiling. 1556 - Bug #230: Output non-error messages to stdout. 1557 - Better error message when ixfr.db old file format is read. 1558 - Bug #218: shared UDP query for all interfaces. 1559 - Bug #222: Remove bashism from nsdc script. 1560 - Nicer check for SHA-256 functionality. 1561 - Fixed some minor memory leaks that occurred on reload. 1562 - nsdc: check if a lockfile has not gone stale, when lock failed. 1563 - Bugfix strptime compatibility function 1564 1565FEATURES: 1566 - New configuration option 'allow-afxr-fallback', "yes" by default. If 1567 set to "no", NSD will never do AXFR fallback, even if the master 1568 does not support IXFR. 1569 - Allow file rotation on nsd.log. 1570 - The new nsd-patch options -s and -o allows you to skip writing 1571 zonefiles and store the output directly to a database file, 1572 respectively. 1573 15743.2.0 1575============= 1576OPERATIONAL NOTES: 1577 - Format of ixfr.db has changed. When you are planning an upgrade to the 1578 new NSD release, make sure to process the old ixfr.db before starting 1579 the new release (by running nsdc patch). 1580 - IXFR is transmitted over TCP by default instead of UDP. If you want to 1581 continue the use of IXFR/UDP, please modify your zone configuration 1582 file to: 1583 request-xfr: UDP 1.2.3.4 tsigkey 1584 We strongly recommend to enable TSIG if you send IXFR over UDP. 1585 When all masters fail to transmit IXFR/UDP, slave will fallback to 1586 IXFR/TCP and eventually AXFR/TCP. 1587 - nsd-patch prints errors to stderr instead of stdout. 1588 1589BUG FIXES: 1590 - Only normalize dnames in rdatas when rrtype is listed in RFC 4034, 1591 section 6.2: Canonical RR Form, following 1592 draft-ietf-dnsext-dnssec-bis-updates (affects RRSIG and NSEC records). 1593 - Typo in zonec manpage. 1594 - Bugfix in log_finalize. 1595 - Fix race condition between nsdc patch and server reload. 1596 1597FEATURES: 1598 - AXFR/TCP fallback in case of failing IXFR zone transfers. 1599 - RFC 4635: support for hmac-sha1 and hmac-sha256 TSIG algorithm 1600 identifiers, "Bugfix #130". 1601 - Configure the source ip-address for notifies (master) and zone 1602 requests (slave) in nsd.conf, "Bugfix #148". 1603 - nsd-notify and nsd-xfer allow you to configure the outgoing 1604 hostname and source port, in addition to the source address. 1605 - Additional debug and verbose log messages. 1606 16073.1.1 1608============= 1609BUG FIXES: 1610 - Try to avoid race conditions with NSD reloading and nsdc running, 1611 by writing pidfile before closing old parent process. 1612 - Fixed NSEC3 memory leak in the case NSEC3 is not needed. 1613 - Fixed some memory leaks that happened on error, mostly on 1614 zone transfer errors. 1615 - Bugfix #191: nsd-checkconf allowed only (max_interfaces-1) interfaces. 1616 1617FEATURES: 1618 - The number of maximum interfaces allowed is configurable with 1619 --with-max_interfaces=<number> (thanks John Lightsey). 1620 16213.1.0 1622============= 1623OPERATIONAL NOTES: 1624 - Default locations of nsd.db, ixfr.db & xfrd.state are changed to 1625 the /var/db/nsd directory. 1626 1627BUG FIXES: 1628 - Zone compiler gives more sane error messages when out of 1629 diskspace and bug #172: when compiling single zone file. 1630 - Changed man pages format from mdoc to mansun, to support the Solaris OS. 1631 - Log tcp read error only when connection not reset by peer or when 1632 verbosity level is high. 1633 - RRs are compared without checking the TTL value. 1634 1635FEATURES: 1636 - NSD is now NSEC3 enabled by default. You can disable it by configuring 1637 NSD with --disable-nsec3. 1638 - Added "hide-version" configuration setting. Enabling this feature 1639 stops NSD from answering to CHAOS class version requests. 1640 - Added bind2nsd 0.5.0 (http://bind2nsd.sourceforge.net) in contrib/. 1641 - Report source and zone for denied AXFR attempts. 1642 16433.0.8 1644============= 1645FEATURES: 1646 - Better logging for nsd-notify (show 'broken' zone) 1647 - Add configuration for chkconfig to control nsd service. 1648 1649BUG FIXES: 1650 - Fixed nsdc start when nsd already running: do not initialize server, 1651 since it is already running. 1652 - Fixup bug where data related files are looked up in the wrong 1653 directory when chrooted with chrootdir ending with a slash. 1654 - Fixup bug where nsd would return FORMERR if received an edns 1655 query with version set to zero and rdlen larger than zero. 1656 - Fixed strptime, so that zonec will also work on systems with broken 1657 strptime (like leopard :-)) 1658 - Do not answer nsec3 wildcard information when DO bit is not set 1659 - Better logging when creating database failed. 1660 - Various spelling errors 1661 16623.0.7 1663============= 1664BUG FIXES: 1665 - Error handling for malformed IXFRs improved. 1666 - Fixed man pages, consistent syntax. 1667 16683.0.6 1669============= 1670FEATURES: 1671 - Report source and zone for denied AXFR attempts. 1672 1673BUG FIXES: 1674 - More elegant handling of malformed nsec3 records from a zone 1675 transfer. 1676 - Fixup ignored return value in region-allocator. 1677 - Added bind2nsd 0.5.0 (http://bind2nsd.sourceforge.net) in contrib/. 1678 16793.0.5 1680============= 1681BUG FIXES: 1682 - Fixed problem with reload waiting very long. If the OS has a 1683 raging herd problem, NSD could block in a UDP operation and 1684 that process would stop reload from finishing. Made UDP sockets 1685 nonblocking. 1686 - Made TCP listen sockets nonblocking. NSD could block in accept. 1687 - Handle the new CERT RDATA types defined in RFC 4398 (submitted by 1688 Mans Nilsson). 1689 - Fixed a bug where zonec would choke on unknown CERT RDATA types. 1690 - Change nsd-notify retry timer from linear into exponential 1691 backoff (submitted by Mans Nilsson). 1692 - Debug flag (-d) behavior changed. Nsd now also forks children when 1693 run in debug mode. 1694 - Added verbosity mode (-V <level>) for extra operational logging. 1695 - zonesdir default is /etc/nsd. This can be overridden in nsd.conf. 1696 - if clients drop the tcp connection this does not result in a logfile 1697 entry, unless verbosity is set 2 or more. 1698 16993.0.4 1700============= 1701BUG FIXES: 1702 - zonec will print an error when other data is put next to a CNAME. 1703 - Fixup unaligned memory access that could occur when reading ixfr.db 1704 with a partial transfer inside. 1705 - Fixup for the WKS RR type printout by nsd-patch and nsd-xfer. 1706 - Error message 'could not read database CRC' now only given on error. 1707 - ./configure --zonesdir=<directory for zone files> now works to 1708 set a default value for the zonesdir: <dir> nsd.conf directive. 1709 Set zonesdir: "" to disable the change of directory. 1710 - Bug: reload crashes with log message 'continuing with old database', 1711 and after that no more zone updates. Manual fix is to kill -HUP, 1712 but now fixed in software to try to reload again (and again). 1713 - Small speedup where xfrd could briefly be busy-waiting. 1714 - If master sends IXFR with glue that is already present in the zone 1715 this is silently accepted. Printed in debug mode -L 2. To make 1716 the log file smaller. 1717 - Exponential backoff for zones that never worked to max of 4 hours. 1718 For expired zones the SOA retry values are used. 1719 - allow-notify acl entries 'NOKEY' match only queries without TSIG. 1720 - Answers to valid notifies contained wrong RR counts in the header. 1721 The notifies were processed correctly, but now the acknowledgement 1722 reply is in correct DNS format. 1723FEATURES: 1724 - Added contrib/nsd.zones2nsd.conf python script to convert NSD 2 to 1725 NSD 3 config files, contributed by Stephane Bortzmeyer. 1726 - The nsdc control script will print 'nsd startup failed' if the nsd 1727 executable does not start (due to bad permissions, bad config, ...). 1728 17293.0.3 1730============= 1731BUG FIXES: 1732 - Bug #152: NSD would not use the identity from nsd.conf, fixed. 1733 - Bug #153: When running with thousands of secondary zones, NSD would 1734 run out of UDP sockets. Caused crash on FreeBSD, errors on Linux 1735 ('out of file descriptors'), depending on ulimits. Fixed. 1736 - Fixed getaddrinfo error message to be more descriptive. 1737 - Fallback to ip4 if getaddrinfo fails for ip6. 1738 - Will no longer lose a notify message during reloads (IPC). 1739 - Will no longer lose transfer in progress when notified for that zone. 1740 - Nicer error when operator forgets to rebuild after deleting a zone. 1741 17423.0.2 1743============= 1744BUG FIXES: 1745 - Nice error from zonec on a wrong configuration zone name. 1746 - Nicer warning from zonec when starting secondary zone with 1747 no zone file for the first time. 1748 - nsdc makes more portable use of 'which' (for SunOS5.9/bash2.05). 1749 - Bug #143: Improved handling of zonesdir: directive and relative 1750 pidfile, database, diff file, xfrdfile paths in nsdc.sh and 1751 nsd-patch. They would not find the files. 1752 - Bug #144: LOC RRtype default values for precision wrong. Fixed. 1753 - Bug #145: NSD failed to reload cases of simultaneous zone transfer. 1754 - Bug #146: NSD fails to write to xfrdfile when chrooted. Fixed. 1755 Also fix for difffile when chrooted. 1756 - Bug #147: NSD runs out of memory. Fixed, memory is reused. 1757 Occurred when running NSD with very big zones and large updates. 1758 - nsd -L 1 logging is smaller, -L 2 contains all debug information. 1759 (only available for debug compiles). 1760 - Bug #149: Fixed text for NOTAUTH error code. When notify is not 1761 authorised REFUSED error code returned instead. 1762 17633.0.1 1764============= 1765BUG FIXES: 1766 - nsd-patch prints SOA record at start of zone files. 1767 17683.0.0 1769============= 1770FEATURES: 1771 - AXFR/IXFR zone transfer supported. 1772 - NSD requests but does not provide IXFR transfers. 1773 - NSD keeps track of SOA timeouts for secondary zones. 1774 - TSIG authentication supported. 1775 - For queries, for notifies, for zone transfers. 1776 - NOTIFY messages of zone updates, incoming and outgoing. 1777 - DNAME type is supported, including CNAME synthesis. 1778 - config file, nsd.conf(5), place to put TSIG keys, server settings, 1779 and lists of ip-addresses/ranges for AXFR/IXFR and NOTIFY. 1780 - prepared for NSEC3 (--enable-nsec3), experimental code for testing 1781 in workshops. 1782 - prepared for NSID (--enable-nsid), experimental code for testing in 1783 workshops. 1784 1785OPERATIONAL NOTES: 1786 - config file needed, nsd.conf(5) supersedes nsd.zones and nsdc.conf. 1787 - AXFR transfers are denied by default. Allow in config file. 1788 - Zones only become secondary with "request-xfr:" items in config file. 1789 - NSD produces "ixfr.db" file with a journal of zone transfers. 1790 Use nsdc patch to merge changes back to zone files and remake db. 1791 - NSD produces "xfrd.state" file with zone timeout information. 1792 The file is text formatted. 1793 - NSD sends notifies automatically, 1794 nsd-notify is deprecated and will be removed from the package. 1795 - NSD requests AXFR/IXFR and reloads the updates automatically, 1796 nsd-xfer is deprecated and will be removed from the package. 1797 - Check your config file with nsd-checkconf. 1798 1799BUG FIXES: 1800 - contains all bug fixes from 2.3.5 and before. 1801 - The sighandler() bug is fixed more thoroughly, 1802 by using pipes for interprocess communication. 1803 - CNAMEs are followed by the server to different zones and 1804 information from that zone is returned. This saves a followup 1805 query. 1806 - bug fixes (ported) 2.3.6. 1807 - nsd-notify will retry max 15 times 5 second retries. 1808 - Bug #105: nsdc lacks locking, fixed locking for root user. 1809 - Bug #134: nsd: make -N <large number> work again 1810 - Bug #135: Typo in locking code for nsdc, fixed. 1811 - uninitialised variable fixed. 1812 - unaligned memory access (on Solaris SPARC), in zonec 1813 LOC parsing, fixed. 1814 - Bug #138: nsd aborts trying to bind all interfaces if ip6 1815 is not enabled, instead it will fallback to ip4. 1816 - Bug #139: resync timer for stats to whole minute. 1817 - Bug #140: NSD did not clear CD bit on authoritative answers. 1818 - Bug #141: NSD did not clear flags on a formerror reply. 1819 18202.3.5 1821============= 1822BUG FIXES: 1823 - Bug #132: regression, nsd: fix compile with --disable-ipv6 1824 - Makefile: remove gnuisms 1825 18262.3.4 1827============= 1828BUG FIXES: 1829 - Unknown type codes for type code numbers > 48 and < 97 work again. 1830 (this implies --enable-checking can be enabled again) 1831 - nsd: sighandler() fixes 1832 - Bug #118: nsd: nsd_notify waits for a response. Will retry the notify 1833 after a timeout. 1834 - Bug #124: $(DESTDIR) was added to Makefile.in. 1835 - Bug #128: zonec: parser can handle \\ at the end of a string. 1836 - zonec: lexer: add \r to the newline delimeter 1837 - zonec: use strtol with an explicit base 10 as parameter. 1838 (Scott Rose, Roy Arends) 1839 - nsd-xfer: print human readable error codes. Change logging to 1840 be more in line with the rest 1841 18422.3.3 1843============= 1844BUG FIXES: 1845 - Apply the correct patch to nsdc.sh.in. 1846 18472.3.2 1848============= 1849FEATURES: 1850 - Bug #101: add support for the SPF record. 1851 1852BUG FIXES: 1853 - Bug #100: replaced non-portable use of timegm(3) with 1854 portable implementation (mktime_from_utc). 1855 - Bug #103: nsd: trim the SOA's TTL to the MINIMUM value when returning a 1856 negative answer. 1857 - Bug #104: nsd: add a time_t timestamp to the log when logging to 1858 a file. 1859 - Bug #105: nsdc: use a lock file when rebuilding the database (patch by 1860 Jakob Schlyter/Ted Lindgreen/Sebastian/Ondrej Sury). 1861 - Bug #106: zonec: don't walk all 256 NSEC windows when that is not 1862 needed. 1863 - Bug #107: zonec: fixed a crash when encountering bad unknown rdata. 1864 - nsd: Don't print: "error: nsd is already running as <pid>, stopping" 1865 when in fact NSD continues to run. 1866 - nsd: Minimize the race window in sig_handler(). 1867 18682.3.1 1869============= 1870BUG FIXES: 1871 - zonec: Don't crash when generating error messages outside of zone 1872 files. 1873 - nsd: when logging to a file the pid is now printed. 1874 - nsd: Reset 'boot' time in statistics when reloading the database, 1875 since the statistics are reset to 0 on a reload. 1876 - nsd-xfer.c: Added '-a' option to specify local address to connect 1877 from. Original patch supplied by Walter Hop <nsd@walter.transip.nl>. 1878 - Bug #98: Allow mnemonics for DS and RRSIG algorithm field. 1879 18802.3.0 1881============= 1882FEATURES: 1883 - DNSSEC is now enabled by default. NSD should be fully 1884 compliant with RFC4033, RFC4034, and RFC4035. 1885 1886BUG FIXES: 1887 - nsd: Ensure that the number of -a flags does not exceed the 1888 maximum specified by MAX_INTERFACES in config.h. 1889 - nsd-xfer: Use serial number arithmetic (RFC1982) for the 1890 zone serial check 1891 - nsdc: Don't pass (fake) serial number to nsd-xfer if the 1892 zone file does not exist. 1893 - zonec: Loading many zones would cause namedb_find_zone to 1894 slow down, performance patch by Kazunori Fujiwara. 1895 - Bug #96: nsd-xfer did not handle 8-bit domain names 1896 correctly. 1897 18982.2.1 1899============= 1900FEATURES: 1901 - The message priority is now included when logging to a file. 1902 1903BUG FIXES: 1904 - Zero length RDATA using the unknown RR notation was not 1905 working (except for the APL RR type). 1906 - Bug #93: './configure' error message containing a comma must 1907 be properly bracketed. 1908 - Bug #94: nsd-xfer: Handle unexpected EOF when receiving AXFR 1909 data. Timeout if no data is received for more than 120 1910 seconds (see the TCP_TIMEOUT parameter in config.h). 1911 - Bug #95: An owner starting with an asterisk label ("*") was 1912 being treated as its own wildcard child. 1913 19142.2.0 1915============= 1916FEATURES: 1917 - nsd-xfer: replacement program for named-xfer to perform zone 1918 transfers using AXFR. TSIG is supported by nsd-xfer but not 1919 yet by the nsd server. DNSSEC is also supported. TSIG 1920 requires OpenSSL version 0.9.7 or higher, configure using 1921 --disable-tsig if you do not have OpenSSL installed. 1922 Configure using --with-ssl=path if OpenSSL is not installed 1923 at a standard location. 1924 1925CODE CHANGES: 1926 - New data structure 'buffer_type' for representing binary 1927 buffers that can be read, written, and resized. Data in 1928 these buffers is stored in network byte order. This data 1929 structure replaces the iobuf field of 'struct query'. 1930 1931BUG FIXES: 1932 - Fixed endian problem in WKS record. 1933 - Protocol can now be specified numerically in WKS record. 1934 - Allow escape sequences (\DDD) in TTL, RR class, and RR type. 1935 - The zone compiler now accepts many more characters in 1936 unquoted strings such as domain name labels. The characters 1937 no longer need to be escaped with a backslash. 1938 - Close included files after reading. 1939 - Maximum TCP message size is now 65535 bytes. AXFR response 1940 packets are still limited to 16383 bytes for optimal 1941 compression of dnames. 1942 - The TSIG key for AXFRs can now also be stored in the file 1943 <zonename>.tsiginfo. This makes it possible to use TSIG 1944 with multiple master servers. 1945 - Signals are no longer blocked while performing I/O so the 1946 server should respond quicker to signals. 1947 - Fixed parsing of LOC rdata. Fractions and altitude were not 1948 handled correctly. 1949 19502.1.5 1951============= 1952BUG FIXES: 1953 - Bug #90: handle \000 in TXT records correctly 1954 - Fixed undefined behavior in the use of vsnprintf when 1955 logging messages. This caused crashes on Linux/PPC. 1956 19572.1.4 1958============= 1959BUG FIXES: 1960 - nsdc: Fixed a typo that caused AXFRs to stop working. 1961 19622.1.3 1963============= 1964FEATURES: 1965 - nsd: The pidfile can be specified using the '-P' option. 1966 1967BUG FIXES: 1968 - Bug #87: allow @ in the rdata 1969 - Bug #88: allow ::FFFF:ipv4addr in AAAA records 1970 - Bug #89: Count the number of queries received over TCP, 1971 instead of the number of TCP connections. 1972 - Zonec: when - is used as input, set the filename to 'STDIN'. 1973 - The nsdc script handles failed AXFRs more gracefully. 1974 - NSD emits an error when it sees bitlabels (RFC 2673). 1975 - Only copy the CD bit when DNSSEC is enabled. 1976 19772.1.2 1978============= 1979FEATURES: 1980 - NSD now fully supports unknown record types using the 1981 notation specified in RFC3597. 1982 - Support for the following RR types has been added: WKS, X25, 1983 ISDN, RT, NSAP, PX, NAPTR, KX, CERT, DNAME, and APL. DNAME 1984 special processing is not supported. 1985 1986BUG FIXES: 1987 - Bug #84: NSD now uses SIGUSR1 instead of SIGILL to report stats. 1988 - Bug #85: Support for WKS records. 1989 - Bug #86: The characters "#%&^[]?" can now be used without 1990 backslash in zone file domain names. 1991 - Plugin callback return type fixed. 1992 - The maximum message length for IPv6 UDP packets is now 1993 limited to the IPv6 minimum MTU (1280) unless the 1994 IPV6_USE_MIN_MTU socket option is supported. 1995 19962.1.1 1997============= 1998BUG FIXES: 1999 - Bug #81: Handle unknown types correctly. 2000 - Bug #82: Zonec: don't report "0 errors" unless -v is 2001 specified. 2002 - Bug #83: Close zone files after parsing. 2003 - Handle AFSDB RR type. 2004 20052.1.0 2006============= 2007FEATURES: 2008 - New networking code allows a single server to handle both 2009 UDP and TCP connections. By default up to 10 simultaneous 2010 TCP connections are supported. Use the '-n' flag to change 2011 the default. 2012 20132.0.2 2014============= 2015BUG FIXES: 2016 - Allow the use of a mnemonic for the algorithm field of a 2017 DNSKEY record. 2018 - Behavior of the zonec -v flag has been modified. By default 2019 zonec will only print a single line with a summary of the 2020 error count. 2021 - Bug #75: Fixed typo in previous "fix". 2022 20232.0.1 2024============= 2025BUG FIXES: 2026 - Queries for QTYPE DS (DNSSEC) were not handled correctly in 2027 certain cases. 2028 - Partial support for unknown RRs. Known RR types with 2029 unknown RR data format is not yet supported. 2030 - Bug #75: Fixed bad error message when nsdc update is run for 2031 the first time. 2032 - Bug #78: Multiple zones, each with include directives, are 2033 now compiled correctly. 2034 20352.0.0 2036============= 2037FEATURES: 2038 - Experimental DNSSEC support implemented, but disabled by 2039 default. Enable using the --enable-dnssec configuration 2040 option. 2041 - IPv6 enabled by default. Disable using the --disable-ipv6 2042 configuration option. 2043 2044BUG FIXES: 2045 - Bug #47: Domain name is now logged when a notify is 2046 received. 2047 - Bug #70: First include all A records in the additional 2048 section, followed by AAAA records. 2049 - Bug #77: Check length of domain name and label. 2050 - LOC records are supported again. 2051 20521.4.0-alpha1 2053============= 2054FEATURES: 2055 - New database format that is much more compact and portable 2056 across architectures. 2057 - The new zone compiler is now the default and the old zone 2058 compiler has been removed. 2059 - Name compression is done dynamically, removing one other 2060 difference with BIND in the responses generated (the full 2061 query name is now used for compression). 2062 - CNAME target records are now generated from wildcard 2063 records if necessary. 2064 2065REGRESSIONS: 2066 - mmap(2) isn't currently supported. 2067 - Not all RR types are supported by zonec (such as LOC). 2068 20691.3.0-alpha1 2070============= 2071FEATURES: 2072 - New name lookup algorithm. This required a change to the 2073 database format. Performance should increase at the expense 2074 of database size and memory usage. 2075 - New zone compiler (zonec2) based on flex and yacc, fully RFC 2076 compliant (still in alpha). 2077 - Database can be loaded using mmap(2) (use the --enable-mmap 2078 configure option to enable). This is useful on operating 2079 systems such as Solaris that do not allow memory overcommit. 2080 - Region based memory allocation and resource management. 2081 - New internal format for storing domain names. Each dname 2082 now includes an array of label offsets within the domain 2083 name. 2084 - Updates to the plugin API. 2085 2086BUG FIXES: 2087 - Bug #65: The syslog facility is now a compile time option 2088 (--with-facility=FACILITY). The default facility is DAEMON. 2089 - Bug #66: Automatic periodic dumping of the statistics (using 2090 the -s option) is now continued after a database reload. 2091 20921.2.4 2093============= 2094BUG FIXES: 2095 - Bug #72: If an RRset for a child domain is defined before 2096 the RRset of the parent domain the parent's RRset would be 2097 "lost". 2098 20991.2.3 2100============= 2101BUG FIXES: 2102 - Bug #65: The syslog facility is now a compile time option 2103 (--with-facility=FACILITY). The default facility is DAEMON. 2104 - Bug #66: Automatic periodic dumping of the statistics (using 2105 the -s option) is now continued after a database reload. 2106 - NSD would try to kill pid -1 on startup if forking of a child 2107 process failed. 2108 - Do not log EAGAIN errors on calls to recvfrom. These errors 2109 should be harmless. 2110 21111.2.2 2112============= 2113BUG FIXES: 2114 - Bug #59: NSD returns FORMERR when the query name is >= 246 2115 bytes. 2116 - Bug #60: Zonec runs out of file descriptors with many zones. 2117 - Bug #61: nsdc uses /bin/sh hardwired (and should not). 2118 - Bug #62: NSD is not able to log to a file. 2119 - Bug #63: nsdc update and zonec are too talkative. 2120 - Bug #64: Answer for request of a host resolved by a 2121 wildcard-resource-record is not understandable by dig. 2122 21231.2.1 2124============= 2125BUG FIXES: 2126 - AXFR terminates early if a zone contains a CNAME pointing 2127 the the zone's domain name (SOA record) (bug #56). 2128 - During an AXFR memory above the top of the stack was 2129 accessed. This could lead to occasional AXFR errors (bad 2130 packets). 2131 - NSD now prints its version number and exits when invoked 2132 with the -v flag (bug #57). 2133 - NSD prints help information and exits when invoked with the 2134 -h flag. 2135 21361.2.0 2137============= 2138FEATURES: 2139 - NSD is now a single parent process (handling child 2140 termination and database reloads) plus multiple UDP and TCP 2141 child processes handling queries. Before the parent process 2142 also handled UDP queries. This change simplifies the parent 2143 and child processes and allows the use of multiple 2144 concurrent UDP servers. 2145 - Experimental plugin support. This required a minor, 2146 incompatible change to the database format. Make sure you 2147 recompile your database. Use --enable-plugins to enable. 2148 - Full IPv6 support (for multi-homing and for Linux, thanks to 2149 Colm MacCárthaigh and Jun-ichiro itojun Hagino). Use 2150 --enable-ipv6 to enable. 2151 - Support for multi-homing with TCP connections. 2152 - Support for SunOS 4.x has been dropped. 2153 2154CODE CHANGES: 2155 - NSD should now conform to the Single Unix Specification 2156 (http://www.unix.org/). 2157 - Const correctness for strings and some other data types. 2158 - Removed code for Berkeley DB, hash tables, and mmap(2). 2159 - Separate preprocessor flags from code flags (CPPFLAGS and 2160 CFLAGS). 2161 - Use uint8_t instead of u_char, uint{16,32}_t instead of 2162 u_int{16,32}_t. 2163 - Fixed warnings from mixing signed and unsigned types. 2164 - Use sigaction(2) instead of signal(2). 2165 - The query_process function has been split up for clarity. 2166 2167BUG FIXES: 2168 - CHAOS TXT queries failed on big-endian machines. 2169 - Portability fixes for Tru64 (thanks to Stephane Bortzmeyer), 2170 HP-UX, and MacOS X (thanks to Ronald van der Pol). 2171 - Removed compile time limit on maximum number of TCP child 2172 servers. 2173 - Support for debugging UDP and TCP queries. 2174 - Always ensure there is enough room for the EDNS record when 2175 answering a query with EDNS enabled. 2176 21771.1 2178============= 2179FEATURES: 2180 - ANSI C 2181 - autoconf/configure 2182 - new parser 2183 - support for various RR types in zonec 2184 - support for UNKN RR types 2185 2186BUG FIXES: 2187 - lots of zone parsing errors eliminated 2188 - empty node matching bug gives NXDOMAIN 2189 21901.0.3 2191============= 2192This release is a bug fix release and does not add any new features. 2193 2194BUG FIXES: 2195 - Ignore SIGPIPE errors (bug #43). 2196 - Keep track of TCP child servers and restart if necessary. 2197 (bug #55) 2198 - Handle database reload failures correctly. 2199 - Close UDP sockets in TCP child servers. 2200 - Handle escaped characters (besides \.) in labels. 2201 - Preserve the query's RD flag in the answer. 2202 22031.0.2 2204============= 2205FEATURES: 2206 - -DBIND8_STATS to enable bind8 like [NX]STATS 2207 - -t flag to make nsd chroot to a certain directory 2208 - -s flag to make nsd produce statistics every s seconds 2209 - /etc/nsd/nsdc.conf to overwrite default variables 2210 for nsdc.sh 2211 - less loggin and more radical tcp connection (mis)handling 2212 - prefork -n processes to handle tcp connections 2213 - multiple -a flags 2214 2215CHANGES: 2216 - named.stats file functionality is removed 2217 2218BUG FIXES: 2219 - couple of pedantic fixes in C code 2220 - last zone in database axfr bug fixed 2221 - nsdc update wont update bug fixed 2222 22231.0.1 2224============= 2225 2226FEATURES: 2227 - NSD drops permissions after binding the sockets 2228 - ``cache'' zones are no longer allowed 2229 - ID.Server & Version.Server compile time options 2230 - AXFR implemented (with tcpwrapper for access control) 2231 - nsdc update and nsdc notify functionality 2232 - using named-xfer with TSIG for inbound axfr 2233 2234 2235CHANGES: 2236 - the order of records in the database is from now 2237 on significant 2238 - since Berkeley DB doesnt define order for sequential 2239 access it is no longer supported 2240 2241BUG FIXES: 2242 - white space problem in zonec is fixed 2243 2244KNOWN BUGS: 2245 - please see appropriate man pages for the known bugs 2246 22471.0.0 RELEASE 2248============= 2249 2250KNOWN BUGS: 2251 2252- Although NSD allows one to configure a zone without SOA record and 2253 use it as so called ``cached'' non-authoritative data, it is decided 2254 that having this functionality is wrong, dangerous and will be removed 2255 from the further versions. 2256 2257- If while processing EDNS(0) OPT record NSD encounters bad EDNS(0) 2258 version it will answer with Format Error instead of EDNS(0) BADVERS 2259 2260PLATFORMS: 2261 2262 Tested and working on i386 FreeBSD-4.4, i386 Linux, dec alpha Linux, 2263 sparc SunOS 4.x 2264 2265 22661.0.0-BETA2 2267=========== 2268 2269FIXES: 2270 - wildcards bug fixed 2271 - AA bit for class ANY bug fixed 2272 - minor coredumps with really broken zones in zonec fixed 2273 - linux & SunOS port 2274 22751.0-ALPHA2 2276========== 2277FIXES: 2278 - IPv6 transport support added by Jun-ichiro itojun Hagino (Use -DINET6) 2279 - Makefile modified for easier compile time configuration 2280 - EDNS(0) bug fixed 2281 - Default database changed to all lowercase, red-black tree to make nsd 2282 DNSSEC ready 2283 - REQUIREMENTS are cleaned up and updated 2284 - Signal names changed in nsdc.sh.in 2285 - Default compile options dont include -DMIMIC_BIND8 2286