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