13 February 2022: Wouter 2 - Fix for #611: Integer overflow in sldns_wire2str_pkt_scan. 3 42 February 2022: George 5 - Merge PR #532 from Shchelk: Fix: buffer overflow bug. 6 - Merge PR #616: Update ratelimit logic. It also introduces 7 ratelimit-backoff and ip-ratelimit-backoff configuration options. 8 - Change aggressive-nsec default to yes. 9 - Merge PR #617: Update stub/forward-host notation to accept port and 10 tls-auth-name. 11 - Update stream_ssl.tdir test to also use the new forward-host 12 notation. 13 142 February 2022: Wouter 15 - Update version number in repo to 1.15.0 for upcoming release, 16 since it changes the aggressive-nsec default and the ratelimit change. 17 - Fix header comment for doxygen for authextstrtoaddr. 18 - please clang analyzer for loop in test code. 19 - Fix docker splint test to use more portable uname. 20 - Update contrib/aaaa-filter-iterator.patch with diff for current 21 software version. 22 231 February 2022: George 24 - Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA 25 internals. 26 2731 January 2022: George 28 - Fix review comment for use-after-free when failing to send UDP out. 29 3031 January 2022: Wouter 31 - iana portlist update. 32 3329 January 2022: George 34 - Fix tls-* and ssl-* documented alternate syntax to also be available 35 through remote-control and unbound-checkconf. 36 - Better cleanup on failed DoT/DoH listening socket creation. 37 3826 January 2022: George 39 - Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC 40 document. 41 4226 January 2022: Wouter 43 - Test for NSID in SERVFAIL response due to DNSSEC bogus. 44 4525 January 2022: George 46 - Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in 47 serviced_udp_callback. 48 - Merge PR #612: TCP race condition. 49 5025 January 2022: Wouter 51 - Fix #610: Undefine-shift in sldns_str2wire_hip_buf. 52 5319 January 2022: George 54 - For dnstap, do not wakeupnow right there. Instead zero the timer to 55 force the wakeup callback asap. 56 5714 January 2022: George 58 - Merge PR #605: 59 - Fix EDNS to upstream where the same option could be attached 60 more than once. 61 - Add a region to serviced_query for allocations. 62 6314 January 2022: Wouter 64 - Add rpz: for-downstream: yesno option, where the RPZ zone is 65 authoritatively answered for, so the RPZ zone contents can be 66 checked with DNS queries directed at the RPZ zone. 67 - For #602: Allow the module-config "subnetcache validator cachedb 68 iterator". 69 7011 January 2022: George 71 - Fix prematurely terminated TCP queries when a reply has the same ID. 72 737 January 2022: Wouter 74 - Merge #600 from pemensik: Change file mode before changing file 75 owner. 76 775 January 2022: Wouter 78 - Fix for #596: fix that rpz return message is returned and not just 79 the rcode from the iterator return path. This fixes signal unset RA 80 after a CNAME. 81 - Fix unit tests for rpz now that the AA flag returns successfully from 82 the iterator loop. 83 - Fix for #596: add unit test for nsdname trigger and signal unset RA. 84 - Fix for #596: add unit test for nsip trigger and signal unset RA. 85 - Fix #598: Fix unbound-checkconf fatal error: module conf 86 'respip dns64 validator iterator' is not known to work. 87 - Fix for #596: Fix rpz-signal-nxdomain-ra to work for clientip 88 triggered operation. 89 904 January 2022: Wouter 91 - Fix #596: unset the RA bit when a query is blocked by an unbound 92 RPZ nxdomain reply. The option rpz-signal-nxdomain-ra allows to 93 signal that a domain is externally blocked to clients when it 94 is blocked with NXDOMAIN by unsetting RA. 95 - Fix to add test for rpz-signal-nxdomain-ra. 96 - Fix #596: only unset RA when NXDOMAIN is signalled. 97 - Fix that RPZ does not set RD flag on replies, it should be copied 98 from the query. 99 10022 December 2021: George 101 - contrib/aaaa-filter-iterator.patch file renewed diff content to 102 apply cleanly to the current coderepo for the current code version. 103 10420 December 2021: George 105 - Fix #591: Unbound-anchor manpage links to non-existent license file. 106 10713 December 2021: George 108 - Add missing configure flags for optional features in the 109 documentation. 110 - Fix Unbound capitalization in the documentation. 111 11213 December 2021: Wouter 113 - Fix to pick up other class local zone information before unlock. 114 11510 December 2021: George 116 - Allow local-data for classes other than IN to inherit a configured 117 local-zone's type if possible, instead of defaulting to type 118 transparent as per the implicit rule. 119 12010 December 2021: Wouter 121 - Add code similar to fix for ldns for tab between strings, for 122 consistency, the test case was not broken. 123 1246 December 2021: Wouter 125 - Merge PR #581 from fobser: Fix -Wmissing-prototypes and -Wshadow 126 warnings in rpz. 127 - Fix validator debug output about DS support, print correct algorithm. 128 1293 December 2021: Wouter 130 - Fix compile warning for if_nametoindex on windows 64bit. 131 1321 December 2021: Wouter 133 - configure is set to 1.14.0, and release branch. 134 This was released as version 1.14.0 on 9 Dec 2021, with the doxygen 135 fix below included. The main branch continues as 1.14.1. 136 - Fix doc/unbound.doxygen to remove obsolete tag warning. 137 1381 December 2021: George 139 - Merge PR #511 from yan12125: Reduce unnecessary linking. 140 - Merge PR #493 from Jaap: Fix generation of libunbound.pc. 141 - Merge PR #555 from fobser: Allow interface names as scope-id in IPv6 142 link-local addresses. 143 - Merge PR #562 from Willem: Reset keepalive per new tcp session. 144 - Merge PR #522 from sibeream: memory management violations fixed. 145 - Merge PR #530 from Shchelk: Fix: dereferencing a null pointer. 146 - Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared. 147 - Fix #574: Review fixes for size allocation. 148 14930 November 2021: Wouter 150 - Fix to remove git tracking and ci information from release tarballs. 151 - iana portlist update. 152 15329 November 2021: Wouter 154 - Merge PR #570 from rex4539: Fix typos. 155 - Fix for #570: regen aclocal.m4, fix configure.ac for spelling. 156 - Fix to make python module opt_list use opt_list_in. 157 - Fix #574: unbound-checkconf reports fatal error if interface names 158 are used as value for interfaces: 159 - Fix #574: Review fixes for it. 160 - Fix #576: [FR] UB_* error codes in unbound.h 161 - Fix #574: Review fix for spelling. 162 16315 November 2021: Tom 164 - Improve EDNS option handling, now also works for synthesised 165 responses such as local-data and server.id CH TXT responses. 166 1675 November 2021: George 168 - Fix for #558: fix loop in comm_point->tcp_free when a comm_point is 169 reclaimed more than once during callbacks. 170 - Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event. 171 1725 November 2021: Wouter 173 - Fix that forward-zone name is documented as the full name of the 174 zone. It is not relative but a fully qualified domain name. 175 - Fix analyzer review failure in rpz action override code to not 176 crash on unlocking the local zone lock. 177 - Fix to remove unused code from rpz resolve client and action 178 function. 179 - Merge #565: unbound.service.in: Disable ProtectKernelTunables again. 180 1812 November 2021: Wouter 182 - Fix #552: Unbound assumes index.html exists on RPZ host. 183 18411 October 2021: Wouter 185 - Fix chaos replies to have truncation for short message lengths, 186 or long reply strings. 187 - Fix to protect custom regional create against small values. 188 1894 October 2021: Wouter 190 - Fix to add example.conf note for outbound-msg-retry. 191 19227 September 2021: Wouter 193 - Implement RFC8375: Special-Use Domain 'home.arpa.'. 194 19521 September 2021: Wouter 196 - For crosscompile on windows, detect 64bit stackprotector library. 197 - Fix crosscompile shell syntax. 198 - Fix crosscompile windows to use libssp when it exists. 199 - For the windows compile script disable gost. 200 - Fix that on windows, use BIO_set_callback_ex instead of deprecated 201 BIO_set_callback. 202 - Fix crosscompile script for the shared build flags. 203 20420 September 2021: Wouter 205 - Fix crosscompile on windows to work with openssl 3.0.0 the 206 link with ws2_32 needs -l:libssp.a for __strcpy_chk. 207 Also copy results from lib64 directory if needed. 208 20910 September 2021: Wouter 210 - Fix initialisation errors reported by gcc sanitizer. 211 - Fix lock debug code for gcc sanitizer reports. 212 - Fix more initialisation errors reported by gcc sanitizer. 213 2148 September 2021: Wouter 215 - Merged #41 from Moritz Schneider: made outbound-msg-retry 216 configurable. 217 - Small fixes for #41: changelog, conflicts resolved, 218 processQueryResponse takes an iterator env argument like other 219 functions in the iterator, no colon in string for set_option, 220 and some whitespace style, to make it similar to the rest. 221 - Fix for #41: change outbound retry to int to fix signed comparison 222 warnings. 223 - Fix root_anchor test to check with new icannbundle date. 224 2253 September 2021: Wouter 226 - Fix #538: Fix subnetcache statistics. 227 2281 September 2021: Wouter 229 - Fix tcp fastopen failure when disabled, try normal connect instead. 230 23127 August 2021: Wouter 232 - Fix #533: Negative responses get cached even when setting 233 cache-max-negative-ttl: 1 234 23525 August 2021: Wouter 236 - Merge #401: RPZ triggers. This add additional RPZ triggers, 237 unbound supports a full set of rpz triggers, and this now 238 includes nsdname, nsip and clientip triggers. Also actions 239 are fully supported, and this now includes the tcp-only action. 240 - Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.) 241 to insert into RPZ. 242 - Fix the stream wait stream_wait_count_lock and http2 buffer locks 243 setup and desetup from race condition. 244 - Fix RPZ locks. Do not unlock zones lock if requested and rpz find 245 zone does not find the zone. Readlock the clientip that is found 246 for ipbased triggers. Unlock the nsdname zone lock when done. 247 Unlock zone and ip in rpz nsip and nsdname callback. Unlock 248 authzone and localzone if clientip found in rpz worker call. 249 - Fix compile warning in libunbound for listen desetup routine. 250 - Fix asynclook unit test for setup of lockchecks before log. 251 25220 August 2021: Wouter 253 - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is 254 undefined. 255 - Fix #531: Fix: passed to proc after free. 256 25717 August 2021: Wouter 258 - Fix that --with-ssl can use "/usr/include/openssl11" to pass the 259 location of a different openssl version. 260 - Fix #527: not sending quad9 cert to syslog (and may be more). 261 - Fix sed script in ssldir split handling. 262 26316 August 2021: George 264 - Merge PR #528 from fobser: Make sldns_str2wire_svcparam_buf() 265 static. 266 26716 August 2021: Wouter 268 - Fix to support harden-algo-downgrade for ZONEMD dnssec checks. 269 27013 August 2021: Wouter 271 - Support using system-wide crypto policies. 272 - Fix for #431: Squelch permission denied errors for udp connect, 273 and udp send, they are visible at higher verbosity settings. 274 - Fix zonemd verification of key that is not in DNS but in the zone 275 and needs a chain of trust. 276 - zonemd, fix order of bogus printout string manipulation. 277 27812 August 2021: George 279 - Merge PR #514, from ziollek: Docker environment for run tests. 280 - For #514: generate configure. 281 28212 August 2021: Wouter 283 - And 1.13.2rc1 became the 1.13.2 with the fix for the python module 284 build. The current code repository continues with version 1.13.3. 285 - Add test tool readzone to .gitignore. 286 - Merge #521: Update mini_event.c. 287 - Merge #523: fix: free() call more than once with the same pointer. 288 - Merge #519: Support for selective enabling tcp-upstream for 289 stub/forward zones. 290 - For #519: note stub-tcp-upstream and forward-tcp-upstream in 291 the example configuration file. 292 - For #519: yacc and lex. And fix python bindings, and test program 293 unbound-dnstap-socket. 294 - For #519: fix comments for doxygen. 295 - Fix to print error from unbound-anchor for writing to the key 296 file, also when not verbose. 297 2985 August 2021: Wouter 299 - Tag for 1.13.2rc1 release. 300 - Fix #520: Unbound 1.13.2rc1 fails to build python module. 301 3024 August 2021: George 303 - Merge PR #415 from sibeream: Use 304 /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing 305 ports. (New --enable-linux-ip-local-port-range configuration option) 306 - Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This 307 allows longer CNAME chains in Unbound. 308 3094 August 2021: Wouter 310 - In unit test use openssl set security level to allow keys in test. 311 - Fix static analysis warnings about localzone locks that are unused. 312 - Fix missing locks in zonemd unit test. 313 - Fix readzone compile under debug config. 314 - Fix out of sourcedir run of zonemd unit tests. 315 - Fix libnettle zonemd unit test. 316 - Fix unit test zonemd_reload for use in run_vm. 317 3183 August 2021: George 319 - Listen to read or write events after the SSL handshake. 320 Sticky events on windows would stick on read when write was needed. 321 3223 August 2021: Wouter 323 - Merge PR #517 from dyunwei: #420 breaks the mesh reply list 324 function that need to reuse the dns answer. 325 - Annotate assertion into error printout; we think it may be an 326 error, but the situation looks harmless. 327 - Fix sign comparison warning on FreeBSD. 328 3292 August 2021: Wouter 330 - Prepare for OpenSSL 3.0.0 provider API usage, move the sldns 331 keyraw functions to produce EVP_PKEY results. 332 - Move RSA and DSA to use OpenSSL 3.0.0 API. 333 - Move ECDSA functions to use OpenSSL 3.0.0 API. 334 - iana portlist update. 335 - Fix verbose printout failure in tcp reuse unit test. 336 33730 July 2021: Wouter 338 - Fix #515: Compilation against openssl 3.0.0 beta2 is failing to 339 build unbound. 340 - For #515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and 341 SSL_get_peer_certificate. 342 - Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check. 343 34426 July 2021: George 345 - Merge #513: Stream reuse, attempt to fix #411, #439, #469. This 346 introduces a couple of fixes for the stream reuse functionality 347 that could result in broken internal structures. 348 34926 July 2021: Wouter 350 - Merge #512: unbound.service.in: upgrade hardening to latest 351 standards. 352 - Fix readzone unknown type print for memory resize. 353 35421 July 2021: Wouter 355 - Fix that ldns_zone_new_frm_fp_l counts the line number for an empty 356 line after a comment. 357 35816 July 2021: George 359 - Introduce 'http-user-agent:' and 'hide-http-user-agent:' options. 360 36116 July 2021: Wouter 362 - Merge #510 from ndptech: Don't call a function which hasn't been 363 defined. 364 - Fix for #510: in depth, use ifdefs for windows api event calls. 365 - Fix spelling in doc/unbound.doxygen comment. 366 - Fix spelling in localzone.h comment. 367 - Fix unbound-control local_data and local_datas to print detailed 368 syntax errors. 369 - review fix to remove duplicate error printout. 370 - Insert header into testcode/readzone.c, it was missing. 371 - Fix from lint for ignored return value. 372 - Fix for older parsers for function call in serve expired get cached. 373 3746 July 2021: Wouter 375 - iana portlist update. 376 3775 July 2021: George 378 - Fix compiler warnings for #491. 379 - Fix clang-analysis warnings for testcode/readzone.c. 380 3814 July 2021: George 382 - Fix Wunused-result compile warnings. 383 3842 July 2021: Tom 385 - Merge PR #491: Add SVCB and HTTPS types and handling according to 386 draft-ietf-dnsop-svcb-https. 387 3882 July 2021: Wouter 389 - Fix #506: Python Module Seems to Leak Memory if it Experiences an 390 Unhandled Exception. 391 39225 June 2021: Wouter 393 - Fix up permissions on rpl data file in tests. 394 - Fix testbound newline treatment in moment_read and tempfile write. 395 - Fix configure grep for reuseport default for failure. 396 - Fix compat ctime_r return value 397 - Fix configure does not require pkg-config if not needed. 398 - Fix unit test in the ctime_r calls for autotrust and in testbound. 399 - Fix auth zone download on windows to unlink before rename. 400 40124 June 2021: Wouter 402 - Add analyzer and port compile github workflow. 403 40423 June 2021: Wouter 405 - Fix #503: DNS over HTTPS response truncated. 406 - Fix warnings reported by the gcc analyzer. 407 40821 June 2021: George 409 - Fix #495: Documentation or implementation of "verbosity" option. 410 41118 June 2021: Wouter 412 - Fix a number of warnings reported by the gcc analyzer. 413 41415 June 2021: George 415 - Merge #440 by kimheino: Various fixes to contrib/unbound_munin_ file. 416 41714 June 2021: Wouter 418 - Fix configure nonblocking test and onmingw test to use host. 419 42010 June 2021: Wouter 421 - Fix #500: SPEC file in version 1.13.1 references version 1.4; 422 unable to build RPM from source. 423 - Fix contrib/unbound.spec, fixed url and comment. 424 4259 June 2021: George 426 - Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable. 427 - Generated lexer and parser for #486; updated example.conf. 428 - Fix #413 (based on patch by k-ronny): unbound: does not compile 429 on macOS 11.1-x86_64 host. 430 - Use host_os instead of target_os in configure for Darwin8 build. 431 4328 June 2021: George 433 - Fix unused variable warning when compiling with --enable-dnstap. 434 4357 June 2021: George 436 - Merge #448 from shoeper: Update unbound-control.8.in, fix 437 rpz_disable typo. 438 - Fix #425: Document auth-zone supports communication with DNS 439 primary on nondefault port. 440 4411 June 2021: George 442 - Fix test for zonemd-check option. 443 44427 May 2021: Wouter 445 - Merge #496 from banburybill: Use build system endianness if 446 available, otherwise try to work it out. 447 - zonemd-check: yesno option, default no, enables the processing 448 of ZONEMD records for that zone. 449 45025 May 2021: Wouter 451 - Move the NSEC3 max iterations count in line with the 150 value 452 used by BIND, Knot and PowerDNS. This sets the default value 453 for it in the configuration to 150 for all key sizes. 454 - Fix #492: module-config respip missing in unbound.conf.5.in man 455 page. Merges #494 from he32. 456 - For #492: Fix font highlighting for the man page on emacs. 457 45821 May 2021: Wouter 459 - Test code has -q option for quiet output. 460 46119 May 2021: George 462 - Fix for #411, #439, #469: Reset the DNS message ID when moving queries 463 between TCP streams. 464 - Refactor for uniform way to produce random DNS message IDs. 465 46617 May 2021: Wouter 467 - Fix #489: Compile using MSYS2 MinGW 64-bit. 468 46912 May 2021: Wouter 470 - Fix that auth-zone zonefiles use last TTL if no TTL is specified. 471 47210 May 2021: Wouter 473 - Merge PR #487: ifdef RLIMIT_AS in recently added check. 474 4757 May 2021: Wouter 476 - Fix #485: Unbound occasionally reports broken stats. 477 - Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024. 478 - Remove case fallthrough from deprecate-rsa-1024 code. 479 4804 May 2021: George 481 - Fix for #367: only attempt to get the interface for queries that are no 482 longer on the tcp_waiting_list. 483 - Add more logging for out-of-memory cases. 484 4854 May 2021: Wouter 486 - Merge #478: Allow configuration of TCP timeout while waiting for 487 response. 488 - Fix to squelch tcp socket bind failures when the interface is gone. 489 - Rerun flex and bison. 490 4913 May 2021: Wouter 492 - Fix #481: Fix comment in configuration file. 493 49429 April 2021: Wouter 495 - Add that log-servfail prints an IP address and more information 496 about one of the last failures for that query. 497 49828 April 2021: George 499 - Fix compiler warning for signed/unsigned comparison for 500 max_reuse_tcp_queries. 501 50228 April 2021: Wouter 503 - Fix #474: always_null and others inside view. 504 50526 April 2021: Wouter 506 - Merge #470 from edevil: Allow configuration of persistent TCP 507 connections. 508 50922 April 2021: Wouter 510 - Merge #466 from FGasper: Support OpenSSLs that lack 511 SSL_get0_alpn_selected. 512 - Fix #468: OpenSSL 1.0.1 can no longer build Unbound. 513 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with 514 OpenSSL 1.0.1. 515 - Fix that testcode dohclient has OpenSSL initialisation calls. 516 51713 April 2021: George 518 - Fix documentation comment for files previously residing in checkconf/. 519 - Remove unused functions worker_handle_reply and libworker_handle_reply. 520 52113 April 2021: Wouter 522 - Fix that nxdomain synthesis does not happen above the stub or 523 forward definition. 524 52512 April 2021: George 526 - Fix (increase) verbosity level for iterator error log in 527 processQueryTargets(). 528 52912 April 2021: Wouter 530 - Fix permission denied sendto log, squelch the log messages 531 unless high verbosity is set. 532 5339 April 2021: Wouter 534 - rebuild configure to set EXTRALINK to libunbound.la for #460. 535 5367 April 2021: Wouter 537 - Fix for #411: Depth protect for crash on deleted element timeout. 538 5391 April 2021: Wouter 540 - Merge #460 from orbea: build: Link with the libtool archive. 541 - Fix to stop IPv6 PMTU discovery. 542 54331 March 2021: George 544 - Clean makedist.sh. 545 54631 March 2021: Wouter 547 - Fix stack-protector change to not override other CFLAGS options. 548 54930 March 2021: George 550 - Disable the use of stack-protector for cross compiled 32-bit windows 551 builds; relates to #444. 552 55325 March 2021: Wouter 554 - Fix #429: Also fix end of transfer for http download of auth zones. 555 55624 March 2021: Wouter 557 - Fix deprecation test to work for iOS TVOS and WatchOS, it uses 558 CFLAGS and CPPFLAGS and also checks if the item is unavailable. 559 - Travis, fix script to fail when tasks fail. 560 - Travis, fix warning in ubsan compile. 561 - Fix configure Targetconfiditionals.h header check, to use compile. 562 - Fix that cachedb does not produce empty object files when disabled. 563 56423 March 2021: Wouter 565 - Travis enable all tests again. Clang analyzer only a couple times, 566 when there is a difference. homebrew updates disabled, so it does 567 not hang. removed trailing slashes from configure paths. Moved iOS 568 tests to allow-failure. 569 - travis, analyzer disabled on test without debug, that does not 570 run anway. Turn off failing tests except one. Update iOS test 571 to xcode image 12.2. 572 57322 March 2021: George 574 - Fix unused-function warning when compiling with --enable-dnscrypt. 575 - Fix for #367: fix memory leak when cannot bind to listening port. 576 - Reformat pythonmod/pythonmod_utils.{c,h}. 577 57822 March 2021: Wouter 579 - Merge #449 from orbea: build: Add missing linker flags. 580 - iana portlist update. 581 - Comment out nonworking OSX and IOS travis tests, vm fails to start. 582 - Fix compile error in listen_dnsport on Android. 583 - Fix memory leak reported by asan in rpz SOA record query name. 584 58519 March 2021: Wouter 586 - Fix for #447: squelch connection refused tcp connection failures 587 from the log, unless verbosity is high. 588 58917 March 2021: Wouter 590 - Fix #441: Minimal NSEC range not accepted for top level domains. 591 59211 March 2021: Wouter 593 - Fix parse of LOC RR type for decimetres. 594 5955 March 2021: Wouter 596 - Workaround for #439: prevent loops in the reuse rbtree. 597 - Debug output for #411 and #439: printout internal error and details. 598 5994 March 2021: Wouter 600 - iana portlist update. 601 - Fix spurious errors about "Could not generate request: out of 602 memory". The mesh detect cycle routine no longer wrongly stops 603 the check when the calling mesh state is unique. 604 60526 February 2021: George 606 - Fix for #367: rc_ports don't have ub_sock; skip cleaning up. 607 60826 February 2021: Wouter 609 - Fix: Resolve interface names on control-interface too. 610 61125 February 2021: Wouter 612 - Merge PR #367 : DNSTAP log local address. With code from PR #365 613 and fixes #368 : dnstap does not log the DNS message ID for 614 FORWARDER_QUERY. 615 - Fix to allow rpz with wildcard that applies to all TLDs at once. 616 61724 February 2021: George 618 - Fix #384: (1) A minor request to improve the log (2) A minor bug in one 619 log message. 620 - ipsecmod: Better logging for detecting a cycle when attaching the 621 A/AAAA subquery. 622 62324 February 2021: Wouter 624 - On startup of unbound it checks if rlimits on memory size look 625 sufficient for the configured cache size, and logs warning if not. 626 - Fix function documentation. 627 - Fix unit test for added ulimit checks. 628 - spelling fix in header. 629 63023 February 2021: Wouter 631 - Fix for zonemd, that domain-insecure zones work without dnssec. 632 - Fix for zonemd, do not reject insecure result from trust anchor 633 validation step in dnssec chain of trust. 634 63522 February 2021: Wouter 636 - Fix #431: Squelch permission denied errors for tcp connect 637 and udp connect from the logs, unless at high verbosity. 638 - Fix for zonemd, that nxdomain for the chain of trust is allowed 639 for island zones, it is treated as an insecure zone for verification. 640 64118 February 2021: Wouter 642 - Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support. 643 ZONEMD records are checked for zones loaded as auth-zone, 644 with DNSSEC if available. There is an added option 645 zonemd-permissive-mode that makes it log but not fail wrong zones. 646 With zonemd-reject-absence for an auth-zone the presence of a 647 zonemd can be mandated for specific zones. 648 - Fix doxygen and pydoc warnings. 649 - Fix #429: rpz: url: with https: broken (regression in 1.13.1). 650 - rpz skip nsec3param records, and nicer log for unsupported actions. 651 65215 February 2021: Wouter 653 - Fix #422: IPv6 fallback issues when IPv6 is not properly 654 enabled/configured. 655 - Fix to make tests work with support indicators set for iterator. 656 - Fix build on Python 3.10. 657 65810 February 2021: Wouter 659 - Merge PR #420 from dyunwei: DOH not responsing with 660 "http2_query_read_done failure" logged. 661 6629 February 2021: Wouter 663 - Fix for Python 3.9, no longer use deprecated functions of 664 PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now 665 none), PyParser_SimpleParseFile (now Py_CompileString). 666 6674 February 2021: Wouter 668 - release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb. 669 This became 1.13.1 release tag on 9 feb. The main branch is set 670 to version 1.13.2. 671 6722 February 2021: Wouter 673 - branch-1.13.1 is created, with release-1.13.1rc1 tag. 674 - Fix dynlibmod link on rhel8 for -ldl inclusion. 675 - Fix windows dependency on libssp.dll because of default stack 676 protector in mingw. 677 - Fix indentation of root anchor for use by windows install script. 678 6791 February 2021: George 680 - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411. 681 68229 January 2021: Wouter 683 - Fix for doxygen 1.8.20 compatibility. 684 68528 January 2021: Wouter 686 - Annotate that we ignore the return value of if_indextoname. 687 - Fix to use correct type for label count in rpz routine. 688 - Fix empty clause warning in config_file nsid parse. 689 - Fix to use correct type for label count in ipdnametoaddr rpz routine. 690 - Fix empty clause warning in edns pass for padding. 691 - Fix fwd ancil test post script when not supported. 692 69326 January 2021: George 694 - Merge PR #408 from fobser: Prevent a few more yacc clashes. 695 - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the 696 original instead of a decrementing TTL ('serve-original-ttl') 697 - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor 698 static data. 699 - Ignore cache blacklisting when trying to reply with expired data from 700 cache (#394). 701 70226 January 2021: Wouter 703 - Fix compile of unbound-dnstap-socket without dnstap installed. 704 70522 January 2021: Willem 706 - Padding of queries and responses with DNS over TLS as specified in 707 RFC7830 and RFC8467. 708 70922 January 2021: George 710 - Fix TTL of SOA record for negative answers (localzone and 711 authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM. 712 71319 January 2021: Willem 714 - Support for RFC5001: DNS Name Server Identifier (NSID) Option 715 with the nsid: option in unbound.conf 716 71718 January 2021: Wouter 718 - Fix #404: DNS query with small edns bufsize fail. 719 - Fix declaration before statement and signed comparison warning in 720 dns64. 721 72215 January 2021: Wouter 723 - Merge #402 from fobser: Implement IPv4-Embedded addresses according 724 to RFC6052. 725 72614 January 2021: Wouter 727 - Fix for #93: dynlibmodule import library is named libunbound.dll.a. 728 72913 January 2021: Wouter 730 - Merge #399 from xiangbao227: The lock of lruhash table should 731 unlocked after markdel entry. 732 - Fix for #93: dynlibmodule link fix for Windows. 733 73412 January 2021: Wouter 735 - Fix #397: [Feature request] add new type always_null to local-zone 736 similar to always_nxdomain. 737 - Fix so local zone types always_nodata and always_deny can be used 738 from the config file. 739 7408 January 2021: Wouter 741 - Merge PR #391 from fhriley: Add start_time to reply callbacks so 742 modules can compute the response time. 743 - For #391: use struct timeval* start_time for callback information. 744 - For #391: fix indentation. 745 - For #391: more double casts in python start time calculation. 746 - Add comment documentation. 747 - Fix clang analysis warning. 748 7496 January 2021: Wouter 750 - Fix #379: zone loading over HTTP appears to have buffer issues. 751 - Merge PR #395 from mptre: add missing null check. 752 - Fix #387: client-subnet-always-forward seems to effectively bypass 753 any caching? 754 7555 January 2021: Wouter 756 - Fix #385: autoconf 2.70 impacts unbound build 757 - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands 758 to unbound-control. 759 7604 January 2021: Wouter 761 - For #376: Fix that comm point event is not double removed or double 762 added to event map. 763 - iana portlist updated. 764 76516 December 2020: George 766 - Fix error cases when udp-connect is set and send() returns an error 767 (modified patch from Xin Li @delphij). 768 76911 December 2020: Wouter 770 - Fix #371: unbound-control timeout when Unbound is not running. 771 - Fix to squelch permission denied and other errors from remote host, 772 they are logged at higher verbosity but not on low verbosity. 773 - Merge PR #335 from fobser: Sprinkle in some static to prevent 774 missing prototype warnings. 775 - Merge PR #373 from fobser: Warning: arithmetic on a pointer to void 776 is a GNU extension. 777 - Fix missing prototypes in the code. 778 7793 December 2020: Wouter 780 - make depend. 781 - iana portlist updated. 782 7832 December 2020: Wouter 784 - Fix #360: for the additionally reported TCP Fast Open makes TCP 785 connections fail, in that case we print a hint that this is 786 happening with the error in the logs. 787 - Fix #356: deadlock when listening tcp. 788 - Fix unbound-dnstap-socket to not use log routine from interrupt 789 handler and not print so frequently when invoked in sequence. 790 - Fix on windows to ignore connection failure on UDP, unless verbose. 791 - Fix for #283: fix stream reuse and tcp fast open. 792 - Fix update, with write event check with streamreuse and fastopen. 793 7941 December 2020: Wouter 795 - Fix #358: Squelch udp connect 'no route to host' errors on low 796 verbosity. 797 79830 November 2020: Wouter 799 - Fix assertion failure on double callback when iterator loses 800 interest in query at head of line that then has the tcp stream 801 not kept for reuse. 802 - tag for the 1.13.0rc4 release. This also became the 1.13.0 803 release version on 3 dec 2020 with the streamreuse and fastopen 804 fix from 2 dec 2020. The code repo continues for 1.13.1 in 805 development. 806 80727 November 2020: Wouter 808 - Fix compile warning for type cast in http2_submit_dns_response. 809 - Fix when use free buffer to initialize rbtree for stream reuse. 810 - Fix compile warnings for windows. 811 - Fix compile warnings in rpz initialization. 812 - Fix contrib/metrics.awk for FreeBSD awk compatibility. 813 - tag for the 1.13.0rc3 release. 814 81526 November 2020: Wouter 816 - Fix to omit UDP receive errors from log, if verbosity low. 817 These happen because of udp-connect. 818 - For #352: contrib/metrics.awk for Prometheus style metrics output. 819 - Fix that after failed read, the readagain cannot activate. 820 - Clear readagain upon decommission of pending tcp structure. 821 82225 November 2020: Wouter 823 - with udp-connect ignore connection refused with UDP timeouts. 824 - Fix udp-connect on FreeBSD, do send calls on connected UDP socket. 825 - Better fix for reuse tree comparison for is-tls sockets. Where 826 the tree key identity is preserved after cleanup of the TLS state. 827 - Remove debug commands from reuse tests. 828 - Fix memory leak for edns client tag opcode config element. 829 - Attempt fix for libevent state in tcp reuse cases after a packet 830 is written. 831 - Fix readagain and writeagain callback functions for comm point 832 cleanup. 833 - tag for the 1.13.0rc2 release. 834 83524 November 2020: Wouter 836 - Merge PR #283 : Stream reuse. This implements upstream stream 837 reuse for performing several queries over the same TCP or TLS 838 channel. 839 - set version of main branch to 1.13.0 for upcoming release. 840 - iana portlist updated. 841 - Fix one port unit test for udp-connect. 842 - tag for the 1.13.0rc1 release. 843 - Fix crash when TLS connection is closed prematurely, when 844 reuse tree comparison is not properly identical to insertion. 845 - Fix padding of struct regional for 32bit systems. 846 84723 November 2020: George 848 - Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with 849 edns-client-string option. 850 85123 November 2020: Wouter 852 - Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket 853 address families. 854 - Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error: 855 failed to list interfaces: getifaddrs: Address family not 856 supported by protocol. 857 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2. 858 - Option to toggle udp-connect, default is enabled. 859 - Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere 860 with chown of pidfile. 861 - Further fix for it and retvalue 0 fix for it. 862 86312 November 2020: Wouter 864 - Fix to connect() to UDP destinations, default turned on, 865 this lowers vulnerability to ICMP side channels. 866 - Retry for interfaces with unused ports if possible. 867 86810 November 2020: Wouter 869 - Fix #341: fixing a possible memory leak. 870 - Fix memory leak after fix for possible memory leak failure. 871 - Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX' 872 undeclared. 873 87427 October 2020: Wouter 875 - In man page note that tls-cert-bundle is read before permission 876 drop and chroot. 877 87822 October 2020: Wouter 879 - Fix #333: Unbound Segmentation Fault w/ log_info Functions From 880 Python Mod. 881 - Fix that minimal-responses does not remove addresses from a priming 882 query response. 883 88421 October 2020: George 885 - Fix #327: net/if.h check fails on some darwin versions; contribution by 886 Joshua Root. 887 - Fix #320: potential memory corruption due to size miscomputation upton 888 custom region alloc init. 889 89021 October 2020: Wouter 891 - Merge PR #228 : infra-keep-probing option to probe hosts that are 892 down. Add infra-keep-probing: yes option. Hosts that are down are 893 probed more frequently. 894 With the option turned on, it probes about every 120 seconds, 895 eventually after exponential backoff, and that keeps that way. If 896 traffic keeps up for the domain. It probes with one at a time, eg. 897 one query is allowed to probe, other queries within that 120 second 898 interval are turned away. 899 90019 October 2020: George 901 - Merge PR #324 from James Renken: Add modern X.509v3 extensions to 902 unbound-control TLS certificates. 903 - Fix for PR #324 to attach the x509v3 extensions to the client 904 certificate. 905 90619 October 2020: Ralph 907 - local-zone regional allocations outside of chunk 908 90919 October 2020: Wouter 910 - Fix that http settings have colon in set_option, for 911 http-endpoint, http-max-streams, http-query-buffer-size, 912 http-response-buffer-size, and http-nodelay. 913 - Fix memory leak of https port string when reading config. 914 - Fix #330: [Feature request] Add unencrypted DNS over HTTPS support. 915 This adds the option http-notls-downstream: yesno to change that, 916 and the dohclient test code has the -n option. 917 - Fix python documentation warning on functions.rst inplace_cb_reply. 918 - Fix dnstap test to wait for log timer to see if queries are logged. 919 - Log ip address when http session recv fails, eg. due to tls fail. 920 - Fix to set the tcp handler event toggle flag back to default when 921 the handler structure is reused. 922 - Clean the fix for out of order TCP processing limits on number 923 of queries. It was tested to work. 924 92516 October 2020: Wouter 926 - Fix that the out of order TCP processing does not limit the 927 number of outstanding queries over a connection. 928 92915 October 2020: George 930 - Fix that if there are reply callbacks for the given rcode, those 931 are called per reply and a new message created if that was modified 932 by the call. 933 - Pass the comm_reply information to the inplace_cb_reply* functions 934 during the mesh state and update the documentation on that. 935 93615 October 2020: Wouter 937 - Merge PR #326 from netblue30: DoH: implement content-length 938 header field 939 - DoH content length, simplify code, remove declaration after 940 statement and fix cast warning. 941 94214 October 2020: Wouter 943 - Fix for python reply callback to see mesh state reply_list member, 944 it only removes it briefly for the commpoint call so that it does 945 not drop it and attempt to modify the reply list during reply. 946 - Fix that if there are on reply callbacks, those are called per 947 reply and a new message created if that was modified by the call. 948 - Free up auth zone parse region after use for lookup of host 949 95013 October 2020: Wouter 951 - Fix #323: unbound testsuite fails on mock build in systemd-nspawn 952 if systemd support is build. 953 9549 October 2020: Wouter 955 - Fix dnstap socket and the chroot not applied properly to the dnstap 956 socket path. 957 - Fix warning in libnss compile, nss_buf2dsa is not used without DSA. 958 9598 October 2020: Wouter 960 - Tag for 1.12.0 release. 961 - Current repo is version 1.12.1 in development. 962 - Fix #319: potential memory leak on config failure, in rpz config. 963 9641 October 2020: Wouter 965 - Current repo is version 1.12.0 for release. Tag for 1.12.0rc1. 966 96730 September 2020: Wouter 968 - Fix doh tests when not compiled in. 969 - Add dohclient test executable to gitignore. 970 - Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for 971 alloc check debug output. 972 - Easier kill of unbound-dnstap-socket tool in test. 973 - Fix memory leak of edns tags at libunbound context delete. 974 - Fix double loopexit for unbound-dnstap-socket after sigterm. 975 97629 September 2020: Ralph 977 - DNS Flag Day 2020: change edns-buffer-size default to 1232. 978 97928 September 2020: Wouter 980 - Fix unit test for dnstap changes, so that it waits for the timer. 981 98223 September 2020: Wouter 983 - Fix #305: dnstap logging significantly affects unbound performance 984 (regression in 1.11). 985 - Fix #305: only wake up thread when threshold reached. 986 - Fix to ifdef fptr wlist item for dnstap. 987 98823 September 2020: Ralph 989 - Fix edns-client-tags get_option typo 990 - Add edns-client-tag-opcode option 991 - Use inclusive language in configuration 992 99321 September 2020: Ralph 994 - Fix #304: dnstap logging not recovering after dnstap process restarts 995 99621 September 2020: Wouter 997 - Merge PR #311 by luismerino: Dynlibmod leak. 998 - Error message is logged for dynlibmod malloc failures. 999 - iana portlist updated. 1000 100118 September 2020: Wouter 1002 - Fix that prefer-ip4 and prefer-ip6 can be get and set with 1003 unbound-control, with libunbound and the unbound-checkconf option 1004 output function. 1005 - iana portlist updated. 1006 100715 September 2020: George 1008 - Introduce test for statistics. 1009 101015 September 2020: Wouter 1011 - Spelling fix. 1012 101311 September 2020: Wouter 1014 - Remove x file mode on ipset/ipset.c and h files. 1015 10169 September 2020: Wouter 1017 - Fix num.expired statistics output. 1018 101931 August 2020: Wouter 1020 - Merge PR #293: Add missing prototype. Also refactor to use the new 1021 shorthand function to clean up the code. 1022 - Refactor to use sock_strerr shorthand function. 1023 - Fix #296: systemd nss-lookup.target is reached before unbound can 1024 successfully answer queries. Changed contrib/unbound.service.in. 1025 102627 August 2020: Wouter 1027 - Similar to NSD PR#113, implement that interface names can be used, 1028 eg. something like interface: eth0 is resolved at server start and 1029 uses the IP addresses for that named interface. 1030 - Review fix, doxygen and assign null in case of error free. 1031 103226 August 2020: George 1033 - Update documentation in python example code. 1034 103524 August 2020: Wouter 1036 - Fix that dnstap reconnects do not spam the log with the repeated 1037 attempts. Attempts on the timer are only logged on high verbosity, 1038 if they produce a connection failure error. 1039 - Fix to apply chroot to dnstap-socket-path, if chroot is enabled. 1040 - Change configure to use EVP_sha256 instead of HMAC_Update for 1041 openssl-3.0.0. 1042 104320 August 2020: Ralph 1044 - Fix stats double count issue (#289). 1045 104613 August 2020: Ralph 1047 - Create and init edns tags data for libunbound. 1048 104910 August 2020: Ralph 1050 - Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available, 1051 by Vítězslav Čížek. 1052 105310 August 2020: Wouter 1054 - Fix #287: doc typo: "Additionaly". 1055 - Rerun autoconf 1056 10576 August 2020: Wouter 1058 - Merge PR #284 and Fix #246: Remove DLV entirely from Unbound. 1059 The DLV has been decommisioned and in unbound 1.5.4, in 2015, there 1060 was advise to stop using it. The current code base does not contain 1061 DLV code any more. The use of dlv options displays a warning. 1062 10635 August 2020: Wouter 1064 - contrib/aaaa-filter-iterator.patch file renewed diff content to 1065 apply cleanly to the current coderepo for the current code version. 1066 10675 August 2020: Ralph 1068 - Merge PR #272: Add EDNS client tag functionality. 1069 10704 August 2020: George 1071 - Improve error log message when inserting rpz RR. 1072 - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as 1073 definedness, by Felipe Gasper. 1074 10754 August 2020: Wouter 1076 - Fix mini_event.h on OpenBSD cannot find fd_set. 1077 107831 July 2020: Wouter 1079 - Fix doxygen comment for no ssl for tls session ticket key callback 1080 routine. 1081 108227 July 2020: George 1083 - Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on 1084 March 2020, by and0x000. 1085 108627 July 2020: Ralph 1087 - Merge PR #269, Fix python module len() implementations, by Torbjörn 1088 Lönnemark 1089 109027 July 2020: Wouter 1091 - branch now named 1.11.1. 1.11.0rc1 became the 1.11.0 release. 1092 - Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf 1093 109420 July 2020: Wouter 1095 - Fix streamtcp to print packet data to stdout. This makes the 1096 stdout and stderr not mix together lines, when parsing its output. 1097 - Fix contrib/fastrpz.patch to apply cleanly. It fixes for changes 1098 due to added libdynmod, but it does not compile, it conflicts with 1099 new rpz code. 1100 - branch now named 1.11.0 and 1.11.0rc1 tag. 1101 110217 July 2020: Wouter 1103 - Fix libnettle compile for session ticket key callback function 1104 changes. 1105 - Fix lock dependency cycle in rpz zone config setup. 1106 110717 July 2020: Ralph 1108 - Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie 1109 Courrèges-Anglas. 1110 - Fix PR #234 log_assert sizeof to use union buffer. 1111 111216 July 2020: Wouter 1113 - Fix check conf test for referencing installation paths. 1114 - Fix unused variable warning for clang analyzer. 1115 111616 July 2020: George 1117 - Introduce 'include-toplevel:' configuration option. 1118 111916 July 2020: Ralph 1120 - Add bidirectional frame streams support. 1121 11228 July 2020: Wouter 1123 - Fix add missing DSA header, for compilation without deprecated 1124 OpenSSL APIs. 1125 - Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL 1126 3.0.0-alpha4. 1127 - Longer keys for the test set, this avoids weak crypto errors. 1128 11297 July 2020: Wouter 1130 - Fix #259: Fix unbound-checkconf does not check view existence. 1131 unbound-checkconf checks access-control-view, access-control-tags, 1132 access-control-tag-actions and access-control-tag-datas. 1133 - Fix offset of error printout for access-control-tag-datas. 1134 - Review fixes for checkconf #259 change. 1135 11366 July 2020: Wouter 1137 - run_vm cleanup better and removes trailing slash on single argument. 1138 113929 June 2020: Wouter 1140 - Move reply list clean for serve expired mesh callback to after 1141 the reply is sent, so that script callbacks have reply_info. 1142 - Also move reply list clean for mesh callbacks to the scrip callback 1143 can see the reply_info. 1144 - Fix for mesh accounting if the reply list already empty to begin 1145 with. 1146 - Fix for mesh accounting when rpz decides to drop a reply with a 1147 tcp stream waiting for it. 1148 - Review fix for number of detached states due to use of variable 1149 after end of loop. 1150 - Fix tcp req info drop due to size call into mesh accounting 1151 removal of mesh state during mesh send reply. 1152 115324 June 2020: Wouter 1154 - iana portlist updated. 1155 - doxygen file comments for dynlibmodule. 1156 115717 June 2020: Wouter 1158 - Fix default explanation in man page for qname-minimisation-strict. 1159 - Fix display of event loop method with libev. 1160 11618 June 2020: Wouter 1162 - Mention tls name possible when tls is enabled for stub-addr in the 1163 man page. 1164 116527 May 2020: George 1166 - Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use 1167 "Requires:". 1168 116925 May 2020: George 1170 - Update contrib/aaaa-filter-iterator.patch for the recent 1171 generate_sub_request() change and to apply cleanly. 1172 117321 May 2020: George 1174 - Fix for integer overflow when printing RDF_TYPE_TIME. 1175 117619 May 2020: Wouter 1177 - CVE-2020-12662 Unbound can be tricked into amplifying an incoming 1178 query into a large number of queries directed to a target. 1179 - CVE-2020-12663 Malformed answers from upstream name servers can be 1180 used to make Unbound unresponsive. 1181 - Release 1.10.1 is 1.10.0 with fixes, code repository continues, 1182 including those fixes, towards the next release. Configure has 1183 version 1.10.2 version number in it. 1184 - For PR #93: windows compile warnings removal 1185 - windows compile warnings removal for ip dscp option code. 1186 - For PR #93: unit test for dynlib module. 1187 118818 May 2020: Wouter 1189 - For PR #93: dynlibmod can handle reloads and deinit and inits again, 1190 with dlclose and dlopen of the library again. Also for multiple 1191 modules. Fix memory leak by not closing dlopened content. Fix 1192 to allow one dynlibmod instance by unbound-checkconf. 1193 - For PR #93: checkconf allows multiple dynlib in module-config, for 1194 a couple cases. 1195 - For PR #93: checkconf allows python dynlib in module-config, for 1196 a couple cases. 1197 - For PR #93: man page spelling reference fix. 1198 - For PR #93: fix link of other executables for dynlibmod dependency. 1199 120015 May 2020: Wouter 1201 - Merge PR #93: Add dynamic library support. 1202 - Fixed conflicts for PR #93 and make configure, yacc, lex. 1203 - For PR #93: Fix warnings for dynlibmodule. 1204 120515 May 2020: Ralph 1206 - Cache ECS answers with longest scope of CNAME chain. 1207 120822 April 2020: George 1209 - Explicitly use 'rrset-roundrobin: no' for test cases. 1210 121121 April 2020: Wouter 1212 - Merge #225 from akhait: KSK-2010 has been revoked. It removes the 1213 KSK-2010 from the default list in unbound-anchor, now that the 1214 revocation period is over. KSK-2017 is the only trust anchor in 1215 the shipped default now. 1216 121721 April 2020: George 1218 - Change default value for 'rrset-roundrobin' to yes. 1219 - Fix tests for new rrset-roundrobin default. 1220 122120 April 2020: Wouter 1222 - Fix #222: --enable-rpath, fails to rpath python lib. 1223 - Fix for count of reply states in the mesh. 1224 - Remove unneeded was_mesh_reply check. 1225 122617 April 2020: George 1227 - Add SNI support on more TLS connections (fixes #193). 1228 - Add SNI support to unbound-anchor. 1229 123016 April 2020: George 1231 - Add doxygen documentation for DSCP. 1232 123316 April 2020: Wouter 1234 - Fix help return code in unbound-control-setup script. 1235 - Fix for posix shell syntax for trap in nsd-control-setup. 1236 - Fix for posix shell syntax for trap in run_msg.sh test script. 1237 123815 April 2020: George 1239 - Fix #220: auth-zone section in config may lead to segfault. 1240 12417 April 2020: Wouter 1242 - Merge PR #214 from gearnode: unbound-control-setup recreate 1243 certificates. With the -r option the certificates are created 1244 again, without it, only the files that do not exist are created. 1245 12466 April 2020: Ralph 1247 - Keep track of number of timeouts. Use this counter to determine if 1248 capsforid fallback should be started. 1249 12506 April 2020: George 1251 - More documentation for redis-expire-records option. 1252 12531 April 2020: George 1254 - Merge PR #206: Redis TTL, by Talkabout. 1255 125630 March 2020: Wouter 1257 - Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and :: 1258 - Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful 1259 transports. 1260 126127 March 2020: Wouter 1262 - Merge PR #203 from noloader: Update README-Travis.md with current 1263 procedures. 1264 126527 March 2020: Ralph 1266 - Make unbound-control error returned on missing domain name more user 1267 friendly. 1268 126926 March 2020: Ralph 1270 - Fix RPZ concurrency issue when using auth_zone_reload. 1271 127225 March 2020: George 1273 - Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings. 1274 - Fix on #201. 1275 127624 March 2020: Wouter 1277 - Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP 1278 tag for outgoing packets. 1279 - Fixes on #200. 1280 - Travis fix for ios by omitting tools from install. 1281 128223 March 2020: Wouter 1283 - Fix compile on Solaris for unbound-checkconf. 1284 128520 March 2020: George 1286 - Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's 1287 only used in this file. 1288 128920 March 2020: Wouter 1290 - Merge PR #197 from fobser: Make log_ident_revert_to_default() a 1291 proper prototype. 1292 129319 March 2020: Ralph 1294 - Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton. 1295 - Fix #158: open tls-session-ticket-keys as binary, for Windows. By 1296 Daisuke HIGASHI. 1297 - Merge PR#134, Allow the kernel to provide random source ports. By 1298 Florian Obser. 1299 - Log warning when using outgoing-port-permit and outgoing-port-avoid 1300 while explicit port randomisation is disabled. 1301 - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton. 1302 - Fix .travis.yml error, missing 'env' option. 1303 130416 March 2020: Wouter 1305 - Fix #192: In the unbound-checkconf tool, the module config of 1306 dns64 subnetcache respip validator iterator is whitelisted, it was 1307 reported it seems to work. 1308 130912 March 2020: Wouter 1310 - Fix compile of test tools without protobuf. 1311 131211 March 2020: Ralph 1313 - Add check to make sure RPZ records are subdomains of configured 1314 zone origin. 1315 131611 March 2020: George 1317 - Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete 1318 type, by noloader. 1319 - Changelog entry for (Fix #189, Merge PR #190). 1320 132111 March 2020: Wouter 1322 - Fix #188: unbound-control.c:882:6: error: 'execlp' is 1323 unavailable: not available on tvOS. 1324 13256 March 2020: George 1326 - Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by 1327 noloader 1328 13295 March 2020: Wouter 1330 - Fix PR #182 from noloader: Add iOS testing to Travis. 1331 13324 March 2020: Ralph 1333 - Update README-Travis.md (from PR #179), by Jeffrey Walton. 1334 13354 March 2020: George 1336 - Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android. 1337 13384 March 2020: Wouter 1339 - Merge PR #180 from noloader: Avoid calling exit in Travis script. 1340 13413 March 2020: George 1342 - Upgrade config.guess(2020-01-01) and config.sub(2020-01-01). 1343 13442 March 2020: Ralph 1345 - Fix #175, Merge PR #176: fix link error when OpenSSL is configured 1346 with no-engine, thanks noloader. 1347 13482 March 2020: George 1349 - Fix compiler warning in dns64/dns64.c 1350 - Merge PR #174: Add Android to Travis testing, by noloader. 1351 - Move android build scripts to contrib/ and allow android tests to fail. 1352 13532 March 2020: Wouter 1354 - Fix #177: dnstap does not build on macOS. 1355 135628 February 2020: Ralph 1357 - Merge PR #172: Add IBM s390x arch for testing, by noloader. 1358 135928 February 2020: Wouter 1360 - Merge PR #173: updated makedist.sh for config.guess and 1361 config.sub and sha256 digest for gpg, by noloader. 1362 - Merge PR #164: Framestreams, this branch implements dnstap 1363 unidirectional connectivity in unbound. This has a number of 1364 new features. 1365 1366 The dependency on libfstrm is removed. The fstrm protocol code 1367 resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This 1368 contains a brief definition of what unbound needs. 1369 1370 The make unbound-dnstap-socket builds a debug tool, 1371 unbound-dnstap-socket. It can listen, accept multiple DNSTAP 1372 streams and print information. Commandline options control it. 1373 1374 Unbound can reconnect if the unix domain socket file socket is 1375 closed. This uses exponential backoff after which it uses a 1376 one second timer to throttle cpu down. There is also support 1377 to use TCP and TLS for connecting to the log server. There 1378 are new config options to turn them on, in the dnstap section 1379 in the man page and example config file. dnstap-ip with IP 1380 address of server for TCP or TLS use. dnstap-tls to turn 1381 on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle, 1382 dnstap-tls-client-key-file and dnstap-tls-client-cert-file 1383 to configure the certificates for server authentication and 1384 client authentication, or leave at "" to not use that. 1385 138627 February 2020: George 1387 - Merge PR #171: Add additional compilers and platforms to Travis 1388 testing, by noloader. 1389 139027 February 2020: Wouter 1391 - Fix #169: Fix warning for daemon/remote.c output may be truncated 1392 from snprintf. 1393 - Fix #170: Fix gcc undefined sanitizer signed integer overflow 1394 warning in signature expiry RFC1982 serial number arithmetic. 1395 - Fix more undefined sanitizer issues, in respip copy_rrset null 1396 dname, and in the client_info_compare routine for null memcmp. 1397 139826 February 2020: Wouter 1399 - iana portlist updated. 1400 140125 February 2020: Wouter 1402 - Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for 1403 using ipv4 filters, because the hosts ip6 netblock /64 is not owned 1404 by one operator, and thus reputation is shared. 1405 140624 February 2020: George 1407 - Merge PR #166: Fix typo in unbound.service.in, by glitsj16. 1408 140920 February 2020: Wouter 1410 - Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for 1411 Unbound from Yuri Voinov. 1412 - master branch has 1.10.1 version. 1413 141418 February 2020: Wouter 1415 - protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for 1416 different openssl versions. 1417 141817 February 2020: Wouter 1419 - changelog point where the tag for 1.10.0rc2 release is. And with 1420 the unbound_smf23 commit added to it, that is the 1.10.0 release. 1421 142217 February 2020: Ralph 1423 - Add respip to supported module-config options in unbound-checkconf. 1424 142517 February 2020: George 1426 - Remove unused variable. 1427 142817 February 2020: Wouter 1429 - contrib/drop2rpz: perl script that converts the Spamhaus DROP-List 1430 in RPZ-Format, contributed by Andreas Schulze. 1431 143214 February 2020: Wouter 1433 - Fix spelling in unbound.conf.5.in. 1434 - Stop unbound-checkconf from insisting that auth-zone and rpz 1435 zonefiles have to exist. They can not exist, and download later. 1436 143713 February 2020: Wouter 1438 - tag for 1.10.0rc1 release. 1439 144012 February 2020: Wouter 1441 - Fix with libnettle make test with dsa disabled. 1442 - Fix contrib/fastrpz.patch to apply cleanly. Fix for serve-stale 1443 fixes, but it does not compile, conflicts with new rpz code. 1444 - Fix to clean memory leak of respip_addr.lock when ip_tree deleted. 1445 - Fix compile warning when threads disabled. 1446 - updated version number to 1.10.0. 1447 144810 February 2020: George 1449 - Document 'ub_result.was_ratelimited' in libunbound. 1450 - Fix use after free on log-identity after a reload; Fixes #163. 1451 14526 February 2020: George 1453 - Fix num_reply_states and num_detached_states counting with 1454 serve_expired_callback. 1455 - Cleaner code in mesh_serve_expired_lookup. 1456 - Document in unbound.conf manpage that configuration clauses can be 1457 repeated in the configuration file. 1458 14596 February 2020: Wouter 1460 - Fix num_reply_addr counting in mesh and tcp drop due to size 1461 after serve_stale commit. 1462 - Fix to create and destroy rpz_lock in auth_zones structure. 1463 - Fix to lock zone before adding rpz qname trigger. 1464 - Fix to lock and release once in mesh_serve_expired_lookup. 1465 - Fix to put braces around empty if body when threading is disabled. 1466 14675 February 2020: George 1468 - Added serve-stale functionality as described in 1469 draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used 1470 to configure the behavior. 1471 - Updated cachedb to honor `serve-expired-ttl`; Fixes #107. 1472 - Renamed statistic `num.zero_ttl` to `num.expired` as expired replies 1473 come with a configurable TTL value (`serve-expired-reply-ttl`). 1474 - Fixed stats when replying with cached, cname-aliased records. 1475 - Added missing default values for redis cachedb backend. 1476 14773 February 2020: Ralph 1478 - Add assertion to please static analyzer 1479 148031 January 2020: Wouter 1481 - Fix fclose on error in TLS session ticket code. 1482 148330 January 2020: Ralph 1484 - Fix memory leak in error condition remote.c 1485 - Fix double free in error condition view.c 1486 - Fix memory leak in do_auth_zone_transfer on success 1487 - Merge RPZ support into master. Only QNAME and Response IP triggers are 1488 supported. 1489 - Stop working on socket when socket() call returns an error. 1490 - Check malloc return values in TLS session ticket code 1491 149230 January 2020: Wouter 1493 - Fix subnet tests for disabled DSA algorithm by default. 1494 - Update contrib/fastrpz.patch for clean diff with current code. 1495 - Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds 1496 and Frzk. Updates the unbound.service systemd file and adds 1497 a portable systemd service file. 1498 - updated .gitignore for added contrib file. 1499 - Add build rule for ipset to Makefile 1500 - Add getentropy_freebsd.o to Makefile dependencies. 1501 150229 January 2020: Ralph 1503 - Merge PR#156 from Alexander Berkes; Added unbound-control 1504 view_local_datas_remove command. 1505 150629 January 2020: Wouter 1507 - Fix #157: undefined reference to `htobe64'. 1508 150928 January 2020: Ralph 1510 - Merge PR#147; change rfc reference for reserved top level dns names. 1511 151228 January 2020: Wouter 1513 - iana portlist updated. 1514 - Fix to silence the tls handshake errors for broken pipe and reset 1515 by peer, unless verbosity is set to 2 or higher. 1516 151727 January 2020: Ralph 1518 - Merge PR#154; Allow use of libbsd functions with configure option 1519 --with-libbsd. By Robert Edmonds and Steven Chamberlain. 1520 - Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai. 1521 152227 January 2020: Wouter 1523 - Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes 1524 to Libs/Requires for crypto library dependencies. 1525 - Fix #153: Disable validation for DSA algorithms. RFC 8624 1526 compliance. 1527 152823 January 2020: Wouter 1529 - Merge PR#150 from Frzk: Systemd unit without chroot. It add 1530 contrib/unbound_nochroot.service.in, a systemd file for use with 1531 chroot: "", see comments in the file, it uses systemd protections 1532 instead. 1533 153414 January 2020: Wouter 1535 - Removed the dnscrypt_queries and dnscrypt_queries_chacha tests, 1536 because dnscrypt-proxy (2.0.36) does not support the test setup 1537 any more, and also the config file format does not seem to have 1538 the appropriate keys to recreate that setup. 1539 - Fix crash after reload where a stats lookup could reference old key 1540 cache and neg cache structures. 1541 - Fix for memory leak when edns subnet config options are read when 1542 compiled without edns subnet support. 1543 - Fix auth zone support for NSEC3 records without salt. 1544 154510 January 2020: Wouter 1546 - Fix the relationship between serve-expired and prefetch options, 1547 patch from Saksham Manchanda from Secure64. 1548 - Fix unreachable code in ssl set options code. 1549 15508 January 2020: Ralph 1551 - Fix #138: stop binding pidfile inside chroot dir in systemd service 1552 file. 1553 15548 January 2020: Wouter 1555 - Fix 'make test' to work for --disable-sha1 configure option. 1556 - Fix out-of-bounds null-byte write in sldns_bget_token_par while 1557 parsing type WKS, reported by Luis Merino from X41 D-Sec. 1558 - Updated sldns_bget_token_par fix for also space for the zero 1559 delimiter after the character. And update for more spare space. 1560 15616 January 2020: George 1562 - Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD. 1563 The dl_iterate_phdr() function introduced in newer versions raises 1564 compilation errors on solaris 10. 1565 - Changes to compat/getentropy_solaris.c for, 1566 ifdef stdint.h inclusion for older systems. 1567 ifdef sha2.h inclusion for older systems. 1568 15696 January 2020: Wouter 1570 - Merge #135 from Florian Obser: Use passed in neg and key cache 1571 if non-NULL. 1572 - Fix #140: Document slave not downloading new zonefile upon update. 1573 157416 December 2019: George 1575 - Update mailing list URL. 1576 157712 December 2019: Ralph 1578 - Master is 1.9.7 in development. 1579 - Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by 1580 Florian Obser 1581 158210 December 2019: Wouter 1583 - Fix to make auth zone IXFR to fallback to AXFR if a single 1584 response RR is received over TCP with the SOA in it. 1585 15866 December 2019: Wouter 1587 - Fix ipsecmod compile. 1588 - Fix Makefile.in for ipset module compile, from Adi Prasaja. 1589 - release-1.9.6 tag, which became the 1.9.6 release 1590 15915 December 2019: Wouter 1592 - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1 1593 replacements for unbound-fuzzme.c that gets created after applying 1594 the contrib/unbound-fuzzme.patch. They are contributed by 1595 Eric Sesterhenn from X41 D-Sec. 1596 - tag for 1.9.6rc1. 1597 15984 December 2019: Wouter 1599 - Fix lock type for memory purify log lock deletion. 1600 - Fix testbound for alloccheck runs, memory purify and lock checks. 1601 - update contrib/fastrpz.patch to apply more cleanly. 1602 - Fix Make Test Fails when Configured With --enable-alloc-nonregional, 1603 reported by X41 D-Sec. 1604 16053 December 2019: Wouter 1606 - Merge pull request #124 from rmetrich: Changed log lock 1607 from 'quick' to 'basic' because this is an I/O lock. 1608 - Fix text around serial arithmatic used for RRSIG times to refer 1609 to correct RFC number. 1610 - Fix Assert Causing DoS in synth_cname(), 1611 reported by X41 D-Sec. 1612 - Fix similar code in auth_zone synth cname to add the extra checks. 1613 - Fix Assert Causing DoS in dname_pkt_copy(), 1614 reported by X41 D-Sec. 1615 - Fix OOB Read in sldns_wire2str_dname_scan(), 1616 reported by X41 D-Sec. 1617 - Fix Out of Bounds Write in sldns_str2wire_str_buf(), 1618 reported by X41 D-Sec. 1619 - Fix Out of Bounds Write in sldns_b64_pton(), 1620 fixed by check in sldns_str2wire_int16_data_buf(), 1621 reported by X41 D-Sec. 1622 - Fix Insufficient Handling of Compressed Names in dname_pkt_copy(), 1623 reported by X41 D-Sec. 1624 - Fix Out of Bound Write Compressed Names in rdata_copy(), 1625 reported by X41 D-Sec. 1626 - Fix Hang in sldns_wire2str_pkt_scan(), 1627 reported by X41 D-Sec. 1628 This further lowers the max to 256. 1629 - Fix snprintf() supports the n-specifier, 1630 reported by X41 D-Sec. 1631 - Fix Bad Indentation, in dnscrypt.c, 1632 reported by X41 D-Sec. 1633 - Fix Client NONCE Generation used for Server NONCE, 1634 reported by X41 D-Sec. 1635 - Fix compile error in dnscrypt. 1636 - Fix _vfixed not Used, removed from sbuffer code, 1637 reported by X41 D-Sec. 1638 - Fix Hardcoded Constant, reported by X41 D-Sec. 1639 - make depend 1640 16412 December 2019: Wouter 1642 - Merge pull request #122 from he32: In tcp_callback_writer(), 1643 don't disable time-out when changing to read. 1644 164522 November 2019: George 1646 - Fix compiler warnings. 1647 164822 November 2019: Wouter 1649 - Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec. 1650 - Add make distclean that removes everything configure produced, 1651 and make maintainer-clean that removes bison and flex output. 1652 165320 November 2019: Wouter 1654 - Fix Out of Bounds Read in rrinternal_get_owner(), 1655 reported by X41 D-Sec. 1656 - Fix Race Condition in autr_tp_create(), 1657 reported by X41 D-Sec. 1658 - Fix Shared Memory World Writeable, 1659 reported by X41 D-Sec. 1660 - Adjust unbound-control to make stats_shm a read only operation. 1661 - Fix Weak Entropy Used For Nettle, 1662 reported by X41 D-Sec. 1663 - Fix Randomness Error not Handled Properly, 1664 reported by X41 D-Sec. 1665 - Fix Out-of-Bounds Read in dname_valid(), 1666 reported by X41 D-Sec. 1667 - Fix Config Injection in create_unbound_ad_servers.sh, 1668 reported by X41 D-Sec. 1669 - Fix Local Memory Leak in cachedb_init(), 1670 reported by X41 D-Sec. 1671 - Fix Integer Underflow in Regional Allocator, 1672 reported by X41 D-Sec. 1673 - Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD. 1674 - Synchronize compat/getentropy_win.c with version 1.5 from 1675 OpenBSD, no changes but makes the file, comments, identical. 1676 - Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD. 1677 - Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD. 1678 - Changes to compat/getentropy files for, 1679 no link to openssl if using nettle, and hence config.h for 1680 HAVE_NETTLE variable. 1681 compat definition of MAP_ANON, for older systems. 1682 ifdef stdint.h inclusion for older systems. 1683 ifdef sha2.h inclusion for older systems. 1684 - Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec. 1685 - Fix compile with --enable-alloc-checks, reported by X41 D-Sec. 1686 - Fix Terminating Quotes not Written, reported by X41 D-Sec. 1687 - Fix Useless memset() in validator, reported by X41 D-Sec. 1688 - Fix Unrequired Checks, reported by X41 D-Sec. 1689 - Fix Enum Name not Used, reported by X41 D-Sec. 1690 - Fix NULL Pointer Dereference via Control Port, 1691 reported by X41 D-Sec. 1692 - Fix Bad Randomness in Seed, reported by X41 D-Sec. 1693 - Fix python examples/calc.py for eval, reported by X41 D-Sec. 1694 - Fix comments for doxygen in dns64. 1695 169619 November 2019: Wouter 1697 - Fix CVE-2019-18934, shell execution in ipsecmod. 1698 - 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development. 1699 - Fix authzone printout buffer length check. 1700 - Fixes to please lint checks. 1701 - Fix Integer Overflow in Regional Allocator, 1702 reported by X41 D-Sec. 1703 - Fix Unchecked NULL Pointer in dns64_inform_super() 1704 and ipsecmod_new(), reported by X41 D-Sec. 1705 - Fix Out-of-bounds Read in rr_comment_dnskey(), 1706 reported by X41 D-Sec. 1707 - Fix Integer Overflows in Size Calculations, 1708 reported by X41 D-Sec. 1709 - Fix Integer Overflow to Buffer Overflow in 1710 sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec. 1711 - Fix Out of Bounds Read in sldns_str2wire_dname(), 1712 reported by X41 D-Sec. 1713 - Fix Out of Bounds Write in sldns_bget_token_par(), 1714 reported by X41 D-Sec. 1715 171618 November 2019: Wouter 1717 - In unbound-host use separate variable for get_option to please 1718 code checkers. 1719 - update to bison output of 3.4.1 in code repository. 1720 - Provide a prototype for compat malloc to remove compile warning. 1721 - Portable grep usage for reuseport configure test. 1722 - Check return type of HMAC_Init_ex for openssl 0.9.8. 1723 - gitignore .source tempfile used for compatible make. 1724 172513 November 2019: Wouter 1726 - iana portlist updated. 1727 - contrib/fastrpz.patch updated to apply for current code. 1728 - fixes for splint cleanliness, long vs int in SSL set_mode. 1729 173011 November 2019: Wouter 1731 - Fix #109: check number of arguments for stdin-pipes in 1732 unbound-control and fail if too many arguments. 1733 - Merge #102 from jrtc27: Add getentropy emulation for FreeBSD. 1734 173524 October 2019: Wouter 1736 - Fix #99: Memory leak in ub_ctx (event_base will never be freed). 1737 173823 October 2019: George 1739 - Add new configure option `--enable-fully-static` to enable full static 1740 build if requested; in relation to #91. 1741 174223 October 2019: Wouter 1743 - Merge #97: manpage: Add missing word on unbound.conf, 1744 from Erethon. 1745 174622 October 2019: Wouter 1747 - drop-tld.diff: adds option drop-tld: yesno that drops 2 label 1748 queries, to stop random floods. Apply with 1749 patch -p1 < contrib/drop-tld.diff and compile. 1750 From Saksham Manchanda (Secure64). Please note that we think this 1751 will drop DNSKEY and DS lookups for tlds and hence break DNSSEC 1752 lookups for downstream clients. 1753 17547 October 2019: Wouter 1755 - Add doxygen comments to unbound-anchor source address code, in #86. 1756 17573 October 2019: Wouter 1758 - Merge #90 from vcunat: fix build with nettle-3.5. 1759 - Merge 1.9.4 release with fix for vulnerability CVE-2019-16866. 1760 - Continue with development of 1.9.5. 1761 - Merge #86 from psquarejho: Added -b source address option to 1762 smallapp/unbound-anchor.c, from Lukas Wunner. 1763 176426 September 2019: Wouter 1765 - Merge #87 from hardfalcon: Fix contrib/unbound.service.in, 1766 Drop CAP_KILL, use + prefix for ExecReload= instead. 1767 176825 September 2019: Wouter 1769 - The unbound.conf includes are sorted ascending, for include 1770 statements with a '*' from glob. 1771 177223 September 2019: Wouter 1773 - Merge #85 for #84 from sam-lunt: Add kill capability to systemd 1774 service file to fix that systemctl reload fails. 1775 177620 September 2019: Wouter 1777 - Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW 1778 in unbound.service. 1779 - Merge #81 from Maryse47: Consistently use /dev/urandom instead 1780 of /dev/random in scripts and docs. 1781 - Merge #83 from Maryse47: contrib/unbound.service.in: do not fork 1782 into the background. 1783 178419 September 2019: Wouter 1785 - Fix #78: Memory leak in outside_network.c. 1786 - Merge pull request #76 from Maryse47: Improvements and fixes for 1787 systemd unbound.service. 1788 - oss-fuzz badge on README.md. 1789 - Fix fix for #78 to also free service callback struct. 1790 - Fix for oss-fuzz build warning. 1791 - Fix wrong response ttl for prepended short CNAME ttls, this would 1792 create a wrong zero_ttl response count with serve-expired enabled. 1793 - Merge #80 from stasic: Improve wording in man page. 1794 179511 September 2019: Wouter 1796 - Use explicit bzero for wiping clear buffer of hash in cachedb, 1797 reported by Eric Sesterhenn from X41 D-Sec. 1798 17999 September 2019: Wouter 1800 - Fix #72: configure --with-syslog-facility=LOCAL0-7 with default 1801 LOG_DAEMON (as before) can set the syslog facility that the server 1802 uses to log messages. 1803 18044 September 2019: Wouter 1805 - Fix #71: fix openssl error squelch commit compilation error. 1806 18073 September 2019: Wouter 1808 - squelch DNS over TLS errors 'ssl handshake failed crypto error' 1809 on low verbosity, they show on verbosity 3 (query details), because 1810 there is a high volume and the operator cannot do anything for the 1811 remote failure. Specifically filters the high volume errors. 1812 18132 September 2019: Wouter 1814 - ipset module #28: log that an address is added, when verbosity high. 1815 - ipset: refactor long routine into three smaller ones. 1816 - updated Makefile dependencies. 1817 181823 August 2019: Wouter 1819 - Fix contrib/fastrpz.patch asprintf return value checks. 1820 182122 August 2019: Wouter 1822 - Fix that pkg-config is setup before --enable-systemd needs it. 1823 - 1.9.3rc2 release candidate tag. And this became the 1.9.3 release. 1824 Master is 1.9.4 in development. 1825 182621 August 2019: Wouter 1827 - Fix log_dns_msg to log irrespective of minimal responses config. 1828 182919 August 2019: Ralph 1830 - Document limitation of pidfile removal outside of chroot directory. 1831 183216 August 2019: Wouter 1833 - Fix unittest valgrind false positive uninitialised value report, 1834 where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0 1835 issues an uninitialised value for the token buffer at the str2wire.c 1836 rrinternal_get_owner() strcmp with the '@' value. Rewritten to use 1837 straight character comparisons removes the false positive. Also 1838 valgrinds --expensive-definedness-checks=yes can stop this false 1839 positive. 1840 - Please doxygen's parser for "@" occurrence in doxygen comment. 1841 - Fixup contrib/fastrpz.patch 1842 - Remove warning about unknown cast-function-type warning pragma. 1843 184415 August 2019: Wouter 1845 - iana portlist updated. 1846 - Fix autotrust temp file uniqueness windows compile. 1847 - avoid warning about upcast on 32bit systems for autotrust. 1848 - escape commandline contents for -V. 1849 - Fix character buffer size in ub_ctx_hosts. 1850 - 1.9.3rc1 release candidate tag. 1851 - Option -V prints if TCP fastopen is available. 1852 185314 August 2019: George 1854 - Fix #59, when compiled with systemd support check that we can properly 1855 communicate with systemd through the `NOTIFY_SOCKET`. 1856 185714 August 2019: Wouter 1858 - Generate configlexer with newer flex. 1859 - Fix warning for unused variable for compilation without systemd. 1860 186112 August 2019: George 1862 - Introduce `-V` option to print the version number and build options. 1863 Previously reported build options like linked libs and linked modules 1864 are now moved from `-h` to `-V` as well for consistency. 1865 - PACKAGE_BUGREPORT now also includes link to GitHub issues. 1866 18671 August 2019: Wouter 1868 - For #52 #53, second context does not close logfile override. 1869 - Fix #52 #53, fix for example fail program. 1870 - Fix to return after failed auth zone http chunk write. 1871 - Fix to remove unused test for task_probe existance. 1872 - Fix to timeval_add for remaining second in microseconds. 1873 - Check repinfo in worker_handle_request, if null, drop it. 1874 187529 July 2019: Wouter 1876 - Add verbose log message when auth zone file is written, at level 4. 1877 - Add hex print of trust anchor pointer to trust anchor file temp 1878 name to make it unique, for libunbound created multiple contexts. 1879 188023 July 2019: Wouter 1881 - Fix question section mismatch in local zone redirect. 1882 188319 July 2019: Wouter 1884 - Fix #49: Set no renegotiation on the SSL context to stop client 1885 session renegotiation. 1886 188712 July 2019: Wouter 1888 - Fix #48: Unbound returns additional records on NODATA response, 1889 if minimal-responses is enabled, also the additional for negative 1890 responses is removed. 1891 18929 July 2019: Ralph 1893 - Fix in respip addrtree selection. Absence of addr_tree_init_parents() 1894 call made it impossible to go up the tree when the matching netmask is 1895 too specific. 1896 18975 July 2019: Ralph 1898 - Fix for possible assertion failure when answering respip CNAME from 1899 cache. 1900 190125 June 2019: Wouter 1902 - For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf 1903 when do-not-query-localhost is turned on, or at default on, 1904 unbound-checkconf prints a warning if it is found in forward-addr or 1905 stub-addr statements. 1906 190724 June 2019: Wouter 1908 - Fix memleak in unit test, reported from the clang 8.0 static analyzer. 1909 191018 June 2019: Wouter 1911 - PR #28: IPSet module, by Kevin Chou. Created a module to support 1912 the ipset that could add the domain's ip to a list easily. 1913 Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md. 1914 - Fix to omit RRSIGs from addition to the ipset. 1915 - Fix to make unbound-control with ipset, remove unused variable, 1916 use unsigned type because of comparison, and assign null instead 1917 of compare with it. Remade lex and yacc output. 1918 - make depend 1919 - Added documentation to the ipset files (for doxygen output). 1920 - Merge PR #6: Python module: support multiple instances 1921 - Merge PR #5: Python module: define constant MODULE_RESTART_NEXT 1922 - Merge PR #4: Python module: assign something useful to the 1923 per-query data store 'qdata' 1924 - Fix python dict reference and double free in config. 1925 192617 June 2019: Wouter 1927 - Master contains version 1.9.3 in development. 1928 - Fix #39: In libunbound, leftover logfile is close()d unpredictably. 1929 - Fix for #24: Fix abort due to scan of auth zone masters using old 1930 address from previous scan. 1931 193212 June 2019: Wouter 1933 - Fix another spoolbuf storage code point, in prefetch. 1934 - 1.9.2rc3 release candidate tag. Which became the 1.9.2 release 1935 on 17 June 2019. 1936 193711 June 2019: Wouter 1938 - Fix that fixes the Fix that spoolbuf is not used to store tcp 1939 pipelined response between mesh send and callback end, this fixes 1940 error cases that did not use the correct spoolbuf. 1941 - 1.9.2rc2 release candidate tag. 1942 19436 June 2019: Wouter 1944 - 1.9.2rc1 release candidate tag. 1945 19464 June 2019: Wouter 1947 - iana portlist updated. 1948 194929 May 2019: Wouter 1950 - Fix to guard _OPENBSD_SOURCE from redefinition. 1951 195228 May 2019: Wouter 1953 - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD. 1954 - gitignore config.h.in~. 1955 195627 May 2019: Wouter 1957 - Fix double file close in tcp pipelined response code. 1958 195924 May 2019: Wouter 1960 - Fix that spoolbuf is not used to store tcp pipelined response 1961 between mesh send and callback end. 1962 196320 May 2019: Wouter 1964 - Note that so-reuseport at extreme load is better turned off, 1965 otherwise queries are not distributed evenly, on Linux 4.4.x. 1966 196716 May 2019: Wouter 1968 - Fix #31: swig 4.0 and python module. 1969 197013 May 2019: Wouter 1971 - Squelch log messages from tcp send about connection reset by peer. 1972 They can be enabled with verbosity at higher values for diagnosing 1973 network connectivity issues. 1974 - Attempt to fix malformed tcp response. 1975 19769 May 2019: Wouter 1977 - Revert fix for oss-fuzz, error is in that build script that 1978 unconditionally includes .o files detected by configure, also 1979 when the machine architecture uses different LIBOBJS files. 1980 19818 May 2019: Wouter 1982 - Attempt to fix build failure in oss-fuzz because of reallocarray. 1983 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648. 1984 Does not omit compile flags from commandline. 1985 19867 May 2019: Wouter 1987 - Fix edns-subnet locks, in error cases the lock was not unlocked. 1988 - Fix doxygen output error on readme markdown vignettes. 1989 19906 May 2019: Wouter 1991 - Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64. 1992 - Fix #30: AddressSanitizer finding in lookup3.c. This sets the 1993 hash function to use a slower but better auditable code that does 1994 not read beyond array boundaries. This makes code better security 1995 checkable, and is better for security. It is fixed to be slower, 1996 but not read outside of the array. 1997 19982 May 2019: Wouter 1999 - contrib/fastrpz.patch updated for code changes, and with git diff. 2000 - Fix .gitignore, add pythonmod and dnstap generated files. 2001 And unit test generated files, and generated doc files. 2002 20031 May 2019: Wouter 2004 - Update makedist for git. 2005 - Nicer travis output for clang analysis. 2006 - PR #16: XoT support, AXFR over TLS, turn it on with 2007 master: <ip>#<authname> in unbound.conf. This uses TLS to 2008 download the AXFR (or IXFR). 2009 201025 April 2019: Wouter 2011 - Fix wrong query name in local zone redirect answers with a CNAME, 2012 the copy of the local alias is in unpacked form. 2013 201418 April 2019: Ralph 2015 - Scrub RRs from answer section when reusing NXDOMAIN message for 2016 subdomain answers. 2017 - For harden-below-nxdomain: do not consider a name to be non-exitent 2018 when message contains a CNAME record. 2019 202018 April 2019: Wouter 2021 - travis build file. 2022 202316 April 2019: Wouter 2024 - Better braces in if statement in TCP fastopen code. 2025 - iana portlist updated. 2026 202715 April 2019: Wouter 2028 - Fix tls write event for read state change to re-call SSL_write and 2029 not resume the TLS handshake. 2030 203111 April 2019: George 2032 - Update python documentation for init_standard(). 2033 - Typos. 2034 203511 April 2019: Wouter 2036 - Fix that auth zone uses correct network type for sockets for 2037 SOA serial probes. This fixes that probes fail because earlier 2038 probe addresses are unreachable. 2039 - Fix that auth zone fails over to next master for timeout in tcp. 2040 - Squelch SSL read and write connection reset by peer and broken pipe 2041 messages. Verbosity 2 and higher enables them. 2042 20438 April 2019: Wouter 2044 - Fix to use event_assign with libevent for thread-safety. 2045 - verbose information about auth zone lookup process, also lookup 2046 start, timeout and fail. 2047 - Fix #17: Add python module example from Jan Janak, that is a 2048 plugin for the Unbound DNS resolver to resolve DNS records in 2049 multicast DNS [RFC 6762] via Avahi. The plugin communicates 2050 with Avahi via DBus. The comment section at the beginning of 2051 the file contains detailed documentation. 2052 - Fix to wipe ssl ticket keys from memory with explicit_bzero, 2053 if available. 2054 20555 April 2019: Wouter 2056 - Fix to reinit event structure for accepted TCP (and TLS) sockets. 2057 20584 April 2019: Wouter 2059 - Fix spelling error in log output for event method. 2060 20613 April 2019: Wouter 2062 - Move goto label in answer_from_cache to the end of the function 2063 where it is more visible. 2064 - Fix auth-zone NSEC3 response for wildcard nodata answers, 2065 include the closest encloser in the answer. 2066 20672 April 2019: Wouter 2068 - Fix auth-zone NSEC3 response for empty nonterminals with exact 2069 match nsec3 records. 2070 - Fix for out of bounds integers, thanks to OSTIF audit. It is in 2071 allocation debug code. 2072 - Fix for auth zone nsec3 ent fix for wildcard nodata. 2073 207425 March 2019: Wouter 2075 - Fix that tls-session-ticket-keys: "" on its own in unbound.conf 2076 disables the tls session ticker key calls into the OpenSSL API. 2077 - Fix crash if tls-servic-pem not filled in when necessary. 2078 207921 March 2019: Wouter 2080 - Fix #4240: Fix whitespace cleanup in example.conf. 2081 208219 March 2019: Wouter 2083 - add type CAA to libpyunbound (accessing libunbound from python). 2084 208518 March 2019: Wouter 2086 - Add log message, at verbosity 4, that says the query is encrypted 2087 with TLS, if that is enabled for the query. 2088 - Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482. 2089 20907 March 2019: Wouter 2091 - Fix for #4233: guard use of NDEBUG, so that it can be passed in 2092 CFLAGS into configure. 2093 20945 March 2019: Wouter 2095 - Tag release 1.9.1rc1. Which became 1.9.1 on 12 March 2019. Trunk 2096 has 1.9.2 in development. 2097 20981 March 2019: Wouter 2099 - output forwarder log in ssl_req_order test. 2100 210128 February 2019: Wouter 2102 - Remove memory leak on pythonmod python2 script file init. 2103 - Remove swig gcc8 python function cast warnings, they are ignored. 2104 - Print correct module that failed when module-config is wrong. 2105 210627 February 2019: Wouter 2107 - Fix #4229: Unbound man pages lack information, about access-control 2108 order and local zone tags, and elements in views. 2109 - Fix #14: contrib/unbound.init: Fix wrong comparison judgment 2110 before copying. 2111 - Fix for python module on Windows, fix fopen. 2112 211325 February 2019: Wouter 2114 - Fix #4227: pair event del and add for libevent for tcp_req_info. 2115 211621 February 2019: Wouter 2117 - Fix the error for unknown module in module-config is understandable, 2118 and explains it was not compiled in and where to see the list. 2119 - In example.conf explain where to put cachedb module in module-config. 2120 - In man page and example config explain that most modules have to 2121 be listed at the start of module-config. 2122 212320 February 2019: Wouter 2124 - Fix pythonmod include and sockaddr_un ifdefs for compile on 2125 Windows, and for libunbound. 2126 212718 February 2019: Wouter 2128 - Print query name with ip_ratelimit exceeded log lines. 2129 - Spaces instead of tabs in that log message. 2130 - Print query name and IP address when domain rate limit exceeded. 2131 213214 February 2019: Wouter 2133 - Fix capsforid canonical sort qsort callback. 2134 213511 February 2019: Wouter 2136 - Note default for module-config in man page. 2137 - Fix recursion lame test for qname minimisation asked queries, 2138 that were not present in the set of prepared answers. 2139 - Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for 2140 cert name matching, from man page. 2141 - make depend, with newer gcc, nicer layout. 2142 21437 February 2019: Wouter 2144 - Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2. 2145 - Fix that qname minimisation does not skip a label when missing 2146 nameserver targets need to be fetched. 2147 - Fix #4225: clients seem to erroneously receive no answer with 2148 DNS-over-TLS and qname-minimisation. 2149 21504 February 2019: Wouter 2151 - Fix that log-replies prints the correct name for local-alias 2152 names, for names that have a CNAME in local-data configuration. 2153 It logs the original query name, not the target of the CNAME. 2154 - Add local-zone type inform_redirect, which logs like type inform, 2155 and redirects like type redirect. 2156 - Perform canonical sort for 0x20 capsforid compare of replies, 2157 this sorts rrsets in the authority and additional section before 2158 comparison, so that out of order rrsets do not cause failure. 2159 216031 January 2019: Wouter 2161 - Set ub_ctx_set_tls call signature in ltrace config file for 2162 libunbound in contrib/libunbound.so.conf. 2163 - improve documentation for tls-service-key and forward-first. 2164 - #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of 2165 conditional section, fixes systemd builds, from Enrico Scholz. 2166 - #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks, 2167 still supports the set_id_callback previous API. And for 1.1.0 2168 no locking callbacks are needed. 2169 - #8: Fix OpenSSL without ENGINE support compilation. 2170 - Wipe TLS session key data from memory on exit. 2171 217230 January 2019: Ralph 2173 - Fix case in which query timeout can result in marking delegation 2174 as edns_lame_known. 2175 217629 January 2019: Wouter 2177 - Fix spelling of tls-ciphers in example.conf.in. 2178 - Fix #4224: auth_xfr_notify.rpl test broken due to typo 2179 - Fix locking for libunbound context setup with broken port config. 2180 218128 January 2019: Wouter 2182 - ub_ctx_set_tls call for libunbound that enables DoT for the machines 2183 set with ub_ctx_set_fwd. Patch from Florian Obser. 2184 - Set build system for added call in the libunbound API. 2185 - List example config for root zone copy locally hosted with auth-zone 2186 as suggested from draft-ietf-dnsop-7706-bis-02. But with updated 2187 B root address. 2188 - set version to 1.9.0 for release. And this was released with the 2189 spelling for tls-ciphers fix as 1.9.0 on Feb 5. Trunk has 1.9.1 in 2190 development. 2191 219225 January 2019: Wouter 2193 - Fix that tcp for auth zone and outgoing does not remove and 2194 then gets the ssl read again applied to the deleted commpoint. 2195 - updated contrib/fastrpz.patch to cleanly diff. 2196 - no lock when threads disabled in tcp request buffer count. 2197 - remove compile warnings from libnettle compile. 2198 - output of newer lex 2.6.1 and bison 3.0.5. 2199 220024 January 2019: Wouter 2201 - Newer aclocal and libtoolize used for generating configure scripts, 2202 aclocal 1.16.1 and libtoolize 2.4.6. 2203 - Fix unit test for python 3.7 new keyword 'async'. 2204 - clang analysis fixes, assert arc4random buffer in init, 2205 no check for already checked delegation pointer in iterator, 2206 in testcode check for NULL packet matches, in perf do not copy 2207 from NULL start list when growing capacity. Adjust host and file 2208 only when present in test header read to please checker. In 2209 testcode for unknown macro operand give zero result. Initialise the 2210 passed argv array in test code. In test code add EDNS data 2211 segment copy only when nonempty. 2212 - Patch from Florian Obser fixes some compiler warnings: 2213 include mini_event.h to have a prototype for mini_ev_cmp 2214 include edns.h to have a prototype for apply_edns_options 2215 sldns_wire2str_edns_keepalive_print is only called in the wire2str, 2216 module declare it static to get rid of compiler warning: 2217 no previous prototype for function 2218 infra_find_ip_ratedata() is only called in the infra module, 2219 declare it static to get rid of compiler warning: 2220 no previous prototype for function 2221 do not shadow local variable buf in authzone 2222 auth_chunks_delete and az_nsec3_findnode are only called in the 2223 authzone module, declare them static to get rid of compiler warning: 2224 no previous prototype for function... 2225 copy_rrset() is only called in the respip module, declare it 2226 static to get rid of compiler warning: 2227 no previous prototype for function 'copy_rrset' 2228 no need for another variable "r"; gets rid of compiler warning: 2229 declaration shadows a local variable in libunbound.c 2230 no need for another variable "ns"; gets rid of compiler warning: 2231 declaration shadows a local variable in iterator.c 2232 - Moved includes and make depend. 2233 223423 January 2019: Wouter 2235 - Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites 2236 options for unbound.conf. 2237 - Fixes for the patch, and man page entry. 2238 - Fix configure to detect SSL_CTX_set_ciphersuites, for better 2239 library compatibility when compiling. 2240 - Patch for TLS session resumption from Manabu Sonoda, 2241 enable with tls-session-ticket-keys in unbound.conf. 2242 - Fixes for patch (includes, declarations, warnings). Free at end 2243 and keep config options in order read from file to keep the first 2244 one as the first one. 2245 - Fix for IXFR fallback to reset counter when IXFR does not timeout. 2246 224722 January 2019: Wouter 2248 - Fix space calculation for tcp req buffer size. 2249 - Doc for stream-wait-size and unit test. 2250 - unbound-control stats has mem.streamwait that counts TCP and TLS 2251 waiting result buffers. 2252 - Fix for #4219: secondaries not updated after serial change, unbound 2253 falls back to AXFR after IXFR gives several timeout failures. 2254 - Fix that auth zone after IXFR fallback tries the same master. 2255 225621 January 2019: Wouter 2257 - Fix tcp idle timeout test, for difference in the tcp reply code. 2258 - Unit test for tcp request reorder and timeouts. 2259 - Unit tests for ssl out of order processing. 2260 - Fix that multiple dns fragments can be carried in one TLS frame. 2261 - Add stream-wait-size: 4m config option to limit the maximum 2262 memory used by waiting tcp and tls stream replies. This avoids 2263 a denial of service where these replies use up all of the memory. 2264 226517 January 2019: Wouter 2266 - For caps-for-id fallback, use the whitelist to avoid timeout 2267 starting a fallback sequence for it. 2268 - increase mesh max activation count for capsforid long fetches. 2269 227016 January 2019: Ralph 2271 - Get ready for the DNS flag day: remove EDNS lame procedure, do not 2272 re-query without EDNS after timeout. 2273 227415 January 2019: Wouter 2275 - In the out of order processing, reset byte count for (potential) 2276 partial read. 2277 - Review fixes in out of order processing. 2278 227914 January 2019: Wouter 2280 - streamtcp option -a send queries consecutively and prints answers 2281 as they arrive. 2282 - Fix for out of order processing administration quit cleanup. 2283 - unit test for tcp out of order processing. 2284 228511 January 2019: Wouter 2286 - Initial commit for out-of-order processing for TCP and TLS. 2287 22889 January 2019: Wouter 2289 - Log query name for looping module errors. 2290 22918 January 2019: Wouter 2292 - Fix syntax in comment of local alias processing. 2293 - Fix NSEC3 record that is returned in wildcard replies from 2294 auth-zone zones with NSEC3 and wildcards. 2295 22967 January 2019: Wouter 2297 - On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN, 2298 and server tcp fastopen is enabled at compile time. 2299 - Document interaction between the tls-upstream option in the server 2300 section and forward-tls-upstream option in the forward-zone sections. 2301 - Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews, 2302 the patch adds a program used for fuzzing. 2303 230412 December 2018: Wouter 2305 - Fix for crash in dns64 module if response is null. 2306 230710 December 2018: Wouter 2308 - Fix config parser memory leaks. 2309 - ip-ratelimit-factor of 1 allows all traffic through, instead of the 2310 previous blocking everything. 2311 - Fix for FreeBSD port make with dnscrypt and dnstap enabled. 2312 - Fix #4206: support openssl 1.0.2 for TLS hostname verification, 2313 alongside the 1.1.0 and later support that is already there. 2314 - Fixup openssl 1.0.2 compile 2315 23166 December 2018: Wouter 2317 - Fix dns64 allocation in wrong region for returned internal queries. 2318 23193 December 2018: Wouter 2320 - Fix icon, no ragged edges and nicer resolutions available, for eg. 2321 Win 7 and Windows 10 display. 2322 - cache-max-ttl also defines upperbound of initial TTL in response. 2323 232430 November 2018: Wouter 2325 - Patch for typo in unbound.conf man page. 2326 - log-tag-queryreply: yes in unbound.conf tags the log-queries and 2327 log-replies in the log file for easier log filter maintenance. 2328 232929 November 2018: Wouter 2330 - iana portlist updated. 2331 - Fix chroot auth-zone fix to remove chroot prefix. 2332 - tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon 2333 updated. Trunk contains 1.8.3 in development. 2334 Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec. 2335 Trunk then became 1.8.4 in development. 2336 - Fix that unbound-checkconf does not complains if the config file 2337 is not placed inside the chroot. 2338 - Refuse to start with no ports. 2339 - Remove clang analysis warnings. 2340 234128 November 2018: Wouter 2342 - Fix leak in chroot fix for auth-zone. 2343 - Fix clang analysis for outside directory build test. 2344 234527 November 2018: Wouter 2346 - Fix DNS64 to not store intermediate results in cache, this avoids 2347 other threads from picking up the wrong data. The module restores 2348 the previous no_cache_store setting when the the module is finished. 2349 - Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work. 2350 - New and better fix for Fix #4193: Fix that prefetch failure does 2351 not overwrite valid cache entry with SERVFAIL. 2352 - auth-zone give SERVFAIL when expired, fallback activates when 2353 expired, and this is documented in the man page. 2354 - stat count SERVFAIL downstream auth-zone queries for expired zones. 2355 - Put new logos into windows installer. 2356 - Fix windows compile for new rrset roundrobin fix. 2357 - Update contrib fastrpz patch for latest release. 2358 235926 November 2018: Wouter 2360 - Fix to not set GLOB_NOSORT so the unbound.conf include: files are 2361 sorted and in a predictable order. 2362 - Fix #4193: Fix that prefetch failure does not overwrite valid cache 2363 entry with SERVFAIL. 2364 - Add unbound-control view_local_datas command, like local_datas. 2365 - Fix that unbound-control can send file for view_local_datas. 2366 236722 November 2018: Wouter 2368 - With ./configure --with-pyunbound --with-pythonmodule 2369 PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests 2370 succeed for the python module. 2371 - pythonmod logs the python error and traceback on failure. 2372 - ignore debug python module for test in doxygen output. 2373 - review fixes for python module. 2374 - Fix #4209: Crash in libunbound when called from getdns. 2375 - auth zone zonefiles can be in a chroot, the chroot directory 2376 components are removed before use. 2377 - Fix that empty zonefile means the zonefile is not set and not used. 2378 - make depend. 2379 238021 November 2018: Wouter 2381 - Scrub NS records from NODATA responses as well. 2382 238320 November 2018: Wouter 2384 - Scrub NS records from NXDOMAIN responses to stop fragmentation 2385 poisoning of the cache. 2386 - Add patch from Jan Vcelak for pythonmod, 2387 add sockaddr_storage getters, add support for query callbacks, 2388 allow raw address access via comm_reply and update API documentation. 2389 - Removed compile warnings in pythonmod sockaddr routines. 2390 239119 November 2018: Wouter 2392 - Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes 2393 option in unbound.conf. 2394 23956 November 2018: Ralph 2396 - Bugfix min-client-subnet-ipv6 2397 239825 October 2018: Ralph 2399 - Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options. 2400 240125 October 2018: Wouter 2402 - Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query. 2403 - Fix #4190: Please create a "ANY" deny option, adds the option 2404 deny-any: yes in unbound.conf. This responds with an empty message 2405 to queries of type ANY. 2406 - Fix #4141: More randomness to rrset-roundrobin. 2407 - Fix #4132: Openness/closeness of RANGE intervals in rpl files. 2408 - Fix #4126: RTT_band too low on VSAT links with 600+ms latency, 2409 adds the option unknown-server-time-limit to unbound.conf that 2410 can be increased to avoid the problem. 2411 - remade makefile dependencies. 2412 - Fix #4152: Logs shows wrong time when using log-time-ascii: yes. 2413 241424 October 2018: Ralph 2415 - Add markdel function to ECS slabhash. 2416 - Limit ECS scope returned to client to the scope used for caching. 2417 - Make lint like previous #4154 fix. 2418 241922 October 2018: Wouter 2420 - Fix #4192: unbound-control-setup generates keys not readable by 2421 group. 2422 - check that the dnstap socket file can be opened and exists, print 2423 error if not. 2424 - Fix #4154: make ECS_MAX_TREESIZE configurable, with 2425 the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options. 2426 242722 October 2018: Ralph 2428 - Change fast-server-num default to 3. 2429 24308 October 2018: Ralph 2431 - Add fast-server-permil and fast-server-num options. 2432 - Deprecate low-rtt and low-rtt-permil options. 2433 24348 October 2018: Wouter 2435 - Squelch log of failed to tcp initiate after TCP Fastopen failure. 2436 24375 October 2018: Wouter 2438 - Squelch EADDRNOTAVAIL errors when the interface goes away, 2439 this omits 'can't assign requested address' errors unless 2440 verbosity is set to a high value. 2441 - Set default for so-reuseport to no for FreeBSD. It is enabled 2442 by default for Linux and DragonFlyBSD. The setting can 2443 be configured in unbound.conf to override the default. 2444 - iana port update. 2445 24462 October 2018: Wouter 2447 - updated contrib/fastrpz.patch to apply for this version 2448 - dnscrypt.c removed sizeof to get array bounds. 2449 - Fix testlock code to set noreturn on error routine. 2450 - Remove unused variable from contrib fastrpz/rpz.c and 2451 remove unused diagnostic pragmas that themselves generate warnings 2452 - clang analyze test is used only when assertions are enabled. 2453 24541 October 2018: Wouter 2455 - tag for release 1.8.1rc1. Became release 1.8.1 on 8 oct, with 2456 fastrpz.patch fix included. Trunk has 1.8.2 in development. 2457 245827 September 2018: Wouter 2459 - Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes 2460 qname minimisation with a forwarder when connectivity has issues 2461 from rejecting responses. 2462 246325 September 2018: Wouter 2464 - Perform TLS SNI indication of the host that is being contacted 2465 for DNS over TLS service. It sets the configured tls auth name. 2466 This is useful for hosts that apart from the DNS over TLS services 2467 also provide other (web) services. 2468 - Fix #4149: Add SSL cleanup for tcp timeout. 2469 247017 September 2018: Wouter 2471 - Fix compile on Mac for unbound, provide explicit_bzero when libc 2472 does not have it. 2473 - Fix unbound for openssl in FIPS mode, it uses the digests with 2474 the EVP call contexts. 2475 - Fix that with harden-below-nxdomain and qname minisation enabled 2476 some iterator states for nonresponsive domains can get into a 2477 state where they waited for an empty list. 2478 - Stop UDP to TCP failover after timeouts that causes the ping count 2479 to be reset by the TCP time measurement (that exists for TLS), 2480 because that causes the UDP part to not be measured as timeout. 2481 - Fix #4156: Fix systemd service manager state change notification. 2482 248313 September 2018: Wouter 2484 - Fix seed for random backup code to use explicit zero when wiped. 2485 - exit log routine is annotated as noreturn function. 2486 - free memory leaks in config strlist and str2list insert functions. 2487 - do not move unused argv variable after getopt. 2488 - Remove unused if clause in testcode. 2489 - in testcode, free async ids, initialise array, and check for null 2490 pointer during test of the test. And use exit for return to note 2491 irregular program stop. 2492 - Free memory leak in config strlist append. 2493 - make sure nsec3 comparison salt is initialized. 2494 - unit test has clang analysis. 2495 - remove unused variable assignment from iterator scrub routine. 2496 - check for null in delegation point during iterator refetch 2497 in forward zone. 2498 - neater pointer cast in libunbound context quit routine. 2499 - initialize statistics totals for printout. 2500 - in authzone check that node exists before adding rrset. 2501 - in unbound-anchor, use readwrite memory BIO. 2502 - assertion in autotrust that packed rrset is formed correctly. 2503 - Fix memory leak when message parse fails partway through copy. 2504 - remove unused udpsize assignment in message encode. 2505 - nicer bio free code in unbound-anchor. 2506 - annotate exit functions with noreturn in unbound-control. 2507 250811 September 2018: Wouter 2509 - Fixed unused return value warnings in contrib/fastrpz.patch for 2510 asprintf. 2511 - Fix to squelch respip warning in unit test, it is printed at 2512 higher verbosity settings. 2513 - Fix spelling errors. 2514 - Fix initialisation in remote.c 2515 251610 September 2018: Wouter 2517 - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply). 2518 - iana port update. 2519 25205 September 2018: Wouter 2521 - Fix spelling error in header, from getdns commit by Andreas Gelmini. 2522 25234 September 2018: Ralph 2524 - More explicitly mention the type of ratelimit when applying 2525 ip-ratelimit. 2526 25274 September 2018: Wouter 2528 - Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018. 2529 253031 August 2018: Wouter 2531 - Disable minimal-responses in subnet unit tests. 2532 253330 August 2018: Wouter 2534 - Fix that a local-zone with a local-zone-type that is transparent 2535 in a view with view-first, makes queries check for answers from the 2536 local-zones defined outside of views. 2537 253828 August 2018: Ralph 2539 - Disable minimal-responses in ipsecmod unit tests. 2540 - Added serve-expired-ttl and serve-expired-ttl-reset options. 2541 254227 August 2018: Wouter 2543 - Set defaults to yes for a number of options to increase speed and 2544 resilience of the server. The so-reuseport, harden-below-nxdomain, 2545 and minimal-responses options are enabled by default. They used 2546 to be disabled by default, waiting to make sure they worked. They 2547 are enabled by default now, and can be disabled explicitly by 2548 setting them to "no" in the unbound.conf config file. The reuseport 2549 and minimal options increases speed of the server, and should be 2550 otherwise harmless. The harden-below-nxdomain option works well 2551 together with the recently default enabled qname minimisation, this 2552 causes more fetches to use information from the cache. 2553 - next release is called 1.8.0. 2554 - Fix lintflags for lint on FreeBSD. 2555 255622 August 2018: George 2557 - #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This 2558 gives access to reply information for the client's communication 2559 point when the callback is called before the mesh state (modules). 2560 Changes to C and Python's inplace_callback signatures were also 2561 necessary. 2562 256321 August 2018: Wouter 2564 - log-local-actions: yes option for unbound.conf that logs all the 2565 local zone actions, a patch from Saksham Manchanda (Secure64). 2566 - #4146: num.query.subnet and num.query.subnet_cache counters. 2567 - Fix only misc failure from log-servfail when val-log-level is not 2568 enabled. 2569 257017 August 2018: Ralph 2571 - Fix classification for QTYPE=CNAME queries when QNAME minimisation is 2572 enabled. 2573 257417 August 2018: Wouter 2575 - Set libunbound to increase current, because the libunbound change 2576 to the event callback function signature. That needs programs, 2577 that use it, to recompile against the new header definition. 2578 - print servfail info to log as error. 2579 - added more servfail printout statements, to the iterator. 2580 - log-servfail: yes prints log lines that say why queries are 2581 returning SERVFAIL to clients. 2582 258316 August 2018: Wouter 2584 - Fix warning on compile without threads. 2585 - Fix contrib/fastrpz.patch. 2586 258715 August 2018: Wouter 2588 - Fix segfault in auth-zone read and reorder of RRSIGs. 2589 259014 August 2018: Wouter 2591 - Fix that printout of error for cycle targets is a verbosity 4 2592 printout and does not wrongly print it is a memory error. 2593 - Upgraded crosscompile script to include libunbound DLL in the 2594 zipfile. 2595 259610 August 2018: Wouter 2597 - Fix #4144: dns64 module caches wrong (negative) information. 2598 25999 August 2018: Wouter 2600 - unbound-checkconf checks if modules exist and prints if they are 2601 not compiled in the name of the wrong module. 2602 - document --enable-subnet in doc/README. 2603 - Patch for stub-no-cache and forward-no-cache options that disable 2604 caching for the contents of that stub or forward, for when you 2605 want immediate changes visible, from Bjoern A. Zeeb. 2606 26077 August 2018: Ralph 2608 - Make capsforid fallback QNAME minimisation aware. 2609 26107 August 2018: Wouter 2611 - Fix #4142: unbound.service.in: improvements and fixes. 2612 Add unit dependency ordering (based on systemd-resolved). 2613 Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings 2614 about missing privileges during startup). Add 'AF_INET6' to 2615 'RestrictAddressFamilies' (without it IPV6 can't work). From 2616 Guido Shanahan. 2617 - Patch to implement tcp-connection-limit from Jim Hague (Sinodun). 2618 This limits the number of simultaneous TCP client connections 2619 from a nominated netblock. 2620 - make depend, yacc, lex, doc, headers. And log the limit exceeded 2621 message only on high verbosity, so as to not spam the logs when 2622 it is busy. 2623 26246 August 2018: Wouter 2625 - Fix for #4136: Fix to unconditionally call destroy in daemon.c. 2626 26273 August 2018: George 2628 - Expose if a query (or a subquery) was ratelimited (not src IP 2629 ratelimiting) to libunbound under 'ub_result.was_ratelimited'. 2630 This also introduces a change to 'ub_event_callback_type' in 2631 libunbound/unbound-event.h. 2632 - Tidy pylib tests. 2633 26343 August 2018: Wouter 2635 - Revert previous change for #4136: because it introduces build 2636 problems. 2637 - New fix for #4136: This one ignores lex without without 2638 yylex_destroy. 2639 26401 August 2018: Wouter 2641 - Fix to remove systemd sockaddr function check, that is not 2642 always present. Make socket activation more lenient. But not 2643 different when socket activation is not used. 2644 - iana port list update. 2645 264631 July 2018: Wouter 2647 - Patches from Jim Hague (Sinodun) for EDNS KeepAlive. 2648 - Sort out test runs when the build directory isn't the project 2649 root directory. 2650 - Add config tcp-idle-timeout (default 30s). This applies to 2651 client connections only; the timeout on TCP connections upstream 2652 is unaffected. 2653 - Error if EDNS Keepalive received over UDP. 2654 - Add edns-tcp-keepalive and edns-tcp-keepalive timeout options 2655 and implement option in client responses. 2656 - Correct and expand manual page entries for keepalive and idle timeout. 2657 - Implement progressive backoff of TCP idle/keepalive timeout. 2658 - Fix 'make depend' to work when build dir is not project root. 2659 - Add delay parameter to streamtcp, -d secs. 2660 To be used when testing idle timeout. 2661 - From Wouter: make depend, the dependencies in the patches did not 2662 apply cleanly. Also remade yacc and lex. 2663 - Fix mesh.c incompatible pointer pass. 2664 - Please doxygen so it passes. 2665 - Fix #4139: Fix unbound-host leaks memory on ANY. 2666 266730 July 2018: Wouter 2668 - Fix #4136: insufficiency from mismatch of FLEX capability between 2669 released tarball and build host. 2670 267127 July 2018: Wouter 2672 - Fix man page, say that chroot is enabled by default. 2673 267426 July 2018: Wouter 2675 - Fix #4135: 64-bit Windows Installer Creates Entries Under The 2676 Wrong Registry Key, reported by Brian White. 2677 267823 July 2018: Wouter 2679 - Fix use-systemd readiness signalling, only when use-systemd is yes 2680 and not in signal handler. 2681 268220 July 2018: Wouter 2683 - Fix #4130: print text describing -dd and unbound-checkconf on 2684 config file read error at startup, the errors may have been moved 2685 away by the startup process. 2686 - Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared. 2687 268819 July 2018: Wouter 2689 - Fix #4129 unbound-control error message with wrong cert permissions 2690 is too cryptic. 2691 269217 July 2018: Wouter 2693 - Fix #4127 unbound -h does not list -p help. 2694 - Print error if SSL name verification configured but not available 2695 in the ssl library. 2696 - Fix that ratelimit and ip-ratelimit are applied after reload of 2697 changed config file. 2698 - Resize ratelimit and ip-ratelimit caches if changed on reload. 2699 270016 July 2018: Wouter 2701 - Fix qname minimisation NXDOMAIN validation lookup failures causing 2702 error_supers assertion fails. 2703 - Squelch can't bind socket errors with Permission denied unless 2704 verbosity is 4 or higher, for UDP outgoing sockets. 2705 270612 July 2018: Wouter 2707 - Fix to improve systemd socket activation code file descriptor 2708 assignment. 2709 - Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more 2710 easily changed to adjust default rtt assumptions. 2711 271210 July 2018: Wouter 2713 - Note in documentation that the cert name match code needs 2714 OpenSSL 1.1.0 or later to be enabled. 2715 27166 July 2018: Wouter 2717 - Fix documentation ambiguity for tls-win-cert in tls-upstream and 2718 forward-tls-upstream docs. 2719 - iana port update. 2720 - Note RFC8162 support. SMIMEA record type can be read in by the 2721 zone record parser. 2722 - Fix round robin for failed addresses with prefer-ip6: yes 2723 27244 July 2018: Wouter 2725 - Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass 2726 if DNSSEC is not enabled. New option -R allows fallback from 2727 resolv.conf to direct queries. 2728 27293 July 2018: Wouter 2730 - Better documentation for unblock-lan-zones and insecure-lan-zones 2731 config statements. 2732 - Fix permission denied printed for auth zone probe random port nrs. 2733 27342 July 2018: Wouter 2735 - Fix checking for libhiredis printout in configure output. 2736 - Fix typo on man page in ip-address description. 2737 - Update libunbound/python/examples/dnssec_test.py example code to 2738 also set the 20326 trust anchor for the root in the example code. 2739 274029 June 2018: Wouter 2741 - dns64-ignore-aaaa: config option to list domain names for which the 2742 existing AAAA is ignored and dns64 processing is used on the A 2743 record. 2744 274528 June 2018: Wouter 2746 - num.queries.tls counter for queries over TLS. 2747 - log port number with err_addr logs. 2748 274927 June 2018: Wouter 2750 - #4109: Fix that package config depends on python unconditionally. 2751 - Patch, do not export python from pkg-config, from Petr Menšík. 2752 275326 June 2018: Wouter 2754 - Partial fix for permission denied on IPv6 address on FreeBSD. 2755 - Fix that auth-zone master reply with current SOA serial does not 2756 stop scan of masters for an updated zone. 2757 - Fix that auth-zone does not start the wait timer without checking 2758 if the wait timer has already been started. 2759 276021 June 2018: Wouter 2761 - #4108: systemd reload hang fix. 2762 - Fix usage printout for unbound-host, hostname has to be last 2763 argument on BSDs and Windows. 2764 276519 June 2018: Wouter 2766 - Fix for unbound-control on Windows and set TCP socket parameters 2767 more closely. 2768 This fix is part of 1.7.3. 2769 - Windows example service.conf edited with more windows specific 2770 configuration. 2771 - Fix windows unbound-control no cert bad file descriptor error. 2772 This fix is part of 1.7.3. 2773 277418 June 2018: Wouter 2775 - Fix that control-use-cert: no works for 127.0.0.1 to disable certs. 2776 This fix is part of 1.7.3rc2. 2777 - Fix unbound-checkconf for control-use-cert. 2778 This fix is part of 1.7.3. 2779 278015 June 2018: Wouter 2781 - tag for 1.7.3rc1. 2782 - trunk has 1.7.4. 2783 - unbound-control auth_zone_reload _zone_ option rereads the zonefile. 2784 - unbound-control auth_zone_transfer _zone_ option starts the probe 2785 sequence for a master to transfer the zone from and transfers when 2786 a new zone version is available. 2787 278814 June 2018: Wouter 2789 - #4103: Fix that auth-zone does not insist on SOA record first in 2790 file for url downloads. 2791 - Fix that first control-interface determines if TLS is used. Warn 2792 when IP address interfaces are used without TLS. 2793 - Fix nettle compile. 2794 279512 June 2018: Ralph 2796 - Don't count CNAME response types received during qname minimisation as 2797 query restart. 2798 279912 June 2018: Wouter 2800 - #4102 for NSD, but for Unbound. Named unix pipes do not use 2801 certificate and key files, access can be restricted with file and 2802 directory permissions. The option control-use-cert is no longer 2803 used, and ignored if found in unbound.conf. 2804 - Rename tls-additional-ports to tls-additional-port, because every 2805 line adds one port. 2806 - Fix buffer size warning in unit test. 2807 - remade dependencies in the Makefile. 2808 28096 June 2018: Wouter 2810 - Patch to fix openwrt for mac os build darwin detection in configure. 2811 28125 June 2018: Wouter 2813 - Fix crash if ratelimit taken into use with unbound-control 2814 instead of with unbound.conf. 2815 28164 June 2018: Wouter 2817 - Fix deadlock caused by incoming notify for auth-zone. 2818 - tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018, 2819 trunk is 1.7.3 in development from this point. 2820 - #4100: Fix stub reprime when it becomes useless. 2821 28221 June 2018: Wouter 2823 - Rename additional-tls-port to tls-additional-ports. 2824 The older name is accepted for backwards compatibility. 2825 282630 May 2018: Wouter 2827 - Patch from Syzdek: Add ability to ignore RD bit and treat all 2828 requests as if the RD bit is set. 2829 283029 May 2018: Wouter 2831 - in compat/arc4random call getentropy_urandom when getentropy fails 2832 with ENOSYS. 2833 - Fix that fallback for windows port. 2834 283528 May 2018: Wouter 2836 - Fix windows tcp and tls spin on events. 2837 - Add routine from getdns to add windows cert store to the SSL_CTX. 2838 - tls-win-cert option that adds the system certificate store for 2839 authenticating DNS-over-TLS connections. It can be used instead 2840 of the tls-cert-bundle option, or with it to add certificates. 2841 284225 May 2018: Wouter 2843 - For TCP and TLS connections that don't establish, perform address 2844 update in infra cache, so future selections can exclude them. 2845 - Fix that tcp sticky events are removed for closed fd on windows. 2846 - Fix close events for tcp only. 2847 284824 May 2018: Wouter 2849 - Fix that libunbound can do DNS-over-TLS, when configured. 2850 - Fix that windows unbound service can use DNS-over-TLS. 2851 - unbound-host initializes ssl (for potential DNS-over-TLS usage 2852 inside libunbound), when ssl upstream or a cert-bundle is configured. 2853 285423 May 2018: Wouter 2855 - Use accept4 to speed up incoming TCP (and TLS) connections, 2856 available on Linux, FreeBSD and OpenBSD. 2857 285817 May 2018: Ralph 2859 - Qname minimisation default changed to yes. 2860 286115 May 2018: Wouter 2862 - Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand. 2863 286411 May 2018: Wouter 2865 - Fix contrib/libunbound.pc for libssl libcrypto references, 2866 from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914 2867 28687 May 2018: Wouter 2869 - Fix windows to not have sticky TLS events for TCP. 2870 - Fix read of DNS over TLS length and data in one read call. 2871 - Fix mesh state assertion failure due to callback removal. 2872 28733 May 2018: Wouter 2874 - Fix that configure --with-libhiredis also turns on cachedb. 2875 - Fix gcc 8 buffer warning in testcode. 2876 - Fix function type cast warning in libunbound context callback type. 2877 28782 May 2018: Wouter 2879 - Fix fail to reject dead peers in forward-zone, with ssl-upstream. 2880 28811 May 2018: Wouter 2882 - Fix that unbound-control reload frees the rrset keys and returns 2883 the memory pages to the system. 2884 288530 April 2018: Wouter 2886 - Fix spelling error in man page and note defaults as no instead of 2887 off. 2888 288926 April 2018: Wouter 2890 - Fix for crash in daemon_cleanup with dnstap during reload, 2891 from Saksham Manchanda. 2892 - Also that for dnscrypt. 2893 - tag for 1.7.1rc1 release. Became 1.7.1 release on 3 May, trunk 2894 is from here 1.7.2 in development. 2895 289625 April 2018: Ralph 2897 - Fix memory leak when caching wildcard records for aggressive NSEC use 2898 289924 April 2018: Wouter 2900 - Fix contrib/fastrpz.patch for this release. 2901 - Fix auth https for libev. 2902 290324 April 2018: Ralph 2904 - Added root-key-sentinel support 2905 290623 April 2018: Wouter 2907 - makedist uses bz2 for expat code, instead of tar.gz. 2908 - Fix #4092: libunbound: use-caps-for-id lacks colon in 2909 config_set_option. 2910 - auth zone http download stores exact copy of downloaded file, 2911 including comments in the file. 2912 - Fix sldns parse failure for CDS alternate delete syntax empty hex. 2913 - Attempt for auth zone fix; add of callback in mesh gets from 2914 callback does not skip callback of result. 2915 - Fix cname classification with qname minimisation enabled. 2916 - list_auth_zones unbound-control command. 2917 291820 April 2018: Wouter 2919 - man page documentation for dns-over-tls forward-addr '#' notation. 2920 - removed free from failed parse case. 2921 - Fix #4091: Fix that reload of auth-zone does not merge the zonefile 2922 with the previous contents. 2923 - Delete auth zone when removed from config. 2924 292519 April 2018: Wouter 2926 - Can set tls authentication with forward-addr: IP#tls.auth.name 2927 And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem". 2928 such as forward-addr: 9.9.9.9@853#dns.quad9.net or 2929 1.1.1.1@853#cloudflare-dns.com 2930 - Fix #658: unbound using TLS in a forwarding configuration does not 2931 verify the server's certificate (RFC 8310 support). 2932 - For addr with #authname and no @port notation, the default is 853. 2933 293418 April 2018: Wouter 2935 - Fix auth-zone retry timer to be on schedule with retry timeout, 2936 with backoff. Also time a refresh at the zone expiry. 2937 293817 April 2018: Wouter 2939 - auth zone notify work. 2940 - allow-notify: config statement for auth-zones. 2941 - unit test for allow-notify 2942 294316 April 2018: Wouter 2944 - Fix auth zone target lookup iterator. 2945 - auth zone notify with prefix 2946 - auth zone notify work. 2947 294813 April 2018: Wouter 2949 - Fix for max include depth for authzones. 2950 - Fix memory free on fail for $INCLUDE in authzone. 2951 - Fix that an internal error to look up the wrong rr type for 2952 auth zone gets stopped, before trying to send there. 2953 - auth zone notify work. 2954 295510 April 2018: Ralph 2956 - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN 2957 statistics counters. 2958 295910 April 2018: Wouter 2960 - documentation for low-rtt and low-rtt-pct. 2961 - auth zone notify work. 2962 29639 April 2018: Wouter 2964 - Fix that flush_zone sets prefetch ttl expired, so that with 2965 serve-expired enabled it'll start prefetching those entries. 2966 - num.query.authzone.up and num.query.authzone.down statistics counters. 2967 - Fix downstream auth zone, only fallback when auth zone fails to 2968 answer and fallback is enabled. 2969 - Accept both option names with and without colon for get_option 2970 and set_option. 2971 - low-rtt and low-rtt-pct in unbound.conf enable the server selection 2972 of fast servers for some percentage of the time. 2973 29745 April 2018: Wouter 2975 - Combine write of tcp length and tcp query for dns over tls. 2976 - nitpick fixes in example.conf. 2977 - Fix above stub queries for type NS and useless delegation point. 2978 - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3 2979 tls_choose_sigalg routine does not allow the ciphers for the pipe, 2980 so use TLSv1.2. 2981 - ED448 support. 2982 29833 April 2018: Wouter 2984 - Fix #4043: make test fails due to v6 presentation issue in macOS. 2985 - Fix unable to resolve after new WLAN connection, due to auth-zone 2986 failing with a forwarder set. Now, auth-zone is only used for 2987 answers (not referrals) when a forwarder is set. 2988 298929 March 2018: Ralph 2990 - Check "result" in dup_all(), by Florian Obser. 2991 299223 March 2018: Ralph 2993 - Fix unbound-control get_option aggressive-nsec 2994 299521 March 2018: Ralph 2996 - Do not use cached NSEC records to generate negative answers for 2997 domains under DNSSEC Negative Trust Anchors. 2998 299919 March 2018: Wouter 3000 - iana port update. 3001 300216 March 2018: Wouter 3003 - corrected a minor typo in the changelog. 3004 - move htobe64/be64toh portability code to cachedb.c. 3005 300615 March 2018: Wouter 3007 - Add --with-libhiredis, unbound support for a new cachedb backend 3008 that uses a Redis server as the storage. This implementation 3009 depends on the hiredis client library (https://redislabs.com/lp/hiredis/). 3010 And unbound should be built with both --enable-cachedb and 3011 --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h 3012 should exist). Patch from Jinmei Tatuya (Infoblox). 3013 - Fix #3817: core dump happens in libunbound delete, when queued 3014 servfail hits deleted message queue. 3015 - Create additional tls service interfaces by opening them on other 3016 portnumbers and listing the portnumbers as additional-tls-port: nr. 3017 301813 March 2018: Wouter 3019 - Fix typo in documentation. 3020 - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually 3021 flushed with serve-expired on. 3022 302312 March 2018: Wouter 3024 - Added documentation for aggressive-nsec: yes. 3025 - tag 1.7.0rc3. That became the 1.7.0 release on 15 Mar, trunk 3026 now has 1.7.1 in development. 3027 - Fix #3727: Protocol name is TLS, options have been renamed but 3028 documentation is not consistent. 3029 - Check IXFR start serial. 3030 30319 March 2018: Wouter 3032 - Fix #3598: Fix swig build issue on rhel6 based system. 3033 configure --disable-swig-version-check stops the swig version check. 3034 30358 March 2018: Wouter 3036 - tag 1.7.0rc2. 3037 30387 March 2018: Wouter 3039 - Fixed contrib/fastrpz.patch, even though this already applied 3040 cleanly for me, now also for others. 3041 - patch to log creates keytag queries, from A. Schulze. 3042 - patch suggested by Debian lintian: allow to -> allow one to, from 3043 A. Schulze. 3044 - Attempt to remove warning about trailing whitespace. 3045 30466 March 2018: Wouter 3047 - Reverted fix for #3512, this may not be the best way forward; 3048 although it could be changed at a later time, to stay similar to 3049 other implementations. 3050 - svn trunk contains 1.7.0, this is the number for the next release. 3051 - Fix for windows compile. 3052 - tag 1.7.0rc1. 3053 30545 March 2018: Wouter 3055 - Fix to check define of DSA for when openssl is without deprecated. 3056 - iana port update. 3057 - Fix #3582: Squelch address already in use log when reuseaddr option 3058 causes same port to be used twice for tcp connections. 3059 306027 February 2018: Wouter 3061 - Fixup contrib/fastrpz.patch so that it applies. 3062 - Fix compile without threads, and remove unused variable. 3063 - Fix compile with staticexe and python module. 3064 - Fix nettle compile. 3065 306622 February 2018: Ralph 3067 - Save wildcard RRset from answer with original owner for use in 3068 aggressive NSEC. 3069 307021 February 2018: Wouter 3071 - Fix #3512: unbound incorrectly reports SERVFAIL for CAA query 3072 when there is a CNAME loop. 3073 - Fix validation for CNAME loops. When it detects a cname loop, 3074 by finding the cname, cname in the existing list, it returns 3075 the partial result with the validation result up to then. 3076 - more robust cachedump rrset routine. 3077 307819 February 2018: Wouter 3079 - Fix #3505: Documentation for default local zones references 3080 wrong RFC. 3081 - Fix #3494: local-zone noview can be used to break out of the view 3082 to the global local zone contents, for queries for that zone. 3083 - Fix for more maintainable code in localzone. 3084 308516 February 2018: Wouter 3086 - Fixes for clang static analyzer, the missing ; in 3087 edns-subnet/addrtree.c after the assert made clang analyzer 3088 produce a failure to analyze it. 3089 309013 February 2018: Ralph 3091 - Aggressive NSEC tests 3092 309313 February 2018: Wouter 3094 - tls-cert-bundle option in unbound.conf enables TLS authentication. 3095 - iana port update. 3096 309712 February 2018: Wouter 3098 - Unit test for auth zone https url download. 3099 310012 February 2018: Ralph 3101 - Added tests with wildcard expanded NSEC records (CVE-2017-15105 test) 3102 - Processed aggressive NSEC code review remarks Wouter 3103 31048 February 2018: Ralph 3105 - Aggressive use of NSEC implementation. Use cached NSEC records to 3106 generate NXDOMAIN, NODATA and positive wildcard answers. 3107 31088 February 2018: Wouter 3109 - iana port update. 3110 - auth zone url config. 3111 31125 February 2018: Wouter 3113 - Fix #3451: dnstap not building when you have a separate build dir. 3114 And removed protoc warning, set dnstap.proto syntax to proto2. 3115 - auth-zone provides a way to configure RFC7706 from unbound.conf, 3116 eg. with auth-zone: name: "." for-downstream: no for-upstream: yes 3117 fallback-enabled: yes and masters or a zonefile with data. 3118 31192 February 2018: Wouter 3120 - Fix unfreed locks in log and arc4random at exit of unbound. 3121 - unit test with valgrind 3122 - Fix lock race condition in dns cache dname synthesis. 3123 - lock subnet new item before insertion to please checklocks, 3124 no modification of critical regions outside of lock region. 3125 31261 February 2018: Wouter 3127 - fix unaligned structure making a false positive in checklock 3128 unitialised memory. 3129 313029 January 2018: Ralph 3131 - Use NSEC with longest ce to prove wildcard absence. 3132 - Only use *.ce to prove wildcard absence, no longer names. 3133 313425 January 2018: Wouter 3135 - ltrace.conf file for libunbound in contrib. 3136 313723 January 2018: Wouter 3138 - Fix that unbound-checkconf -f flag works with auto-trust-anchor-file 3139 for startup scripts to get the full pathname(s) of anchor file(s). 3140 - Print fatal errors about remote control setup before log init, 3141 so that it is printed to console. 3142 314322 January 2018: Wouter 3144 - Accept tls-upstream in unbound.conf, the ssl-upstream keyword is 3145 also recognized and means the same. Also for tls-port, 3146 tls-service-key, tls-service-pem, stub-tls-upstream and 3147 forward-tls-upstream. 3148 - Fix #3397: Fix that cachedb could return a partial CNAME chain. 3149 - Fix #3397: Fix that when the cache contains an unsigned DNAME in 3150 the middle of a cname chain, a result without the DNAME could 3151 be returned. 3152 315319 January 2018: Wouter 3154 - tag 1.6.8 for release with CVE fix. 3155 - trunk has 1.6.9 with fix and previous commits. 3156 - patch for CVE-2017-15105: vulnerability in the processing of 3157 wildcard synthesized NSEC records. 3158 - iana port update. 3159 - make depend: code dependencies updated in Makefile. 3160 31614 January 2018: Ralph 3162 - Copy query and correctly set flags on REFUSED answers when cache 3163 snooping is not allowed. 3164 31653 January 2018: Ralph 3166 - Fix queries being leaked above stub when refetching glue. 3167 31682 January 2017: Wouter 3169 - Fix that DS queries with referral replies are answered straight 3170 away, without a repeat query picking the DS from cache. 3171 The correct reply should have been an answer, the reply is fixed 3172 by the scrubber to have the answer in the answer section. 3173 - Remove clang optimizer disable, 3174 Fix that expiration date checks don't fail with clang -O2. 3175 317615 December 2017: Wouter 3177 - Fix timestamp failure because of clang optimizer failure, by 3178 disabling -O2 when the compiler --version is clang. 3179 - iana port update. 3180 - Also disable -flto for clang, to make incep-expi signature check 3181 work. 3182 318312 December 2017: Ralph 3184 - Fix qname-minimisation documentation (A QTYPE, not NS) 3185 318612 December 2017: Wouter 3187 - authzone work, transfer connect. 3188 31897 December 2017: Ralph 3190 - Check whether --with-libunbound-only is set when using --with-nettle 3191 or --with-nss. 3192 31934 December 2017: Wouter 3194 - Fix link failure on OmniOS. 3195 31961 December 2017: Wouter 3197 - auth zone work. 3198 319930 November 2017: Wouter 3200 - Fix #3299 - forward CNAME daisy chain is not working 3201 320214 November 2017: Wouter 3203 - Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is 3204 set for stub zone. It no longer searches for DNSSEC information. 3205 - auth xfer work on probe timer and lookup. 3206 320713 November 2017: Wouter 3208 - Fix #2801: Install libunbound.pc. 3209 - Fix qname minimisation to send AAAA queries at zonecut like type A. 3210 - reverted AAAA change. 3211 32127 November 2017: Wouter 3213 - Fix #2492: Documentation libunbound. 3214 32153 November 2017: Wouter 3216 - Fix #2362: TLS1.3/openssl-1.1.1 not working. 3217 - Fix #2034 - Autoconf and -flto. 3218 - Fix #2141 - for libsodium detect lack of entropy in chroot, print 3219 a message and exit. 3220 32212 November 2017: Wouter 3222 - Fix #1913: ub_ctx_config is under circumstances thread-safe. 3223 - make ip-transparent option work on OpenBSD. 3224 322531 October 2017: Wouter 3226 - Document that errno is left informative on libunbound config read 3227 fail. 3228 - lexer output. 3229 - iana port update. 3230 323125 October 2017: Ralph 3232 - Fixed libunbound manual typo. 3233 - Fix #1949: [dnscrypt] make provider name mismatch more obvious. 3234 - Fix #2031: Double included headers 3235 323624 October 2017: Ralph 3237 - Update B root ipv4 address. 3238 323919 October 2017: Wouter 3240 - authzone work, probe timer setup. 3241 324218 October 2017: Wouter 3243 - lint for recent authzone commit. 3244 324517 October 2017: Wouter 3246 - Fix #1749: With harden-referral-path: performance drops, due to 3247 circular dependency in NS and DS lookups. 3248 - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert 3249 duplicates 3250 - [dnscrypt] introduce dnscrypt-provider-cert-rotated option, 3251 from Manu Bretelle. 3252 This option allows handling multiple cert/key pairs while only 3253 distributing some of them. 3254 In order to reliably match a client magic with a given key without 3255 strong assumption as to how those were generated, we need both key and 3256 cert. Likewise, in order to know which ES version should be used. 3257 On the other hand, when rotating a cert, it can be desirable to only 3258 serve the new cert but still be able to handle clients that are still 3259 using the old certs's public key. 3260 The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not 3261 publish the cert as part of the DNS's provider_name's TXT answer. 3262 - Better documentation for cache-max-negative-ttl. 3263 - Work on local root zone code. 3264 326510 October 2017: Wouter 3266 - tag 1.6.7 3267 - trunk has version 1.6.8. 3268 32696 October 2017: Wouter 3270 - Fix spelling in unbound-control man page. 3271 32725 October 2017: Wouter 3273 - Fix trust-anchor-signaling works in libunbound. 3274 - Fix some more crpls in testdata for different signaling default. 3275 - tag 1.6.7rc1 3276 32775 October 2017: Ralph 3278 - Set trust-anchor-signaling default to yes 3279 - Use RCODE from A query on DNS64 synthesized answer. 3280 32812 October 2017: Wouter 3282 - Fix param unused warning for windows exportsymbol compile. 3283 328425 September 2017: Ralph 3285 - Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch 3286 (by Danilo G. Baio). 3287 328821 September 2017: Ralph 3289 - Log name of looping module 3290 329119 September 2017: Wouter 3292 - use a cachedb answer even if it's "expired" when serve-expired is yes 3293 (patch from Jinmei Tatuya). 3294 - trigger refetching of the answer in that case (this will bypass 3295 cachedb lookup) 3296 - allow storing a 0-TTL answer from cachedb in the in-memory message 3297 cache when serve-expired is yes 3298 - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff. 3299 330018 September 2017: Ralph 3301 - Fix #1400: allowing use of global cache on ECS-forwarding unless 3302 always-forward. 3303 330418 September 2017: Wouter 3305 - tag 1.6.6 (is 1.6.6rc2) 3306 - Fix that looping modules always stop the query, and don't pass 3307 control. 3308 - Fix #1435: Please allow UDP to be disabled separately upstream and 3309 downstream. 3310 - Fix #1440: [dnscrypt] client nonce cache. 3311 331215 September 2017: Wouter 3313 - Fix unbound-host to report error for DNSSEC state of failed lookups. 3314 - Spelling fixes, from Josh Soref. 3315 331613 September 2017: Wouter 3317 - tag 1.6.6rc2, became 1.6.6 on 18 sep. trunk 1.6.7 in development. 3318 331912 September 2017: Wouter 3320 - Add dns64 for client-subnet in unbound-checkconf. 3321 33224 September 2017: Ralph 3323 - Fix #1412: QNAME minimisation strict mode not honored 3324 - Fix #1434: Fix windows openssl 1.1.0 linking. 3325 33264 September 2017: Wouter 3327 - tag 1.6.6rc1 3328 - makedist fix for windows binaries, with openssl 1.1.0 windres fix, 3329 and expat 2.2.4 install target fix. 3330 33311 September 2017: Wouter 3332 - Recommend 1472 buffer size in unbound.conf 3333 333431 August 2017: Wouter 3335 - Fix #1424: cachedb:testframe is not thread safe. 3336 - For #1417: escape ; in dnscrypt tests. 3337 - but reverted that, tests fails with that escape. 3338 - Fix #1417: [dnscrypt] shared secret cache counters, and works when 3339 dnscrypt is not enabled. And cache size configuration option. 3340 - make depend 3341 - Fix #1418: [ip ratelimit] initialize slabhash using 3342 ip-ratelimit-slabs. 3343 334430 August 2017: Wouter 3345 - updated contrib/fastrpz.patch to apply with configparser changes. 3346 - Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs. 3347 334829 August 2017: Wouter 3349 - Fix #1414: fix segfault on parse failure and log_replies. 3350 - zero qinfo in handle_request, this zeroes local_alias and also the 3351 qname member. 3352 - new keys and certs for dnscrypt tests. 3353 - fixup WKS test on buildhost without servicebyname. 3354 335528 August 2017: Wouter 3356 - Fix #1415: patch to free dnscrypt environment on reload. 3357 - iana portlist update 3358 - Fix #1415: [dnscrypt] shared secret cache, patch from 3359 Manu Bretelle. 3360 - Small fixes for the shared secret cache patch. 3361 - Fix WKS records on kvm autobuild host, with default protobyname 3362 entries for udp and tcp. 3363 336423 August 2017: Wouter 3365 - Fix #1407: Add ECS options check to unbound-checkconf. 3366 - make depend 3367 - Fix to reclaim tcp handler when it is closed due to dnscrypt buffer 3368 allocation failure. 3369 337022 August 2017: Wouter 3371 - Fix install of trust anchor when two anchors are present, makes both 3372 valid. Checks hash of DS but not signature of new key. This fixes 3373 the root.key file if created when unbound is installed between 3374 sep11 and oct11 2017. 3375 - tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix). 3376 - trunk version 1.6.6 in development. 3377 - Fix issue on macOX 10.10 where TCP fast open is detected but not 3378 implemented causing TCP to fail. The fix allows fallback to regular 3379 TCP in this case and is also more robust for cases where connectx() 3380 fails for some reason. 3381 - Fix #1402: squelch invalid argument error for fd_set_block on windows. 3382 338310 August 2017: Wouter 3384 - Patch to show DNSCrypt status in help output, from Carsten 3385 Strotmann. 3386 33878 August 2017: Wouter 3388 - Fix #1398: make cachedb secret configurable. 3389 - Remove spaces from Makefile. 3390 33917 August 2017: Wouter 3392 - Fix #1397: Recursive DS lookups for AS112 zones names should recurse. 3393 33943 August 2017: Ralph 3395 - Remove unused iter_env member (ip6arpa_dname) 3396 - Do not reset rrset.bogus stats when called using stats_noreset. 3397 - Added stats for queries that have been ratelimited by domain 3398 recursion. 3399 - Do not add rrset_bogus and query ratelimiting stats per thread, these 3400 module stats are global. 3401 34023 August 2017: Wouter 3403 - Fix #1394: mix of serve-expired and response-ip could cause a crash. 3404 340524 July 2017: Wouter 3406 - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), 3407 config.sub(2016-09-05). 3408 - annotate case statement fallthrough for gcc 7.1.1. 3409 - flex output from flex 2.6.1. 3410 - snprintf of thread number does not warn about truncated string. 3411 - squelch TCP fast open error on FreeBSD when kernel has it disabled, 3412 unless verbosity is high. 3413 - remove warning from windows compile. 3414 - Fix compile with libnettle 3415 - Fix DSA configure switch (--disable dsa) for libnettle and libnss. 3416 - Fix #1365: Add Ed25519 support using libnettle. 3417 - iana portlist update 3418 341917 July 2017: Wouter 3420 - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya). 3421 - Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor). 3422 With the -p option unbound does not create a pidfile. 3423 342411 July 2017: Wouter 3425 - Fix #1344: RFC6761-reserved domains: test. and invalid. 3426 - Redirect all localhost names to localhost address for RFC6761. 3427 34286 July 2017: Wouter 3429 - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg. 3430 - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists).. 3431 34324 July 2017: Wouter 3433 - Fix 1332: Bump verbosity of failed chown'ing of the control socket. 3434 34353 July 2017: Wouter 3436 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned 3437 on. 3438 - Fix #1331: libunbound segfault in threaded mode when context is 3439 deleted. 3440 - Fix pythonmod link line option flag. 3441 - Fix openssl 1.1.0 load of ssl error strings from ssl init. 3442 344329 June 2017: Wouter 3444 - Fix python example0 return module wait instead of error for pass. 3445 - iana portlist update 3446 - enhancement for hardened-tls for DNS over TLS. Removed duplicated 3447 security settings. 3448 344927 June 2017: Wouter 3450 - Tag 1.6.4 is created with the 1.6.4rc2 contents. 3451 - Trunk contains 1.6.5, with changes from 26, 27 june. 3452 - Remove signed unsigned warning from authzone. 3453 - Fix that infra cache host hash does not change after reconfig. 3454 345526 June 2017: Wouter 3456 - (for 1.6.5) 3457 Better fixup of dnscrypt_cert_chacha test for different escapes. 3458 - First fix for zero b64 and hex text zone format in sldns. 3459 - unbound-control dump_infra prints port number for address if not 53. 3460 346123 June 2017: Wouter 3462 - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle). 3463 346422 June 2017: Wouter 3465 - Tag 1.6.4rc2 3466 346722 June 2017: Ralph 3468 - Added fastrpz patch to contrib 3469 347021 June 2017: Wouter 3471 - Fix #1316: heap read buffer overflow in parse_edns_options. 3472 347320 June 2017: Wouter 3474 - Fix warning in pythonmod under clang compiler. 3475 - Tag 1.6.4rc1 3476 - Fix lintian typo. 3477 347816 June 2017: Ralph 3479 - Fix #1277: disable domain ratelimit by setting value to 0. 3480 348116 June 2017: Wouter 3482 - Fix #1301: memory leak in respip and tests. 3483 - Free callback in edns-subnetmod on exit and restart. 3484 - Fix memory leak in sldns_buffer_new_frm_data. 3485 - Fix memory leak in dnscrypt config read. 3486 - Fix dnscrypt chacha cert support ifdefs. 3487 - Fix dnscrypt chacha cert unit test escapes in grep. 3488 - Remove asynclook tests that cause test and purifier problems. 3489 - Fix to unlock view in view test. 3490 349115 June 2017: Wouter 3492 - Fix stub zone queries leaking to the internet for 3493 harden-referral-path ns checks. 3494 - Fix query for refetch_glue of stub leaking to internet. 3495 349613 June 2017: Wouter 3497 - Fix #1279: Memory leak on reload when python module is enabled. 3498 - Fix #1280: Unbound fails assert when response from authoritative 3499 contains malformed qname. When 0x20 caps-for-id is enabled, when 3500 assertions are not enabled the malformed qname is handled correctly. 3501 - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development. 3502 - More fixes in depth for buffer checks in 0x20 qname checks. 3503 350412 June 2017: Wouter 3505 - Fix #1278: Incomplete wildcard proof. 3506 35078 June 2017: Ralph 3508 - Added domain name based ECS whitelist. 3509 35108 June 2017: Wouter 3511 - Detect chacha for dnscrypt at configure time. 3512 - dnscrypt unit tests with chacha. 3513 35147 June 2017: Wouter 3515 - Fix that unbound-control can set val_clean_additional and val_permissive_mode. 3516 - Add dnscrypt XChaCha20 tests. 3517 35186 June 2017: Wouter 3519 - Add an explicit type cast for TCP FASTOPEN fix. 3520 - renumbering B-Root's IPv6 address to 2001:500:200::b. 3521 - Fix #1275: cached data in cachedb is never used. 3522 - Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher. 3523 35241 June 2017: Ralph 3525 - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths 3526 (from Manu Bretelle). 3527 35281 June 2017: Wouter 3529 - Fix fastopen EPIPE fallthrough to perform connect. 3530 353131 May 2017: Ralph 3532 - Also use global local-zones when there is a matching view that does 3533 not have any local-zone specified. 3534 353531 May 2017: Wouter 3536 - Fix #1273: cachedb.c doesn't compile with -Wextra. 3537 - If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write. 3538 353930 May 2017: Ralph 3540 - Fix #1269: inconsistent use of built-in local zones with views. 3541 - Add defaults for new local-zone trees added to views using 3542 unbound-control. 3543 354430 May 2017: Wouter 3545 - Support for openssl EVP_DigestVerify. 3546 - Support for the ED25519 algorithm with openssl (from openssl 1.1.1). 3547 354829 May 2017: Wouter 3549 - Fix assertion for low buffer size and big edns payload when worker 3550 overrides udpsize. 3551 355226 May 2017: Ralph 3553 - Added redirect-bogus.patch to contrib directory. 3554 355526 May 2017: Wouter 3556 - Fix #1270: unitauth.c doesn't compile with higher warning level 3557 and optimization 3558 - exec_prefix is by default equal to prefix. 3559 - printout localzone for duplicate local-zone warnings. 3560 356124 May 2017: Wouter 3562 - authzone cname chain, no rrset duplicates, wildcard doesn't change 3563 rrsets added for cname chain. 3564 356523 May 2017: Wouter 3566 - first services/authzone check in, it compiles and reads and writes 3567 zonefiles. 3568 - iana portlist update 3569 357022 May 2017: Wouter 3571 - Fix #1268: SIGSEGV after log_reopen. 3572 357318 May 2017: Wouter 3574 - Fix #1265 to use /bin/kill. 3575 - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs, 3576 and compatibility with BoringSSL. 3577 357817 May 2017: Wouter 3579 - Fix #1265: contrib/unbound.service contains hardcoded path. 3580 358117 May 2017: George 3582 - Use qstate's region for IPSECKEY rrset (ipsecmod). 3583 358416 May 2017: George 3585 - Implemented opportunistic IPsec support module (ipsecmod). 3586 - Some whitespace fixup. 3587 358816 May 2017: Wouter 3589 - updated dependencies in the makefile. 3590 - document trust-anchor-signaling in example config file. 3591 - updated configure, dependencies and flex output. 3592 - better module memory lookup, fix of unbound-control shm names for 3593 module memory printout of statistics. 3594 - Fix type AVC sldns rrdef. 3595 359612 May 2017: Wouter 3597 - Adjust servfail by iterator to not store in cache when serve-expired 3598 is enabled, to avoid overwriting useful information there. 3599 - Fix queries for nameservers under a stub leaking to the internet. 3600 36019 May 2017: Ralph 3602 - Add 'c' to getopt() in testbound. 3603 - iana portlist update 3604 36058 May 2017: Wouter 3606 - Fix tcp-mss failure printout text. 3607 - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before 3608 connect limited tcp connections. With the option tcp connections 3609 can share the same source port (for different destinations). 3610 36112 May 2017: Ralph 3612 - Added mesh_add_sub to add detached mesh entries. 3613 - Use mesh_add_sub for key tag signaling query. 3614 36152 May 2017: Wouter 3616 - Added test for leak of stub information. 3617 - Fix sldns wire2str printout of RR type CAA tags. 3618 - Fix sldns int16_data parse. 3619 - Fix sldns parse and printout of TSIG RRs. 3620 - sldns SMIMEA and AVC definitions, same as getdns definitions. 3621 36221 May 2017: Wouter 3623 - Fix #1259: "--disable-ecdsa" argument overwritten 3624 by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c". 3625 - iana portlist update 3626 - Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start. 3627 and fix that 64bit getting installed in C:\Program Files (x86). 3628 362926 April 2017: Ralph 3630 - Implemented trust anchor signaling using key tag query. 3631 363226 April 2017: Wouter 3633 - Based on #1257: check parse limit before t increment in sldns RR 3634 string parse routine. 3635 363624 April 2017: Wouter 3637 - unbound-checkconf -o allows query of dnstap config variables. 3638 Also unbound-control get_option. Also for dnscrypt. 3639 - trunk contains 1.6.3 version number (changes from 1.6.2 back from 3640 when the 1.6.2rc1 tag has been created). 3641 364221 April 2017: Ralph 3643 - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle). 3644 - iana portlist update 3645 364618 April 2017: Ralph 3647 - Fix #1252: more indentation inconsistencies. 3648 - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit(). 3649 365013 April 2017: Ralph 3651 - Added ECS unit test (from Manu Bretelle). 3652 - ECS documentation fix (from Manu Bretelle). 3653 365413 April 2017: Wouter 3655 - Fix #1250: inconsistent indentation in services/listen_dnsport.c. 3656 - tag for 1.6.2rc1 3657 - (for 1.6.3:) unbound.h exports the shm stats structures. They use 3658 type long long and no ifdefs, and ub_ before the typenames. 3659 366012 April 2017: Wouter 3661 - subnet mem value is available in shm, also when not enabled, 3662 to make the struct easier to memmap by other applications, 3663 independent of the configuration of unbound. 3664 366512 April 2017: Ralph 3666 - Fix #1247: unbound does not shorten source prefix length when 3667 forwarding ECS. 3668 - Properly check for allocation failure in local_data_find_tag_datas. 3669 - Fix #1249: unbound doesn't return FORMERR to bogus ECS. 3670 - Set SHM ECS memory usage to 0 when module not loaded. 3671 367211 April 2017: Ralph 3673 - Display ECS module memory usage. 3674 367510 April 2017: Wouter 3676 - harden-algo-downgrade: no also makes unbound more lenient about 3677 digest algorithms in DS records. 3678 367910 April 2017: Ralph 3680 - Remove ECS option after REFUSED answer. 3681 - Fix small memory leak in edns_opt_copy_alloc. 3682 - Respip dereference after NULL check. 3683 - Zero initialize addrtree allocation. 3684 - Use correct identifier for SHM destroy. 3685 36867 April 2017: George 3687 - Fix pythonmod for cb changes. 3688 - Some whitespace fixup. 3689 36907 April 2017: Ralph 3691 - Unlock view in respip unit test 3692 36936 April 2017: Ralph 3694 - Generalise inplace callback (de)registration 3695 - (de)register inplace callbacks for module id 3696 - No unbound-control set_option for ECS options 3697 - Deprecated client-subnet-opcode config option 3698 - Introduced client-subnet-always-forward config option 3699 - Changed max-client-subnet-ipv6 default to 56 (as in RFC) 3700 - Removed extern ECS config options 3701 - module_restart_next now calls clear on all following modules 3702 - Also create ECS module qstate on module_event_pass event 3703 - remove malloc from inplace_cb_register 3704 37056 April 2017: Wouter 3706 - Small fixup for documentation. 3707 - iana portlist update 3708 - Fix respip for braces when locks arent used. 3709 - Fix pythonmod for cb changes. 3710 37114 April 2017: Wouter 3712 - Fix #1244: document that use of chroot requires trust anchor file to 3713 be under chroot. 3714 - iana portlist update 3715 37163 April 2017: Ralph 3717 - Do not add current time twice to TTL before ECS cache store. 3718 - Do not touch rrset cache after ECS cache message generation. 3719 - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode. 3720 37213 April 2017: Wouter 3722 - Fix #1217: Add metrics to unbound-control interface showing 3723 crypted, cert request, plaintext and malformed queries (from 3724 Manu Bretelle). 3725 - iana portlist update 3726 372727 March 2017: Wouter 3728 - Remove (now unused) event2 include from dnscrypt code. 3729 373024 March 2017: George 3731 - Fix to prevent non-referal query from being cached as referal when the 3732 no_cache_store flag was set. 3733 373423 March 2017: Wouter 3735 - Fix #1239: configure fails to find python distutils if python 3736 prints warning. 3737 373822 March 2017: Wouter 3739 - Fix #1238: segmentation fault when adding through the remote 3740 interface a per-view local zone to a view with no previous 3741 (configured) local zones. 3742 - Fix #1229: Systemd service sandboxing, options in wrong sections. 3743 374421 March 2017: Ralph 3745 - Merge EDNS Client subnet implementation from feature branch into main 3746 branch, using new EDNS processing framework. 3747 374821 March 2017: Wouter 3749 - Fix doxygen for dnscrypt files. 3750 375120 March 2017: Wouter 3752 - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then 3753 enabled in the config file from Manu Bretelle. 3754 - make depend, autoconf, remove warnings about statement before var. 3755 - lru_demote and lruhash_insert_or_retrieve functions for getdns. 3756 - fixup for lruhash (whitespace and header file comment). 3757 - dnscrypt tests. 3758 375917 March 2017: Wouter 3760 - Patch for view functionality for local-data-ptr from Björn Ketelaars. 3761 - Fix #1237 - Wrong resolving in chain, for norec queries that get 3762 SERVFAIL returned. 3763 376416 March 2017: Wouter 3765 - Fix that SHM is not inited if not enabled. 3766 - Add trustanchor.unbound CH TXT that gets a response with a number 3767 of TXT RRs with a string like "example.com. 2345 1234" with 3768 the trust anchors and their keytags. 3769 - Fix that looped DNAMEs do not cause unbound to spend effort. 3770 - trustanchor tags are sorted. reusable routine to fetch taglist. 3771 377213 March 2017: Wouter 3773 - testbound understands Deckard MATCH rcode question answer commands. 3774 - Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead 3775 of YXDOMAIN + query loop, reported by Petr Spacek. 3776 377710 March 2017: Wouter 3778 - Fix #1234: shortening DNAME loop produces duplicate DNAME records 3779 in ANSWER section. 3780 37819 March 2017: Wouter 3782 - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and 3783 DS records. NSEC3 is not disabled. 3784 - fake-sha1 test option; print warning if used. To make unit tests. 3785 - unbound-control list local zone and data commands listed in the 3786 help output. 3787 37888 March 2017: Wouter 3789 - make depend for build dependencies. 3790 - swig version 2.0.1 required. 3791 - fix enum conversion warnings 3792 37937 March 2017: Wouter 3794 - Fix #1230: swig version 2.0.0 is required for pythonmod, with 3795 1.3.40 it crashes when running repeatly unbound-control reload. 3796 - Response actions based on IP address from Jinmei Tatuya (Infoblox). 3797 37986 March 2017: Wouter 3799 - Fix #1229: Systemd service sandboxing in contrib/unbound.service. 3800 - iana portlist update 3801 380228 February 2017: Ralph 3803 - Fix testpkts.c, check if DO bit is set, not only if there is an OPT 3804 record. 3805 380628 February 2017: Wouter 3807 - For #1227: if we have sha256, set the cipher list to have no 3808 known vulns. 3809 381027 February 2017: Wouter 3811 - Fix #1227: Fix that Unbound control allows weak ciphersuits. 3812 - Fix #1226: provide official 32bit binary for windows. 3813 381424 February 2017: Wouter 3815 - include sys/time.h for new shm code on NetBSD. 3816 381723 February 2017: Wouter 3818 - Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to 3819 redirect. 3820 - Patch from Luiz Fernando Softov for Stats Shared Memory. 3821 - unbound-control stats_shm command prints stats using shared memory, 3822 which uses less cpu. 3823 - make depend, autoconf, doxygen and lint fixed up. 3824 382522 February 2017: Wouter 3826 - Fix #1224: Fix that defaults should not fall back to "Program Files 3827 (x86) if Unbound is 64bit by default on windows. 3828 382921 February 2017: Wouter 3830 - iana portlist update 3831 383216 February 2017: Wouter 3833 - sldns updated for vfixed and buffer resize indication from getdns. 3834 383515 February 2017: Wouter 3836 - sldns has ED25519 and ED448 algorithm number and name for display. 3837 383814 February 2017: Wouter 3839 - tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2 3840 384113 February 2017: Wouter 3842 - Fix autoconf of systemd check for lack of pkg-config. 3843 384410 February 2017: Wouter 3845 - Fix pythonmod for typedef changes. 3846 - Fix dnstap for warning of set but not used. 3847 - tag 1.6.1rc2. 3848 38499 February 2017: Wouter 3850 - tag 1.6.1rc1. 3851 38528 February 2017: Wouter 3853 - Fix for type name change and fix warning on windows compile. 3854 38557 February 2017: Wouter 3856 - Include root trust anchor id 20326 in unbound-anchor. 3857 38586 February 2017: Wouter 3859 - Fix compile on solaris of the fix to use $host detect. 3860 38614 February 2017: Wouter 3862 - fix root_anchor test for updated icannbundle.pem lower certificates. 3863 386426 January 2017: Wouter 3865 - Fix 1211: Fix can't enable interface-automatic if no IPv6 with 3866 more helpful error message. 3867 386820 January 2017: Wouter 3869 - Increase MAX_MODULE to 16. 3870 387119 January 2017: Wouter 3872 - Fix to Rename ub_callback_t to ub_callback_type, because POSIX 3873 reserves _t typedefs. 3874 - Fix to rename internally used types from _t to _type, because _t 3875 type names are reserved by POSIX. 3876 - iana portlist update 3877 387812 January 2017: Wouter 3879 - Fix to also block meta types 128 through to 248 with formerr. 3880 - Fix #1206: Some view-related commands are missing from 'unbound-control -h' 3881 38829 January 2017: Wouter 3883 - Fix #1202: Fix code comment that packed_rrset_data is not always 3884 'packed'. 3885 38866 January 2017: Wouter 3887 - Fix #1201: Fix missing unlock in answer_from_cache error condition. 3888 38895 January 2017: Wouter 3890 - Fix to return formerr for queries for meta-types, to avoid 3891 packet amplification if this meta-type is sent on to upstream. 3892 - Fix #1184: Log DNS replies. This includes the same logging 3893 information that DNS queries and response code and response size, 3894 patch from Larissa Feng. 3895 - Fix #1187: Source IP rate limiting, patch from Larissa Feng. 3896 38973 January 2017: Wouter 3898 - configure --enable-systemd and lets unbound use systemd sockets if 3899 you enable use-systemd: yes in unbound.conf. 3900 Also there are contrib/unbound.socket and contrib/unbound.service: 3901 systemd files for unbound, install them in /usr/lib/systemd/system. 3902 Contributed by Sami Kerola and Pavel Odintsov. 3903 - Fix reload chdir failure when also chrooted to that directory. 3904 39052 January 2017: Wouter 3906 - Fix #1194: Cross build fails when $host isn't `uname` for getentropy. 3907 390823 December 2016: Ralph 3909 - Fix #1190: Do not echo back EDNS options in local-zone error response. 3910 - iana portlist update 3911 391221 December 2016: Ralph 3913 - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built 3914 with Nettle 3915 391619 December 2016: Ralph 3917 - Fix #1191: remove comment about view deletion. 3918 391915 December 2016: Wouter 3920 - iana portlist update 3921 - 64bit is default for windows builds. 3922 - Fix inet_ntop and inet_pton warnings in windows compile. 3923 392414 December 2016: Wouter 3925 - Fix #1178: attempt to fix setup error at end, pop result values 3926 at end of install. 3927 392813 December 2016: Wouter 3929 - Fix #1182: Fix Resource leak (socket), at startup. 3930 - Fix unbound-control and ipv6 only. 3931 39329 December 2016: Wouter 3933 - Fix #1176: stack size too small for Alpine Linux. 3934 39358 December 2016: Wouter 3936 - Fix downcast warnings from visual studio in sldns code. 3937 - tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1. 3938 39397 December 2016: Ralph 3940 - Add DSA support for OpenSSL 1.1.0 3941 - Fix remote control without cert for LibreSSL 3942 39436 December 2016: George 3944 - Added generic EDNS code for registering known EDNS option codes, 3945 bypassing the cache response stage and uniquifying mesh states. Four EDNS 3946 option lists were added to module_qstate (module_qstate.edns_opts_*) to 3947 store EDNS options from/to front/back side. 3948 - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that 3949 control the modules' cache interactions. 3950 - Added code for registering inplace callback functions. The registered 3951 functions can be called just before replying with local data or Chaos, 3952 replying from cache, replying with SERVFAIL, replying with a resolved 3953 query, sending a query to a nameserver. The functions can inspect the 3954 available data and maybe change response/query related data (i.e. append 3955 EDNS options). 3956 - Updated Python module for the above. 3957 - Updated Python documentation. 3958 39595 December 2016: Ralph 3960 - Fix #1173: differ local-zone type deny from unset 3961 tag_actions element. 3962 39635 December 2016: Wouter 3964 - Fix #1170: document that 'inform' local-zone uses local-data. 3965 39661 December 2016: Ralph 3967 - hyphen as minus fix, by Andreas Schulze 3968 396930 November 2016: Ralph 3970 - Added local-zones and local-data bulk addition and removal 3971 functionality in unbound-control (local_zones, local_zones_remove, 3972 local_datas and local_datas_remove). 3973 - iana portlist update 3974 397529 November 2016: Wouter 3976 - version 1.6.0 is in the development branch. 3977 - braces in view.c around lock statements. 3978 397928 November 2016: Wouter 3980 - new install-sh. 3981 398225 November 2016: Wouter 3983 - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by 3984 using no encryption over the unix socket. 3985 398622 Novenber 2016: Ralph 3987 - Make access-control-tag-data RDATA absolute. This makes the RDATA 3988 origin consistent between local-data and access-control-tag-data. 3989 - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a 3990 subdomain of the NSEC owner. 3991 - QNAME minimisation uses QTYPE=A, therefore always check cache for 3992 this type in harden-below-nxdomain functionality. 3993 - Added unit test for QNAME minimisation + harden below nxdomain 3994 synergy. 3995 399622 November 2016: Wouter 3997 - iana portlist update. 3998 - Fix unit tests for DS hash processing for fake-dsa test option. 3999 - patch from Dag-Erling Smorgrav that removes code that relies 4000 on sbrk(). 4001 400221 November 2016: Wouter 4003 - Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing 4004 Underneath" for the harden-below-nxdomain option. 4005 400610 November 2016: Ralph 4007 - Fix #1155: test status code of unbound-control in 04-checkconf, 4008 not the status code from the tee command. 4009 40104 November 2016: Ralph 4011 - Added stub-ssl-upstream and forward-ssl-upstream options. 4012 40134 November 2016: Wouter 4014 - configure detects ssl security level API function in the autoconf 4015 manner. Every function on its own, so that other libraries (eg. 4016 LibreSSL) can develop their API without hindrance. 4017 - Fix #1154: segfault when reading config with duplicate zones. 4018 - Note that for harden-below-nxdomain the nxdomain must be secure, 4019 this means nsec3 with optout is insufficient. 4020 40213 November 2016: Ralph 4022 - Set OpenSSL security level to 0 when using aNULL ciphers. 4023 40243 November 2016: Wouter 4025 - .gitattributes line for githubs code language display. 4026 - log-identity: config option to set sys log identity, patch from 4027 "Robin H. Johnson" <robbat2@gentoo.org> 4028 40292 November 2016: Wouter 4030 - iana portlist update. 4031 403231 October 2016: Wouter 4033 - Fix failure to build on arm64 with no sbrk. 4034 - iana portlist update. 4035 403628 October 2016: Wouter 4037 - Patch for server.num.zero_ttl stats for count of expired replies, 4038 from Pavel Odintsov. 4039 404026 October 2016: Wouter 4041 - Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled 4042 with the undocumented switch 'fake-dsa'. It logs a warning. 4043 404425 October 2016: Wouter 4045 - Fix #1134: unbound-control set_option -- val-override-date: -1 works 4046 immediately to ignore datetime, or back to 0 to enable it again. 4047 The -- is to ignore the '-1' as an option flag. 4048 404924 October 2016: Wouter 4050 - serve-expired config option: serve expired responses with TTL 0. 4051 - g.root-servers.net has AAAA address. 4052 405321 October 2016: Wouter 4054 - Ported tests for local_cname unit test to testbound framework. 4055 405620 October 2016: Wouter 4057 - suppress compile warning in lex files. 4058 - init lzt variable, for older gcc compiler warnings. 4059 - fix --enable-dsa to work, instead of copying ecdsa enable. 4060 - Fix DNSSEC validation of query type ANY with DNAME answers. 4061 - Fixup query_info local_alias init. 4062 406319 October 2016: Wouter 4064 - Fix #1130: whitespace in example.conf.in more consistent. 4065 406618 October 2016: Wouter 4067 - Patch that resolves CNAMEs entered in local-data conf statements that 4068 point to data on the internet, from Jinmei Tatuya (Infoblox). 4069 - Removed patch comments from acllist.c and msgencode.c 4070 - Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf, 4071 from Jinmei Tatuya (Infoblox). 4072 - Fix #1125: unbound could reuse an answer packet incorrectly for 4073 clients with different EDNS parameters, from Jinmei Tatuya. 4074 - Fix #1118: libunbound.pc sets strange Libs, Libs.private values. 4075 - Added Requires line to libunbound.pc 4076 - Please doxygen by modifying mesh.h 4077 407817 October 2016: Wouter 4079 - Re-fix #839 from view commit overwrite. 4080 - Fixup const void cast warning. 4081 408212 October 2016: Ralph 4083 - Free view config elements. 4084 408511 October 2016: Ralph 4086 - Added qname-minimisation-strict config option. 4087 - iana portlist update. 4088 - fix memoryleak logfile when in debug mode. 4089 40905 October 2016: Ralph 4091 - Added views functionality. 4092 - Fix #1117: spelling errors, from Robert Edmonds. 4093 409430 September 2016: Wouter 4095 - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav. 4096 409729 September 2016: Wouter 4098 - Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX. 4099 - Fix #839: Memory grows unexpectedly with large RPZ files. 4100 - Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile. 4101 - Fix #841: big local-zone's make it consume large amounts of memory. 4102 410327 September 2016: Wouter 4104 - tag for 1.5.10 release 4105 - trunk contains 1.5.11 in development. 4106 - Fix dnstap relaying "random" messages instead of resolver/forwarder 4107 responses, from Nikolay Edigaryev. 4108 - Fix #836: unbound could echo back EDNS options in an error response. 4109 411020 September 2016: Wouter 4111 - iana portlist update. 4112 - Fix #835: fix --disable-dsa with nettle verify. 4113 - tag for 1.5.10rc1 release. 4114 411515 September 2016: Wouter 4116 - Fix 883: error for duplicate local zone entry. 4117 - Test for openssl init_crypto and init_ssl functions. 4118 411915 September 2016: Ralph 4120 - fix potential memory leak in daemon/remote.c and nullpointer 4121 dereference in validator/autotrust. 4122 - iana portlist update. 4123 412413 September 2016: Wouter 4125 - Silenced flex-generated sign-unsigned warning print with gcc 4126 diagnostic pragma. 4127 - Fix for new splint on FreeBSD. Fix cast for sockaddr_un.sun_len. 4128 41299 September 2016: Wouter 4130 - Fix #831: workaround for spurious fread_chk warning against petal.c 4131 41325 September 2016: Ralph 4133 - Take configured minimum TTL into consideration when reducing TTL 4134 to original TTL from RRSIG. 4135 41365 September 2016: Wouter 4137 - Fix #829: doc of sldns_wire2str_rdata_buf() return value has an 4138 off-by-one typo, from Jinmei Tatuya (Infoblox). 4139 - Fix incomplete prototypes reported by Dag-Erling Smørgrav. 4140 - Fix #828: missing type in access-control-tag-action redirect results 4141 in NXDOMAIN. 4142 41432 September 2016: Wouter 4144 - Fix compile with openssl 1.1.0 with api=1.1.0. 4145 41461 September 2016: Wouter 4147 - RFC 7958 is now out, updated docs for unbound-anchor. 4148 - Fix for compile without warnings with openssl 1.1.0. 4149 - Fix #826: Fix refuse_non_local could result in a broken response. 4150 - iana portlist update. 4151 415229 August 2016: Wouter 4153 - Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A. 4154 Siewior. 4155 - Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e. 4156 415725 August 2016: Ralph 4158 - Clarify local-zone-override entry in unbound.conf.5 4159 416025 August 2016: Wouter 4161 - 64bit build option for makedist windows compile, -w64. 4162 416324 August 2016: Ralph 4164 - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter 4165 in each iteration in find_tag_datas(). 4166 - unbound.conf.5 entries for define-tag, access-control-tag, 4167 access-control-tag-action, access-control-tag-data, local-zone-tag, 4168 and local-zone-override. 4169 417023 August 2016: Wouter 4171 - Fix #804: unbound stops responding after outage. Fixes queries 4172 that attempt to wait for an empty list of subqueries. 4173 - Fix #804: lower num_target_queries for iterator also for failed 4174 lookups. 4175 41768 August 2016: Wouter 4177 - Note that OPENPGPKEY type is RFC 7929. 4178 41794 August 2016: Wouter 4180 - Fix #807: workaround for possible some "unused" function parameters 4181 in test code, from Jinmei Tatuya. 4182 41833 August 2016: Wouter 4184 - use sendmsg instead of sendto for TFO. 4185 418628 July 2016: Wouter 4187 - Fix #806: wrong comment removed. 4188 418926 July 2016: Wouter 4190 - nicer ratelimit-below-domain explanation. 4191 419222 July 2016: Wouter 4193 - Fix #801: missing error condition handling in 4194 daemon_create_workers(). 4195 - Fix #802: workaround for function parameters that are "unused" 4196 without log_assert. 4197 - Fix #803: confusing (and incorrect) code comment in daemon_cleanup(). 4198 419920 July 2016: Wouter 4200 - Fix typo in unbound.conf. 4201 420218 July 2016: Wouter 4203 - Fix #798: Client-side TCP fast open fails (Linux). 4204 420514 July 2016: Wouter 4206 - TCP Fast open patch from Sara Dickinson. 4207 - Fixed unbound.doxygen for 1.8.11. 4208 42097 July 2016: Wouter 4210 - access-control-tag-data implemented. verbose(4) prints tag debug. 4211 42125 July 2016: Wouter 4213 - Fix dynamic link of anchor-update.exe on windows. 4214 - Fix detect of mingw for MXE package build. 4215 - Fixes for 64bit windows compile. 4216 - Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and 4217 --with-libunbound-only --with-nettle. 4218 42194 July 2016: Wouter 4220 - For #787: prefer-ip6 option for unbound.conf prefers to send 4221 upstream queries to ipv6 servers. 4222 - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux 4223 freebind to use 64bits of entropy for every query with random local 4224 part. 4225 422630 June 2016: Wouter 4227 - Document always_transparent, always_refuse, always_nxdomain types. 4228 422929 June 2016: Wouter 4230 - Fix static compile on windows missing gdi32. 4231 423228 June 2016: Wouter 4233 - Create a pkg-config file for libunbound in contrib. 4234 423527 June 2016: Wouter 4236 - Fix #784: Build configure assumess that having getpwnam means there 4237 is endpwent function available. 4238 - Updated repository with newer flex and bison output. 4239 424024 June 2016: Ralph 4241 - Possibility to specify local-zone type for an acl/tag pair 4242 - Possibility to specify (override) local-zone type for a source address 4243 block 424416 June 2016: Ralph 4245 - Decrease dp attempts at each QNAME minimisation iteration 4246 424716 June 2016: Wouter 4248 - Fix tcp timeouts in tv.usec. 4249 425015 June 2016: Wouter 4251 - TCP_TIMEOUT is specified in milliseconds. 4252 - If more than half of tcp connections are in use, a shorter timeout 4253 is used (200 msec, vs 2 minutes) to pressure tcp for new connects. 4254 425514 June 2016: Ralph 4256 - QNAME minimisation unit test for dropped QTYPE=A queries. 4257 425814 June 2016: Wouter 4259 - Fix 775: unbound-host and unbound-anchor crash on windows, ignore 4260 null delete for wsaevent. 4261 - Fix spelling in freebind option man page text. 4262 - Fix windows link of ssl with crypt32. 4263 - Fix 779: Union casting is non-portable. 4264 - Fix 780: MAP_ANON not defined in HP-UX 11.31. 4265 - Fix 781: prealloc() is an HP-UX system library call. 4266 426713 June 2016: Ralph 4268 - Use QTYPE=A for QNAME minimisation. 4269 - Keep track of number of time-outs when performing QNAME minimisation. 4270 Stop minimising when number of time-outs for a QNAME/QTYPE pair is 4271 more than three. 4272 427313 June 2016: Wouter 4274 - Fix #778: unbound 1.5.9: -h segfault (null deref). 4275 - Fix directory: fix for unbound-checkconf, it restores cwd. 4276 427710 June 2016: Wouter 4278 - And delete service.conf.shipped on uninstall. 4279 - In unbound.conf directory: dir immediately changes to that directory, 4280 so that include: file below that is relative to that directory. 4281 With chroot, make the directory an absolute path inside chroot. 4282 - keep debug symbols in windows build. 4283 - do not delete service.conf on windows uninstall. 4284 - document directory immediate fix and allow EXECUTABLE syntax in it 4285 on windows. 4286 42879 June 2016: Wouter 4288 - Trunk is called 1.5.10 (with previous fixes already in there to 2 4289 june). 4290 - Revert fix for NetworkService account on windows due to breakage 4291 it causes. 4292 - Fix that windows install will not overwrite existing service.conf 4293 file (and ignore gui config choices if it exists). 4294 42957 June 2016: Ralph 4296 - Lookup localzones by taglist from acl. 4297 - Possibility to lookup local_zone, regardless the taglist. 4298 - Added local_zone/taglist/acl unit test. 4299 43007 June 2016: Wouter 4301 - Fix #773: Non-standard Python location build failure with pyunbound. 4302 - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures. 4303 43046 June 2016: Wouter 4305 - Better help text from -h (from Ray Griffith). 4306 - access-control-tag config directive. 4307 - local-zone-override config directive. 4308 - access-control-tag-action and access-control-tag-data config 4309 directives. 4310 - free acl-tags, acltag-action and acltag-data config lists during 4311 initialisation to free up memory for more entries. 4312 43133 June 2016: Wouter 4314 - Fix to not ignore return value of chown() in daemon startup. 4315 43162 June 2016: Wouter 4317 - Fix libubound for edns optlist feature. 4318 - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc. 4319 - Fix #752: retry resource temporarily unavailable on control pipe. 4320 - un-document localzone tags. 4321 - tag for release 1.5.9rc1. 4322 And this also became release 1.5.9. 4323 - Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to 4324 Program Files with (x86) appended. 4325 - re-documented localzone tags in example.conf. 4326 432731 May 2016: Wouter 4328 - Fix windows service to be created run with limited rights, as a 4329 network service account, from Mario Turschmann. 4330 - compat strsep implementation. 4331 - generic edns option parse and store code. 4332 - and also generic edns options for upstream messages (and replies). 4333 after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID), 4334 to insert use edns_opt_append(edns, region, code, len, bindata) on 4335 the opt_list passed to send_query, or in edns_opt_inplace_reply. 4336 433730 May 2016: Wouter 4338 - Fix time in case answer comes from cache in ub_resolve_event(). 4339 - Attempted fix for #765: _unboundmodule missing for python3. 4340 434127 May 2016: Wouter 4342 - Fix #770: Small subgroup attack on DH used in unix pipe on localhost 4343 if unbound control uses a unix local named pipe. 4344 - Document write permission to directory of trust anchor needed. 4345 - Fix #768: Unbound Service Sometimes Can Not Shutdown 4346 Completely, WER Report Shown Up. Close handle before closing WSA. 4347 434826 May 2016: Wouter 4349 - Updated patch from Charles Walker. 4350 435124 May 2016: Wouter 4352 - disable-dnssec-lame-check config option from Charles Walker. 4353 - remove memory leak from lame-check patch. 4354 - iana portlist update. 4355 435623 May 2016: Wouter 4357 - Fix #767: Reference to an expired Internet-Draft in 4358 harden-below-nxdomain documentation. 4359 436020 May 2016: Ralph 4361 - No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 4362 signed zones. 4363 - iana portlist update. 4364 436519 May 2016: Wouter 4366 - Fix #766: dns64 should synthesize results on timeout/errors. 4367 436818 May 2016: Wouter 4369 - Fix #761: DNSSEC LAME false positive resolving nic.club. 4370 437117 May 2016: Wouter 4372 - trunk updated with output of flex 2.6.0. 4373 43746 May 2016: Wouter 4375 - Fix memory leak in out-of-memory conditions of local zone add. 4376 437729 April 2016: Wouter 4378 - Fix sldns with static checking fixes copied from getdns. 4379 438028 April 2016: Wouter 4381 - Fix #759: 0x20 capsforid no longer checks type PTR, for 4382 compatibility with cisco dns guard. This lowers false positives. 4383 438418 April 2016: Wouter 4385 - Fix some malformed responses to edns queries get fallback to nonedns. 4386 438715 April 2016: Wouter 4388 - cachedb module event handling design. 4389 439014 April 2016: Wouter 4391 - cachedb module framework (empty). 4392 - iana portlist update. 4393 439412 April 2016: Wouter 4395 - Fix #753: document dump_requestlist is for first thread. 4396 439724 March 2016: Wouter 4398 - Document permit-small-holddown for 5011 debug. 4399 - Fix #749: unbound-checkconf gets SIGSEGV when use against a 4400 malformatted conf file. 4401 440223 March 2016: Wouter 4403 - OpenSSL 1.1.0 portability, --disable-dsa configure option. 4404 440521 March 2016: Wouter 4406 - Fix compile of getentropy_linux for SLES11 servicepack 4. 4407 - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 4408 - Fix test for openssl to use HMAC_Update for 1.1.0. 4409 - acx_nlnetlabs.m4 to v33, with HMAC_Update. 4410 - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto. 4411 - ERR_remove_state deprecated since openssl 1.0.0. 4412 - OPENSSL_config is deprecated, removing. 4413 441418 March 2016: Ralph 4415 - Validate QNAME minimised NXDOMAIN responses. 4416 - If QNAME minimisation is enabled, do cache lookup for QTYPE NS in 4417 harden-below-nxdomain. 4418 441917 March 2016: Ralph 4420 - Limit number of QNAME minimisation iterations. 4421 442217 March 2016: Wouter 4423 - Fix #746: Fix unbound sets CD bit on all forwards. 4424 If no trust anchors, it'll not set CD bit when forwarding to another 4425 server. If a trust anchor, no CD bit on the first attempt to a 4426 forwarder, but CD bit thereafter on repeated attempts to get DNSSEC. 4427 - iana portlist update. 4428 442916 March 2016: Wouter 4430 - Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma. 4431 - Fix ip-transparent for tcp on freebsd. 4432 443315 March 2016: Wouter 4434 - ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for 4435 binding to an IP address while the interface or address is down. 4436 443714 March 2016: Wouter 4438 - Fix warnings in ifdef corner case, older or unknown libevent. 4439 - Fix compile for ub_event code with older libev. 4440 444111 March 2016: Wouter 4442 - Remove warning about unused parameter in event_pluggable.c. 4443 - Fix libev usage of dispatch return value. 4444 - No side effects in tolower() call, in case it is a macro. 4445 - For test put free in pluggable api in parenthesis. 4446 444710 March 2016: Wouter 4448 - Fixup backend2str for libev. 4449 445009 March 2016: Willem 4451 - User defined pluggable event API for libunbound 4452 - Fixup of compile fix for pluggable event API from P.Y. Adi 4453 Prasaja. 4454 445509 March 2016: Wouter 4456 - Updated configure and ltmain.sh. 4457 - Updated L root IPv6 address. 4458 445907 March 2016: Wouter 4460 - Fix #747: assert in outnet_serviced_query_stop. 4461 - iana ports fetched via https. 4462 - iana portlist update. 4463 446403 March 2016: Wouter 4465 - configure tests for the weak attribute support by the compiler. 4466 446702 March 2016: Wouter 4468 - 1.5.8 release tag 4469 - trunk contains 1.5.9 in development. 4470 - iana portlist update. 4471 - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname 4472 contains trailing dot. 4473 447424 February 2016: Wouter 4475 - Fix OpenBSD asynclook lock free that gets used later (fix test code). 4476 - Fix that NSEC3 negative cache is used when there is no salt. 4477 447823 February 2016: Wouter 4479 - ub_ctx_set_stub() function for libunbound to config stub zones. 4480 - sorted ubsyms.def file with exported libunbound functions. 4481 448219 February 2016: Wouter 4483 - Print understandable debug log when unusable DS record is seen. 4484 - load gost algorithm if digest is seen before key algorithm. 4485 - iana portlist update. 4486 448717 February 2016: Wouter 4488 - Fix that "make install" fails due to "text file busy" error. 4489 449016 February 2016: Wouter 4491 - Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error. 4492 449315 February 2016: Wouter 4494 - ip-transparent option for FreeBSD with IP_BINDANY socket option. 4495 - wait for sendto to drain socket buffers when they are full. 4496 44979 February 2016: Wouter 4498 - Test for type OPENPGPKEY. 4499 - insecure-lan-zones: yesno config option, patch from Dag-Erling 4500 Smørgrav. 4501 45028 February 2016: Wouter 4503 - Fix patch typo in prevuous commit for 734 from Adi Prasaja. 4504 - RR Type CSYNC support RFC 7477, in debug printout and config input. 4505 - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07). 4506 450729 January 2016: Wouter 4508 - Neater cmdline_verbose increment patch from Edgar Pettijohn. 4509 451027 January 2016: Wouter 4511 - Made netbsd sendmsg test nonfatal, in case of false positives. 4512 - Fix #741: log message for dnstap socket connection is more clear. 4513 451426 January 2016: Wouter 4515 - Fix #734: chown the pidfile if it resides inside the chroot. 4516 - Use arc4random instead of random in tests (because it is 4517 available, possibly as compat, anyway). 4518 - Fix cmsg alignment for argument to sendmsg on NetBSD. 4519 - Fix that unbound complains about unimplemented IP_PKTINFO for 4520 sendmsg on NetBSD (for interface-automatic). 4521 452225 January 2016: Wouter 4523 - Fix #738: Swig should not be invoked with CPPFLAGS. 4524 452519 January 2016: Wouter 4526 - Squelch 'cannot assign requested address' log messages unless 4527 verbosity is high, it was spammed after network down. 4528 452914 January 2016: Wouter 4530 - Fix to simplify empty string checking from Michael McConville. 4531 - iana portlist update. 4532 453312 January 2016: Wouter 4534 - Fix #734: Do not log an error when the PID file cannot be chown'ed. 4535 Patch from Simon Deziel. 4536 453711 January 2016: Wouter 4538 - Fix test if -pthreads unused to use better grep for portability. 4539 454006 January 2016: Wouter 4541 - Fix mingw crosscompile for recent mingw. 4542 - Update aclocal, autoconf output with new versions (1.15, 2.4.6). 4543 454405 January 2016: Wouter 4545 - #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch 4546 from Daisuke Higashi. 4547 - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked 4548 by default, and can be unblocked with "nodefault" localzone config. 4549 455004 January 2016: Wouter 4551 - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined, 4552 for Linux glibc 2.20. 4553 - Fixup contrib/aaaa-filter-iterator.patch for moved contents in the 4554 source code, so it applies cleanly again. Removed unused variable 4555 warnings. 4556 455715 December 2015: Ralph 4558 - Fix #729: omit use of escape sequences in echo since they are not 4559 portable (unbound-control-setup). 4560 456111 December 2015: Wouter 4562 - remove NULL-checks before free, patch from Michael McConville. 4563 - updated ax_pthread.m4 to version 21 with clang support, this 4564 removes a warning from compilation. 4565 - OSX portability, detect if sbrk is deprecated. 4566 - OSX clang, stop -pthread unused during link stage warnings. 4567 - OSX clang new flto check. 4568 456910 December 2015: Wouter 4570 - 1.5.7 release 4571 - trunk has 1.5.8 in development. 4572 45738 December 2015: Wouter 4574 - Fixup 724 for unbound-control. 4575 45767 December 2015: Ralph 4577 - Do not minimise forwarded requests. 4578 45794 December 2015: Wouter 4580 - Removed unneeded whitespace from example.conf. 4581 45823 December 2015: Ralph 4583 - (after rc1 tag) 4584 - Committed fix to qname minimisation and unit test case for it. 4585 45863 December 2015: Wouter 4587 - iana portlist update. 4588 - 1.5.7rc1 prerelease tag. 4589 45902 December 2015: Wouter 4591 - Fixup 724: Fix PCA prompt for unbound-service-install.exe. 4592 re-enable stdout printout. 4593 - For 724: Add Changelog to windows binary dist. 4594 45951 December 2015: Ralph 4596 - Qname minimisation review fixes 4597 45981 December 2015: Wouter 4599 - Fixup 724 fix for fname_after_chroot() calls. 4600 - Remove stdout printout for unbound-service-install.exe 4601 - .gitignore for git users. 4602 460330 November 2015: Ralph 4604 - Implemented qname minimisation 4605 460630 November 2015: Wouter 4607 - Fix for #724: conf syntax to read files from run dir (on Windows). 4608 460925 November 2015: Wouter 4610 - Fix for #720, fix unbound-control-setup windows batch file. 4611 461224 November 2015: Wouter 4613 - Fix #720: add windows scripts to zip bundle. 4614 - iana portlist update. 4615 461620 November 2015: Wouter 4617 - Added assert on rrset cache correctness. 4618 - Fix that malformed EDNS query gets a response without malformed EDNS. 4619 462018 November 2015: Wouter 4621 - newer acx_nlnetlabs.m4. 4622 - spelling fixes from Igor Sobrado Delgado. 4623 462417 November 2015: Wouter 4625 - Fix #594. libunbound: optionally use libnettle for crypto. 4626 Contributed by Luca Bruno. Added --with-nettle for use with 4627 --with-libunbound-only. 4628 - refactor nsec3 hash implementation to be more library-portable. 4629 - iana portlist update. 4630 - Fixup DER encoded DSA signatures for libnettle. 4631 463216 November 2015: Wouter 4633 - Fix for lenient accept of reverse order DNAME and CNAME. 4634 46356 November 2015: Wouter 4636 - Change example.conf: ftp.internic.net to https://www.internic.net 4637 46385 November 2015: Wouter 4639 - ACX_SSL_CHECKS no longer adds -ldl needlessly. 4640 46413 November 2015: Wouter 4642 - Fix #718: Fix unbound-control-setup with support for env 4643 without HEREDOC bash support. 4644 464529 October 2015: Wouter 4646 - patch from Doug Hogan for SSL_OP_NO_SSLvx options. 4647 - Fix #716: nodata proof with empty non-terminals and wildcards. 4648 464928 October 2015: Wouter 4650 - Fix checklock testcode for linux threads on exit. 4651 465227 October 2015: Wouter 4653 - isblank() compat implementation. 4654 - detect libexpat without xml_StopParser function. 4655 - portability fixes. 4656 - portability, replace snprintf if return value broken. 4657 465823 October 2015: Wouter 4659 - Fix #714: Document config to block private-address for IPv4 4660 mapped IPv6 addresses. 4661 466222 October 2015: Wouter 4663 - Fix #712: unbound-anchor appears to not fsync root.key. 4664 466520 October 2015: Wouter 4666 - 1.5.6 release. 4667 - trunk tracks development of 1.5.7. 4668 466915 October 2015: Wouter 4670 - Fix segfault in the dns64 module in the formaterror error path. 4671 - Fix sldns_wire2str_rdata_scan for malformed RRs. 4672 - tag for 1.5.6rc1 release. 4673 467414 October 2015: Wouter 4675 - ANY responses include DNAME records if present, as per Evan Hunt's 4676 remark in dnsop. 4677 - Fix manpage to suggest using SIGTERM to terminate the server. 4678 46799 October 2015: Wouter 4680 - Default for ssl-port is port 853, the temporary port assignment 4681 for secure domain name system traffic. 4682 If you used to rely on the older default of port 443, you have 4683 to put a clause in unbound.conf for that. The new value is likely 4684 going to be the standardised port number for this traffic. 4685 - iana portlist update. 4686 46876 October 2015: Wouter 4688 - 1.5.5 release. 4689 - trunk tracks the development of 1.5.6. 4690 469128 September 2015: Wouter 4692 - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution 4693 failures. 4694 - tag for 1.5.5rc1 release. 4695 - makedist.sh: pgp sig echo commands. 4696 469725 September 2015: Wouter 4698 - Fix unbound-control flush that does not succeed in removing data. 4699 470022 September 2015: Wouter 4701 - Fix config globbed include chroot treatment, this fixes reload of 4702 globs (patch from Dag-Erling Smørgrav). 4703 - iana portlist update. 4704 - Fix #702: New IPs for for h.root-servers.net. 4705 - Remove confusion comment from canonical_compare() function. 4706 - Fix #705: ub_ctx_set_fwd() return value mishandled on windows. 4707 - testbound selftest also works in non-debug mode. 4708 - Fix minor error in unbound.conf.5.in 4709 - Fix unbound.conf(5) access-control description for precedence 4710 and default. 4711 471231 August 2015: Wouter 4713 - changed windows setup compression to be more transparent. 4714 471528 August 2015: Wouter 4716 - Fix #697: Get PY_MAJOR_VERSION failure at configure for python 4717 2.4 to 2.6. 4718 - Feature #699: --enable-pie option to that builds PIE binary. 4719 - Feature #700: --enable-relro-now option that enables full read-only 4720 relocation. 4721 472224 August 2015: Wouter 4723 - Fix deadlock for local data add and zone add when unbound-control 4724 list_local_data printout is interrupted. 4725 - iana portlist update. 4726 - Change default of harden-algo-downgrade to off. This is lenient 4727 for algorithm rollover. 4728 472913 August 2015: Wouter 4730 - 5011 implementation does not insist on all algorithms, when 4731 harden-algo-downgrade is turned off. 4732 - Reap the child process that libunbound spawns. 4733 473411 August 2015: Wouter 4735 - Fix #694: configure script does not detect LibreSSL 2.2.2 4736 47374 August 2015: Wouter 4738 - Document that local-zone nodefault matches exactly and transparent 4739 can be used to release a subzone. 4740 47413 August 2015: Wouter 4742 - Document in the manual more text about configuring locally served 4743 zones. 4744 - Fix 5011 anchor update timer after reload. 4745 - Fix mktime in unbound-anchor not using UTC. 4746 474730 July 2015: Wouter 4748 - please afl-gcc (llvm) for uninitialised variable warning. 4749 - Added permit-small-holddown config to debug fast 5011 rollover. 4750 475124 July 2015: Wouter 4752 - Fix #690: Reload fails when so-reuseport is yes after changing 4753 num-threads. 4754 - iana portlist update. 4755 475621 July 2015: Wouter 4757 - Fix configure to detect SSL_CTX_set_ecdh_auto. 4758 - iana portlist update. 4759 476020 July 2015: Wouter 4761 - Enable ECDHE for servers. Where available, use 4762 SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to 4763 enable ECDHE. Otherwise, manually offer curve p256. 4764 Client connections should automatically use ECDHE when available. 4765 (thanks Daniel Kahn Gillmor) 4766 476718 July 2015: Willem 4768 - Allow certificate chain files to allow for intermediate certificates. 4769 (thanks Daniel Kahn Gillmor) 4770 477113 July 2015: Wouter 4772 - makedist produces sha1 and sha256 files for created binaries too. 4773 47749 July 2015: Wouter 4775 - 1.5.4 release tag 4776 - trunk has 1.5.5 in development. 4777 - Fix #681: Setting forwarders with unbound-control forward 4778 implicitly turns on forward-first. 4779 478029 June 2015: Wouter 4781 - iana portlist update. 4782 - Fix alloc with log for allocation size checks. 4783 478426 June 2015: Wouter 4785 - Fix #677 Fix DNAME responses from cache that failed internal chain 4786 test. 4787 - iana portlist update. 4788 478922 June 2015: Wouter 4790 - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly 4791 and was therefore always synthesized (thanks to Valentin Dietrich). 4792 47934 June 2015: Wouter 4794 - RFC 7553 RR type URI support, is now enabled by default. 4795 47962 June 2015: Wouter 4797 - Fix #674: Do not free pointers given by getenv. 4798 479929 May 2015: Wouter 4800 - Fix that unparseable error responses are ratelimited. 4801 - SOA negative TTL is capped at minimumttl in its rdata section. 4802 - cache-max-negative-ttl config option, default 3600. 4803 480426 May 2015: Wouter 4805 - Document that ratelimit works with unbound-control set_option. 4806 480721 May 2015: Wouter 4808 - iana portlist update. 4809 - documentation proposes ratelimit of 1000 (closer to what upstream 4810 servers expect from us). 4811 481220 May 2015: Wouter 4813 - DLV is going to be decommissioned. Advice to stop using it, and 4814 put text in the example configuration and man page to that effect. 4815 481610 May 2015: Wouter 4817 - Change syntax of particular validator error to be easier for 4818 machine parse, swap rrset and ip adres info so it looks like: 4819 validation failure <www.example.nl. TXT IN>: signature crypto 4820 failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN> 4821 48221 May 2015: Wouter 4823 - caps-whitelist in unbound.conf allows whitelist of loadbalancers 4824 that cannot work with caps-for-id or its fallback. 4825 482630 April 2015: Wouter 4827 - Unit test for type ANY synthesis. 4828 482922 April 2015: Wouter 4830 - Removed contrib/unbound_unixsock.diff, because it has been 4831 integrated, use control-interface: /path in unbound.conf. 4832 - iana portlist update. 4833 483417 April 2015: Wouter 4835 - Synthesize ANY responses from cache. Does not search exhaustively, 4836 but MX,A,AAAA,SOA,NS also CNAME. 4837 - Fix leaked dns64prefix configuration string. 4838 483916 April 2015: Wouter 4840 - Add local-zone type inform_deny, that logs query and drops answer. 4841 - Ratelimit does not apply to prefetched queries, and ratelimit-factor 4842 is default 10. Repeated normal queries get resolved and with 4843 prefetch stay in the cache. 4844 - Fix bug#664: libunbound python3 related fixes (from Tomas Hozza) 4845 Use print_function also for Python2. 4846 libunbound examples: produce sorted output. 4847 libunbound-Python: libldns is not used anymore. 4848 Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns. 4849 485010 April 2015: Wouter 4851 - unbound-control ratelimit_list lists high rate domains. 4852 - ratelimit feature, ratelimit: 100, or some sensible qps, can be 4853 used to turn it on. It ratelimits recursion effort per zone. 4854 For particular names you can configure exceptions in unbound.conf. 4855 - Fix that get_option for cache-sizes does not print double newline. 4856 - Fix#663: ssl handshake fails when using unix socket because dh size 4857 is too small. 4858 48598 April 2015: Wouter 4860 - Fix crash in dnstap: Do not try to log TCP responses after timeout. 4861 48627 April 2015: Wouter 4863 - Libunbound skips dos-line-endings from etc/hosts. 4864 - Unbound exits with a fatal error when the auto-trust-anchor-file 4865 fails to be writable. This is seconds after startup. You can 4866 load a readonly auto-trust-anchor-file with trust-anchor-file. 4867 The file has to be writable to notice the trust anchor change, 4868 without it, a trust anchor change will be unnoticed and the system 4869 will then become inoperable. 4870 - unbound-control list_insecure command shows the negative trust 4871 anchors currently configured, patch from Jelte Jansen. 4872 48732 April 2015: Wouter 4874 - Fix #660: Fix interface-automatic broken in the presence of 4875 asymmetric routing. 4876 487726 March 2015: Wouter 4878 - remote.c probedelay line is easier to read. 4879 - rename ldns subdirectory to sldns to avoid name collision. 4880 488125 March 2015: Wouter 4882 - Fix #657: libunbound(3) recommends deprecated 4883 CRYPTO_set_id_callback. 4884 - If unknown trust anchor algorithm, and libressl is used, error 4885 message encourages upgrade of the libressl package. 4886 488723 March 2015: Wouter 4888 - Fix segfault on user not found at startup (from Maciej Soltysiak). 4889 489020 March 2015: Wouter 4891 - Fixed to add integer overflow checks on allocation (defense in depth). 4892 489319 March 2015: Wouter 4894 - Add ip-transparent config option for bind to non-local addresses. 4895 489617 March 2015: Wouter 4897 - Use reallocarray for integer overflow protection, patch submitted 4898 by Loganaden Velvindron. 4899 490016 March 2015: Wouter 4901 - Fixup compile on cygwin, more portable openssl thread id. 4902 490312 March 2015: Wouter 4904 - Updated default keylength in unbound-control-setup to 3k. 4905 490610 March 2015: Wouter 4907 - Fix lintian warning in unbound-checkconf man page (from Andreas 4908 Schulze). 4909 - print svnroot when building windows dist. 4910 - iana portlist update. 4911 - Fix warning on sign compare in getentropy_linux. 4912 49139 March 2015: Wouter 4914 - Fix #644: harden-algo-downgrade option, if turned off, fixes the 4915 reported excessive validation failure when multiple algorithms 4916 are present. It allows the weakest algorithm to validate the zone. 4917 - iana portlist update. 4918 49195 March 2015: Wouter 4920 - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal 4921 scripts. Contributed by Yuri Voinov. 4922 - Document that incoming-num-tcp increase is good for large servers. 4923 - stats reports tcp usage, of incoming-num-tcp buffers. 4924 49254 March 2015: Wouter 4926 - Patch from Brad Smith that syncs compat/getentropy_linux with 4927 OpenBSD's version (2015-03-04). 4928 - 0x20 fallback improved: servfail responses do not count as missing 4929 comparisons (except if all responses are errors), 4930 inability to find nameservers does not fail equality comparisons, 4931 many nameservers does not try to compare more than max-sent-count, 4932 parse failures start 0x20 fallback procedure. 4933 - store caps_response with best response in case downgrade response 4934 happens to be the last one. 4935 - Document windows 8 tests. 4936 49373 March 2015: Wouter 4938 - tag 1.5.3rc1 4939 [ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ] 4940 49412 March 2015: Wouter 4942 - iana portlist update. 4943 494420 February 2015: Wouter 4945 - Use the getrandom syscall introduced in Linux 3.17 (from Heiner 4946 Kallweit). 4947 - Fix #645 Portability to Solaris 10, use AF_LOCAL. 4948 - Fix #646 Portability to Solaris, -lrt for getentropy_solaris. 4949 - Fix #647 crash in 1.5.2 because pwd.db no longer accessible after 4950 reload. 4951 495219 February 2015: Wouter 4953 - 1.5.2 release tag. 4954 - svn trunk contains 1.5.3 under development. 4955 495613 February 2015: Wouter 4957 - Fix #643: doc/example.conf.in: unnecessary whitespace. 4958 495912 February 2015: Wouter 4960 - tag 1.5.2rc1 4961 496211 February 2015: Wouter 4963 - iana portlist update. 4964 496510 February 2015: Wouter 4966 - Fix scrubber with harden-glue turned off to reject NS (and other 4967 not-address) records. 4968 49699 February 2015: Wouter 4970 - Fix validation failure in case upstream forwarder (ISC BIND) does 4971 not have the same trust anchors and decides to insert unsigned NS 4972 record in authority section. 4973 49742 February 2015: Wouter 4975 - infra-cache-min-rtt patch from Florian Riehm, for expected long 4976 uplink roundtrip times. 4977 497830 January 2015: Wouter 4979 - Fix 0x20 capsforid fallback to omit gratuitous NS and additional 4980 section changes. 4981 - Portability fix for Solaris ('sun' is not usable for a variable). 4982 498329 January 2015: Wouter 4984 - Fix pyunbound byte string representation for python3. 4985 498626 January 2015: Wouter 4987 - Fix unintended use of gcc extension for incomplete enum types, 4988 compile with pedantic c99 compliance (from Daniel Dickman). 4989 499023 January 2015: Wouter 4991 - windows port fixes, no AF_LOCAL, no chown, no chmod(grp). 4992 499316 January 2015: Wouter 4994 - unit test for local unix connection. Documentation and log_addr 4995 does not inspect port for AF_LOCAL. 4996 - unbound-checkconf -f prints chroot with pidfile path. 4997 499813 January 2015: Wouter 4999 - iana portlist update. 5000 500112 January 2015: Wouter 5002 - Cast sun_len sizeof to socklen_t. 5003 - Fix pyunbound ord call, portable for python 2 and 3. 5004 50057 January 2015: Wouter 5006 - Fix warnings in pythonmod changes. 5007 50086 January 2015: Wouter 5009 - iana portlist update. 5010 - patch for remote control over local sockets, from Dag-Erling 5011 Smorgrav, Ilya Bakulin. Use control-interface: /path/sock and 5012 control-use-cert: no. 5013 - Fixup that patch and uid lookup (only for daemon). 5014 - coded the default of control-use-cert, to yes. 5015 50165 January 2015: Wouter 5017 - getauxval test for ppc64 linux compatibility. 5018 - make strip works for unbound-host and unbound-anchor. 5019 - patch from Stephane Lapie that adds to the python API, that 5020 exposes struct delegpt, and adds the find_delegation function. 5021 - print query name when max target count is exceeded. 5022 - patch from Stuart Henderson that fixes DESTDIR in 5023 unbound-control-setup for installs where config is not in 5024 the prefix location. 5025 - Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing 5026 IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne). 5027 - Updated contrib warmup.cmd/sh to support two modes - load 5028 from pre-defined list of domains or (with filename as argument) 5029 load from user-specified list of domains, and updated contrib 5030 unbound_cache.sh/cmd to support loading/save/reload cache to/from 5031 default path or (with secondary argument) arbitrary path/filename, 5032 from Yuri Voinov. 5033 - Patch from Philip Paeps to contrib/unbound_munin_ that uses 5034 type ABSOLUTE. Allows munin.conf: [idleserver.example.net] 5035 unbound_munin_hits.graph_period minute 5036 50379 December 2014: Wouter 5038 - svn trunk has 1.5.2 in development. 5039 - config.guess and config.sub update from libtoolize. 5040 - local-zone: example.com inform makes unbound log a message with 5041 client IP for queries in that zone. Eg. for finding infected hosts. 5042 50438 December 2014: Wouter 5044 - Fix CVE-2014-8602: denial of service by making resolver chase 5045 endless series of delegations. 5046 50471 December 2014: Wouter 5048 - Fix bug#632: unbound fails to build on AArch64, protects 5049 getentropy compat code from calling sysctl if it is has been removed. 5050 505129 November 2014: Wouter 5052 - Add include to getentropy_linux.c, hopefully fixing debian build. 5053 505428 November 2014: Wouter 5055 - Fix makefile for build from noexec source tree. 5056 505726 November 2014: Wouter 5058 - Fix libunbound undefined symbol errors for main. 5059 Referencing main does not seem to be possible for libunbound. 5060 506124 November 2014: Wouter 5062 - Fix log at high verbosity and memory allocation failure. 5063 - iana portlist update. 5064 506521 November 2014: Wouter 5066 - Fix crash on multiple thread random usage on systems without 5067 arc4random. 5068 506920 November 2014: Wouter 5070 - fix compat/getentropy_win.c check if CryptGenRandom works and no 5071 immediate exit on windows. 5072 507319 November 2014: Wouter 5074 - Fix cdflag dns64 processing. 5075 507618 November 2014: Wouter 5077 - Fix that CD flag disables DNS64 processing, returning the DNSSEC 5078 signed AAAA denial. 5079 - iana portlist update. 5080 508117 November 2014: Wouter 5082 - Fix #627: SSL_CTX_load_verify_locations return code not properly 5083 checked. 5084 508514 November 2014: Wouter 5086 - parser with bison 2.7 5087 508813 November 2014: Wouter 5089 - Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter, 5090 added to contrib/aaaa-filter-iterator.patch. 5091 509212 November 2014: Wouter 5093 - trunk has 1.5.1 in development. 5094 - Patch from Robert Edmonds to build pyunbound python module 5095 differently. No versioninfo, with -shared and without $(LIBS). 5096 - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page. 5097 - Removed 'increased limit open files' log message that is written 5098 to console. It is only written on verbosity 4 and higher. 5099 This keeps system bootup console cleaner. 5100 - Patch from James Raftery, always print stats for rcodes 0..5. 5101 510211 November 2014: Wouter 5103 - iana portlist update. 5104 - Fix bug where forward or stub addresses with same address but 5105 different port number were not tried. 5106 - version number in svn trunk is 1.5.0 5107 - tag 1.5.0rc1 5108 - review fix from Ralph. 5109 51107 November 2014: Wouter 5111 - dnstap fixes by Robert Edmonds: 5112 dnstap/dnstap.m4: cosmetic fixes 5113 dnstap/: Remove compiled protoc-c output files 5114 dnstap/dnstap.m4: Error out if required libraries are not found 5115 dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of 5116 protobuf-c 1.0.0 5117 dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0) 5118 51194 November 2014: Wouter 5120 - Add ub_ctx_add_ta_autr function to add a RFC5011 automatically 5121 tracked trust anchor to libunbound. 5122 - Redefine internal minievent symbols to unique symbols that helps 5123 linking on platforms where the linker leaks names across modules. 5124 512527 October 2014: Wouter 5126 - Disabled use of SSLv3 in remote-control and ssl-upstream. 5127 - iana portlist update. 5128 512916 October 2014: Wouter 5130 - Documented dns64 configuration in unbound.conf man page. 5131 513213 October 2014: Wouter 5133 - Fix #617: in ldns in unbound, lowercase WKS services. 5134 - Fix ctype invocation casts. 5135 513610 October 2014: Wouter 5137 - Fix unbound-checkconf check for module config with dns64 module. 5138 - Fix unbound capsforid fallback, it ignores TTLs in comparison. 5139 51406 October 2014: Wouter 5141 - Fix #614: man page variable substitution bug. 51426 October 2014: Willem 5143 - Whitespaces after $ORIGIN are not part of the origin dname (ldns). 5144 - $TTL's value starts at position 5 (ldns). 5145 51461 October 2014: Wouter 5147 - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire). 5148 514929 September 2014: Wouter 5150 - Fix #612: create service with service.conf in present directory and 5151 auto load it. 5152 - Fix for mingw compile openssl ranlib. 5153 515425 September 2014: Wouter 5155 - updated configure and aclocal with newer autoconf 1.13. 5156 515722 September 2014: Wouter 5158 - Fix swig and python examples for Python 3.x. 5159 - Fix for mingw compile with openssl-1.0.1i. 5160 516119 September 2014: Wouter 5162 - improve python configuration detection to build on Fedora 22. 5163 516418 September 2014: Wouter 5165 - patches to also build with Python 3.x (from Pavel Simerda). 5166 516716 September 2014: Wouter 5168 - Fix tcp timer waiting list removal code. 5169 - iana portlist update. 5170 - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue 5171 is longer and more tcp connections can be handled. 5172 517315 September 2014: Wouter 5174 - Fix unit test for CDS typecode. 5175 51765 September 2014: Wouter 5177 - type CDS and CDNSKEY types in sldns. 5178 517925 August 2014: Wouter 5180 - Fixup checklock code for log lock and its mutual initialization 5181 dependency. 5182 - iana portlist update. 5183 - Removed necessity for pkg-config from the dnstap.m4, new are 5184 the --with-libfstrm and --with-protobuf-c configure options. 5185 518619 August 2014: Wouter 5187 - Update unbound manpage with more explanation (from Florian Obser). 5188 518918 August 2014: Wouter 5190 - Fix #603: unbound-checkconf -o <option> should skip verification 5191 checks. 5192 - iana portlist update. 5193 - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings. 5194 51955 August 2014: Wouter 5196 - dnstap support, with a patch from Farsight Security, written by 5197 Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c. 5198 It is BSD licensed (see dnstap/dnstap.c). 5199 Building with --enable-dnstap needs pkg-config with this patch. 5200 - Noted dnstap in doc/README and doc/CREDITS. 5201 - Changes to the dnstap patch. 5202 - lint fixes. 5203 - dnstap/dnstap_config.h should not have been added to the repo, 5204 because is it generated. 5205 52061 August 2014: Wouter 5207 - Patch add msg, rrset, infra and key cache sizes to stats command 5208 from Maciej Soltysiak. 5209 - iana portlist update. 5210 521131 July 2014: Wouter 5212 - DNS64 from Viagenie (BSD Licensed), written by Simon Perrault. 5213 Initial commit of the patch from the FreeBSD base (with its fixes). 5214 This adds a module (for module-config in unbound.conf) dns64 that 5215 performs DNS64 processing, see README.DNS64. 5216 - Changes from DNS64: 5217 strcpy changed to memmove. 5218 arraybound check fixed from prefix_net/8/4 to prefix_net/8+4. 5219 allocation of result consistently in the correct region. 5220 time_t is now used for ttl in unbound (since the patch's version). 5221 - testdata/dns64_lookup.rpl for unit test for dns64 functionality. 5222 522329 July 2014: Wouter 5224 - Patch from Dag-Erling Smorgrav that implements feature, unbound -dd 5225 does not fork in the background and also logs to stderr. 5226 522721 July 2014: Wouter 5228 - Fix endian.h include for OpenBSD. 5229 523016 July 2014: Wouter 5231 - And Fix#596: Bail out of unbound-control dump_infra when ssl 5232 write fails. 5233 523415 July 2014: Wouter 5235 - Fix #596: Bail out of unbound-control list_local_zones when ssl 5236 write fails. 5237 - iana portlist update. 5238 523913 July 2014: Wouter 5240 - Configure tests if main can be linked to from getentropy compat. 5241 524212 July 2014: Wouter 5243 - Fix getentropy compat code, function refs were not portable. 5244 - Fix to check openssl version number only for OpenSSL. 5245 - LibreSSL provides compat items, check for that in configure. 5246 - Fix bug in fix for log locks that caused deadlock in signal handler. 5247 - update compat/getentropy and arc4random to the most recent ones from OpenBSD. 5248 524911 July 2014: Matthijs 5250 - fake-rfc2553 patch (thanks Benjamin Baier). 5251 525211 July 2014: Wouter 5253 - arc4random in compat/ and getentropy, explicit_bzero, chacha for 5254 dependencies, from OpenBSD. arc4_lock and sha512 in compat. 5255 This makes arc4random available on all platforms, except when 5256 compiled with LIBNSS (it uses libNSS crypto random). 5257 - fix strptime implicit declaration error on OpenBSD. 5258 - arc4random, getentropy and explicit_bzero compat for Windows. 5259 52604 July 2014: Wouter 5261 - Fix #593: segfault or crash upon rotating logfile. 5262 52633 July 2014: Wouter 5264 - DLV tests added. 5265 - signit tool fixup for compile with libldns library. 5266 - iana portlist updated. 5267 526827 June 2014: Wouter 5269 - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X. 5270 527126 June 2014: Wouter 5272 - unbound-control status reports if so-reuseport was successful. 5273 - iana portlist updated. 5274 527524 June 2014: Wouter 5276 - Fix caps-for-id fallback, and added fallback attempt when servers 5277 drop 0x20 perturbed queries. 5278 - Fixup testsetup for VM tests (run testcode/run_vm.sh). 5279 528017 June 2014: Wouter 5281 - iana portlist updated. 5282 52833 June 2014: Wouter 5284 - Add AAAA for B root server to default root hints. 5285 52862 June 2014: Wouter 5287 - Remove unused define from iterator.h 5288 528930 May 2014: Wouter 5290 - Fixup sldns_enum_edns_option typedef definition. 5291 529228 May 2014: Wouter 5293 - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue 5294 fixes from FreeBSD's copy of Unbound, he notes: 5295 Generate unbound-control-setup.sh at build time so it respects 5296 prefix and sysconfdir from the configure script. Also fix the 5297 umask to match the comment, and the comment to match the umask. 5298 Add const and static where needed. Use unions instead of 5299 playing pointer poker. Move declarations that are needed in 5300 multiple source files into a shared header. Move sldns_bgetc() 5301 from parse.c to buffer.c where it belongs. Introduce a new 5302 header file, worker.h, which declares the callbacks that 5303 all workers must define. Remove those declarations from 5304 libworker.h. Include the correct headers in the correct places. 5305 Fix a few dummy callbacks that don't match their prototype. 5306 Fix some casts. Hide the sbrk madness behind #ifdef HAVE_SBRK. 5307 Remove a useless printf which breaks reproducible builds. 5308 Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're 5309 no longer used. Add unbound-control-setup.sh to the list of 5310 generated files. The prototype for libworker_event_done_cb() 5311 needs to be moved from libunbound/libworker.h to 5312 libunbound/worker.h. 5313 - Fixup out-of-directory compile with unbound-control-setup.sh.in. 5314 - make depend. 5315 531623 May 2014: Wouter 5317 - unbound-host -D enabled dnssec and reads root trust anchor from 5318 the default root key file that was compiled in. 5319 532020 May 2014: Wouter 5321 - Feature, unblock-lan-zones: yesno that you can use to make unbound 5322 perform 10.0.0.0/8 and other reverse lookups normally, for use if 5323 unbound is running service for localhost on localhost. 5324 532516 May 2014: Wouter 5326 - Updated create_unbound_ad_servers and unbound_cache scripts from 5327 Yuri Voinov in the source/contrib directory. Added 5328 warmup.cmd (and .sh): warm up the DNS cache with your MRU domains. 5329 53309 May 2014: Wouter 5331 - Implement draft-ietf-dnsop-rfc6598-rfc6303-01. 5332 - iana portlist updated. 5333 53348 May 2014: Wouter 5335 - Contrib windows scripts from Yuri Voinov added to src/contrib: 5336 create_unbound_ad_servers.cmd: enters anti-ad server lists. 5337 unbound_cache.cmd: saves and loads the cache. 5338 - Added unbound-control-setup.cmd from Yuri Voinov to the windows 5339 unbound distribution set. It requires openssl installed in %PATH%. 5340 53416 May 2014: Wouter 5342 - Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier. 5343 53445 May 2014: Wouter 5345 - More #567: remove : from output of stub and forward lists, this is 5346 easier to parse. 5347 534829 April 2014: Wouter 5349 - iana portlist updated. 5350 - Add unbound-control flush_negative that flushed nxdomains, nodata, 5351 and errors from the cache. For dnssec-trigger and NetworkManager, 5352 fixes cases where network changes have localdata that was already 5353 negatively cached from the previous network. 5354 535523 April 2014: Wouter 5356 - Patch from Jeremie Courreges-Anglas to use arc4random_uniform 5357 if available on the OS, it gets entropy from the OS. 5358 535915 April 2014: Wouter 5360 - Fix compile with libevent2 on FreeBSD. 5361 536211 April 2014: Wouter 5363 - Fix #502: explain that do-ip6 disable does not stop AAAA lookups, 5364 but it stops the use of the ipv6 transport layer for DNS traffic. 5365 - iana portlist updated. 5366 536710 April 2014: Wouter 5368 - iana portlist updated. 5369 - Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation 5370 option for DNS fragmentation defense. 5371 - Document that dump_requestlist only prints queries from thread 0. 5372 - unbound-control stats prints num.query.tcpout with number of TCP 5373 outgoing queries made in the previous statistics interval. 5374 - Fix #567: unbound lists if forward zone is secure or insecure with 5375 +i annotation in output of list_forwards, also for list_stubs 5376 (for NetworkManager integration.) 5377 - Fix #554: use unsigned long to print 64bit statistics counters on 5378 64bit systems. 5379 - Fix #558: failed prefetch lookup does not remove cached response 5380 but delays next prefetch (in lieu of caching a SERVFAIL). 5381 - Fix #545: improved logging, the ip address of the error is printed 5382 on the same log-line as the error. 5383 53848 April 2014: Wouter 5385 - Fix #574: make test fails on Ubuntu 14.04. Disabled remote-control 5386 in testbound scripts. 5387 - iana portlist updated. 5388 53897 April 2014: Wouter 5390 - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root 5391 hints (patch from Anand Buddhdev). 5392 - Fix #572: Fix unit test failure for systems with different 5393 /etc/services. 5394 539528 March 2014: Wouter 5396 - Fix #569: do_tcp is do-tcp in unbound.conf man page. 5397 539825 March 2014: Wouter 5399 - Patch from Stuart Henderson to build unbound-host man from .1.in. 5400 540124 March 2014: Wouter 5402 - Fix print filename of encompassing config file on read failure. 5403 540412 March 2014: Wouter 5405 - tag 1.4.22 5406 - trunk has 1.4.23 in development. 5407 540810 March 2014: Wouter 5409 - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes 5410 because of spelling. Patch from Chris Coates. 5411 541227 February 2014: Wouter 5413 - tag 1.4.22rc1 5414 541521 February 2014: Wouter 5416 - iana portlist updated. 5417 541820 February 2014: Matthijs 5419 - Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is 5420 received. This is okay according 4035, but not after revising 5421 existence in 4592. NSEC empty non-terminals exist and thus the 5422 RCODE should have been NOERROR. If this occurs, and the RRsets 5423 are secure, we set the RCODE to NOERROR and the security status 5424 of the response is also considered secure. 5425 542614 February 2014: Wouter 5427 - Works on Minix (3.2.1). 5428 542911 February 2014: Wouter 5430 - Fix parse of #553(NSD) string in sldns, quotes without spaces. 5431 54327 February 2014: Wouter 5433 - iana portlist updated. 5434 - add body to ifstatement if locks disabled. 5435 - add TXT string"string" test case to unit test. 5436 - Fix #551: License change "Regents" to "Copyright holder", matching 5437 the BSD license on opensource.org. 5438 54396 February 2014: Wouter 5440 - sldns has type HIP. 5441 - code documentation on the module interface. 5442 54435 February 2014: Wouter 5444 - Fix sldns parse tests on osx. 5445 54463 February 2014: Wouter 5447 - Detect libevent2 install automatically by configure. 5448 - Fixup link with lib/event2 subdir. 5449 - Fix parse in sldns of quoted parenthesized text strings. 5450 545131 January 2014: Wouter 5452 - unit test for ldns wire to str and back with zones, root, nlnetlabs 5453 and types.sidnlabs. 5454 - Fix for hex to string in unknown, atma and nsap. 5455 - fixup nss compile (no ldns in it). 5456 - fixup warning in unitldns 5457 - fixup WKS and rdata type service to print unsigned because strings 5458 are not portable; they cannot be read (for sure) on other computers. 5459 - fixup type EUI48 and EUI64, type APL and type IPSECKEY in string 5460 parse sldns. 5461 546230 January 2014: Wouter 5463 - delay-close does not act if there are udp-wait queries, so that 5464 it does not make a socketdrain DoS easier. 5465 546628 January 2014: Wouter 5467 - iana portlist updated. 5468 - iana portlist test updated so it does not touch the source 5469 if there are no changes. 5470 - delay-close: msec option that delays closing ports for which 5471 the UDP reply has timed out. Keeps the port open, only accepts 5472 the correct reply. This correct reply is not used, but the port 5473 is open so that no port-denied ICMPs are generated. 5474 547527 January 2014: Wouter 5476 - reuseport is attempted, then fallback to without on failure. 5477 547824 January 2014: Wouter 5479 - Change unbound-event.h to use void* buffer, length idiom. 5480 - iana portlist updated. 5481 - unbound-event.h is installed if you configure --enable-event-api. 5482 - speed up unbound (reports say it could be up to 10%), by reducing 5483 lock contention on localzones.lock. It is changed to an rwlock. 5484 - so-reuseport: yesno option to distribute queries evenly over 5485 threads on Linux (Thanks Robert Edmonds). 5486 - made lint clean. 5487 548821 January 2014: Wouter 5489 - Fix #547: no trustanchor written if filesystem full, fclose checked. 5490 549117 January 2014: Wouter 5492 - Fix isprint() portability in sldns, uses unsigned int. 5493 - iana portlist updated. 5494 549516 January 2014: Wouter 5496 - fix #544: Fixed +i causes segfault when running with module conf 5497 "iterator". 5498 - Windows port, adjust %lld to %I64d, and warning in win_event.c. 5499 550014 January 2014: Wouter 5501 - iana portlist updated. 5502 55035 Dec 2013: Wouter 5504 - Fix bug in cachedump that uses sldns. 5505 - update pythonmod for ldns_ to sldns_ name change. 5506 55073 Dec 2013: Wouter 5508 - Fix sldns to use sldns_ prefix for all ldns_ variables. 5509 - Fix windows compile to compile with sldns. 5510 551130 Nov 2013: Wouter 5512 - Fix sldns to make globals use sldns_ prefix. This fixes 5513 linking with libldns that uses global variables ldns_ . 5514 551513 Nov 2013: Wouter 5516 - Fix bug#537: compile python plugin without ldns library. 5517 551812 Nov 2013: Wouter 5519 - Fix bug#536: acl_deny_non_local and refuse_non_local added. 5520 55215 Nov 2013: Wouter 5522 - Patch from Neel Goyal to fix async id assignment if callback 5523 is called by libunbound in the mesh attach. 5524 - Accept ip-address: as an alternative for interface: for 5525 consistency with nsd.conf syntax. 5526 55274 Nov 2013: Wouter 5528 - Patch from Neel Goyal to fix callback in libunbound. 5529 55303 Nov 2013: Wouter 5531 - if configured --with-libunbound-only fix make install. 5532 553331 Oct 2013: Wouter 5534 - Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 5535 more specific interface port 53 can be used at the same time, and 5536 one of the daemons is unbound. 5537 - iana portlist update. 5538 - separate ldns into core ldns inside ldns/ subdirectory. No more 5539 --with-ldns is needed and unbound does not rely on libldns. 5540 - portability fixes for new USE_SLDNS ldns subdir codebase. 5541 554222 Oct 2013: Wouter 5543 - Patch from Neel Goyal: Add an API call to set an event base on an 5544 existing ub_ctx. This basically just destroys the current worker and 5545 sets the event base to the current. And fix a deadlock in 5546 ub_resolve_event – the cfglock is held when libworker_create is 5547 called. This ends up trying to acquire the lock again in 5548 context_obtain_alloc in the call chain. 5549 - Fix #528: if very high logging (4 or more) segfault on allow_snoop. 5550 555126 Sep 2013: Wouter 5552 - unbound-event.h is installed if configured --with-libevent. It 5553 contains low-level library calls, that use libevent's event_base 5554 and an ldns_buffer for the wire return packet to perform async 5555 resolution in the client's eventloop. 5556 555719 Sep 2013: Wouter 5558 - 1.4.21 tag created. 5559 - trunk has 1.4.22 number inside it. 5560 - iana portlist updated. 5561 - acx_nlnetlabs.m4 to 26; improve FLTO help text. 5562 556316 Sep 2013: Wouter 5564 - Fix#524: max-udp-size not effective to non-EDNS0 queries, from 5565 Daisuke HIGASHI. 5566 556710 Sep 2013: Wouter 5568 - MIN_TTL and MAX_TTL also in time_t. 5569 - tag 1.4.21rc1 made again. 5570 557126 Aug 2013: Wouter 5572 - More fixes for bug#519: for the threaded case test if the bg 5573 thread has been killed, on ub_ctx_delete, to avoid hangs. 5574 557522 Aug 2013: Wouter 5576 - more fixes that I overlooked. 5577 - review fixes from Willem. 5578 557921 Aug 2013: Wouter 5580 - Fix#520: Errors found by static analysis from Tomas Hozza(redhat). 5581 558220 Aug 2013: Wouter 5583 - Fix for 2038, with time_t instead of uint32_t. 5584 558519 Aug 2013: Wouter 5586 - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound). 5587 558814 Aug 2013: Wouter 5589 - Fix uninit variable in fix#516. 5590 55918 Aug 2013: Wouter 5592 - Fix#516 dnssec lameness detection for answers that are improper. 5593 559430 Jun 2013: Wouter 5595 - tag 1.4.21rc1 5596 559729 Jun 2013: Wouter 5598 - Fix#512 memleak in testcode for testbound (if it fails). 5599 - Fix#512 NSS returned arrays out of setup function to be statics. 5600 560126 Jun 2013: Wouter 5602 - max include of 100.000 files (depth and globbed at one time). 5603 This is to preserve system memory in bug cases, or endless cases. 5604 - iana portlist updated. 5605 560619 Jun 2013: Wouter 5607 - streamtcp man page, contributed by Tomas Hozza. 5608 - iana portlist updated. 5609 - libunbound documentation on how to avoid openssl race conditions. 5610 561125 Jun 2013: Wouter 5612 - Squelch sendto-permission denied errors when the network is 5613 not connected, to avoid spamming syslog. 5614 - configure --disable-flto option (from Robert Edmonds). 5615 561618 Jun 2013: Wouter 5617 - Fix for const string literals in C++ for libunbound, from Karel 5618 Slany. 5619 - iana portlist updated. 5620 562117 Jun 2013: Wouter 5622 - Fixup manpage syntax. 5623 562414 Jun 2013: Wouter 5625 - get_option and set_option support for log-time-ascii, python-script 5626 val-sig-skew-min and val-sig-skew-max. log-time-ascii takes effect 5627 immediately. The others are mostly useful for libunbound users. 5628 562913 Jun 2013: Wouter 5630 - get_option, set_option, unbound-checkconf -o and libunbound 5631 getoption and setoption support cache-min-ttl and cache-max-ttl. 5632 563310 Jun 2013: Wouter 5634 - Fix#501: forward-first does not recurse, when forward name is ".". 5635 - iana portlist update. 5636 - Max include depth is unlimited. 5637 563827 May 2013: Wouter 5639 - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply 5640 patch to it to not fail when -Werror is also specified, from the 5641 autoconf-archives. 5642 - iana portlist update. 5643 564421 May 2013: Wouter 5645 - Explain bogus and secure flags in libunbound more. 5646 564716 May 2013: Wouter 5648 - Fix#499 use-after-free in out-of-memory handling code (thanks Jake 5649 Montgomery). 5650 - Fix#500 use on non-initialised values on socket bind failures. 5651 565215 May 2013: Wouter 5653 - Fix round-robin doesn't work with some Windows clients (from Ilya 5654 Bakulin). 5655 56563 May 2013: Wouter 5657 - update acx_nlnetlabs.m4 to v23, sleep w32 fix. 5658 565926 April 2013: Wouter 5660 - add unbound-control insecure_add and insecure_remove for the 5661 administration of negative trust anchors. 5662 566325 April 2013: Wouter 5664 - Implement max-udp-size config option, default 4096 (thanks 5665 Daisuke Higashi). 5666 - Robust checks on dname validity from rdata for dname compare. 5667 - updated iana portlist. 5668 566919 April 2013: Wouter 5670 - Fixup snprintf return value usage, fixed libunbound_get_option. 5671 567218 April 2013: Wouter 5673 - fix bug #491: pick program name (0th argument) as syslog identity. 5674 - own implementation of compat/snprintf.c. 5675 567615 April 2013: Wouter 5677 - Fix so that for a configuration line of include: "*.conf" it is not 5678 an error if there are no files matching the glob pattern. 5679 - unbound-anchor review: BIO_write can return 0 successfully if it 5680 has successfully appended a zero length string. 5681 568211 April 2013: Wouter 5683 - Fix queries leaking up for stubs and forwards, if the configured 5684 nameservers all fail to answer. 5685 568610 April 2013: Wouter 5687 - code improve for minimal responses, small speed increase. 5688 56899 April 2013: Wouter 5690 - updated iana portlist. 5691 - Fix crash in previous private address fixup of 22 March. 5692 569328 March 2013: Wouter 5694 - Make reverse zones easier by documenting the nodefault statements 5695 commented-out in the example config file. 5696 569726 March 2013: Wouter 5698 - more fixes to lookup3.c endianness detection. 5699 570025 March 2013: Wouter 5701 - #492: Fix endianness detection, revert to older lookup3.c detection 5702 and put new detect lines after previous tests, to avoid regressions 5703 but allow new detections to succeed. 5704 And add detection for machine/endian.h to it. 5705 570622 March 2013: Wouter 5707 - Fix resolve of names that use a mix of public and private addresses. 5708 - iana portlist update. 5709 - Fix makedist for new svn for -d option. 5710 - unbound.h header file has UNBOUND_VERSION_MAJOR define. 5711 - Fix windows RSRC version for long version numbers. 5712 571321 March 2013: Wouter 5714 - release 1.4.20 5715 - trunk has 1.4.21 5716 - committed libunbound version 4:1:2 for binary API updated in 1.4.20 5717 - install copy of unbound-control.8 man page for unbound-control-setup 5718 571914 March 2013: Wouter 5720 - iana portlist update. 5721 - tag 1.4.20rc1 5722 572312 March 2013: Wouter 5724 - Fixup makedist.sh for windows compile. 5725 572611 March 2013: Wouter 5727 - iana portlist update. 5728 - testcode/ldns-testpkts.c check for makedist is informational. 5729 573015 February 2013: Wouter 5731 - fix defines in lookup3 for bigendian bsd alpha 5732 573311 February 2013: Wouter 5734 - Fixup openssl_thread init code to only run if compiled with SSL. 5735 57367 February 2013: Wouter 5737 - detect endianness in lookup3 on BSD. 5738 - add libunbound.ttl at end of result structure, version bump for 5739 libunbound and binary backwards compatible, but 1.4.19 is not 5740 forward compatible with 1.4.20. 5741 - update iana port list. 5742 574330 January 2013: Wouter 5744 - includes and have_ssl fixes for nss. 5745 574629 January 2013: Wouter 5747 - printout name of zone with duplicate fwd and hint errors. 5748 574928 January 2013: Wouter 5750 - updated fwd_zero for newer nc. Updated common.sh for newer netstat. 5751 575217 January 2013: Wouter 5753 - unbound-anchors checks the emailAddress of the signer of the 5754 root.xml file, default is dnssec@iana.org. It also checks that 5755 the signer has the correct key usage for a digital signature. 5756 - update iana port list. 5757 57583 January 2013: Wouter 5759 - Test that unbound-control checks client credentials. 5760 - Test that unbound can handle a CNAME at an intermediate node in 5761 the chain of trust (where it seeks a DS record). 5762 - Check the commonName of the signer of the root.xml file in 5763 unbound-anchor, default is dnssec@iana.org. 5764 57652 January 2013: Wouter 5766 - Fix openssl lock free on exit (reported by Robert Fleischman). 5767 - iana portlist updated. 5768 - Tested that unbound implements the RFC5155 Technical Errata id 3441. 5769 Unbound already implements insecure classification of an empty 5770 nonterminal in NSEC3 optout zone. 5771 577220 December 2012: Wouter 5773 - Fix unbound-anchor xml parse of entity declarations for safety. 5774 577519 December 2012: Wouter 5776 - iana portlist updated. 5777 577818 December 2012: Wouter 5779 - iana portlist updated. 5780 578114 December 2012: Wouter 5782 - Change of D.ROOT-SERVERS.NET A address in default root hints. 5783 578412 December 2012: Wouter 5785 - 1.4.19 release. 5786 - trunk has 1.4.20 under development. 5787 57885 December 2012: Wouter 5789 - note support for AAAA RR type RFC. 5790 57914 December 2012: Wouter 5792 - 1.4.19rc1 tag. 5793 579430 November 2012: Wouter 5795 - bug 481: fix python example0. 5796 - iana portlist updated. 5797 579827 November 2012: Wouter 5799 - iana portlist updated. 5800 58019 November 2012: Wouter 5802 - Fix unbound-control forward disables configured stubs below it. 5803 58047 November 2012: Wouter 5805 - Fixup ldns-testpkts, identical to ldns/examples. 5806 - iana portlist updated. 5807 580830 October 2012: Wouter 5809 - Fix bug #477: unbound-anchor segfaults if EDNS is blocked. 5810 581129 October 2012: Matthijs 5812 - Fix validation for responses with both CNAME and wildcard 5813 expanded CNAME records in answer section. 5814 58158 October 2012: Wouter 5816 - update ldns-testpkts.c to ldns 1.6.14 version. 5817 - fix build of pythonmod in objdir, for unbound.py. 5818 - make clean and makerealclean remove generated python and docs. 5819 58205 October 2012: Wouter 5821 - fix build of pythonmod in objdir (thanks Jakob Schlyter). 5822 58233 October 2012: Wouter 5824 - fix text in unbound-anchor man page. 5825 58261 October 2012: Wouter 5827 - ignore trusted-keys globs that have no files (from Paul Wouters). 5828 582927 September 2012: Wouter 5830 - include: directive in config file accepts wildcards. Patch from 5831 Paul Wouters. Suggested use: include: "/etc/unbound.d/conf.d/*" 5832 - unbound-control -q option is quiet, patch from Mariano Absatz. 5833 - iana portlist updated. 5834 - updated contrib/unbound.spec, patch from Valentin Bud. 5835 583621 September 2012: Wouter 5837 - chdir to / after chroot call (suggested by Camiel Dobbelaar). 5838 583917 September 2012: Wouter 5840 - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation 5841 otherwise it is treated as insecure. The RSAMD5 algorithm is 5842 deprecated (RFC6725). The MD5 hash is considered weak for some 5843 purposes, if you want to sign your zone, then RSASHA256 is an 5844 uncontested hash. 5845 584630 August 2012: Wouter 5847 - RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled. 5848 - iana portlist updated. 5849 585029 August 2012: Wouter 5851 - Nicer comments outgoing-port-avoid, thanks Stu (bug #465). 5852 585322 August 2012: Wouter 5854 - Fallback to 1472 and 1232, one fragment size without headers. 5855 585621 August 2012: Wouter 5857 - Fix timeouts so that when a server has been offline for a while 5858 and is probed to see it works, it becomes fully available for 5859 server selection again. 5860 586117 August 2012: Wouter 5862 - Add documentation to libunbound for default nonuse of resolv.conf. 5863 58642 August 2012: Wouter 5865 - trunk has 1.4.19 under development (fixes from 1 aug and 31 july 5866 are for 1.4.19). 5867 - iana portlist updated. 5868 58691 August 2012: Wouter 5870 - Fix openssl race condition, initializes openssl locks, reported 5871 by Einar Lonn and Patrik Wallstrom. 5872 587331 July 2012: Wouter 5874 - Improved forward-first and stub-first documentation. 5875 - Fix that enables modules to register twice for the same 5876 serviced_query, without race conditions or administration issues. 5877 This should not happen with the current codebase, but it is robust. 5878 - Fix forward-first option where it sets the RD flag wrongly. 5879 - added manpage links for libunbound calls (Thanks Paul Wouters). 5880 588130 July 2012: Wouter 5882 - tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012). 5883 588427 July 2012: Wouter 5885 - unbound-host works with libNSS 5886 - fix bogus nodata cname chain not reported as bogus by validator, 5887 (Thanks Peter van Dijk). 5888 588926 July 2012: Wouter 5890 - iana portlist updated. 5891 - tag 1.4.18rc1. 5892 589325 July 2012: Wouter 5894 - review fix for libnss, check hash prefix allocation size. 5895 589623 July 2012: Wouter 5897 - fix missing break for GOST DS hash function. 5898 - implemented forward_first for the root. 5899 590020 July 2012: Wouter 5901 - Fix bug#452 and another assertion failure in mesh.c, makes 5902 assertions in mesh.c resist duplicates. Fixes DS NS search to 5903 not generate duplicate sub queries. 5904 590519 July 2012: Willem 5906 - Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac, 5907 if CFLAGS is specified at configure time then '-g -O2' is not 5908 appended to CFLAGS, so that the user can override them. 5909 591018 July 2012: Willem 5911 - Fix libunbound report of errors when in background mode. 5912 591311 July 2012: Willem 5914 - updated iana ports list. 5915 59169 July 2012: Willem 5917 - Add flush_bogus option for unbound-control 5918 59196 July 2012: Wouter 5920 - Fix validation of qtype DS queries that result in no data for 5921 non-optout NSEC3 zones. 5922 59234 July 2012: Wouter 5924 - compile libunbound with libnss on Suse, passes regression tests. 5925 59263 July 2012: Wouter 5927 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes. 5928 59292 July 2012: Wouter 5930 - updated iana ports list. 5931 593229 June 2012: Wouter 5933 - patch for unbound_munin_ script to handle arbitrary thread count by 5934 Sven Ulland. 5935 593628 June 2012: Wouter 5937 - detect if openssl has FIPS_mode. 5938 - code review: return value of cache_store can be ignored for better 5939 performance in out of memory conditions. 5940 - fix edns-buffer-size and msg-buffer-size manpage documentation. 5941 - updated iana ports list. 5942 594325 June 2012: Wouter 5944 - disable RSAMD5 if in FIPS mode (for openssl and for libnss). 5945 594622 June 2012: Wouter 5947 - implement DS records, NSEC3 and ECDSA for compile with libnss. 5948 594921 June 2012: Wouter 5950 - fix error handling of alloc failure during rrsig verification. 5951 - nss check for verification failure. 5952 - nss crypto works for RSA and DSA. 5953 595420 June 2012: Wouter 5955 - work on --with-nss build option (for now, --with-libunbound-only). 5956 595719 June 2012: Wouter 5958 - --with-libunbound-only build option, only builds the library and 5959 not the daemon and other tools. 5960 596118 June 2012: Wouter 5962 - code review. 5963 596415 June 2012: Wouter 5965 - implement log-time-ascii on windows. 5966 - The key-cache bad key ttl is now 60 seconds. 5967 - updated iana ports list. 5968 - code review. 5969 597011 June 2012: Wouter 5971 - bug #452: fix crash on assert in mesh_state_attachment. 5972 597330 May 2012: Wouter 5974 - silence warning from swig-generated code (md set but not used in 5975 swig initmodule, due to ifdefs in swig-generated code). 5976 597727 May 2012: Wouter 5978 - Fix debian-bugs-658021: Please enable hardened build flags. 5979 598025 May 2012: Wouter 5981 - updated iana ports list. 5982 598324 May 2012: Wouter 5984 - tag for 1.4.17 release. 5985 - trunk is 1.4.18 in development. 5986 598718 May 2012: Wouter 5988 - Review comments, removed duplicate memset to zero in delegpt. 5989 599016 May 2012: Wouter 5991 - Updated doc/FEATURES with RFCs that are implemented but not listed. 5992 - Protect if statements in val_anchor for compile without locks. 5993 - tag for 1.4.17rc1. 5994 599515 May 2012: Wouter 5996 - fix configure ECDSA support in ldns detection for windows compile. 5997 - fix possible uninitialised variable in windows pipe implementation. 5998 59999 May 2012: Wouter 6000 - Fix alignment problem in util/random on sparc64/freebsd. 6001 60028 May 2012: Wouter 6003 - Fix for accept spinning reported by OpenBSD. 6004 - iana portlist updated. 6005 60062 May 2012: Wouter 6007 - Fix validation of nodata for DS query in NSEC zones, reported by 6008 Ondrej Mikle. 6009 601013 April 2012: Wouter 6011 - ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older 6012 openssl. 6013 601410 April 2012: Wouter 6015 - Applied patch from Daisuke HIGASHI for rrset-roundrobin and 6016 minimal-responses features. 6017 - iana portlist updated. 6018 60195 April 2012: Wouter 6020 - fix bug #443: --with-chroot-dir not honoured by configure. 6021 - fix bug #444: setusercontext was called too late (thanks Bjorn 6022 Ketelaars). 6023 602427 March 2012: Wouter 6025 - fix bug #442: Fix that Makefile depends on pythonmod headers 6026 even using --without-pythonmodule. 6027 602822 March 2012: Wouter 6029 - contrib/validation-reporter follows rotated log file (patch from 6030 Augie Schwer). 6031 603221 March 2012: Wouter 6033 - new approach to NS fetches for DS lookup that works with 6034 cornercases, and is more robust and considers forwarders. 6035 603619 March 2012: Wouter 6037 - iana portlist updated. 6038 - fix to locate nameservers for DS lookup with NS fetches. 6039 604016 March 2012: Wouter 6041 - Patch for access to full DNS packet data in unbound python module 6042 from Ondrej Mikle. 6043 60449 March 2012: Wouter 6045 - Applied line-buffer patch from Augie Schwer to validation.reporter.sh. 6046 60472 March 2012: Wouter 6048 - flush_infra cleans timeouted servers from the cache too. 6049 - removed warning from --enable-ecdsa. 6050 60511 March 2012: Wouter 6052 - forward-first option. Tries without forward if a query fails. 6053 Also stub-first option that is similar. 6054 605528 February 2012: Wouter 6056 - Fix from code review, if EINPROGRESS not defined chain if statement 6057 differently. 6058 605927 February 2012: Wouter 6060 - Fix bug#434: on windows check registry for config file location 6061 for unbound-control.exe, and unbound-checkconf.exe. 6062 606323 February 2012: Wouter 6064 - Fix to squelch 'network unreachable' errors from tcp connect in 6065 logs, high verbosity will show them. 6066 606716 February 2012: Wouter 6068 - iter_hints is now thread-owned in module env, and thus threadsafe. 6069 - Fix prefetch and sticky NS, now the prefetch works. It picks 6070 nameservers that 'would be valid in the future', and if this makes 6071 the NS timeout, it updates that NS by asking delegation from the 6072 parent again. If child NS has longer TTL, that TTL does not get 6073 refreshed from the lookup to the child nameserver. 6074 607515 February 2012: Wouter 6076 - Fix forward-zone memory, uses malloc and frees original root dp. 6077 - iter hints (stubs) uses malloc inside for more dynamicity. 6078 - unbound-control forward_add, forward_remove, stub_add, stub_remove 6079 can modify stubs and forwards for running unbound (on mobile computer) 6080 they can also add and remove domain-insecure for the zone. 6081 608214 February 2012: Wouter 6083 - Fix sticky NS (ghost domain problem) if prefetch is yes. 6084 - iter forwards uses malloc inside for more dynamicity. 6085 608613 February 2012: Wouter 6087 - RT#2955. Fix for cygwin compilation. 6088 - iana portlist updated. 6089 609010 February 2012: Wouter 6091 - Slightly smaller critical region in one case in infra cache. 6092 - Fix timeouts to keep track of query type, A, AAAA and other, if 6093 another has caused timeout blacklist, different type can still probe. 6094 - unit test fix for nomem_cnametopos.rpl race condition. 6095 60969 February 2012: Wouter 6097 - Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h. 6098 60998 February 2012: Wouter 6100 - implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This 6101 implementation is experimental at this time and not recommended 6102 for use on the public internet (the protocol numbers have not 6103 been assigned). Needs recent ldns with --enable-ecdsa. 6104 - fix memory leak in errorcase for DSA signatures. 6105 - iana portlist updated. 6106 - workaround for openssl 0.9.8 ecdsa sha2 and evp problem. 6107 61083 February 2012: Wouter 6109 - fix for windows, rename() is not posix compliant on windows. 6110 61112 February 2012: Wouter 6112 - 1.4.16 release tag. 6113 - svn trunk is 1.4.17 in development. 6114 - iana portlist updated. 6115 61161 February 2012: Wouter 6117 - Fix validation failures (like: validation failure xx: no NSEC3 6118 closest encloser from yy for DS zz. while building chain of trust, 6119 because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata 6120 for an NSEC3. Now it does not change rdata, and fixes TTL. 6121 612230 January 2012: Wouter 6123 - Fix version-number in libtool to be version-info so it produces 6124 libunbound.so.2 like it should. 6125 612626 January 2012: Wouter 6127 - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release. 6128 - trunk 1.4.16; includes changes memset testcode, #424 openindiana, 6129 and keyfile write fixup. 6130 - applied patch to support outgoing-interface with ub_ctx_set_option. 6131 613223 January 2012: Wouter 6133 - Fix memset in test code. 6134 613520 January 2012: Wouter 6136 - Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2. 6137 613819 January 2012: Wouter 6139 - Fix to write key files completely to a temporary file, and if that 6140 succeeds, replace the real key file. So failures leave a useful file. 6141 614218 January 2012: Wouter 6143 - tag 1.4.15rc1 created 6144 - updated libunbound/ubsyms.def and remade tag 1.4.15rc1. 6145 614617 January 2012: Wouter 6147 - Fix bug where canonical_compare of RRSIG did not downcase the 6148 signer-name. This is mostly harmless because RRSIGs do not have 6149 to be sorted in canonical order, usually. 6150 615112 January 2012: Wouter 6152 - bug#428: add ub_version() call to libunbound. API version increase, 6153 with (binary) backwards compatibility for the previous version. 6154 615510 January 2012: Wouter 6156 - Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL 6157 that would be permissible by the RFCs but it is not the TTL in the 6158 cache. 6159 - iana portlist updated. 6160 - uninitialised variable in reprobe for rtt blocked domains fixed. 6161 - lintfix and new flex output. 6162 61632 January 2012: Wouter 6164 - Fix to randomize hash function, based on 28c3 congress, reported 6165 by Peter van Dijk. 6166 616724 December 2011: Wouter 6168 - Fix for memory leak (about 20 bytes when a tcp or udp send operation 6169 towards authority servers failed, takes about 50.000 such failures to 6170 leak one Mb, such failures are also usually logged), reported by 6171 Robert Fleischmann. 6172 - iana portlist updated. 6173 617419 December 2011: Wouter 6175 - Fix for VU#209659 CVE-2011-4528: Unbound denial of service 6176 vulnerabilities from nonstandard redirection and denial of existence 6177 http://www.unbound.net/downloads/CVE-2011-4528.txt 6178 - robust checks for next-closer NSEC3s. 6179 - tag 1.4.14 created. 6180 - trunk has 1.4.15 in development. 6181 618215 December 2011: Wouter 6183 - remove uninit warning from cachedump code. 6184 - Fix parse error on negative SOA RRSIGs if badly ordered in the packet. 6185 618613 December 2011: Wouter 6187 - iana portlist updated. 6188 - svn tag 1.4.14rc1 6189 - fix infra cache comparison. 6190 - Fix to constrain signer_name to be a parent of the lookupname. 6191 61925 December 2011: Wouter 6193 - Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc. 6194 - Fix warnings with gcc 4.6 in compat/inet_ntop.c. 6195 - Fix warning unused in compat/strptime.c. 6196 - Fix malloc detection and double definition. 6197 61982 December 2011: Wouter 6199 - configure generated with autoconf 2.68. 6200 620130 November 2011: Wouter 6202 - Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes 6203 SERVFAILs. Also fixed for UDP (but less likely). 6204 620528 November 2011: Wouter 6206 - Fix quartile time estimate, it was too low, (thanks Jan Komissar). 6207 - iana ports updated. 6208 620911 November 2011: Wouter 6210 - Makefile compat with SunOS make, BSD make and GNU make. 6211 - iana ports updated. 6212 621310 November 2011: Wouter 6214 - Makefile changed for BSD make compatibility. 6215 62169 November 2011: Wouter 6217 - added unit test for SSL service and SSL-upstream. 6218 62198 November 2011: Wouter 6220 - can configure ssl service to one port number, and not on others. 6221 - fixup windows compile with ssl support. 6222 - Fix double free in unbound-host, reported by Steve Grubb. 6223 - iana portlist updated. 6224 62251 November 2011: Wouter 6226 - dns over ssl support as a client, ssl-upstream yes turns it on. 6227 It performs an SSL transaction for every DNS query (250 msec). 6228 - documentation for new options: ssl-upstream, ssl-service-key and 6229 ssl-service.pem. 6230 - iana portlist updated. 6231 - fix -flto detection on Lion for llvm-gcc. 6232 623331 October 2011: Wouter 6234 - dns over ssl support, ssl-service-pem and ssl-service-key files 6235 can be given and then TCP queries are serviced wrapped in SSL. 6236 623727 October 2011: Wouter 6238 - lame-ttl and lame-size options no longer exist, it is integrated 6239 with the host info. They are ignored (with verbose warning) if 6240 encountered to keep the config file backwards compatible. 6241 - fix iana-update for changing gzip compression of results. 6242 - fix export-all-symbols on OSX. 6243 624426 October 2011: Wouter 6245 - iana portlist updated. 6246 - Infra cache stores information about ping and lameness per IP, zone. 6247 This fixes bug #416. 6248 - fix iana_update target for gzipped file on iana site. 6249 625024 October 2011: Wouter 6251 - Fix resolve of partners.extranet.microsoft.com with a fix for the 6252 server selection for choosing out of a (particular) list of bad 6253 choices. (bug#415) 6254 - Fix make_new_space function so that the incoming query is not 6255 overwritten if a jostled out query causes a waiting query to be 6256 resumed that then fails and sends an error message. (Thanks to 6257 Matthew Lee). 6258 625921 October 2011: Wouter 6260 - fix --enable-allsymbols, fptr wlist is disabled on windows with this 6261 option enabled because of memory layout exe vs dll. 6262 626319 October 2011: Wouter 6264 - fix unbound-anchor for broken strptime on OSX lion, detected 6265 in configure. 6266 - Detect if GOST really works, openssl1.0 on OSX fails. 6267 - Implement ipv6%interface notation for scope_id usage. 6268 626917 October 2011: Wouter 6270 - better documentation for inform_super (Thanks Yang Zhe). 6271 627214 October 2011: Wouter 6273 - Fix for out-of-memory condition in libunbound (thanks 6274 Robert Fleischman). 6275 627613 October 2011: Wouter 6277 - Fix --enable-allsymbols, it depended on link specifics of the 6278 target platform, or fptr_wlist assertion failures could occur. 6279 628012 October 2011: Wouter 6281 - updated contrib/unbound_munin_ to family=auto so that it works with 6282 munin-node-configure automatically (if installed as 6283 /usr/local/share/munin/plugins/unbound_munin_ ). 6284 628527 September 2011: Wouter 6286 - unbound.exe -w windows option for start and stop service. 6287 628823 September 2011: Wouter 6289 - TCP-upstream calculates tcp-ping so server selection works if there 6290 are alternatives. 6291 629220 September 2011: Wouter 6293 - Fix classification of NS set in answer section, where there is a 6294 parent-child server, and the answer has the AA flag for dir.slb.com. 6295 Thanks to Amanda Constant from Secure64. 6296 629716 September 2011: Wouter 6298 - fix bug #408: accept patch from Steve Snyder that comments out 6299 unused functions in lookup3.c. 6300 - iana portlist updated. 6301 - fix EDNS1480 change memleak and TCP fallback. 6302 - fix various compiler warnings (reported by Paul Wouters). 6303 - max sent count. EDNS1480 only for rtt < 5000. No promiscuous 6304 fetch if sentcount > 3, stop query if sentcount > 16. Count is 6305 reset when referral or CNAME happens. This makes unbound better 6306 at managing large NS sets, they are explored when there is continued 6307 interest (in the form of queries). 6308 630915 September 2011: Wouter 6310 - release 1.4.13. 6311 - trunk contains 1.4.14 in development. 6312 - Unbound probes at EDNS1480 if there an EDNS0 timeout. 6313 631412 September 2011: Wouter 6315 - Reverted dns EDNS backoff fix, it did not help and needs 6316 fragmentation fixes instead. 6317 - tag 1.4.13rc2 6318 63197 September 2011: Wouter 6320 - Fix operation in ipv6 only (do-ip4: no) mode. 6321 63226 September 2011: Wouter 6323 - fedora specfile updated. 6324 63255 September 2011: Wouter 6326 - tag 1.4.13rc1 6327 63282 September 2011: Wouter 6329 - iana portlist updated. 6330 633126 August 2011: Wouter 6332 - Fix num-threads 0 does not segfault, reported by Simon Deziel. 6333 - Fix validation failures due to EDNS backoff retries, the retry 6334 for fetch of data has want_dnssec because the iter_indicate_dnssec 6335 function returns true when validation failure retry happens, and 6336 then the serviced query code does not fallback to noEDNS, even if 6337 the cache says it has this. This helps for DLV deployment when 6338 the DNSSEC status is not known for sure before the lookup concludes. 6339 634024 August 2011: Wouter 6341 - Applied patch from Karel Slany that fixes a memory leak in the 6342 unbound python module, in string conversions. 6343 634422 August 2011: Wouter 6345 - Fix validation of qtype ANY responses with CNAMEs (thanks Cathy 6346 Zhang and Luo Ce). Unbound responds with the RR types that are 6347 available at the name for qtype ANY and validates those RR types. 6348 It does not test for completeness (i.e. with NSEC or NSEC3 query), 6349 and it does not follow the CNAME or DNAME to another name (with 6350 even more data for the already large response). 6351 - Fix that internally, CNAMEs with NXDOMAIN have that as rcode. 6352 - Documented the options that work with control set_option command. 6353 - tcp-upstream yes/no option (works with set_option) for tunnels. 6354 635518 August 2011: Wouter 6356 - fix autoconf call in makedist crosscompile to RC or snapshot. 6357 635817 August 2011: Wouter 6359 - Fix validation of . DS query. 6360 - new xml format at IANA, new awk for iana_update. 6361 - iana portlist updated. 6362 636310 August 2011: Wouter 6364 - Fix python site-packages path to /usr/lib64. 6365 - updated patch from Tom. 6366 - fix memory and fd leak after out-of-memory condition. 6367 63689 August 2011: Wouter 6369 - patch from Tom Hendrikx fixes load of python modules. 6370 63718 August 2011: Wouter 6372 - make clean had ldns-src reference, removed. 6373 63741 August 2011: Wouter 6375 - Fix autoconf 2.68 warnings 6376 637714 July 2011: Wouter 6378 - Unbound implements RFC6303 (since version 1.4.7). 6379 - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the 6380 meantime, those are for 1.4.13). 6381 - iana portlist updated. 6382 638313 July 2011: Wouter 6384 - Quick fix for contrib/unbound.spec example, no ldns-builtin any more. 6385 638611 July 2011: Wouter 6387 - Fix wildcard expansion no-data reply under an optout NSEC3 zone is 6388 validated as insecure, reported by Jia Li (lijia@cnnic.cn). 6389 63904 July 2011: Wouter 6391 - 1.4.12rc1 tag created. 6392 63931 July 2011: Wouter 6394 - version number in example config file. 6395 - fix that --enable-static-exe does not complain about it unknown. 6396 639730 June 2011: Wouter 6398 - tag relase 1.4.11, trunk is 1.4.12 development. 6399 - iana portlist updated. 6400 - fix bug#395: id bits of other query may leak out under conditions 6401 - fix replyaddr count wrong after jostled queries, which leads to 6402 eventual starvation where the daemon has no replyaddrs left to use. 6403 - fix comment about rndc port, that referred to the old port number. 6404 - fix that the listening socket is not closed when too many remote 6405 control connections are made at the same time. 6406 - removed ldns-src tarball inside the unbound tarball. 6407 640823 June 2011: Wouter 6409 - Changed -flto check to support clang compiler. 6410 - tag 1.4.11rc3 created. 6411 641217 June 2011: Wouter 6413 - tag 1.4.11rc1 created. 6414 - remove warning about signed/unsigned from flex (other flex version). 6415 - updated aclocal.m4 and libtool to match. 6416 - tag 1.4.11rc2 created. 6417 641816 June 2011: Wouter 6419 - log-queries: yesno option, default is no, prints querylog. 6420 - version is 1.4.11. 6421 642214 June 2011: Wouter 6423 - Use -flto compiler flag for link time optimization, if supported. 6424 - iana portlist updated. 6425 642612 June 2011: Wouter 6427 - IPv6 service address for d.root-servers.net (2001:500:2D::D). 6428 642910 June 2011: Wouter 6430 - unbound-control has version number in the header, 6431 UBCT[version]_space_ is the header sent by the client now. 6432 - Unbound control port number is registered with IANA: 6433 ub-dns-control 8953/tcp unbound dns nameserver control 6434 This is the new default for the control-port config setting. 6435 - statistics-interval prints the number of jostled queries to log. 6436 643730 May 2011: Wouter 6438 - Fix Makefile for U in environment, since wrong U is more common than 6439 deansification necessity. 6440 - iana portlist updated. 6441 - updated ldns tarball to 1.6.10rc2 snapshot of today. 6442 644325 May 2011: Wouter 6444 - Fix assertion failure when unbound generates an empty error reply 6445 in response to a query, CVE-2011-1922 VU#531342. 6446 - This fix is in tag 1.4.10. 6447 - defense in depth against the above bug, an error is printed to log 6448 instead of an assertion failure. 6449 645010 May 2011: Wouter 6451 - bug#386: --enable-allsymbols option links all binaries to libunbound 6452 and reduces install size significantly. 6453 - feature, ignore-cd-flag: yesno to provide dnssec to legacy servers. 6454 - iana portlist updated. 6455 - Fix TTL of SOA so negative TTL is separately cached from normal TTL. 6456 645714 April 2011: Wouter 6458 - configure created with newer autoconf 2.66. 6459 646012 April 2011: Wouter 6461 - bug#378: Fix that configure checks for ldns_get_random presence. 6462 64638 April 2011: Wouter 6464 - iana portlist updated. 6465 - queries with CD flag set cause DNSSEC validation, but the answer is 6466 not withheld if it is bogus. Thus, unbound will retry if it is bad 6467 and curb the TTL if it is bad, thus protecting the cache for use by 6468 downstream validators. 6469 - val-override-date: -1 ignores dates entirely, for NTP usage. 6470 647129 March 2011: Wouter 6472 - harden-below-nxdomain: changed so that it activates when the 6473 cached nxdomain is dnssec secure. This avoids backwards 6474 incompatibility because those old servers do not have dnssec. 6475 647624 March 2011: Wouter 6477 - iana portlist updated. 6478 - release 1.4.9. 6479 - trunk is 1.5.0 6480 648117 March 2011: Wouter 6482 - bug#370: new unbound.spec for CentOS 5.x from Harold Jones. 6483 Applied but did not do the --disable-gost. 6484 648510 March 2011: Wouter 6486 - tag 1.4.9 release candidate 1 created. 6487 64883 March 2011: Wouter 6489 - updated ldns to today. 6490 64911 March 2011: Wouter 6492 - Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout. 6493 - give config parse error for multiple names on a stub or forward zone. 6494 - updated ldns tarball to 1.6.9(todays snapshot). 6495 649624 February 2011: Wouter 6497 - bug #361: Fix, time.elapsed variable not reset with stats_noreset. 6498 649923 February 2011: Wouter 6500 - iana portlist updated. 6501 - common.sh to version 3. 6502 650318 February 2011: Wouter 6504 - common.sh in testdata updated to version 2. 6505 650615 February 2011: Wouter 6507 - Added explicit note on unbound-anchor usage: 6508 Please note usage of unbound-anchor root anchor is at your own risk 6509 and under the terms of our LICENSE (see that file in the source). 6510 651111 February 2011: Wouter 6512 - iana portlist updated. 6513 - tpkg updated with common.sh for common functionality. 6514 65157 February 2011: Wouter 6516 - Added regression test for addition of a .net DS to the root, and 6517 cache effects with different TTL for glue and DNSKEY. 6518 - iana portlist updated. 6519 652028 January 2011: Wouter 6521 - Fix remove private address does not throw away entire response. 6522 652324 January 2011: Wouter 6524 - release 1.4.8 6525 652619 January 2011: Wouter 6527 - fix bug#349: no -L/usr for ldns. 6528 652918 January 2011: Wouter 6530 - ldns 1.6.8 tarball included. 6531 - release 1.4.8rc1. 6532 653317 January 2011: Wouter 6534 - add get and set option for harden-below-nxdomain feature. 6535 - iana portlist updated. 6536 653714 January 2011: Wouter 6538 - Fix so a changed NS RRset does not get moved name stuck on old 6539 server, for type NS the TTL is not increased. 6540 654113 January 2011: Wouter 6542 - Fix prefetch so it does not get stuck on old server for moved names. 6543 654412 January 2011: Wouter 6545 - iana portlist updated. 6546 654711 January 2011: Wouter 6548 - Fix insecure CNAME sequence marked as secure, reported by Bert 6549 Hubert. 6550 655110 January 2011: Wouter 6552 - faster lruhash get_mem routine. 6553 65544 January 2011: Wouter 6555 - bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root. 6556 - iana portlist updated. 6557 655823 December 2010: Wouter 6559 - Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept. 6560 656121 December 2010: Wouter 6562 - algorithm compromise protection using the algorithms signalled in 6563 the DS record. Also, trust anchors, DLV, and RFC5011 receive this, 6564 and thus, if you have multiple algorithms in your trust-anchor-file 6565 then it will now behave different than before. Also, 5011 rollover 6566 for algorithms needs to be double-signature until the old algorithm 6567 is revoked. 6568 It is not an option, because I see no use to turn the security off. 6569 - iana portlist updated. 6570 657117 December 2010: Wouter 6572 - squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them). 6573 - fix validation in this case: CNAME to nodata for co-hosted opt-in 6574 NSEC3 insecure delegation, was bogus, fixed to be insecure. 6575 657616 December 2010: Wouter 6577 - Fix our 'BDS' license (typo reported by Xavier Belanger). 6578 657910 December 2010: Wouter 6580 - iana portlist updated. 6581 - review changes for unbound-anchor. 6582 65832 December 2010: Wouter 6584 - feature typetransparent localzone, does not block other RR types. 6585 65861 December 2010: Wouter 6587 - Fix bug#338: print address when socket creation fails. 6588 658930 November 2010: Wouter 6590 - Fix storage of EDNS failures in the infra cache. 6591 - iana portlist updated. 6592 659318 November 2010: Wouter 6594 - harden-below-nxdomain option, default off (because very old 6595 software may be incompatible). We could enable it by default in 6596 the future. 6597 659817 November 2010: Wouter 6599 - implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN. 6600 - make test output nicer. 6601 660215 November 2010: Wouter 6603 - silence 'tcp connect: broken pipe' and 'net down' at low verbosity. 6604 - iana portlist updated. 6605 - so-sndbuf option for very busy servers, a bit like so-rcvbuf. 6606 66079 November 2010: Wouter 6608 - unbound-anchor compiles with openssl 0.9.7. 6609 66108 November 2010: Wouter 6611 - release tag 1.4.7. 6612 - trunk is version 1.4.8. 6613 - Be lenient and accept imgw.pl malformed packet (like BIND). 6614 66155 November 2010: Wouter 6616 - do not synthesize a CNAME message from cache for qtype DS. 6617 66184 November 2010: Wouter 6619 - Use central entropy to seed threads. 6620 66213 November 2010: Wouter 6622 - Change the rtt used to probe EDNS-timeout hosts to 1000 msec. 6623 66242 November 2010: Wouter 6625 - tag 1.4.7rc1. 6626 - code review. 6627 66281 November 2010: Wouter 6629 - GOST code enabled by default (RFC 5933). 6630 663127 October 2010: Wouter 6632 - Fix uninit value in dump_infra print. 6633 - Fix validation failure for parent and child on same server with an 6634 insecure childzone and a CNAME from parent to child. 6635 - Configure detects libev-4.00. 6636 663726 October 2010: Wouter 6638 - dump_infra and flush_infra commands for unbound-control. 6639 - no timeout backoff if meanwhile a query succeeded. 6640 - Change of timeout code. No more lost and backoff in blockage. 6641 At 12sec timeout (and at least 2x lost before) one probe per IP 6642 is allowed only. At 120sec, the IP is blocked. After 15min, a 6643 120sec entry has a single retry packet. 6644 664525 October 2010: Wouter 6646 - Configure errors if ldns is not found. 6647 664822 October 2010: Wouter 6649 - Windows 7 fix for the installer. 6650 665121 October 2010: Wouter 6652 - Fix bug where fallback_tcp causes wrong roundtrip and edns 6653 observation to be noted in cache. Fix bug where EDNSprobe halted 6654 exponential backoff if EDNS status unknown. 6655 - new unresponsive host method, exponentially increasing block backoff. 6656 - iana portlist updated. 6657 665820 October 2010: Wouter 6659 - interface automatic works for some people with ip6 disabled. 6660 Therefore the error check is removed, so they can use the option. 6661 666219 October 2010: Wouter 6663 - Fix for request list growth, if a server has long timeout but the 6664 lost counter is low, then its effective rtt is the one without 6665 exponential backoff applied. Because the backoff is not working. 6666 The lost counter can then increase and the server is blacklisted, 6667 or the lost counter does not increase and the server is working 6668 for some queries. 6669 667018 October 2010: Wouter 6671 - iana portlist updated. 6672 667313 October 2010: Wouter 6674 - Fix TCP so it uses a random outgoing-interface. 6675 - unbound-anchor handles ADDPEND keystate. 6676 667711 October 2010: Wouter 6678 - Fix bug when DLV below a trust-anchor that uses NSEC3 optout where 6679 the zone has a secure delegation hosted on the same server did not 6680 verify as secure (it was insecure by mistake). 6681 - iana portlist updated. 6682 - ldns tarball updated (for reading cachedumps with bad RR data). 6683 66841 October 2010: Wouter 6685 - test for unbound-anchor. fix for reading certs. 6686 - Fix alloc_reg_release for longer uptime in out of memory conditions. 6687 668828 September 2010: Wouter 6689 - unbound-anchor working, it creates or updates a root.key file. 6690 Use it before you start the validator (e.g. at system boot time). 6691 669227 September 2010: Wouter 6693 - iana portlist updated. 6694 669524 September 2010: Wouter 6696 - bug#329: in example.conf show correct ipv4 link-local 169.254/16. 6697 669823 September 2010: Wouter 6699 - unbound-anchor app, unbound requires libexpat (xml parser library). 6700 670122 September 2010: Wouter 6702 - compliance with draft-ietf-dnsop-default-local-zones-14, removed 6703 reverse ipv6 orchid prefix from builtin list. 6704 - iana portlist updated. 6705 670617 September 2010: Wouter 6707 - DLV has downgrade protection again, because the RFC says so. 6708 - iana portlist updated. 6709 671016 September 2010: Wouter 6711 - Algorithm rollover operational reality intrudes, for trust-anchor, 6712 5011-store, and DLV-anchor if one key matches it's good enough. 6713 - iana portlist updated. 6714 - Fix reported validation error in out of memory condition. 6715 671615 September 2010: Wouter 6717 - Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout. 6718 671914 September 2010: Wouter 6720 - increased mesh-max-activation from 1000 to 3000 for crazy domains 6721 like _tcp.slb.com with 262 servers. 6722 - iana portlist updated. 6723 672413 September 2010: Wouter 6725 - bug#327: Fix for cannot access stub zones until the root is primed. 6726 67279 September 2010: Wouter 6728 - unresponsive servers are not completely blacklisted (because of 6729 firewalls), but also not probed all the time (because of the request 6730 list size it generates). The probe rate is 1%. 6731 - iana portlist updated. 6732 673320 August 2010: Wouter 6734 - openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled. 6735 iterator get_mem includes priv_get_mem. delegpt nodup removed. 6736 listen_pushback, query_info_allocqname, write_socket, send_packet, 6737 comm_point_set_cb_arg and listen_resume removed. 6738 673919 August 2010: Wouter 6740 - Fix bug#321: resolution of rs.ripe.net artifacts with 0x20. 6741 Delegpt structures checked for duplicates always. 6742 No more nameserver lookups generated when depth is full anyway. 6743 - example.conf notes how to do DNSSEC validation and track the root. 6744 - iana portlist updated. 6745 674618 August 2010: Wouter 6747 - Fix bug#322: configure does not respect CFLAGS on Solaris. 6748 Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line 6749 if use sun-cc, but some systems need different flags. 6750 675116 August 2010: Wouter 6752 - Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP 6753 changes, uses m4_bpatsubst now. 6754 - make test (or make check) should be more portable and run the unit 6755 test and testbound scripts. (make longtest has special requirements). 6756 675713 August 2010: Wouter 6758 - More pleasant remote control command parsing. 6759 - documentation added for return values reported by doxygen 1.7.1. 6760 - iana portlist updated. 6761 67629 August 2010: Wouter 6763 - Fix name of rrset printed that failed validation. 6764 67655 August 2010: Wouter 6766 - Return NXDOMAIN after chain of CNAMEs ends at name-not-found. 6767 67684 August 2010: Wouter 6769 - Fix validation in case a trust anchor enters into a zone with 6770 unsupported algorithms. 6771 67723 August 2010: Wouter 6773 - updated ldns tarball with bugfixes. 6774 - release tag 1.4.6. 6775 - trunk becomes 1.4.7 develop. 6776 - iana portlist updated. 6777 677822 July 2010: Wouter 6779 - more error details on failed remote control connection. 6780 678115 July 2010: Wouter 6782 - rlimit adjustments for select and ulimit can happen at the same time. 6783 678414 July 2010: Wouter 6785 - Donation text added to README. 6786 - Fix integer underflow in prefetch ttl creation from cache. This 6787 fixes a potential negative prefetch ttl. 6788 678912 July 2010: Wouter 6790 - Changed the defaults for num-queries-per-thread/outgoing-range. 6791 For builtin-select: 512/960, for libevent 1024/4096 and for 6792 windows 24/48 (because of win api). This makes the ratio this way 6793 to improve resilience under heavy load. For high performance, use 6794 libevent and possibly higher numbers. 6795 679610 July 2010: Wouter 6797 - GOST enabled if SSL is recent and ldns has GOST enabled too. 6798 - ldns tarball updated. 6799 68009 July 2010: Wouter 6801 - iana portlist updated. 6802 - Fix validation of qtype DNSKEY when a key-cache entry exists but 6803 no rr-cache entry is used (it expired or prefetch), it then goes 6804 back up to the DS or trust-anchor to validate the DNSKEY. 6805 68067 July 2010: Wouter 6807 - Neat function prototypes, unshadowed local declarations. 6808 68096 July 2010: Wouter 6810 - failure to chown the pidfile is not fatal any more. 6811 - testbound uses UTC timezone. 6812 - ldns tarball updated (ports and works on Minix 3.1.7). On Minix, add 6813 /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake. 6814 68155 July 2010: Wouter 6816 - log if a server is skipped because it is on the donotquery list, 6817 at verbosity 4, to enable diagnosis why no queries to 127.0.0.1. 6818 - added feature to print configure date, target and options with -h. 6819 - added feature to print event backend system details with -h. 6820 - wdiff is not actually required by make test, updated requirements. 6821 68221 July 2010: Wouter 6823 - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex 6824 must be signed with all algorithms from the DS rrset at the parent. 6825 This is now checked and becomes bogus if not. 6826 682728 June 2010: Wouter 6828 - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps 6829 in overload situations to be about 5 qps for the class of shortly 6830 serviced queries. 6831 The capacity of the resolver is then about (numqueriesperthread / 2) 6832 / (average time for such long queries) qps for long queries. 6833 And about (numqueriesperthread / 2)/(jostletimeout in whole seconds) 6834 qps for short queries, per thread. 6835 - Fix the max number of reply-address count to be applied for duplicate 6836 queries, and not for new query list entries. This raises the memory 6837 usage to a max of (16+1)*numqueriesperthread reply addresses. 6838 683925 June 2010: Wouter 6840 - Fix handling of corner case reply from lame server, follows rfc2308. 6841 It could lead to a nodata reply getting into the cache if the search 6842 for a non-lame server turned up other misconfigured servers. 6843 - unbound.h has extern "C" statement for easier include in c++. 6844 684523 June 2010: Wouter 6846 - iana portlist updated. 6847 - makedist upgraded cross compile openssl option, like this: 6848 ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost 6849 685022 June 2010: Wouter 6851 - Unbound reports libev or libevent correctly in logs in verbose mode. 6852 - Fix to unload gost dynamic library module for leak testing. 6853 685418 June 2010: Wouter 6855 - iana portlist updated. 6856 685717 June 2010: Wouter 6858 - Add AAAA to root hints for I.ROOT-SERVERS.NET. 6859 686016 June 2010: Wouter 6861 - Fix assertion failure reported by Kai Storbeck from XS4ALL, the 6862 assertion was wrong. 6863 - updated ldns tarball. 6864 686515 June 2010: Wouter 6866 - tag 1.4.5 created. 6867 - trunk contains 1.4.6 in development. 6868 - Fix TCPreply on systems with no writev, if just 1 byte could be sent. 6869 - Fix to use one pointer less for iterator query state store_parent_NS. 6870 - makedist crosscompile to windows uses builtin ldns not host ldns. 6871 - Max referral count from 30 to 130, because 128 one character domains 6872 is valid DNS. 6873 - added documentation for the histogram printout to syslog. 6874 687511 June 2010: Wouter 6876 - When retry to parent the retrycount is not wiped, so failed 6877 nameservers are not tried again. 6878 - iana portlist updated. 6879 688010 June 2010: Wouter 6881 - Fix bug where a long loop could be entered, now cycle detection 6882 has a loop-counter and maximum search amount. 6883 68844 June 2010: Wouter 6885 - iana portlist updated. 6886 - 1.4.5rc1 tag created. 6887 68883 June 2010: Wouter 6889 - ldns tarball updated, 1.6.5. 6890 - review comments, split dependency cycle tracking for parentside 6891 last resort lookups for A and AAAA so there are more lookup options. 6892 68932 June 2010: Wouter 6894 - Fix compile warning if compiled without threads. 6895 - updated ldns-tarball with current ldns svn (pre 1.6.5). 6896 - GOST disabled-by-default, the algorithm number is allocated but the 6897 RFC is still has to pass AUTH48 at the IETF. 6898 68991 June 2010: Wouter 6900 - Ignore Z flag in incoming messages too. 6901 - Fix storage of negative parent glue if that last resort fails. 6902 - libtoolize 2.2.6b, autoconf 2.65 applied to configure. 6903 - new splint flags for newer splint install. 6904 690531 May 2010: Wouter 6906 - Fix AD flag handling, it could in some cases mistakenly copy the AD 6907 flag from upstream servers. 6908 - alloc_special_obtain out of memory is not a fatal error any more, 6909 enabling unbound to continue longer in out of memory conditions. 6910 - parentside names are dispreferred but not said to be dnssec-lame. 6911 - parentside check for cached newname glue. 6912 - fix parentside and querytargets modulestate, for dump_requestlist. 6913 - unbound-control-setup makes keys -rw-r--- so not all users permitted. 6914 - fix parentside from cache to be marked dispreferred for bad names. 6915 691628 May 2010: Wouter 6917 - iana portlist updated. 6918 - parent-child disagreement approach altered. Older fixes are 6919 removed in place of a more exhaustive search for misconfigured data 6920 available via the parent of a delegation. 6921 This is designed to be throttled by cache entries, with TTL from the 6922 parent if possible. Additionally the loop-counter is used. 6923 It also tests for NS RRset differences between parent and child. 6924 The fetch of misconfigured data should be more reliable and thorough. 6925 It should work reliably even with no or only partial data in cache. 6926 Data received from the child (as always) is deemed more 6927 authoritative than information received from the delegation parent. 6928 The search for misconfigured data is not performed normally. 6929 693026 May 2010: Wouter 6931 - Contribution from Migiel de Vos (Surfnet): nagios patch for 6932 unbound-host, in contrib/ (in the source tarball). Makes 6933 unbound-host suitable for monitoring dnssec(-chain) status. 6934 693521 May 2010: Wouter 6936 - EDNS timeout code will not fire if EDNS status already known. 6937 - EDNS failure not stored if EDNS status known to work. 6938 693919 May 2010: Wouter 6940 - Fix resolution for domains like safesvc.com.cn. If the iterator 6941 can not recurse further and it finds the delegation in a state 6942 where it would otherwise have rejected it outhand if so received 6943 from a cache lookup, then it can try to ask higherup (with loop 6944 protection). 6945 - Fix comments in iter_utils:dp_is_useless. 6946 694718 May 2010: Wouter 6948 - Fix various compiler warnings from the clang llvm compiler. 6949 - iana portlist updated. 6950 69516 May 2010: Wouter 6952 - Fix bug#308: spelling error in variable name in parser and lexer. 6953 69544 May 2010: Wouter 6955 - Fix dnssec-missing detection that was turned off by server selection. 6956 - Conforms to draft-ietf-dnsop-default-local-zones-13. Added default 6957 reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa, 6958 113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa. 6959 696029 April 2010: Wouter 6961 - Fix for dnssec lameness detection to use the key cache. 6962 - infra cache entries that are expired are wiped clean. Previously 6963 it was possible to not expire host data (if accessed often). 6964 696528 April 2010: Wouter 6966 - ldns tarball updated and GOST support is detected and then enabled. 6967 - iana portlist updated. 6968 - Fix detection of gost support in ldns (reported by Chris Smith). 6969 697027 April 2010: Wouter 6971 - unbound-control get_option domain-insecure shows config file items. 6972 - fix retry sequence if prime hints are recursion-lame. 6973 - autotrust anchor file can be initialized with a ZSK key as well. 6974 - harden-referral-path does not result in failures due to max-depth. 6975 You can increase the max-depth by adding numbers (' 0') after the 6976 target-fetch-policy, this increases the depth to which is checked. 6977 697826 April 2010: Wouter 6979 - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use 6980 CPPFLAGS during configure process. 6981 - if libev is installed on the base system (not libevent), detect 6982 it from the event.h header file and link with -lev. 6983 - configlexer.lex gets config.h, and configyyrename.h added by make, 6984 no more double include. 6985 - More strict scrubber (Thanks to George Barwood for the idea): 6986 NS set must be pertinent to the query (qname subdomain nsname). 6987 - Fix bug#307: In 0x20 backoff fix fallback so the number of 6988 outstanding queries does not become -1 and block the request. 6989 Fixed handling of recursion-lame in combination with 0x20 fallback. 6990 Fix so RRsets are compared canonicalized and sorted if the immediate 6991 comparison fails, this makes it work around round-robin sites. 6992 699323 April 2010: Wouter 6994 - Squelch log message: sendto failed permission denied for 6995 255.255.255.255, it is visible in VERB_DETAIL (verbosity 2). 6996 - Fix to fetch data as last resort more tenaciously. When cycle 6997 targets cause the server selection to believe there are more options 6998 when they really are not there, the server selection is reinitiated. 6999 - Fix fetch from blacklisted dnssec lame servers as last resort. The 7000 server's IP address is then given in validator errors as well. 7001 - Fix local-zone type redirect that did not use the query name for 7002 the answer rrset. 7003 700422 April 2010: Wouter 7005 - tag 1.4.4. 7006 - trunk contains 1.4.5 in development. 7007 - Fix validation failure for qtype ANY caused by a RRSIG parse failure. 7008 The validator error message was 'no signatures from ...'. 7009 701016 April 2010: Wouter 7011 - more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN. 7012 - tag 1.4.4rc1. 7013 701415 April 2010: Wouter 7015 - ECC-GOST algorithm number 12 that is assigned by IANA. New test 7016 example key and signatures for GOST. GOST requires openssl-1.0.0. 7017 GOST is still disabled by default. 7018 70199 April 2010: Wouter 7020 - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or 7021 get into an endless loop, if 0x20 was enabled, and buffers are small 7022 or particular broken packets are received. 7023 - Fix chain of trust with CNAME at an intermediate step, for the DS 7024 processing proof. 7025 70268 April 2010: Wouter 7027 - Fix validation of queries with wildcard names (*.example). 7028 70296 April 2010: Wouter 7030 - Fix EDNS probe for .de DNSSEC testbed failure, where the infra 7031 cache timeout coincided with a server update, the current EDNS 7032 backoff is less sensitive, and does not cache the backoff unless 7033 the backoff actually works and the domain is not expecting DNSSEC. 7034 - GOST support with correct algorithm numbers. 7035 70361 April 2010: Wouter 7037 - iana portlist updated. 7038 703924 March 2010: Wouter 7040 - unbound control flushed items are not counted when flushed again. 7041 704223 March 2010: Wouter 7043 - iana portlist updated. 7044 704522 March 2010: Wouter 7046 - unbound-host disables use-syslog from config file so that the 7047 config file for the main server can be used more easily. 7048 - fix bug#301: unbound-checkconf could not parse interface 7049 '0.0.0.0@5353', even though unbound itself worked fine. 7050 705119 March 2010: Wouter 7052 - fix fwd_ancil test to pass if the socket options are not supported. 7053 705418 March 2010: Wouter 7055 - Fixed random numbers for port, interface and server selection. 7056 Removed very small bias. 7057 - Refer to the listing in unbound-control man page in the extended 7058 statistics entry in the unbound.conf man page. 7059 706016 March 2010: Wouter 7061 - Fix interface-automatic for OpenBSD: msg.controllen was too small, 7062 also assertions on ancillary data buffer. 7063 - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO. 7064 - for NSEC3 check if signatures are cached. 7065 706615 March 2010: Wouter 7067 - unit test for util/regional.c. 7068 706912 March 2010: Wouter 7070 - Reordered configure checks so fork and -lnsl -lsocket checks are 7071 earlier, and thus later checks benefit from and do not hinder them. 7072 - iana portlist updated. 7073 - ldns tarball updated. 7074 - Fix python use when multithreaded. 7075 - Fix solaris python compile. 7076 - Include less in config.h and include per code file for ldns, ssl. 7077 707811 March 2010: Wouter 7079 - another memory allocation option: --enable-alloc-nonregional. 7080 exposes the regional allocations to other memory purifiers. 7081 - fix for memory alignment in struct sock_list allocation. 7082 - Fix for MacPorts ldns without ssl default, unbound checks if ldns 7083 has dnssec functionality and uses the builtin if not. 7084 - Fix daemonize on Solaris 10, it did not detach from terminal. 7085 - tag 1.4.3 created. 7086 - trunk is 1.4.4 in development. 7087 - spelling fix in validation error involving cnames. 7088 708910 March 2010: Wouter 7090 - --enable-alloc-lite works with test set. 7091 - portability in the testset: printf format conversions, prototypes. 7092 70939 March 2010: Wouter 7094 - tag 1.4.2 created. 7095 - trunk is 1.4.3 in development. 7096 - --enable-alloc-lite debug option. 7097 70988 March 2010: Wouter 7099 - iana portlist updated. 7100 71014 March 2010: Wouter 7102 - Fix crash in control channel code. 7103 71043 March 2010: Wouter 7105 - better casts in pipe code, brackets placed wrongly. 7106 - iana portlist updated. 7107 71081 March 2010: Wouter 7109 - make install depends on make all. 7110 - Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs. 7111 - --enable-checking: enables assertions but does not look nonproduction. 7112 - nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with 7113 nxdomain and nodata distinguished. 7114 - ldns tarball updated. 7115 - --disable-rpath fixed for libtool not found errors. 7116 - new fedora specfile from Fedora13 in contrib from Paul Wouters. 7117 711826 February 2010: Wouter 7119 - Fixup prototype for lexer cleanup in daemon code. 7120 - unbound-control list_stubs, list_forwards, list_local_zones and 7121 list_local_data. 7122 712324 February 2010: Wouter 7124 - Fix scrubber bug that potentially let NS records through. Reported 7125 by Amanda Constant. 7126 - Also delete potential poison references from additional. 7127 - Fix: no classification of a forwarder as lame, throw away instead. 7128 712923 February 2010: Wouter 7130 - libunbound ub_ctx_get_option() added. 7131 - unbound-control set_option and get_option commands. 7132 - iana portlist updated. 7133 713418 February 2010: Wouter 7135 - A little more strict DS scrubbing. 7136 - No more blacklisting of unresponsive servers, a 2 minute timeout 7137 is backed off to. 7138 - RD flag not enabled for dnssec-blacklisted tries, unless necessary. 7139 - pickup ldns compile fix, libdl for libcrypto. 7140 - log 'tcp connect: connection timed out' only in high verbosity. 7141 - unbound-control log_reopen command. 7142 - moved get_option code from unbound-checkconf to util/config_file.c 7143 714417 February 2010: Wouter 7145 - Disregard DNSKEY from authority section for chain of trust. 7146 DS records that are irrelevant to a referral scrubbed. Anti-poison. 7147 - iana portlist updated. 7148 714916 February 2010: Wouter 7150 - Check for 'no space left on device' (or other errors) when 7151 writing updated autotrust anchors and print errno to log. 7152 715315 February 2010: Wouter 7154 - Fixed the requery protection, the TTL was 0, it is now 900 seconds, 7155 hardcoded. We made the choice to send out more conservatively, 7156 protecting against an aggregate effect more than protecting a 7157 single user (from their own folly, perhaps in case of misconfig). 7158 715912 February 2010: Wouter 7160 - Re-query pattern changed on validation failure. To protect troubled 7161 authority servers, unbound caches a failure for the DNSKEY or DS 7162 records for the entire zone, and only retries that 900 seconds later. 7163 This implies that only a handful of packets are sent extra to the 7164 authority if the zone fails. 7165 716611 February 2010: Wouter 7167 - ldns tarball update for long label length syntax error fix. 7168 - iana portlist updated. 7169 71709 February 2010: Wouter 7171 - Fixup in compat snprintf routine, %f 1.02 and %g support. 7172 - include math.h for testbound test compile portability. 7173 71742 February 2010: Wouter 7175 - Updated url of IANA itar, interim trust anchor repository, in script. 7176 71771 February 2010: Wouter 7178 - iana portlist updated. 7179 - configure test for memcmp portability. 7180 718127 January 2010: Wouter 7182 - removed warning on format string in validator error log statement. 7183 - iana portlist updated. 7184 718522 January 2010: Wouter 7186 - libtool finish the install of unbound python dynamic library. 7187 718821 January 2010: Wouter 7189 - acx_nlnetlabs.m4 synchronised with nsd's version. 7190 719120 January 2010: Wouter 7192 - Fixup lookup trouble for parent-child domains on the first query. 7193 719414 January 2010: Wouter 7195 - Fixup ldns detection to also check for header files. 7196 719713 January 2010: Wouter 7198 - prefetch-key option that performs DNSKEY queries earlier in the 7199 validation process, and that could halve the latency on DNSSEC 7200 queries. It takes some extra processing (CPU, a cache is needed). 7201 720212 January 2010: Wouter 7203 - Fix unbound-checkconf for auto-trust-anchor-file present checks. 7204 72058 January 2010: Wouter 7206 - Fix for parent-child disagreement code which could have trouble 7207 when (a) ipv6 was disabled and (b) the TTL for parent and child 7208 were different. There were two bugs, the parent-side information 7209 is fixed to no longer block lookup of child side information and 7210 the iterator is fixed to no longer attempt to get ipv6 when it is 7211 not enabled and then give up in failure. 7212 - test and fixes to make prefetch actually store the answer in the 7213 cache. Considers some rrsets 'already expired' but does not allow 7214 overwriting of rrsets considered more secure. 7215 72167 January 2010: Wouter 7217 - Fixup python documentation (thanks Leo Vandewoestijne). 7218 - Work on cache prefetch feature. 7219 - Stats for prefetch, in log print stats, unbound-control stats 7220 and in unbound_munin plugin. 7221 72226 January 2010: Wouter 7223 - iana portlist updated. 7224 - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length. 7225 - verbose output includes parent-side-address notion for lameness. 7226 - documented val-log-level: 2 setting in example.conf and man page. 7227 - change unbound-control-setup from 1024(sha1) to 1536(sha256). 7228 72291 January 2010: Wouter 7230 - iana portlist updated. 7231 723222 December 2009: Wouter 7233 - configure with newer libtool 2.2.6b. 7234 723517 December 2009: Wouter 7236 - review comments. 7237 - tag 1.4.1. 7238 - trunk to version 1.4.2. 7239 724015 December 2009: Wouter 7241 - Answer to qclass=ANY queries, with class IN contents. 7242 Test that validation also works. 7243 - updated ldns snapshot tarball with latest fixes (parsing records). 7244 724511 December 2009: Wouter 7246 - on IPv4 UDP turn off DF flag. 7247 724810 December 2009: Wouter 7249 - requirements.txt updated with design choice explanations. 7250 - Reading fixes: fix to set unlame when child confirms parent glue, 7251 and fix to avoid duplicate addresses in delegation point. 7252 - verify_rrsig routine checks expiration last. 7253 72549 December 2009: Wouter 7255 - Fix Bug#287(reopened): update of ldns tarball with fix for parse 7256 errors generated for domain names like '.example.com'. 7257 - Fix SOA excluded from negative DS responses. Reported by Hauke 7258 Lampe. The negative cache did not include proper SOA records for 7259 negative qtype DS responses which makes BIND barf on it, such 7260 responses are now only used internally. 7261 - Fix negative cache lookup of closestencloser check of DS type bit. 7262 72638 December 2009: Wouter 7264 - Fix for lookup of parent-child disagreement domains, where the 7265 parent-side glue works but it does not provide proper NS, A or AAAA 7266 for itself, fixing domains such as motorcaravanners.eu. 7267 - Feature: you can specify a port number in the interface: line, so 7268 you can bind the same interface multiple times at different ports. 7269 72707 December 2009: Wouter 7271 - Bug#287: Fix segfault when unbound-control remove nonexistent local 7272 data. Added check to tests. 7273 72741 December 2009: Wouter 7275 - Fix crash with module-config "iterator". 7276 - Added unit test that has "iterator" module-config. 7277 727830 November 2009: Wouter 7279 - bug#284: fix parse of # without end-of-line at end-of-file. 7280 728126 November 2009: Wouter 7282 - updated ldns with release candidate for version 1.6.3. 7283 - tag for 1.4.0 release. 7284 - 1.4.1 version in trunk. 7285 - Fixup major libtool version to 2 because of why_bogus change. 7286 It was 1:5:0 but should have been 2:0:0. 7287 728823 November 2009: Wouter 7289 - Patch from David Hubbard for libunbound manual page. 7290 - Fixup endless spinning in unbound-control stats reported by 7291 Attila Nagy. Probably caused by clock reversal. 7292 729320 November 2009: Wouter 7294 - contrib/split-itar.sh contributed by Tom Hendrikx. 7295 729619 November 2009: Wouter 7297 - better argument help for unbound-control. 7298 - iana portlist updated. 7299 730017 November 2009: Wouter 7301 - noted multiple entries for multiple domain names in example.conf. 7302 - iana portlist updated. 7303 730416 November 2009: Wouter 7305 - Fixed signer detection of CNAME responses without signatures. 7306 - Fix#282 libunbound memleak on error condition by Eric Sesterhenn. 7307 - Tests for CNAMEs to deeper trust anchors, secure and bogus. 7308 - svn tag 1.4.0rc1 made. 7309 731013 November 2009: Wouter 7311 - Fixed validation failure for CNAME to optout NSEC3 nodata answer. 7312 - unbound-host does not fail on type ANY. 7313 - Fixed wireparse failure to put RRSIGs together with data in some 7314 long ANY mix cases, which fixes validation failures. 7315 731612 November 2009: Wouter 7317 - iana portlist updated. 7318 - fix manpage errors reported by debian lintian. 7319 - review comments. 7320 - fixup very long vallog2 level error strings. 7321 732211 November 2009: Wouter 7323 - ldns tarball updated (to 1.6.2). 7324 - review comments. 7325 732610 November 2009: Wouter 7327 - Thanks to Surfnet found bug in new dnssec-retry code that failed 7328 to combine well when combined with DLV and a particular failure. 7329 - Fixed unbound-control -h output about argument optionality. 7330 - review comments. 7331 73325 November 2009: Wouter 7333 - lint fixes and portability tests. 7334 - better error text for multiple domain keys in one autotrust file. 7335 73362 November 2009: Wouter 7337 - Fix bug where autotrust does not work when started with a DS. 7338 - Updated GOST unit tests for unofficial algorithm number 249 7339 and DNSKEY-format changes in draft version -01. 7340 734129 October 2009: Wouter 7342 - iana portlist updated. 7343 - edns-buffer-size option, default 4096. 7344 - fixed do-udp: no. 7345 734628 October 2009: Wouter 7347 - removed abort on prealloc failure, error still printed but softfail. 7348 - iana portlist updated. 7349 - RFC 5702: RSASHA256 and RSASHA512 support enabled by default. 7350 - ldns tarball updated (which also enables rsasha256 support). 7351 735227 October 2009: Wouter 7353 - iana portlist updated. 7354 73558 October 2009: Wouter 7356 - please doxygen 7357 - add val-log-level print to corner case (nameserver.epost.bg). 7358 - more detail to errors from insecure delegation checks. 7359 - Fix double time subtraction in negative cache reported by 7360 Amanda Constant and Hugh Mahon. 7361 - Made new validator error string available from libunbound for 7362 applications. It is in result->why_bogus, a zero-terminated string. 7363 unbound-host prints it by default if a result is bogus. 7364 Also the errinf is public in module_qstate (for other modules). 7365 73667 October 2009: Wouter 7367 - retry for validation failure in DS and prime results. Less mem use. 7368 unit test. Provisioning in other tests for requeries. 7369 - retry for validation failure in DNSKEY in middle of chain of trust. 7370 unit test. 7371 - retry for empty non terminals in chain of trust and unit test. 7372 - Fixed security bug where the signatures for NSEC3 records were not 7373 checked when checking for absence of DS records. This could have 7374 enabled the substitution of an insecure delegation. 7375 - moved version number to 1.4.0 because of 1.3.4 release with only 7376 the NSEC3 patch from the entry above. 7377 - val-log-level: 2 shows extended error information for validation 7378 failures, but still one (longish) line per failure. For example: 7379 validation failure <example.com. DNSKEY IN>: signature expired from 7380 192.0.2.4 for trust anchor example.com. while building chain of trust 7381 validation failure <www.example.com. A IN>: no signatures from 7382 192.0.2.6 for key example.com. while building chain of trust 7383 73846 October 2009: Wouter 7385 - Test set updated to provide additional ns lookup result. 7386 The retry would attempt to fetch the data from other nameservers 7387 for bogus data, and this needed to be provisioned in the tests. 7388 73895 October 2009: Wouter 7390 - first validation failure retry code. Retries for data failures. 7391 And unit test. 7392 73932 October 2009: Wouter 7394 - improve 5011 modularization. 7395 - fix unbound-host so -d can be given before -C. 7396 - iana portlist updated. 7397 739828 September 2009: Wouter 7399 - autotrust-anchor-file can read multiline input and $ORIGIN. 7400 - prevent integer overflow in holddown calculation. review fixes. 7401 - fixed race condition in trust point revocation. review fix. 7402 - review fixes to comments, removed unused code. 7403 740425 September 2009: Wouter 7405 - so-rcvbuf: 4m option added. Set this on large busy servers to not 7406 drop the occasional packet in spikes due to full socket buffers. 7407 netstat -su keeps a counter of UDP dropped due to full buffers. 7408 - review of validator/autotrust.c, small fixes and comments. 7409 741023 September 2009: Wouter 7411 - 5011 query failed counts verification failures, not lookup failures. 7412 - 5011 probe failure handling fixup. 7413 - test unbound reading of original autotrust data. 7414 The metadata per-key, such as key state (PENDING, MISSING, VALID) is 7415 picked up, otherwise performs initial probe like usual. 7416 741722 September 2009: Wouter 7418 - autotrust test with algorithm rollover, new ordering of checks 7419 assists in orderly rollover. 7420 - autotrust test with algorithm rollover to unknown algorithm. 7421 checks if new keys are supported before adding them. 7422 - autotrust test with trust point revocation, becomes unsigned. 7423 - fix DNSSEC-missing-signature detection for minimal responses 7424 for qtype DNSKEY (assumes DNSKEY occurs at zone apex). 7425 742618 September 2009: Wouter 7427 - autotrust tests, fix trustpoint timer deletion code. 7428 fix count of valid anchors during missing remove. 7429 - autotrust: pick up REVOKE even if not signed with known other keys. 7430 743117 September 2009: Wouter 7432 - fix compile of unbound-host when --enable-alloc-checks. 7433 - Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis. 7434 - Manual page fixes reported by Tony Finch. 7435 743616 September 2009: Wouter 7437 - Fix memory leak reported by Tao Ma. 7438 - Fix memstats test tool for log-time-ascii log format. 7439 744015 September 2009: Wouter 7441 - iana portlist updated. 7442 744310 September 2009: Wouter 7444 - increased MAXSYSLOGLEN so .bg key can be printed in debug output. 7445 - use linebuffering for log-file: output, this can be significantly 7446 faster than the previous fflush method and enable some class of 7447 resolvers to use high verbosity (for short periods). 7448 Not on windows, because line buffering does not work there. 7449 74509 September 2009: Wouter 7451 - Fix bug where DNSSEC-bogus messages were marked with too high TTL. 7452 The RRsets would still expire at the normal time, but this would 7453 keep messages bogus in the cache for too long. 7454 - regression test for that bug. 7455 - documented that load_cache is meant for debugging. 7456 74578 September 2009: Wouter 7458 - fixup printing errors when load_cache, they were printed to the 7459 SSL connection which broke, now to the log. 7460 - new ldns - with fixed parse of large SOA values. 7461 74627 September 2009: Wouter 7463 - autotrust testbound scenarios. 7464 - autotrust fix that failure count is written to file. 7465 - autotrust fix that keys may become valid after add holddown time 7466 alone, before the probe returns. 7467 74684 September 2009: Wouter 7469 - Changes to make unbound work with libevent-2.0.3 alpha. (in 7470 configure detection due to new ssl dependency in libevent) 7471 - do not call sphinx for documentation when python is disabled. 7472 - remove EV_PERSIST from libevent timeout code to make the code 7473 compatible with the libevent-2.0. Works with older libevent too. 7474 - fix memory leak in python code. 7475 74763 September 2009: Wouter 7477 - Got a patch from Luca Bruno for libunbound support on windows to 7478 pick up the system resolvconf nameservers and hosts there. 7479 - included ldns updated (enum warning fixed). 7480 - makefile fix for parallel makes. 7481 - Patch from Zdenek Vasicek and Attila Nagy for using the source IP 7482 from python scripts. See pythonmod/examples/resip.py. 7483 - doxygen comment fixes. 7484 74852 September 2009: Wouter 7486 - TRAFFIC keyword for testbound. Simplifies test generation. 7487 ${range lower val upper} to check probe timeout values. 7488 - test with 5011-prepublish rollover and revocation. 7489 - fix revocation of RR for autotrust, stray exclamation mark. 7490 74911 September 2009: Wouter 7492 - testbound variable arithmetic. 7493 - autotrust probe time is randomised. 7494 - autotrust: the probe is active and does not fetch from cache. 7495 749631 August 2009: Wouter 7497 - testbound variable processing. 7498 749928 August 2009: Wouter 7500 - fixup unbound-control lookup to print forward and stub servers. 7501 750227 August 2009: Wouter 7503 - autotrust: mesh answer callback is empty. 7504 750526 August 2009: Wouter 7506 - autotrust probing. 7507 - iana portlist updated. 7508 750925 August 2009: Wouter 7510 - fixup memleak in trust anchor unsupported algorithm check. 7511 - iana portlist updated. 7512 - autotrust options: add-holddown, del-holddown, keep-missing. 7513 - autotrust store revoked status of trust points. 7514 - ctime_r compat definition. 7515 - detect yylex_destroy() in configure. 7516 - detect SSL_get_compression_methods declaration in configure. 7517 - fixup DS lookup at anchor point with unsigned parent. 7518 - fixup DLV lookup for DS queries to unsigned domains. 7519 752024 August 2009: Wouter 7521 - cleaner memory allocation on exit. autotrust test routines. 7522 - free all memory on program exit, fix for ssl and flex. 7523 752421 August 2009: Wouter 7525 - autotrust: debug routines. Read,write and conversions work. 7526 752720 August 2009: Wouter 7528 - autotrust: save and read trustpoint variables. 7529 753019 August 2009: Wouter 7531 - autotrust: state table updates. 7532 - iana portlist updated. 7533 753417 August 2009: Wouter 7535 - autotrust: process events. 7536 753717 August 2009: Wouter 7538 - Fix so that servers are only blacklisted if they fail to reply 7539 to 16 queries in a row and the timeout gets above 2 minutes. 7540 - autotrust work, split up DS verification of DNSKEYs. 7541 754214 August 2009: Wouter 7543 - unbound-control lookup prints out infra cache information, like RTT. 7544 - Fix bug in DLV lookup reported by Amanda from Secure64. 7545 It could sometimes wrongly classify a domain as unsigned, which 7546 does not give the AD bit on replies. 7547 754813 August 2009: Wouter 7549 - autotrust read anchor files. locked trust anchors. 7550 755112 August 2009: Wouter 7552 - autotrust import work. 7553 755411 August 2009: Wouter 7555 - Check for openssl compatible with gost if enabled. 7556 - updated unit test for GOST=211 code. 7557 Nicer naming of test files. 7558 - iana portlist updated. 7559 75607 August 2009: Wouter 7561 - call OPENSSL_config() in unbound and unit test so that the 7562 operator can use openssl.cnf for configuration options. 7563 - removed small memory leak from config file reader. 7564 75656 August 2009: Wouter 7566 - configure --enable-gost for GOST support, experimental 7567 implementation of draft-dolmatov-dnsext-dnssec-gost-01. 7568 - iana portlist updated. 7569 - ldns tarball updated (with GOST support). 7570 75715 August 2009: Wouter 7572 - trunk moved to 1.3.4. 7573 75744 August 2009: Wouter 7575 - Added test that the examples from draft rsasha256-14 verify. 7576 - iana portlist updated. 7577 - tagged 1.3.3 7578 75793 August 2009: Wouter 7580 - nicer warning when algorithm not supported, tells you to upgrade. 7581 - iana portlist updated. 7582 758327 July 2009: Wouter 7584 - Updated unbound-cacti contribution from Dmitriy Demidov, with 7585 the queue statistics displayed in its own graph. 7586 - iana portlist updated. 7587 758822 July 2009: Wouter 7589 - Fix bug found by Michael Tokarev where unbound would try to 7590 prime the root servers even though forwarders are configured for 7591 the root. 7592 - tagged 1.3.3rc1 7593 759421 July 2009: Wouter 7595 - Fix server selection, so that it waits for open target queries when 7596 faced with lameness. 7597 759820 July 2009: Wouter 7599 - Ignore transient sendto errors, no route to host, and host, net down. 7600 - contrib/update-anchor.sh has -r option for root-hints. 7601 - feature val-log-level: 1 prints validation failures so you can 7602 keep track of them during dnssec deployment. 7603 760416 July 2009: Wouter 7605 - fix replacement malloc code. Used in crosscompile. 7606 - makedist -w creates crosscompiled setup.exe on fedora11. 7607 760815 July 2009: Wouter 7609 - dependencies for compat items, for crosscompile. 7610 - mingw32 crosscompile changes, dependencies and zipfile creation. 7611 and with System.dll from the windows NSIS you can make setup.exe. 7612 - package libgcc_s_sjlj exception handler for NSISdl.dll. 7613 761414 July 2009: Wouter 7615 - updated ldns tarball for solaris x64 compile assistance. 7616 - no need to define RAND_MAX from config.h. 7617 - iana portlist updated. 7618 - configure changes and ldns update for mingw32 crosscompile. 7619 762013 July 2009: Wouter 7621 - Fix for crash at start on windows. 7622 - tag for release 1.3.2. 7623 - trunk has version 1.3.3. 7624 - Fix for ID bits on windows to use all 16. RAND_MAX was not 7625 defined like you'd expect on mingw. Reported by Mees de Roo. 7626 76279 July 2009: Wouter 7628 - tag for release 1.3.1. 7629 - trunk has version 1.3.2. 7630 76317 July 2009: Wouter 7632 - iana portlist updated. 7633 76346 July 2009: Wouter 7635 - prettier error handling in SSL setup. 7636 - makedist.sh uname fix (same as ldns). 7637 - updated fedora spec file. 7638 76393 July 2009: Wouter 7640 - fixup linking when ldnsdir is "". 7641 764230 June 2009: Wouter 7643 - more lenient truncation checks. 7644 764529 June 2009: Wouter 7646 - ldns trunk r2959 imported as tarball, because of solaris cc compile 7647 support for c99. r2960 for better configure. 7648 - better wrongly_truncated check. 7649 - On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to 7650 avoid dropped packets at routers. 7651 765226 June 2009: Wouter 7653 - Fix EDNS fallback when EDNS works for short answers but long answers 7654 are dropped. 7655 765622 June 2009: Wouter 7657 - fixup iter priv strict aliasing while preserving size of sockaddr. 7658 - iana portlist updated. (one less port allocated, one more fraction 7659 of a bit for security!) 7660 - updated fedora specfile in contrib from Paul Wouters. 7661 766219 June 2009: Wouter 7663 - Fixup strict aliasing warning in iter priv code. 7664 and config_file code. 7665 - iana portlist updated. 7666 - harden-referral-path: handle cases where NS is in answer section. 7667 766818 June 2009: Wouter 7669 - Fix of message parse bug where (specifically) an NSEC and RRSIG 7670 in the wrong order would be parsed, but put wrongly into internal 7671 structures so that later validation would fail. 7672 - Extreme lenience for wrongly truncated replies where a positive 7673 reply has an NS in the authority but no signatures. They are 7674 turned into minimal responses with only the (secure) answer. 7675 - autoconf 2.63 for configure. 7676 - python warnings suppress. Keep python API away from header files. 7677 767817 June 2009: Wouter 7679 - CREDITS entry for cz.nic, sponsoring a 'summer of code' that was 7680 used for the python code in unbound. (http://www.nic.cz/vip/ in cz). 7681 768216 June 2009: Wouter 7683 - Fixup opportunistic target query generation to it does not 7684 generate queries that are known to fail. 7685 - Touchup on munin total memory report. 7686 - messages picked out of the cache by the iterator are checked 7687 if their cname chain is still correct and if validation status 7688 has to be reexamined. 7689 769015 June 2009: Wouter 7691 - iana portlist updated. 7692 769314 June 2009: Wouter 7694 - Fixed bug where cached responses would lose their security 7695 status on second validation, which especially impacted dlv 7696 lookups. Reported by Hauke Lampe. 7697 769813 June 2009: Wouter 7699 - bug #254. removed random whitespace from example.conf. 7700 770112 June 2009: Wouter 7702 - Fixup potential wrong NSEC picked out of the cache. 7703 - If unfulfilled callbacks are deleted they are called with an error. 7704 - fptr wlist checks for mesh callbacks. 7705 - fwd above stub in configuration works. 7706 770711 June 2009: Wouter 7708 - Fix queries for type DS when forward or stub zones are there. 7709 They are performed to higherup domains, and thus treated as if 7710 going to higher zones when looking up the right forward or stub 7711 server. This makes a stub pointing to a local server that has 7712 a local view of example.com signed with the same keys as are 7713 publicly used work. Reported by Johan Ihren. 7714 - Added build-unbound-localzone-from-hosts.pl to contrib, from 7715 Dennis DeDonatis. It converts /etc/hosts into config statements. 7716 - same thing fixed for forward-zone and DS, chain of trust from 7717 public internet into the forward-zone works now. Added unit test. 7718 77199 June 2009: Wouter 7720 - openssl key files are opened apache-style, when user is root and 7721 before chrooting. This makes permissions on remote-control key 7722 files easier to set up. Fixes bug #251. 7723 - flush_type and flush_name remove msg cache entries. 7724 - codereview - dp copy bogus setting fix. 7725 77268 June 2009: Wouter 7727 - Removed RFC5011 REVOKE flag support. Partial 5011 support may cause 7728 inadvertant behaviour. 7729 - 1.3.0 tarball for release created. 7730 - 1.3.1 development in svn trunk. 7731 - iana portlist updated. 7732 - fix lint from complaining on ldns/sha.h. 7733 - help compiler figure out aliasing in priv_rrset_bad() routine. 7734 - fail to configure with python if swig is not found. 7735 - unbound_munin_ in contrib uses ps to show rss if sbrk does not work. 7736 77373 June 2009: Wouter 7738 - fixup bad free() when wrongly encoded DSA signature is seen. 7739 Reported by Paul Wouters. 7740 - review comments from Matthijs. 7741 77422 June 2009: Wouter 7743 - --enable-sha2 option. The draft rsasha256 changed its algorithm 7744 numbers too often. Therefore it is more prudent to disable the 7745 RSASHA256 and RSASHA512 support by default. 7746 - ldns trunk included as new tarball. 7747 - recreated the 1.3.0 tag in svn. rc1 tarball generated at this point. 7748 774929 May 2009: Wouter 7750 - fixup doc bug in README reported by Matthew Dempsky. 7751 775228 May 2009: Wouter 7753 - update iana port list 7754 - update ldns lib tarball 7755 775627 May 2009: Wouter 7757 - detect lack of IPv6 support on XP (with a different error code). 7758 - Fixup a crash-on-exit which was triggered by a very long queue. 7759 Unbound would try to re-use ports that came free, but this is 7760 of course not really possible because everything is deleted. 7761 Most easily triggered on XP (not Vista), maybe because of the 7762 network stack encouraging large messages backlogs. 7763 - change in debug statements. 7764 - Fixed bug that could cause a crash if root prime failed when there 7765 were message backlogs. 7766 776726 May 2009: Wouter 7768 - Thanks again to Brett Carr, found an assertion that was not true. 7769 Assertion checked if recursion parent query still existed. 7770 777129 April 2009: Wouter 7772 - Thanks to Brett Carr, caught windows resource leak, use 7773 closesocket() and not close() on sockets or else the network stack 7774 starts to leak handles. 7775 - Removed usage of windows Mutex because windows cannot handle enough 7776 mutexes open. Provide own mutex implementation using primitives. 7777 777828 April 2009: Wouter 7779 - created svn tag for 1.3.0. 7780 778127 April 2009: Wouter 7782 - optimised cname from cache. 7783 - ifdef windows functions in testbound. 7784 778523 April 2009: Wouter 7786 - fix for threadsafety in solaris thr_key_create() in tests. 7787 - iana portlist updated. 7788 - fix pylib test for Darwin. 7789 - fix pymod test for Darwin and a python threading bug in pymod init. 7790 - check python >= 2.4 in configure. 7791 - -ldl check for libcrypto 1.0.0beta. 7792 779321 April 2009: Wouter 7794 - fix for build outside sourcedir. 7795 - fix for configure script swig detection. 7796 779717 April 2009: Wouter 7798 - Fix reentrant in minievent handler for unix. Could have resulted 7799 in spurious event callbacks. 7800 - timers do not take up a fd slot for winsock handler. 7801 - faster fix for winsock reentrant check. 7802 - fix rsasha512 unit test for new (interim) algorithm number. 7803 - fix test:ldns doesn't like DOS line endings in keyfiles on unix. 7804 - fix compile warning on ubuntu (configlexer fwrite return value). 7805 - move python include directives into CPPFLAGS instead of CFLAGS. 7806 780716 April 2009: Wouter 7808 - winsock event handler exit very quickly on signal, even if 7809 under heavy load. 7810 - iana portlist updated. 7811 - fixup windows winsock handler reentrant problem. 7812 781314 April 2009: Wouter 7814 - bug #245: fix munin plugin, perform cleanup of stale lockfiles. 7815 - makedist.sh; better help text. 7816 - cache-min-ttl option and tests. 7817 - mingw detect error condition on TCP sockets (NOTCONN). 7818 78199 April 2009: Wouter 7820 - Fix for removal of RSASHA256_NSEC3 protonumber from ldns. 7821 - ldns tarball updated. 7822 - iana portlist update. 7823 - detect GOST support in openssl-1.0.0-beta1, and fix compile problem 7824 because that openssl defines the name STRING for itself. 7825 78266 April 2009: Wouter 7827 - windows compile fix. 7828 - Detect FreeBSD jail without ipv6 addresses assigned. 7829 - python libunbound wrapper unit test. 7830 - installs the following files. Default is to not build them. 7831 from configure --with-pythonmodule: 7832 /usr/lib/python2.x/site-packages/unboundmodule.py 7833 from configure --with-pyunbound: 7834 /usr/lib/python2.x/site-packages/unbound.py 7835 /usr/lib/python2.x/site-packages/_unbound.so* 7836 The example python scripts (pythonmod/examples and 7837 libunbound/python/examples) are not installed. 7838 - python invalidate routine respects packed rrset ids and locks. 7839 - clock skew checks in unbound, config statements. 7840 - nxdomain ttl considerations in requirements.txt 7841 78423 April 2009: Wouter 7843 - Fixed a bug that caused messages to be stored in the cache too 7844 long. Hard to trigger, but NXDOMAINs for nameservers or CNAME 7845 targets have been more vulnerable to the TTL miscalculation bug. 7846 - documentation test fixed for python addition. 7847 78482 April 2009: Wouter 7849 - pyunbound (libunbound python plugin) compiles using libtool. 7850 - documentation for pythonmod and pyunbound is generated in doc/html. 7851 - iana portlist updated. 7852 - fixed bug in unbound-control flush_zone where it would not flush 7853 every message in the target domain. This especially impacted 7854 NXDOMAIN messages which could remain in the cache regardless. 7855 - python module test package. 7856 78571 April 2009: Wouter 7858 - suppress errors when trying to contact authority servers that gave 7859 ipv6 AAAA records for their nameservers with ipv4 mapped contents. 7860 Still tries to do so, could work when deployed in intranet. 7861 Higher verbosity shows the error. 7862 - new libunbound calls documented. 7863 - pyunbound in libunbound/python. Removed compile warnings. 7864 Makefile to make it. 7865 786630 March 2009: Wouter 7867 - Fixup LDFLAGS from libevent sourcedir compile configure restore. 7868 - Fixup so no non-absolute rpaths are added. 7869 - Fixup validation of RRSIG queries, they are let through. 7870 - read /dev/random before chroot 7871 - checkconf fix no python checks when no python module enabled. 7872 - fix configure, pthread first, so other libs do not change outcome. 7873 787427 March 2009: Wouter 7875 - nicer -h output. report linked libraries and modules. 7876 - prints modules in intuitive order (config file friendly). 7877 - python compiles easily on BSD. 7878 787926 March 2009: Wouter 7880 - ignore swig varargs warnings with gcc. 7881 - remove duplicate example.conf text from python example configs. 7882 - outofdir compile fix for python. 7883 - pyunbound works. 7884 - print modules compiled in on -h. manpage. 7885 788625 March 2009: Wouter 7887 - initial import of the python contribution from Zdenek Vasicek and 7888 Marek Vavrusa. 7889 - pythonmod in Makefile; changes to remove warnings/errors for 1.3.0. 7890 789124 March 2009: Wouter 7892 - more neat configure.ac. Removed duplicate config.h includes. 7893 - neater config.h.in. 7894 - iana portlist updated. 7895 - fix util/configlexer.c and solaris -std=c99 flag. 7896 - fix postcommit aclocal errors. 7897 - spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R. 7898 - swap order of host detect and libtool generation. 7899 790023 March 2009: Wouter 7901 - added launchd plist example file for MacOSX to contrib. 7902 - deprecation test for daemon(3). 7903 - moved common configure actions to m4 include, prettier Makefile. 7904 790520 March 2009: Wouter 7906 - bug #239: module-config entries order is important. Documented. 7907 - build fix for test asynclook. 7908 790919 March 2009: Wouter 7910 - winrc/README.txt dos-format text file. 7911 - iana portlist updated. 7912 - use _beginthreadex() when available (performs stack alignment). 7913 - defaults for windows baked into configure.ac (used if on mingw). 7914 791518 March 2009: Wouter 7916 - Added tests, unknown algorithms become insecure. fallback works. 7917 - Fix for and test for unknown algorithms in a trust anchor 7918 definition. Trust anchors with no supported algos are ignored. 7919 This means a (higher)DS or DLV entry for them could succeed, and 7920 otherwise they are treated as insecure. 7921 - domain-insecure: "example.com" statement added. Sets domain 7922 insecure regardless of chain of trust DSs or DLVs. The inverse 7923 of a trust-anchor. 7924 792517 March 2009: Wouter 7926 - unit test for unsupported algorithm in anchor warning. 7927 - fixed so queries do not fail on opportunistic target queries. 7928 792916 March 2009: Wouter 7930 - fixup diff error printout in contrib/update-itar.sh. 7931 - added contrib/unbound_cacti for statistics support in cacti, 7932 contributed by Dmitriy Demidov. 7933 793413 March 2009: Wouter 7935 - doxygen and lex/yacc on linux. 7936 - strip update-anchor on makedist -w. 7937 - fix testbound on windows. 7938 - default log to syslog for windows. 7939 - uninstaller can stop unbound - changed text on it to reflect that. 7940 - remove debugging from windows 'cron' actions. 7941 794212 March 2009: Wouter 7943 - log to App.logs on windows prints executable identity. 7944 - fixup tests. 7945 - munin plugin fix benign locking error printout. 7946 - anchor-update for windows, called every 24 hours; unbound reloads. 7947 794811 March 2009: Wouter 7949 - winsock event handler resets WSAevents after signalled. 7950 - winsock event handler tests if signals are really signalled. 7951 - install and service with log to file works on XP and Vista on 7952 default install location. 7953 - on windows logging to the Application logbook works (as a service). 7954 - fix RUN_DIR on windows compile setting in makedist. 7955 - windows registry has Software\Unbound\ConfigFile element. 7956 If does not exist, the default is used. The -c switch overrides it. 7957 - fix makedist version cleanup function. 7958 795910 March 2009: Wouter 7960 - makedist -w strips out old rc.. and snapshot info from version. 7961 - setup.exe starts and stops unbound after install, before uninstall. 7962 - unbound-checkconf recognizes absolute pathnames on windows (C:...). 7963 79649 March 2009: Wouter 7965 - Nullsoft NSIS installer creation script. 7966 79675 March 2009: Wouter 7968 - fixup memory leak introduced on 18feb in mesh reentrant fix. 7969 79703 March 2009: Wouter 7971 - combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8). 7972 - service works on xp/vista, no config necessary (using defaults). 7973 - windows registry settings. 7974 79752 March 2009: Wouter 7976 - fixup --export-symbols to be -export-symbls for libtool. 7977 This should fix extraneous symbols exported from libunbound. 7978 Thanks to Ondrej Sury and Robert Edmonds for finding it. 7979 - iana portlist updated. 7980 - document FAQ entry on stub/forward zones and default blocking. 7981 - fix asynclook test app for libunbound not exporting symbols. 7982 - service install and remove utils that work with vista UAC. 7983 798427 February 2009: Wouter 7985 - Fixup lexer, to not give warnings about fwrite. Appeared in 7986 new lexer features. 7987 - makedistro functionality for mingw. Has RC support. 7988 - support spaces and backslashes in configured defaults paths. 7989 - register, deregister in service control manager. 7990 799125 February 2009: Wouter 7992 - windres usage for application resources. 7993 799424 February 2009: Wouter 7995 - isc moved their dlv key download location. 7996 - fixup warning on vista/mingw. 7997 - makedist -w for window zip distribution first version. 7998 799920 February 2009: Wouter 8000 - Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped. 8001 Nicer script layout. Added url to site in -h output. 8002 800319 February 2009: Wouter 8004 - unbound-checkconf and unbound print warnings when trust anchors 8005 have unsupported algorithms. 8006 - added contrib/update-itar.sh This script is similar to 8007 update-anchor.sh, and updates from the IANA ITAR repository. 8008 You can provide your own PGP key and trust repo, or can use the 8009 builtin. The program uses wget and gpg to work. 8010 - iana portlist updated. 8011 - update-itar.sh: using ftp:// urls because https godaddy certificate 8012 is not available everywhere and then gives fatal errors. The 8013 security is provided by pgp signature. 8014 801518 February 2009: Wouter 8016 - more cycle detection. Also for target queries. 8017 - fixup bug where during deletion of the mesh queries the callbacks 8018 that were reentrant caused assertion failures. Keep the mesh in 8019 a reentrant safe state. Affects libunbound, reload of server, 8020 on quit and flush_requestlist. 8021 - iana portlist updated. 8022 802313 February 2009: Wouter 8024 - forwarder information now per-thread duplicated. 8025 This keeps it read only for speed, with no locking necessary. 8026 - forward command for unbound control to change forwarders to use 8027 on the fly. 8028 - document that unbound-host reads no config file by default. 8029 - updated iana portlist. 8030 803112 February 2009: Wouter 8032 - call setusercontext if available (on BSD). 8033 - small refactor of stats clearing. 8034 - #227: flush_stats feature for unbound-control. 8035 - stats_noreset feature for unbound-control. 8036 - flush_requestlist feature for unbound-control. 8037 - libunbound version upped API (was changed 5 feb). 8038 - unbound-control status shows if root forwarding is in use. 8039 - slightly nicer memory management in iter-fwd code. 8040 804110 February 2009: Wouter 8042 - keys with rfc5011 REVOKE flag are skipped and not considered when 8043 validating data. 8044 - iana portlist updated 8045 - #226: dump_requestlist feature for unbound-control. 8046 80476 February 2009: Wouter 8048 - contrib contains specfile for fedora 1.2.1 (from Paul Wouters). 8049 - iana portlist updated. 8050 - fixup EOL in include directive (reported by Paul Wouters). 8051 You can no longer specify newlines in the names of included files. 8052 - config parser changed. Gives some syntax errors closer to where they 8053 occurred. Does not enforce a space after keyword anymore. 8054 Does not allow literal newlines inside quoted strings anymore. 8055 - verbosity level 5 logs customer IP for new requestlist entries. 8056 - test fix, lexer and cancel test. 8057 - new option log-time-ascii: yes if you enable it prints timestamps 8058 in the log file as Feb 06 13:45:26 (like syslog does). 8059 - detect event_base_new in libevent-1.4.1 and later and use it. 8060 - #231 unbound-checkconf -o option prints that value from config file. 8061 Useful for scripting in management scripts and the like. 8062 80635 February 2009: Wouter 8064 - ldns 1.5.0 rc as tarball included. 8065 - 1.3.0 development continues: 8066 change in libunbound API: ub_cancel can return an error, that 8067 the async_id did not exist, or that it was already delivered. 8068 The result could have been delivered just before the cancel 8069 routine managed to acquire the lock, so a caller may get the 8070 result at the same time they call cancel. For this case, 8071 ub_cancel tries to return an error code. 8072 Fixes race condition in ub_cancel() libunbound function. 8073 - MacOSX Leopard cleaner text output from configure. 8074 - initgroups(3) is called to drop secondary group permissions, if 8075 applicable. 8076 - configure option --with-ldns-builtin forces the use of the 8077 inluded ldns package with the unbound source. The -I include 8078 is put before the others, so it avoids bad include files from 8079 an older ldns install. 8080 - daemon(3) posix call is used when available. 8081 - testbound test for older fix added. 8082 80834 February 2009: Wouter 8084 - tag for release 1.2.1. 8085 - trunk setup for 1.3.0 development. 8086 80873 February 2009: Wouter 8088 - noted feature requests in doc/TODO. 8089 - printout more detailed errors on ssl certificate loading failures. 8090 - updated IANA portlist. 8091 809216 January 2009: Wouter 8093 - more quiet about ipv6 network failures, i.e. when ipv6 is not 8094 available (network unreachable). Debug still printed on high 8095 verbosity. 8096 - unbound-host -4 and -6 options. Stops annoying ipv6 errors when 8097 debugging with unbound-host -4 -d ... 8098 - more cycle detection for NS-check, addr-check, root-prime and 8099 stub-prime queries in the iterator. Avoids possible deadlock 8100 when priming fails. 8101 810215 January 2009: Wouter 8103 - bug #229: fixup configure checks for compilation with Solaris 8104 Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc 8105 - fixup suncc warnings. 8106 - fix bug where unbound could crash using libevent 1.3 and older. 8107 - update testset for recent retry change. 8108 810914 January 2009: Wouter 8110 - 1.2.1 feature: negative caching for failed queries. 8111 Queries that failed are cached for 5 seconds (NORR_TTL). 8112 If the failure is local, like out of memory, it is not cached. 8113 - the TTL comparison for the cache used different comparisons, 8114 causing many cache responses that used the iterator and validator 8115 state machines unnecessarily. 8116 - retry from 4 to 5 so that EDNS drop retry is part of the first 8117 query resolve attempt, and cached error does not stop EDNS fallback. 8118 - remove debug prints that protect against bad referrals. 8119 - honor QUIET=no on make commandline (or QUIET=yes ). 8120 812113 January 2009: Wouter 8122 - fixed bug in lameness marking, removed printouts. 8123 - find NS rrset more cleanly for qtype NS. 8124 - Moved changes to 1.2.0 for release. Thanks to Mark Zealey for 8125 reporting and logs. 8126 - 1.2.1 feature: stops resolving AAAAs promiscuously when they 8127 are in the negative cache. 8128 812912 January 2009: Wouter 8130 - fixed bug in infrastructure lameness cache, did not lowercase 8131 name of zone to hash when setting lame. 8132 - lameness debugging printouts. 8133 81349 January 2009: Wouter 8135 - created svn tag for 1.2.0 release. 8136 - svn trunk contains 1.2.1 version number. 8137 - iana portlist updated for todays list. 8138 - removed debug print. 8139 81408 January 2009: Wouter 8141 - new version of ldns-trunk (today) included as tarball, fixed 8142 bug #224, building with -j race condition. 8143 - remove possible race condition in the test for race conditions. 8144 81457 January 2009: Wouter 8146 - version 1.2.0 in preparation. 8147 - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file 8148 statements. (Adapted from patch by Paul Wouters). 8149 - typo fix and iana portlist updated. 8150 - porting testsuite; unused var warning, and type fixup. 8151 81526 January 2009: Wouter 8153 - fixup packet-of-death when compiled with --enable-debug. 8154 A malformed packet could cause an internal assertion failure. 8155 - added test for HINFO canonicalisation behaviour. 8156 - fixup reported problem with transparent local-zone data where 8157 queries with different type could get nxdomain. Now queries 8158 with a different name get resolved normally, with different type 8159 get a correct NOERROR/NODATA answer. 8160 - HINFO no longer downcased for validation, making unbound compatible 8161 with bind and ldns. 8162 - fix reading included config files when chrooted. 8163 Give full path names for include files. 8164 Relative path names work if the start dir equals the working dir. 8165 - fix libunbound message transport when no packet buffer is available. 8166 81675 January 2009: Wouter 8168 - fixup getaddrinfo failure handling for remote control port. 8169 - added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints. 8170 - fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/ 8171 - comm_timer_set performs base_set operation after event_add. 8172 817318 December 2008: Wouter 8174 - fixed bug reported by Duane Wessels: error in DLV lookup, would make 8175 some zones that had correct DLV keys as insecure. 8176 - follows -rc makedist from ldns changes (no _rc). 8177 - ldns tarball updated with 1.4.1rc for DLV unit test. 8178 - verbose prints about recursion lame detection and server selection. 8179 - fixup BSD port for infra host storage. It hashed wrongly. 8180 - fixup makedist snapshot name generation. 8181 - do not reopen syslog to avoid dev/log dependency. 8182 818317 December 2008: Wouter 8184 - follows ldns makedist.sh. -rc option. autom4te dir removed. 8185 - unbound-control status command. 8186 - extended statistics has a number of ipv6 queries counter. 8187 contrib/unbound_munin_ was updated to draw ipv6 in the hits graph. 8188 818916 December 2008: Wouter 8190 - follow makedist improvements from ldns, for maintainers prereleases. 8191 - snapshot version uses _ not - to help rpm distinguish the 8192 version number. 8193 819411 December 2008: Wouter 8195 - better fix for bug #219: use LOG_NDELAY with openlog() call. 8196 Thanks to Tamas Tevesz. 8197 81989 December 2008: Wouter 8199 - bug #221 fixed: unbound checkconf checks if key files exist if 8200 remote control is enabled. Also fixed NULL printf when not chrooted. 8201 - iana portlist updated. 8202 82033 December 2008: Wouter 8204 - Fix problem reported by Jaco Engelbrecht where unbound-control stats 8205 freezes up unbound if this was compiled without threading, and 8206 was using multiple processes. 8207 - iana portlist updated. 8208 - test for remote control with interprocess communication. 8209 - created command distribution mechanism so that remote control 8210 commands other than 'stats' work on all processes in a nonthreaded 8211 compiled version. dump/load cache work, on the first process. 8212 - fixup remote control local_data addition memory corruption bug. 8213 82141 December 2008: Wouter 8215 - SElinux policy files in contrib/selinux for the unbound daemon, 8216 by Paul Wouters and Adam Tkac. 8217 821825 November 2008: Wouter 8219 - configure complains when --without-ssl is given (bug #220). 8220 - skip unsupported feature tests on vista/mingw. 8221 - fixup testcode/streamtcp to work on vista/mingw. 8222 - root-hints test checks version of dig required. 8223 - blacklisted servers are polled at a low rate (1%) to see if they 8224 come back up. But not if there is some other working server. 8225 822624 November 2008: Wouter 8227 - document that the user of the server daemon needs read privileges 8228 on the keys and certificates generated by unbound-control-setup. 8229 This is different per system or distribution, usually, running the 8230 script under the same username as the server uses suffices. 8231 i.e. sudo -u unbound unbound-control-setup 8232 - testset port to vista/mingw. 8233 - tcp_sigpipe to freebsd port. 8234 823521 November 2008: Wouter 8236 - fixed tcp accept, errors were printed when they should not. 8237 - unbound-control-setup.sh removes read/write permissions other 8238 from the keys it creates (as suggested by Dmitriy Demidov). 8239 824020 November 2008: Wouter 8241 - fixup fatal error due to faulty error checking after tcp accept. 8242 - add check in rlimit to avoid integer underflow. 8243 - rlimit check with new formula; better estimate for number interfaces 8244 - nicer comments in rlimit check. 8245 - tag 1.1.1 created in svn. 8246 - trunk label is 1.1.2 8247 824819 November 2008: Wouter 8249 - bug #219: fixed so that syslog which delays opening until the first 8250 log line is written, gets a log line while not chroot'ed yet. 8251 825218 November 2008: Wouter 8253 - iana portlist updated. 8254 - removed cast in unit test debug print that was not 64bit safe. 8255 - trunk back to 1.1.0; copied to tags 1.1.0 release. 8256 - trunk to has version number 1.1.1 again. 8257 - in 1.1.1; make clean nicer. grammar in manpage. 8258 825917 November 2008: Wouter 8260 - theoretical fix for problems reported on mailing list. 8261 If a delegation point has no A but only AAAA and do-ip6 is no, 8262 resolution would fail. Fixed to ask for the A and AAAA records. 8263 It has to ask for both always, so that it can fail quietly, from 8264 TLD perspective, when a zone is only reachable on one transport. 8265 - test for above, only AAAA and doip6 is no. Fix causes A record 8266 for nameserver to be fetched. 8267 - fixup address duplication on cache fillup for delegation points. 8268 - testset updated for new query answer requirements. 8269 827014 November 2008: Wouter 8271 - created 1.1.0 release tag in svn. 8272 - trunk moved to 1.1.1 8273 - fixup unittest-neg for locking. 8274 827513 November 2008: Wouter 8276 - added fedora init and specfile to contrib (by Paul Wouters). 8277 - added configure check for ldns 1.4.0 (using its compat funcs). 8278 - neater comments in worker.h. 8279 - removed doc/plan and updated doc/TODO. 8280 - silenced EHOSTDOWN (verbosity 2 or higher to see it). 8281 - review comments from Jelte, Matthijs. Neater code. 8282 828312 November 2008: Wouter 8284 - add unbound-control manpage to makedist replace list. 8285 828611 November 2008: Wouter 8287 - unit test for negative cache, stress tests the refcounting. 8288 - fix for refcounting error that could cause fptr_wlist fatal exit 8289 in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 8290 Attila Nagy for testing). 8291 - nicer comments in cachedump about failed RR to string conversion. 8292 - fix 32bit wrap around when printing large (4G and more) mem usage 8293 for extended statistics. 8294 829510 November 2008: Wouter 8296 - fixup the getaddrinfo compat code rename. 8297 82988 November 2008: Wouter 8299 - added configure check for eee build warning. 8300 83017 November 2008: Wouter 8302 - fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4. 8303 - detect nonblocking problems in network stack in configure script. 8304 83056 November 2008: Wouter 8306 - dname_priv must decompress the name before comparison. 8307 - iana portlist updated. 8308 83095 November 2008: Wouter 8310 - fixed possible memory leak in key_entry_key deletion. 8311 Would leak a couple bytes when trust anchors were replaced. 8312 - if query and reply qname overlap, the bytes are skipped not copied. 8313 - fixed file descriptor leak when messages were jostled out that 8314 had outstanding (TCP) replies. 8315 - DNAMEs used from cache have their synthesized CNAMEs initialized 8316 properly. 8317 - fixed file descriptor leak for localzone type deny (for TCP). 8318 - fixed memleak at exit for nsec3 negative cached zones. 8319 - fixed memleak for the keyword 'nodefault' when reading config. 8320 - made verbosity of 'edns incapable peer' warning higher, so you 8321 do not get spammed by it. 8322 - caught elusive Bad file descriptor error bug, that would print the 8323 error while unnecessarily try to listen to a closed fd. Fixed. 8324 83254 November 2008: Wouter 8326 - fixed -Wwrite-strings warnings that result in better code. 8327 83283 November 2008: Wouter 8329 - fixup build process for Mac OSX linker, use ldns b32 compat funcs. 8330 - generated configure with autoconf-2.61. 8331 - iana portlist updated. 8332 - detect if libssl needs libdl. For static linking with libssl. 8333 - changed to use new algorithm identifiers for sha256/sha512 8334 from ldns 1.4.0 (need very latest version). 8335 - updated the included ldns tarball. 8336 - proper detection of SHA256 and SHA512 functions (not just sizes). 8337 833823 October 2008: Wouter 8339 - a little more debug info for failure on signer names. prints names. 8340 834122 October 2008: Wouter 8342 - CFLAGS are picked up by configure from the environment. 8343 - iana portlist updated. 8344 - updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too. 8345 - new stub-prime: yesno option. Default is off, so it does not prime. 8346 can be turned on to get same behaviour as previous unbound release. 8347 - made automated test that checks if builtin root hints are uptodate. 8348 - finished draft-wijngaards-dnsext-resolver-side-mitigation 8349 implementation. The unwanted-reply-threshold can be set. 8350 - fixup so fptr_whitelist test in alloc.c works. 8351 835221 October 2008: Wouter 8353 - fix update-anchors.sh, so it does not report different RR order 8354 as an update. Sorts the keys in the file. Updated copyright. 8355 - fixup testbound on windows, the command control pipe doesn't exist. 8356 - skip 08hostlib test on windows, no fork() available. 8357 - made unbound-remote work on windows. 8358 835920 October 2008: Wouter 8360 - quench a log message that is debug only. 8361 - iana portlist updated. 8362 - do not query bogus nameservers. It is like nameservers that have 8363 the NS or A or AAAA record bogus are listed as donotquery. 8364 - if server selection is faced with only bad choices, it will 8365 attempt to get more options to be fetched. 8366 - changed bogus-ttl default value from 900 to 60 seconds. 8367 In anticipation that operator caused failures are more likely than 8368 actual attacks at this time. And thus repeated validation helps 8369 the operators get the problem fixed sooner. It makes validation 8370 failures go away sooner (60 seconds after the zone is fixed). 8371 Also it is likely to try different nameserver targets every minute, 8372 so that if a zone is bad on one server but not another, it is 8373 likely to pick up the 'correct' one after a couple minutes, 8374 and if the TTL is big enough that solves validation for the zone. 8375 - fixup unbound-control compilation on windows. 8376 837717 October 2008: Wouter 8378 - port Leopard/G5: fixup type conversion size_t/uint32. 8379 please ranlib, stop file without symbols warning. 8380 - harden referral path now also validates the root after priming. 8381 It looks up the root NS authoritatively as well as the root servers 8382 and attemps to validate the entries. 8383 838416 October 2008: Wouter 8385 - Fixup negative TTL values appearing (reported by Attila Nagy). 8386 838715 October 2008: Wouter 8388 - better documentation for 0x20; remove fallback TODO, it is done. 8389 - harden-referral-path feature includes A, AAAA queries for glue, 8390 as well as very careful NS caching (only when doing NS query). 8391 A, AAAA use the delegation from the NS-query. 8392 839314 October 2008: Wouter 8394 - fwd_three.tpkg test was flaky. If the three requests hit the 8395 wrong threads by chance (or bad OS) then the test would fail. 8396 Made less flaky by increasing number of retries. 8397 - stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs. 8398 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014). 8399 Which includes the ldns_dname_absolute fix. 8400 - fwd_three test remains flaky now that unbound does not stop 8401 listening when full. Thus, removed timeout problem. 8402 It may be serviced by three threads, or maybe by one. 8403 Mostly only useful for lock-check testing now. 8404 840513 October 2008: Wouter 8406 - fixed recursion servers deployed as authoritative detection, so 8407 that as a last resort, a +RD query is sent there to get the 8408 correct answer. 8409 - iana port list update. 8410 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013). 8411 841210 October 2008: Wouter 8413 - fixup tests - the negative cache contained the correct NSEC3s for 8414 two tests that are supposed to fail to validate. 8415 84169 October 2008: Wouter 8417 - negative cache caps max iterations of NSEC3 done. 8418 - NSEC3 negative cache for qtype DS works. 8419 84208 October 2008: Wouter 8421 - NSEC negative cache for DS. 8422 84236 October 2008: Wouter 8424 - jostle-timeout option, so you can config for slow links. 8425 - 0x20 fallback code. Tries 3xnumber of nameserver addresses 8426 queries that must all be the same. Sent to random nameservers. 8427 - documented choices for DoS, EDNS, 0x20. 8428 84292 October 2008: Wouter 8430 - fixup unlink of pidfile. 8431 - fixup SHA256 algorithm collation code. 8432 - contrib/update-anchor.sh does not overwrite anchors if not needed. 8433 exits 0 when a restart is needed, other values if not. 8434 so, update-anchor.sh -d mydir && /etc/rc.d/unbound restart 8435 can restart unbound exactly when needed. 8436 843730 September 2008: Wouter 8438 - fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1. 8439 - tests for sha256 support and downgrade resistance. 8440 - RSASHA256 and RSASHA512 support (using the draft in dnsext), 8441 using the drafted protocol numbers. 8442 - when using stub on localhost (127.0.0.1@10053) unbound works. 8443 Like when running NSD to host a local zone, on the same machine. 8444 The noprime feature. manpages more explanation. Added a test for it. 8445 - shorthand for reverse PTR, local-data-ptr: "1.2.3.4 www.ex.com" 8446 844729 September 2008: Wouter 8448 - EDNS lameness detection, if EDNS packets are dropped this is 8449 detected, eventually. 8450 - multiple query timeout rtt backoff does not backoff too much. 8451 845226 September 2008: Wouter 8453 - tests for remote-control. 8454 - small memory leak in exception during remote control fixed. 8455 - fixup for lock checking but not unchecking in remote control. 8456 - iana portlist updated. 8457 845823 September 2008: Wouter 8459 - Msg cache is loaded. A cache load enables cache responses. 8460 - unbound-control flush [name], flush_type and flush_zone. 8461 846222 September 2008: Wouter 8463 - dump_cache and load_cache statements in unbound-control. 8464 RRsets are dumped and loaded correctly. 8465 Msg cache is dumped. 8466 846719 September 2008: Wouter 8468 - locking on the localdata structure. 8469 - add and remove local zone and data with unbound-control. 8470 - ldns trunk snapshot updated, make tests work again. 8471 847218 September 2008: Wouter 8473 - fixup error in time calculation. 8474 - munin plugin improvements. 8475 - nicer abbreviations for high query types values (ixfr, axfr, any...) 8476 - documented the statistics output in unbound-control man page. 8477 - extended statistics prints out histogram, over unbound-control. 8478 847917 September 2008: Wouter 8480 - locking for threadsafe bogus rrset counter. 8481 - ldns trunk no longer exports b32 functions, provide compat. 8482 - ldns tarball updated. 8483 - testcode/ldns-testpkts.c const fixups. 8484 - fixed rcode stat printout. 8485 - munin plugin in contrib. 8486 - stats always printout uptime, because stats plugins need it. 8487 848816 September 2008: Wouter 8489 - extended-statistics: yesno config option. 8490 - unwanted replies spoof nearmiss detector. 8491 - iana portlist updated. 8492 849315 September 2008: Wouter 8494 - working start, stop, reload commands for unbound-control. 8495 - test for unbound-control working; better exit value for control. 8496 - verbosity control via unbound-control. 8497 - unbound-control stats. 8498 849912 September 2008: Wouter 8500 - removed browser control mentions. Proto speccy. 8501 850211 September 2008: Wouter 8503 - set nonblocking on new TCP streams, because linux does not inherit 8504 the socket options to the accepted socket. 8505 - fix TCP timeouts. 8506 - SSL protected connection between server and unbound-control. 8507 850810 September 2008: Wouter 8509 - remove memleak in privacy addresses on reloads and quits. 8510 - remote control work. 8511 85129 September 2008: Wouter 8513 - smallapp/unbound-control-setup.sh script to set up certificates. 8514 85154 September 2008: Wouter 8516 - scrubber scrubs away private addresses. 8517 - test for private addresses. man page entry. 8518 - code refactored for name and address tree lookups. 8519 85203 September 2008: Wouter 8521 - options for 'DNS Rebinding' protection: private-address and 8522 private-domain. 8523 - dnstree for reuse of routines that help with domain, addr lookups. 8524 - private-address and private-domain config option read, stored. 8525 85262 September 2008: Wouter 8527 - DoS protection features. Queries are jostled out to make room. 8528 - testbound can pass time, increasing the internal timer. 8529 - do not mark unsigned additionals bogus, leave unchecked, which 8530 is removed too. 8531 85321 September 2008: Wouter 8533 - disallow nonrecursive queries for cache snooping by default. 8534 You can allow is using access-control: <subnet> allow_snoop. 8535 The defaults do allow access no authoritative data without RD bit. 8536 - two tests for it and fixups of tests for nonrec refused. 8537 853829 August 2008: Wouter 8539 - version 1.1 number in trunk. 8540 - harden-referral-path option for query for NS records. 8541 Default turns off expensive, experimental option. 8542 854328 August 2008: Wouter 8544 - fixup logfile handling; it is created with correct permissions 8545 again. (from bugfix#199). 8546 Some errors are not written to logfile (pidfile writing, forking), 8547 and these are only visible by using the -d commandline flag. 8548 854927 August 2008: Wouter 8550 - daemon(3) is causing problems for people. Reverting the patch. 8551 bug#200, and 199 and 203 contain sideline discussion on it. 8552 - bug#199 fixed: pidfile can be outside chroot. openlog is done before 8553 chroot and drop permissions. 8554 - config option to set size of aggressive negative cache, 8555 neg-cache-size. 8556 - bug#203 fixed: dlv has been implemented. 8557 855826 August 2008: Wouter 8559 - test for insecure zone when DLV is in use, also does negative cache. 8560 - test for trustanchor when DLV is in use (the anchor works). 8561 - test for DLV used for a zone below a trustanchor. 8562 - added scrub filter for overreaching NSEC records and unit test. 8563 - iana portlist update 8564 - use of setresuid or setreuid when available. 8565 - use daemon(3) if available. 8566 856725 August 2008: Wouter 8568 - realclean patch from Robert Edmonds. 8569 857022 August 2008: Wouter 8571 - nicer debuglogging of DLV. 8572 - test with secure delegation inside the DLV repository. 8573 857421 August 2008: Wouter 8575 - negative cache code linked into validator, for DLV use. 8576 negative cache works for DLV. 8577 - iana portlist update. 8578 - dlv-anchor option for unit tests. 8579 - fixup NSEC_AT_APEX classification for short typemaps. 8580 - ldns-testns has subdomain checks, for unit tests. 8581 858220 August 2008: Wouter 8583 - negative cache code, reviewed. 8584 858518 August 2008: Wouter 8586 - changes info: in logfile to notice: info: or debug: depending on 8587 the verbosity of the statements. Better logfile message 8588 classification. 8589 - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd. 8590 859115 August 2008: Wouter 8592 - DLV nsec code fixed for better detection of closest existing 8593 enclosers from NSEC responses. 8594 - DLV works, straight to the dlv repository, so not for production. 8595 - Iana port update. 8596 859714 August 2008: Wouter 8598 - synthesize DLV messages from the rrset cache, like done for DS. 8599 860013 August 2008: Wouter 8601 - bug #203: nicer do-auto log message when user sets incompatible 8602 options. 8603 - bug #204: variable name ameliorated in log.c. 8604 - bug #206: in iana_update, no egrep, but awk use. 8605 - ldns snapshot r2699 taken (includes DLV type). 8606 - DLV work, config file element, trust anchor read in. 8607 860812 August 2008: Wouter 8609 - finished adjusting testset to provide qtype NS answers. 8610 861111 August 2008: Wouter 8612 - Fixup rrset security updates overwriting 2181 trust status. 8613 This makes validated to be insecure data just as worthless as 8614 nonvalidated data, and 2181 rules prevent cache overwrites to them. 8615 - Fix assertion fail on bogus key handling. 8616 - dnssec lameness detection works on first query at trust apex. 8617 - NS queries get proper cache and dnssec lameness treatment. 8618 - fixup compilation without pthreads on linux. 8619 86208 August 2008: Wouter 8621 - NS queries are done after every referral. 8622 validator is used on those NS records (if anchors enabled). 8623 86247 August 2008: Wouter 8625 - Scrubber more strict. CNAME chains, DNAMEs from cache, other 8626 irrelevant rrsets removed. 8627 - 1.0.2 released from 1.0 support branch. 8628 - fixup update-anchor.sh to work both in BSD shell and bash. 8629 86305 August 2008: Wouter 8631 - fixup DS test so apex nodata works again. 8632 86334 August 2008: Wouter 8634 - iana port update. 8635 - TODO update. 8636 - fix bug 201: null ptr deref on cleanup while udp pkts wait for port. 8637 - added explanatory text for outgoing-port-permit in manpage. 8638 863930 July 2008: Wouter 8640 - fixup bug qtype DS for unsigned zone and signed parent validation. 8641 864225 July 2008: Wouter 8643 - added original copyright statement of OpenBSD arc4random code. 8644 - created tube signaling solution on windows, as a pipe replacement. 8645 this makes background asynchronous resolution work on windows. 8646 - removed very insecure socketpair compat code. It also did not 8647 work with event_waiting. Solved by pipe replacement. 8648 - unbound -h prints openssl version number as well. 8649 865022 July 2008: Wouter 8651 - moved pipe actions to util/tube.c. easier porting and shared code. 8652 - check _raw() commpoint callbacks with fptr_wlist. 8653 - iana port update. 8654 865521 July 2008: Wouter 8656 - #198: nicer entropy warning message. manpage OS hints. 8657 865819 July 2008: Wouter 8659 - #198: fixup man page to suggest chroot entropy fix. 8660 866118 July 2008: Wouter 8662 - branch for 1.0 support. 8663 - trunk work on tube.c. 8664 866517 July 2008: Wouter 8666 - fix bug #196, compile outside source tree. 8667 - fix bug #195, add --with-username=user configure option. 8668 - print error and exit if started with config that requires more 8669 fds than the builtin minievent can handle. 8670 867116 July 2008: Wouter 8672 - made svn tag 1.0.1, trunk now 1.0.2 8673 - sha256 checksums enabled in makedist.sh 8674 867515 July 2008: Wouter 8676 - Follow draft-ietf-dnsop-default-local-zones-06 added reverse 8677 IPv6 example prefix to AS112 default blocklist. 8678 - fixup lookup of DS records by client with trustanchor for same. 8679 - libunbound ub_resolve, fix handling of error condition during setup. 8680 - lowered log_hex blocksize to fit through BSD syslog linesize. 8681 - no useless initialisation if getpwnam not available. 8682 - iana, ldns snapshot updated. 8683 86843 July 2008: Wouter 8685 - Matthijs fixed memory leaks in root hints file reading. 8686 868726 June 2008: Wouter 8688 - fixup streamtcp bounds setting for udp mode, in the test framework. 8689 - contrib item for updating trust anchors. 8690 869125 June 2008: Wouter 8692 - fixup fwd_ancil test typos. 8693 - Fix for newegg lameness : ok for qtype=A, but lame for others. 8694 - fixup unit test for infra cache, test lame merging. 8695 - porting to mingw, bind, listen, getsockopt and setsockopt error 8696 handling. 8697 869824 June 2008: Wouter 8699 - removed testcode/checklocks from production code compilation path. 8700 - streamtcp can use UDP mode (connected UDP socket), for testing IPv6 8701 on windows. 8702 - fwd_ancil test fails if platform support is lacking. 8703 870423 June 2008: Wouter 8705 - fixup minitpkg to cleanup on windows with its file locking troubles. 8706 - minitpkg shows skipped tests in report. 8707 - skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not 8708 ipv6 connectivity). 8709 - winsock event handler keeps track of sticky TCP events, that have 8710 not been fully handled yet. when interest in the event(s) resumes, 8711 they are sent again. When WOULDBLOCK is returned events are cleared. 8712 - skip tests that need signals when testing on mingw. 8713 871418 June 2008: Wouter 8715 - open testbound replay files in binary mode, because fseek/ftell 8716 do not work in ascii-mode on windows. The b does nothing on unix. 8717 unittest and testbound tests work on windows (xp too). 8718 - ioctlsocket prints nicer error message. 8719 - fixed up some TCP porting for winsock. 8720 - lack of IPv6 gives a warning, no fatal error. 8721 - use WSAGetLastError() on windows instead of errno for some errors. 8722 872317 June 2008: Wouter 8724 - outgoing num fds 32 by default on windows ; it supports less 8725 fds for waiting on than unixes. 8726 - winsock_event minievent handler for windows. (you could also 8727 attempt to link with libevent/libev ports for windows). 8728 - neater crypto check and gdi32 detection. 8729 - unbound.exe works to resolve and validate www.nlnetlabs.nl on vista. 8730 873116 June 2008: Wouter 8732 - on windows, use windows threads, mutex and thread-local-storage(Tls). 8733 - detect if openssl needs gdi32. 8734 - if no threading, THREADS_DISABLED is defined for use in the code. 8735 - sets USE_WINSOCK if using ws2_32 on windows. 8736 - wsa_strerror() function for more readable errors. 8737 - WSA Startup and Cleanup called in unbound.exe. 8738 873913 June 2008: Wouter 8740 - port mingw32, more signal ifdefs, detect sleep, usleep, 8741 random, srandom (used inside the tests). 8742 - signed or unsigned FD_SET is cast. 8743 874410 June 2008: Wouter 8745 - fixup warnings compiling on eeepc xandros linux. 8746 87479 June 2008: Wouter 8748 - in iteration response type code 8749 * first check for SOA record (negative answer) before NS record 8750 and lameness. 8751 * check if no AA bit for non-forwarder, and thus lame zone. 8752 In response to error report by Richard Doty for mail.opusnet.com. 8753 - fixup unput warning from lexer on freeBSD. 8754 - bug#183. pidfile, rundir, and chroot configure options. Also the 8755 example.conf and manual pages get the configured defaults. 8756 You can use: (or accept the defaults to /usr/local/etc/unbound/) 8757 --with-conf-file=filename 8758 --with-pidfile=filename 8759 --with-run-dir=path 8760 --with-chroot-dir=path 8761 87628 June 2008: Wouter 8763 - if multiple CNAMEs, use the first one. Fixup akamai CNAME bug. 8764 Reported by Robert Edmonds. 8765 - iana port updated. 8766 87674 June 2008: Wouter 8768 - updated libtool files with newer version. 8769 - iana portlist updated. 8770 87713 June 2008: Wouter 8772 - fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the 8773 trailing dot is not used during comparison. 8774 87752 June 2008: Wouter 8776 - Jelte fixed bugs in my absence 8777 - bug 178: fixed unportable shell usage in configure (relied on 8778 bash shell). 8779 - bug 180: fixed buffer overflow in unbound-checkconf use of strncat. 8780 - bug 181: fixed buffer overflow in ldns (called by unbound to parse 8781 config file parts). 8782 - fixes by Wouter 8783 - bug 177: fixed compilation failure on opensuse, the 8784 --disable-static configure flag caused problems. (Patch from 8785 Klaus Singvogel) 8786 - bug 179: same fix as 177. 8787 - bug 185: --disable-shared not passed along to ldns included with 8788 unbound. Fixed so that configure parameters are passed to the 8789 subdir configure script. 8790 fixed that ./libtool is used always, you can still override 8791 manually with ./configure libtool=mylibtool or set $libtool in 8792 the environment. 8793 - update of the ldns tarball to current ldns svn version (fix 181). 8794 - bug 184: -r option for unbound-host, read resolv.conf for 8795 forwarder. (Note that forwarder must support DNSSEC for validation 8796 to succeed). 8797 879823 May 2008: Wouter 8799 - mingw32 porting. 8800 - test for sys/wait.h 8801 - WSAEWOULDBLOCK test after nonblocking TCP connect. 8802 - write_iov_buffer removed: unused and no struct iov on windows. 8803 - signed/unsigned warning fixup mini_event. 8804 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable. 8805 - skip signals that are not defined 8806 - detect pwd.h. 8807 - detect getpwnam, getrlimit, setsid, sbrk, chroot. 8808 - default config has no chroot if chroot() unavailable. 8809 - if no kill() then no pidfile is read or written. 8810 - gmtime_r is replaced by nonthreadsafe alternative if unavail. 8811 used in rrsig time validation errors. 8812 881322 May 2008: Wouter 8814 - contrib unbound.spec from Patrick Vande Walle. 8815 - fixup bug#175: call tzset before chroot to have correct timestamps 8816 in system log. 8817 - do not generate lex input and lex unput functions. 8818 - mingw port. replacement functions labelled _unbound. 8819 - fix bug 174 - check for tcp_sigpipe that ldns-testns is installed. 8820 882119 May 2008: Wouter 8822 - fedora 9, check in6_pktinfo define in configure. 8823 - CREDITS fixup of history. 8824 - ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative. 8825 882616 May 2008: Wouter 8827 - fixup for MacOSX hosts file reading (reported by John Dickinson). 8828 - created 1.0.0 svn tag. 8829 - trunk version 1.0.1. 8830 883114 May 2008: Wouter 8832 - accepted patch from Ondrej Sury for library version libtool option. 8833 - configure --disable-rpath fixes up libtool for rpath trouble. 8834 Adapted from debian package patch file. 8835 883613 May 2008: Wouter 8837 - Added root ipv6 addresses to builtin root hints. 8838 - TODO modified for post 1.0 plans. 8839 - trunk version set to 1.0.0. 8840 - no unnecessary linking with librt (only when libevent/libev used). 8841 88427 May 2008: Wouter 8843 - fixup no-ip4 problem with error callback in outside network. 8844 884525 April 2008: Wouter 8846 - DESTDIR is honored by the Makefile for rpms. 8847 - contrib files unbound.spec and unbound.init, builds working RPM 8848 on FC7 Linux, a chrooted caching resolver, and libunbound. 8849 - iana ports update. 8850 885124 April 2008: Wouter 8852 - chroot checks improved. working directory relative to chroot. 8853 checks if config file path is inside chroot. Documentation on it. 8854 - nicer example.conf text. 8855 - created 0.11 tag. 8856 885723 April 2008: Wouter 8858 - parseunbound.pl contrib update from Kai Storbeck for threads. 8859 - iana ports update 8860 886122 April 2008: Wouter 8862 - ignore SIGPIPE. 8863 - unit test for SIGPIPE ignore. 8864 886521 April 2008: Wouter 8866 - FEATURES document. 8867 - fixup reread of config file if it was given as a full path 8868 and chroot was used. 8869 887016 April 2008: Wouter 8871 - requirements doc, updated clean query returns. 8872 - parseunbound.pl update from Kai Storbeck. 8873 - sunos4 porting changes. 8874 887515 April 2008: Wouter 8876 - fixup default rc.d pidfile location to /usr/local/etc. 8877 - iana ports updated. 8878 - copyright updated in ldns-testpkts to keep same as in ldns. 8879 - fixup checkconf chroot tests a bit more, chdir must be inside 8880 chroot dir. 8881 - documented 'gcc: unrecognized -KPIC option' errors on Solaris. 8882 - example.conf values changed to /usr/local/etc/unbound 8883 - DSA test work. 8884 - DSA signatures: unbound is compatible with both encodings found. 8885 It will detect and convert when necessary. 8886 888714 April 2008: Wouter 8888 - got update for parseunbound.pl statistics script from Kai Storbeck. 8889 - tpkg tests for udp wait list. 8890 - documented 0x20 status. 8891 - fixup chroot and checkconf, it is much smarter now. 8892 - fixup DSA EVP signature decoding. Solution that Jelte found copied. 8893 - and check first sig byte for the encoding type. 8894 889511 April 2008: Wouter 8896 - random port selection out of the configged ports. 8897 - fixup threadsafety for libevent-1.4.3+ (event_base_get_method). 8898 - removed base_port. 8899 - created 256-port ephemeral space for the OS, 59802 available. 8900 - fixup consistency of port_if out array during heavy use. 8901 890210 April 2008: Wouter 8903 - --with-libevent works with latest libevent 1.4.99-trunk. 8904 - added log file statistics perl script to contrib. 8905 - automatic iana ports update from makefile. 60058 available. 8906 89079 April 2008: Wouter 8908 - configure can detect libev(from its build directory) when passed 8909 --with-libevent=/home/wouter/libev-3.2 8910 libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%). 8911 - unused commpoints not listed in epoll list. 8912 - statistics-cumulative option so that the values are not reset. 8913 - config creates array of available ports, 61841 available, 8914 it excludes <1024 and iana assigned numbers. 8915 config statements to modify the available port numbers. 8916 89178 April 2008: Wouter 8918 - unbound tries to set the ulimit fds when started as server. 8919 if that does not work, it will scale back its requirements. 8920 892127 March 2008: Wouter 8922 - documented /dev/random symlink from chrootdir as FAQ entry. 8923 892426 March 2008: Wouter 8925 - implemented AD bit signaling. If a query sets AD bit (but not DO) 8926 then the AD bit is set in the reply if the answer validated. 8927 Without including DNSSEC signatures. Useful if you have a trusted 8928 path from the client to the resolver. Follows dnssec-updates draft. 8929 893025 March 2008: Wouter 8931 - implemented check that for NXDOMAIN and NOERROR answers a query 8932 section must be present in the reply (by the scrubber). And it must 8933 be equal to the question sent, at least lowercase folded. 8934 Previously this feature happened because the cache code refused 8935 to store such messages. However blocking by the scrubber makes 8936 sure nothing gets into the RRset cache. Also, this looks like a 8937 timeout (instead of an allocation failure) and this retries are 8938 done (which is useful in a spoofing situation). 8939 - RTT banding. Band size 400 msec, this makes band around zero (fast) 8940 include unknown servers. This makes unbound explore unknown servers. 8941 89427 March 2008: Wouter 8943 - -C config feature for harvest program. 8944 - harvest handles CNAMEs too. 8945 89465 March 2008: Wouter 8947 - patch from Hugo Koji Kobayashi for iterator logs spelling. 8948 89494 March 2008: Wouter 8950 - From report by Jinmei Tatuya, rfc2181 trust value for remainder 8951 of a cname trust chain is lower; not full answer_AA. 8952 - test for this fix. 8953 - default config file location is /usr/local/etc/unbound. 8954 Thus prefix is used to determine the location. This is also the 8955 chroot and pidfile default location. 8956 89573 March 2008: Wouter 8958 - Create 0.10 svn tag. 8959 - 0.11 version in trunk. 8960 - indentation nicer. 8961 896229 February 2008: Wouter 8963 - documentation update. 8964 - fixup port to Solaris of perf test tool. 8965 - updated ldns-tarball with decl-after-statement fixes. 8966 896728 February 2008: Wouter 8968 - fixed memory leaks in libunbound (during cancellation and wait). 8969 - libunbound returns the answer packet in full. 8970 - snprintf compat update. 8971 - harvest performs lookup. 8972 - ldns-tarball update with fix for ldns_dname_label. 8973 - installs to sbin by default. 8974 - install all manual pages (unbound-host and libunbound too). 8975 897627 February 2008: Wouter 8977 - option to use caps for id randomness. 8978 - config file option use-caps-for-id: yes 8979 - harvest debug tool 8980 898126 February 2008: Wouter 8982 - delay utility delays TCP as well. If the server that is forwarded 8983 to has a TCP error, the delay utility closes the connection. 8984 - delay does REUSE_ADDR, and can handle a server that closes its end. 8985 - answers use casing from query. 8986 898725 February 2008: Wouter 8988 - delay utility works. Gets decent thoughput too (>20000). 8989 899022 February 2008: Wouter 8991 - +2% for recursions, if identical queries (except for destination 8992 and query ID) in the reply list, avoid re-encoding the answer. 8993 - removed TODO items for optimizations that do not show up in 8994 profile reports. 8995 - default is now minievent - not libevent. As its faster and 8996 not needed for regular installs, only for very large port ranges. 8997 - loop check different speedup pkt-dname-reading, 1% faster for 8998 nocache-recursion check. 8999 - less hashing during msg parse, 4% for recursion. 9000 - small speed fix for dname_count_size_labels, +1 or +2% recursion. 9001 - some speed results noted: 9002 optimization resulted in +40% for recursion (cache miss) and 9003 +70 to +80 for cache hits, and +96% for version.bind. 9004 zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4 9005 www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3 9006 www with DO bit set : BIND 8269.31 Ub 28735.6 qps. 9007 So, unbound can be about equal qps to NSD in cache hits. 9008 And about 3.4x faster than BIND in cache performance. 9009 - delay utility for testing. 9010 901121 February 2008: Wouter 9012 - speedup of root-delegation message encoding by 15%. 9013 - minor speedup of compress tree_lookup, maybe 1%. 9014 - speedup of dname_lab_cmp and memlowercmp - the top functions in 9015 profiler output, maybe a couple percent when it matters. 9016 901720 February 2008: Wouter 9018 - setup speec_cache for need-ldns-testns in dotests. 9019 - check number of queued replies on incoming queries to avoid overload 9020 on that account. 9021 - fptr whitelist checks are not disabled in optimize mode. 9022 - do-daemonize config file option. 9023 - minievent time share initializes time at start. 9024 - updated testdata for nsec3 new algorithm numbers (6, 7). 9025 - small performance test of packet encoding (root delegation). 9026 902719 February 2008: Wouter 9028 - applied patch to unbound-host man page from Jan-Piet Mens. 9029 - fix donotquery-localhost: yes default (it erroneously was switched 9030 to default 'no'). 9031 - time is only gotten once and the value is shared across unbound. 9032 - unittest cleans up crypto, so that it has no memory leaks. 9033 - mini_event shares the time value with unbound this results in 9034 +3% speed for cache responses and +9% for recursions. 9035 - ldns tarball update with new NSEC3 sign code numbers. 9036 - perform several reads per UDP operation. This improves performance 9037 in DoS conditions, and costs very little in normal conditions. 9038 improves cache response +50%, and recursions +10%. 9039 - modified asynclook test. because the callback from async is not 9040 in any sort of lock (and thus can use all library functions freely), 9041 this causes a tiny race condition window when the last lock is 9042 released for a callback and a new cancel() for that callback. 9043 The only way to remove this is by putting callbacks into some 9044 lock window. I'd rather have the small possibility of a callback 9045 for a cancelled function then no use of library functions in 9046 callbacks. Could be possible to only outlaw process(), wait(), 9047 cancel() from callbacks, by adding another lock, but I'd rather not. 9048 904918 February 2008: Wouter 9050 - patch to unbound-host from Jan-Piet Mens. 9051 - unbound host prints errors if fails to configure context. 9052 - fixup perf to resend faster, so that long waiting requests do 9053 not hold up the queue, they become lost packets or SERVFAILs, 9054 or can be sent a little while later (i.e. processing time may 9055 take long, but throughput has to be high). 9056 - fixup iterator operating in no cache conditions (RD flag unset 9057 after a CNAME). 9058 - streamlined code for RD flag setting. 9059 - profiled code and changed dname compares to be faster. 9060 The speedup is about +3% to +8% (depending on the test). 9061 - minievent tests for eintr and eagain. 9062 906315 February 2008: Wouter 9064 - added FreeBSD rc.d script to contrib. 9065 - --prefix option for configure also changes directory: pidfile: 9066 and chroot: defaults in config file. 9067 - added cache speed test, for cache size OK and cache too small. 9068 906914 February 2008: Wouter 9070 - start without a config file (will complain, but start with 9071 defaults). 9072 - perf test program works. 9073 907413 February 2008: Wouter 9075 - 0.9 released. 9076 - 1.0 development. Printout ldns version on unbound -h. 9077 - start of perf tool. 9078 - bugfix to read empty lines from /etc/hosts. 9079 908012 February 2008: Wouter 9081 - fixup problem with configure calling itself if ldns-src tarball 9082 is not present. 9083 908411 February 2008: Wouter 9085 - changed library to use ub_ instead of ub_val_ as prefix. 9086 - statistics output text nice. 9087 - etc/hosts handling. 9088 - library function to put logging to a stream. 9089 - set any option interface. 9090 90918 February 2008: Wouter 9092 - test program for multiple queries over a TCP channel. 9093 - tpkg test for stream tcp queries. 9094 - unbound replies to multiple TCP queries on a TCP channel. 9095 - fixup misclassification of root referral with NS in answer 9096 when validating a nonrec query. 9097 - tag 0.9 9098 - layout of manpages, spelling fix in header, manpages process by 9099 makedist, list asynclook and tcpstream tests as ldns-testns 9100 required. 9101 91027 February 2008: Wouter 9103 - moved up all current level 2 to be level 3. And 3 to 4. 9104 to make room for new debug level 2 for detailed information 9105 for operators. 9106 - verbosity level 2. Describes recursion and validation. 9107 - cleaner configure script and fixes for libevent solaris. 9108 - signedness for log output memory sizes in high verbosity. 9109 91106 February 2008: Wouter 9111 - clearer explanation of threading configure options. 9112 - fixup asynclook test for nothreading (it creates only one process 9113 to do the extended test). 9114 - changed name of ub_val_result_free to ub_val_resolve_free. 9115 - removes warning message during library linking, renamed 9116 libunbound/unbound.c -> libunbound.c and worker to libworker. 9117 - fallback without EDNS if result is NOTIMPL as well as on FORMERR. 9118 91195 February 2008: Wouter 9120 - statistics-interval: seconds option added. 9121 - test for statistics option 9122 - ignore errors making directories, these can occur in parallel builds 9123 - fixup Makefile strip command and libunbound docs typo. 9124 912531 January 2008: Wouter 9126 - bg thread/process reads and writes the pipe nonblocking all the time 9127 so that even if the pipe is buffered or so, the bg thread does not 9128 block, and services both pipes and queries. 9129 913030 January 2008: Wouter 9131 - check trailing / on chrootdir in checkconf. 9132 - check if root hints and anchor files are in chrootdir. 9133 - no route to host tcp error is verbosity level 2. 9134 - removed unused send_reply_iov. and its configure check. 9135 - added prints of 'remote address is 1.2.3.4 port 53' to errors 9136 from netevent; the basic socket errors. 9137 913828 January 2008: Wouter 9139 - fixup uninit use of buffer by libunbound (query id, flags) for 9140 local_zone answers. 9141 - fixup uninit warning from random.c; also seems to fix sporadic 9142 sigFPE coming out of openssl. 9143 - made openssl entropy warning more silent for library use. Needs 9144 verbosity 1 now. 9145 - fixup forgotten locks for rbtree_searches on ctx->query tree. 9146 - random generator cleanup - RND_STATE_SIZE removed, and instead 9147 a super-rnd can be passed at init to chain init random states. 9148 - test also does lock checks if available. 9149 - protect config access in libworker_setup(). 9150 - libevent doesn't like comm_base_exit outside of runloop. 9151 - close fds after removing commpoints only (for epoll, kqueue). 9152 915325 January 2008: Wouter 9154 - added tpkg for asynclook and library use. 9155 - allows localhost to be queried when as a library. 9156 - fixup race condition between cancel and answer (in case of 9157 really fast answers that beat the cancel). 9158 - please doxygen, put doxygen comment in one place. 9159 - asynclook -b blocking mode and test. 9160 - refactor asynclook, nicer code. 9161 - fixup race problems from opensll in rand init from library, with 9162 a mutex around the rand init. 9163 - fix pass async_id=NULL to _async resolve(). 9164 - rewrote _wait() routine, so that it is threadsafe. 9165 - cancelation is threadsafe. 9166 - asynclook extended test in tpkg. 9167 - fixed two races where forked bg process waits for (somehow shared?) 9168 locks, so does not service the query pipe on the bg side. 9169 Now those locks are only held for fg_threads and for bg_as_a_thread. 9170 917124 January 2008: Wouter 9172 - tested the cancel() function. 9173 - asynclook -c (cancel) feature. 9174 - fix fail to allocate context actions. 9175 - make pipe nonblocking at start. 9176 - update plane for retry mode with caution to limit bandwidth. 9177 - fix Makefile for concurrent make of unbound-host. 9178 - renamed ub_val_ctx_wait/poll/process/fd to ub_val*. 9179 - new calls to set forwarding added to header and docs. 9180 918123 January 2008: Wouter 9182 - removed debug prints from if-auto, verb-algo enables some. 9183 - libunbound QUIT setup, remove memory leaks, when using threads 9184 will share memory for passing results instead of writing it over 9185 the pipe, only writes ID number over the pipe (towards the handler 9186 thread that does process() ). 9187 918822 January 2008: Wouter 9189 - library code for async in libunbound/unbound.c. 9190 - fix link testbound. 9191 - fixup exit bug in mini_event. 9192 - background worker query enter and result functions. 9193 - bg query test application asynclook, it looks up multiple 9194 hostaddresses (A records) at the same time. 9195 919621 January 2008: Wouter 9197 - libworker work, netevent raw commpoints, write_msg, serialize. 9198 919918 January 2008: Wouter 9200 - touch up of manpage for libunbound. 9201 - support for IP_RECVDSTADDR (for *BSD ip4). 9202 - fix for BSD, do not use ip4to6 mapping, make two sockets, once 9203 ip6 and once ip4, uses socket options. 9204 - goodbye ip4to6 mapping. 9205 - update ldns-testpkts with latest version from ldns-trunk. 9206 - updated makedist for relative ldns pathnames. 9207 - library API with more information inside the result structure. 9208 - work on background resolves. 9209 921017 January 2008: Wouter 9211 - fixup configure in case -lldns is installed. 9212 - fixup a couple of doxygen warnings, about enum variables. 9213 - interface-automatic now copies the interface address from the 9214 PKT_INFO structure as well. 9215 - manual page with library API, all on one page 'man libunbound'. 9216 - rewrite of PKTINFO structure, it also captures IP4 PKTINFO. 9217 921816 January 2008: Wouter 9219 - incoming queries to the server with TC bit on are replied FORMERR. 9220 - interface-automatic replied the wrong source address on localhost 9221 queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying 9222 to use ifnum=-1 to mean 'no interface, use kernel route'. 9223 922415 January 2008: Wouter 9225 - interface-automatic feature. experimental. Nice for anycast. 9226 - tpkg test for ip6 ancillary data. 9227 - removed debug prints. 9228 - porting experience, define for Solaris, test refined for BSD 9229 compatibility. The feature probably will not work on OpenBSD. 9230 - makedist fixup for ldns-src in build-dir. 9231 923214 January 2008: Wouter 9233 - in no debug sets NDEBUG to remove asserts. 9234 - configure --enable-debug is needed for dependency generation 9235 for assertions and for compiler warnings. 9236 - ldns.tgz updated with ldns-trunk (where buffer.h is updated). 9237 - fix lint, unit test in optimize mode. 9238 - default access control allows ::ffff:127.0.0.1 v6mapped localhost. 9239 924011 January 2008: Wouter 9241 - man page, warning removed. 9242 - added text describing the use of stub zones for private zones. 9243 - checkconf tests for bad hostnames (IP address), and for doubled 9244 interface lines. 9245 - memory sizes can be given with 'k', 'Kb', or M or G appended. 9246 924710 January 2008: Wouter 9248 - typo in example.conf. 9249 - made using ldns-src that is included the package more portable 9250 by linking with .lo instead of .o files in the ldns package. 9251 - nicer do-ip6: yes/no documentation. 9252 - nicer linking of libevent .o files. 9253 - man pages render correctly on solaris. 9254 92559 January 2008: Wouter 9256 - fixup openssl RAND problem, when the system is not configured to 9257 give entropy, and the rng needs to be seeded. 9258 92598 January 2008: Wouter 9260 - print median and quartiles with extensive logging. 9261 92624 January 2008: Wouter 9263 - document misconfiguration in private network. 9264 92652 January 2008: Wouter 9266 - fixup typo in requirements. 9267 - document that 'refused' is a better choice than 'drop' for 9268 the access control list, as refused will stop retries. 9269 92707 December 2007: Wouter 9271 - unbound-host has a -d option to show what happens. This can help 9272 with debugging (why do I get this answer). 9273 - fixup CNAME handling, on nodata, sets and display canonname. 9274 - dot removed from CNAME display. 9275 - respect -v for NXDOMAINs. 9276 - updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes). 9277 - size_t to int for portability of the header file. 9278 - fixup bogus handling. 9279 - dependencies and lint for unbound-host. 9280 92816 December 2007: Wouter 9282 - library resolution works in foreground mode, unbound-host app 9283 receives data. 9284 - unbound-host prints rdata using ldns. 9285 - unbound-host accepts trust anchors, and prints validation 9286 information when you give -v. 9287 92885 December 2007: Wouter 9289 - locking in context_new() inside the function. 9290 - setup of libworker. 9291 92924 December 2007: Wouter 9293 - minor Makefile fixup. 9294 - moved module-stack code out of daemon/daemon into services/modstack, 9295 preparing for code-reuse. 9296 - move context into own header file. 9297 - context query structure. 9298 - removed unused variable pwd from checkconf. 9299 - removed unused assignment from outside netw. 9300 - check timeval length of string. 9301 - fixup error in val_utils getsigner. 9302 - fixup same (*var) error in netblocktostr. 9303 - fixup memleak on parse error in localzone. 9304 - fixup memleak on packet parse error. 9305 - put ; after union in parser.y. 9306 - small hardening in iter_operate against iq==NULL. 9307 - hardening, if error reply with rcode=0 (noerror) send servfail. 9308 - fixup same (*var) error in find_rrset in msgparse, was harmless. 9309 - check return value of evtimer_add(). 9310 - fixup lockorder in lruhash_reclaim(), building up a list of locked 9311 entries one at a time. Instead they are removed and unlocked. 9312 - fptr_wlist for markdelfunc. 9313 - removed is_locked param from lruhash delkeyfunc. 9314 - moved bin_unlock during bin_split purely to please. 9315 93163 December 2007: Wouter 9317 - changed checkconf/ to smallapp/ to make room for more support tools. 9318 (such as unbound-host). 9319 - install dirs created with -m 755 because they need to be accessible. 9320 - library extensive featurelist added to TODO. 9321 - please doxygen, lint. 9322 - library test application, with basic functionality. 9323 - fix for building in a subdirectory. 9324 - link lib fix for Leopard. 9325 932630 November 2007: Wouter 9327 - makefile that creates libunbound.la, basic file or libunbound.a 9328 when creating static executables (no libtool). 9329 - more API setup. 9330 933129 November 2007: Wouter 9332 - 0.9 public API start. 9333 933428 November 2007: Wouter 9335 - Changeup plan for 0.8 - no complication needed, a simple solution 9336 has been chosen for authoritative features. 9337 - you can use single quotes in the config file, so it is possible 9338 to specify TXT records in local data. 9339 - fixup small memory problem in implicit transparent zone creation. 9340 - test for implicit zone creation and multiple RR RRsets local data. 9341 - local-zone nodefault test. 9342 - show testbound testlist on commit. 9343 - iterator normalizer changes CNAME chains ending in NXDOMAIN where 9344 the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial 9345 domain exists). 9346 - nicer verbosity: 0 and 1 levels. 9347 - lower nonRDquery chance of eliciting wrongly typed validation 9348 requiring message from the cache. 9349 - fix for nonRDquery validation typing; nodata is detected when 9350 SOA record in auth section (all validation-requiring nodata messages 9351 have a SOA record in authority, so this is OK for the validator), 9352 and NS record is needed to be a referral. 9353 - duplicate checking when adding NSECs for a CNAME, and test. 9354 - created svn tag 0.8, after completing testbed tests. 9355 935627 November 2007: Wouter 9357 - per suggestion in rfc2308, replaced default max-ttl value with 1 day. 9358 - set size of msgparse lookup table to 32, from 1024, so that its size 9359 is below the 2048 regional large size threshold, and does not cause 9360 a call to malloc when a message is parsed. 9361 - update of memstats tool to print number of allocation calls. 9362 This is what is taking time (not space) and indicates the avg size 9363 of the allocations as well. region_alloc stat is removed. 9364 936522 November 2007: Wouter 9366 - noted EDNS in-the-middle dropping trouble as a TODO. 9367 At this point theoretical, no user trouble has been reported. 9368 - added all default AS112 zones. 9369 - answers from local zone content. 9370 * positive answer, the rrset in question 9371 * nodata answer (exist, but not that type). 9372 * nxdomain answer (domain does not exist). 9373 * empty-nonterminal answer. 9374 * But not: wildcard, nsec, referral, rrsig, cname/dname, 9375 or additional section processing, NS put in auth. 9376 - test for correct working of static and transparent and couple 9377 of important defaults (localhost, as112, reverses). 9378 Also checks deny and refuse settings. 9379 - fixup implicit zone generation and AA bit for NXDOMAIN on localdata. 9380 938121 November 2007: Wouter 9382 - local zone internal data setup. 9383 938420 November 2007: Wouter 9385 - 0.8 - str2list config support for double string config options. 9386 - local-zone and local-data options, config storage and documentation. 9387 938819 November 2007: Wouter 9389 - do not downcase NSEC and RRSIG for verification. Follows 9390 draft-ietf-dnsext-dnssec-bis-updates-06.txt. 9391 - fixup leaking unbound daemons at end of tests. 9392 - README file updated. 9393 - nice libevent not found error. 9394 - README talks about gnu make. 9395 - 0.8: unit test for addr_mask and fixups for it. 9396 and unit test for addr_in_common(). 9397 - 0.8: access-control config file element. 9398 and unit test rpl replay file. 9399 - 0.8: fixup address reporting from netevent. 9400 940116 November 2007: Wouter 9402 - privilege separation is not needed in unbound at this time. 9403 TODO item marked as such. 9404 - created beta-0.7 branch for support. 9405 - tagged 0.7 for beta release. 9406 - moved trunk to 0.8 for 0.8(auth features) development. 9407 - 0.8: access control list setup. 9408 940915 November 2007: Wouter 9410 - review fixups from Jelte. 9411 941214 November 2007: Wouter 9413 - testbed script does not recreate configure, since its in svn now. 9414 - fixup checkconf test so that it does not test 9415 /etc/unbound/unbound.conf. 9416 - tag 0.6. 9417 941813 November 2007: Wouter 9419 - remove debug print. 9420 - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists. 9421 942212 November 2007: Wouter 9423 - fixup signal handling where SIGTERM could be ignored if a SIGHUP 9424 arrives later on. 9425 - bugreports to unbound-bugs@nlnetlabs.nl 9426 - fixup testbound so it exits cleanly. 9427 - cleanup the caches on a reload, so that rrsetID numbers won't clash. 9428 94299 November 2007: Wouter 9430 - took ldns snapshot in repo. 9431 - default config file is /etc/unbound/unbound.conf. 9432 If it doesn't exist, it is installed with the doc/example.conf file. 9433 The file is not deleted on uninstall. 9434 - default listening is not all, but localhost interfaces. 9435 94368 November 2007: Wouter 9437 - Fixup chroot and drop user privileges. 9438 - new L root ip address in default hints. 9439 94401 November 2007: Wouter 9441 - Fixup of crash on reload, due to anchors in env not NULLed after 9442 dealloc during deinit. 9443 - Fixup of chroot call. Happens after privileges are dropped, so 9444 that checking the passwd entry still works. 9445 - minor touch up of clear() hashtable function. 9446 - VERB_DETAIL prints out what chdir, username, chroot is being done. 9447 - when id numbers run out, caches are cleared, as in design notes. 9448 Tested with a mock setup with very few bits in id, it worked. 9449 - harden-dnssec-stripped: yes is now default. It insists on dnssec 9450 data for trust anchors. Included tests for the feature. 9451 945231 October 2007: Wouter 9453 - cache-max-ttl config option. 9454 - building outside sourcedir works again. 9455 - defaults more secure: 9456 username: "unbound" 9457 chroot: "/etc/unbound" 9458 The operator can override them to be less secure ("") if necessary. 9459 - fix horrible oversight in sorting rrset references in a message, 9460 sort per reference key pointer, not on referencepointer itself. 9461 - pidfile: "/etc/unbound/unbound.pid" is now the default. 9462 - tests changed to reflect the updated default. 9463 - created hashtable clear() function that respects locks. 9464 946530 October 2007: Wouter 9466 - fixup assertion failure that relied on compressed names to be 9467 smaller than uncompressed names. A packet from comrite.com was seen 9468 to be compressed to a larger size. Added it as unit test. 9469 - quieter logging at low verbosity level for common tcp messages. 9470 - no greedy TTL update. 9471 947223 October 2007: Wouter 9473 - fixup (grand-)parent problem for dnssec-lameness detection. 9474 - fixup tests to do additional section processing for lame replies, 9475 since the detection needs that. 9476 - no longer trust in query section in reply during dnssec lame detect. 9477 - dnssec lameness does not make the server never ever queried, but 9478 non-preferred. If no other servers exist or answer, the dnssec lame 9479 server is used; the fastest dnssec lame server is chosen. 9480 - added test then when trust anchor cannot be primed (nodata), the 9481 insecure mode from unbound works. 9482 - Fixup max queries per thread, any more are dropped. 9483 948422 October 2007: Wouter 9485 - added donotquerylocalhost config option. Can be turned off for 9486 out test cases. 9487 - ISO C compat changes. 9488 - detect RA-no-AA lameness, as LAME. 9489 - DNSSEC-lameness detection, as LAME. 9490 See notes in requirements.txt for choices made. 9491 - tests for lameness detection. 9492 - added all to make test target; need unbound for fwd tests. 9493 - testbound does not pollute /etc/unbound. 9494 949519 October 2007: Wouter 9496 - added configure (and its files) to svn, so that the trunk is easier 9497 to use. ./configure, config.guess, config.sub, ltmain.sh, 9498 and config.h.in. 9499 - added yacc/lex generated files, util/configlexer.c, 9500 util/configparser.c util/configparser.h, to svn. 9501 - without lex no attempt to use it. 9502 - unsecure response validation collated into one block. 9503 - remove warning about const cast of cfgfile name. 9504 - outgoing-interfaces can be different from service interfaces. 9505 - ldns-src configure is done during unbound configure and 9506 ldns-src make is done during unbound make, and so inherits the 9507 make arguments from the unbound make invocation. 9508 - nicer error when libevent problem causes instant exit on signal. 9509 - read root hints from a root hint file (like BIND does). 9510 951118 October 2007: Wouter 9512 - addresses are logged with errors. 9513 - fixup testcode fake event to remove pending before callback 9514 since the callback may create new pending items. 9515 - tests updated because retries are now in iterator module. 9516 - ldns-testpkts code is checked for differences between unbound 9517 and ldns by makedist.sh. 9518 - ldns trunk from today added in svn repo for fallback in case 9519 no ldns is installed on the system. 9520 make download_ldns refreshes the tarball with ldns svn trunk. 9521 - ldns-src.tar.gz is used if no ldns is found on the system, and 9522 statically linked into unbound. 9523 - start of regional allocator code. 9524 - regional uses less memory and variables, simplified code. 9525 - remove of region-allocator. 9526 - alloc cache keeps a cache of recently released regional blocks, 9527 up to a maximum. 9528 - make unit test cleanly free memory. 9529 953017 October 2007: Wouter 9531 - fixup another cycle detect and ns-addr timeout resolution bug. 9532 This time by refusing delegations from the cache without addresses 9533 when resolving a mandatory-glue nameserver-address for that zone. 9534 We're going to have to ask a TLD server anyway; might as well be 9535 the TLD server for this name. And this resolves a lot of cases where 9536 the other nameserver names lead to cycles or are not available. 9537 - changed random generator from random(3) clone to arc4random wrapped 9538 for thread safety. The random generator is initialised with 9539 entropy from the system. 9540 - fix crash where failure to prime DNSKEY tried to print null pointer 9541 in the log message. 9542 - removed some debug prints, only verb_algo (4) enables them. 9543 - fixup test; new random generator took new paths; such as one 9544 where no scripted answer was available. 9545 - mark insecure RRs as insecure. 9546 - fixup removal of nonsecure items from the additional. 9547 - reduced timeout values to more realistic, 376 msec (262 msec has 9548 90% of roundtrip times, 512 msec has 99% of roundtrip times.) 9549 - server selection failover to next server after timeout (376 msec). 9550 955116 October 2007: Wouter 9552 - no malloc in log_hex. 9553 - assertions around system calls. 9554 - protect against gethostname without ending zero. 9555 - ntop output is null terminated by unbound. 9556 - pidfile content null termination 9557 - various snprintf use sizeof(stringbuf) instead of fixed constant. 9558 - changed loopdetect % 8 with & 0x7 since % can become negative for 9559 weird negative input and particular interpretation of integer math. 9560 - dname_pkt_copy checks length of result, to protect result buffers. 9561 prints an error, this should not happen. Bad strings should have 9562 been rejected earlier in the program. 9563 - remove a size_t underflow from msgreply size func. 9564 956515 October 2007: Wouter 9566 - nicer warning. 9567 - fix IP6 TCP, wrong definition check. With test package. 9568 - fixup the fact that the query section was not compressed to, 9569 the code was there but was called by value instead of by reference. 9570 And test for the case, uses xxd and nc. 9571 - more portable ip6 check for sockaddr types. 9572 95738 October 2007: Wouter 9574 - --disable-rpath option in configure for 64bit systems with 9575 several dynamic lib dirs. 9576 95777 October 2007: Wouter 9578 - fixup tests for no AD bit in non-DO queries. 9579 - test that makes sure AD bit is not set on non-DO query. 9580 95816 October 2007: Wouter 9582 - removed logfile open early. It did not have the proper permissions; 9583 it was opened as root instead of the user. And we cannot change user 9584 id yet, since chroot and bind ports need to be done. 9585 - callback checks for event callbacks done from mini_event. Because 9586 of deletions cannot do this from netevent. This means when using 9587 libevent the protection does not work on event-callbacks. 9588 - fixup too small reply (did not zero counts). 9589 - fixup reply no longer AD bit when query without DO bit. 9590 95915 October 2007: Wouter 9592 - function pointer whitelist. 9593 95944 October 2007: Wouter 9595 - overwrite sensitive random seed value after use. 9596 - switch to logfile very soon if not -d (console attached). 9597 - error messages do not reveal the trustanchor contents. 9598 - start work on function pointer whitelists. 9599 96003 October 2007: Wouter 9601 - fix for multiple empty nonterminals, after multiple DSes in the 9602 chain of trust. 9603 - mesh checks if modules are looping, and stops them. 9604 - refetch with CNAMEd nameserver address regression test added. 9605 - fixup line count bug in testcode, so testbound prints correct line 9606 number with parse errors. 9607 - unit test for multiple ENT case. 9608 - fix for cname out of validated unsec zone. 9609 - fixup nasty id=0 reuse. Also added assertions to detect its 9610 return (the assertion catches in the existing test cases). 9611 96121 October 2007: Wouter 9613 - skip F77, CXX, objC tests in configure step. 9614 - fixup crash in refetch glue after a CNAME. 9615 and protection against similar failures (with error print). 9616 961728 September 2007: Wouter 9618 - test case for unbound-checkconf, fixed so it also checks the 9619 interface: statements. 9620 962126 September 2007: Wouter 9622 - SIGHUP will reopen the log file. 9623 - Option to log to syslog. 9624 - please lint, fixup tests (that went to syslog on open, oops). 9625 - config check program. 9626 962725 September 2007: Wouter 9628 - tests for NSEC3. Fixup bitmap checks for NSEC3. 9629 - positive ANY response needs to check if wildcard expansion, and 9630 check that original data did not exist. 9631 - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure 9632 delegation, for abuse of child zone apex nsec3. 9633 - create 0.5 release tag. 9634 963524 September 2007: Wouter 9636 - do not make test programs by default. 9637 - But 'make test' will perform all of the tests. 9638 - Advertise builtin select libevent alternative when no libevent 9639 is found. 9640 - signit can generate NSEC3 hashes, for generating tests. 9641 - multiple nsec3 parameters in message test. 9642 - too high nsec3 iterations becomes insecure test. 9643 964421 September 2007: Wouter 9645 - fixup empty_DS_name allocated in wrong region (port DEC Alpha). 9646 - fixup testcode lock safety (port FreeBSD). 9647 - removes subscript has type char warnings (port Solaris 9). 9648 - fixup of field with format type to int (port MacOS/X intel). 9649 - added test for infinite loop case in nonRD answer validation. 9650 It was a more general problem, but hard to reproduce. When an 9651 unsigned rrset is being validated and the key fetched, the DS 9652 sequence is followed, but if the final name has no DS, then no 9653 proof is possible - the signature has been stripped off. 9654 965520 September 2007: Wouter 9656 - fixup and test for NSEC wildcard with empty nonterminals. 9657 - makedist.sh fixup for svn info. 9658 - acl features request in plan. 9659 - improved DS empty nonterminal handling. 9660 - compat with ANS nxdomain for empty nonterminals. Attempts the nodata 9661 proof anyway, which succeeds in ANS failure case. 9662 - striplab protection in case it becomes -1. 9663 - plans for static and blacklist config. 9664 966519 September 2007: Wouter 9666 - comments about non-packed usage. 9667 - plan for overload support in 0.6. 9668 - added testbound tests for a failed resolution from the logs 9669 and for failed prime when missing glue. 9670 - fixup so useless delegation points are not returned from the 9671 cache. Also the safety belt is used if priming fails to complete. 9672 - fixup NSEC rdata not to be lowercased, bind compat. 9673 967418 September 2007: Wouter 9675 - wildcard nsec3 testcases, and fixup to get correct wildcard name. 9676 - validator prints subtype classification for debug. 9677 967817 September 2007: Wouter 9679 - NSEC3 hash cache unit test. 9680 - validator nsec3 nameerror test. 9681 968214 September 2007: Wouter 9683 - nsec3 nodata proof, nods proof, wildcard proof. 9684 - nsec3 support for cname chain ending in noerror or nodata. 9685 - validator calls nsec3 proof routines if no NSECs prove anything. 9686 - fixup iterator bug where it stored the answer to a cname under 9687 the wrong qname into the cache. When prepending the cnames, the 9688 qname has to be reset to the original qname. 9689 969013 September 2007: Wouter 9691 - nsec3 find matching and covering, ce proof, prove namerror msg. 9692 969312 September 2007: Wouter 9694 - fixup of manual page warnings, like for NSD bugreport. 9695 - nsec3 work, config, max iterations, filter, and hash cache. 9696 96976 September 2007: Wouter 9698 - fixup to find libevent on mac port install. 9699 - fixup size_t vs unsigned portability in validator/sigcrypt. 9700 - please compiler on different platforms, for unreachable code. 9701 - val_nsec3 file. 9702 - pthread_rwlock type is optional, in case of old pthread libs. 9703 97045 September 2007: Wouter 9705 - cname, name error validator tests. 9706 - logging of qtype ANY works. 9707 - ANY type answers get RRSIG in answer section of replies (but not 9708 in other sections, unless DO bit is on). 9709 - testbound can replay a TCP query (set MATCH TCP in the QUERY). 9710 - DS and noDS referral validation test. 9711 - if you configure many trust anchors, parent trust anchors can 9712 securely deny existence of child trust anchors, if validated. 9713 - not all *.name NSECs are present because a wildcard was matched, 9714 and *.name NSECs can prove nodata for empty nonterminals. 9715 Also, for wildcard name NSECs, check they are not from the parent 9716 zone (for wildcarded zone cuts), and check absence of CNAME bit, 9717 for a nodata proof. 9718 - configure option for memory allocation debugging. 9719 - port configure option for memory allocation to solaris10. 9720 97214 September 2007: Wouter 9722 - fixup of Leakage warning when serviced queries processed multiple 9723 callbacks for the same query from the same server. 9724 - testbound removes config file from /tmp on failed exit. 9725 - fixup for referral cleanup of the additional section. 9726 - tests for cname, referral validation. 9727 - neater testbound tpkg output. 9728 - DNAMEs no longer match their apex when synthesized from the cache. 9729 - find correct signer name for DNAME responses. 9730 - wildcarded DNAME test and fixup code to detect. 9731 - prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs. 9732 So that wildcarded CNAMEs get their NSEC with them to the answer. 9733 - test for a CNAME to a DNAME to a CNAME to an answer, all from 9734 different domains, for key fetching and signature checking of 9735 CNAME'd messages. 9736 97373 September 2007: Wouter 9738 - Fixed error in iterator that would cause assertion failure in 9739 validator. CNAME to a NXDOMAIN response was collated into a response 9740 with both a CNAME and the NXDOMAIN rcode. Added a test that the 9741 rcode is changed to NOERROR (because of the CNAME). 9742 - timeout on tcp does not lead to spurious leakage detect. 9743 - account memory for name of lame zones, so that memory leakages does 9744 not show lame cache growth as a leakage growth. 9745 - config setting for lameness cache expressed in bytes, instead of 9746 number of entries. 9747 - tool too summarize allocations per code line. 9748 974931 August 2007: Wouter 9750 - can read bind trusted-keys { ... }; files, in a compatibility mode. 9751 - iterator should not detach target queries that it still could need. 9752 the protection against multiple outstanding queries is moved to a 9753 current_query num check. 9754 - validator nodata, positive, referral tests. 9755 - dname print can print '*' wildcard. 9756 975730 August 2007: Wouter 9758 - fixup override date config option. 9759 - config options to control memory usage. 9760 - caught bad free of un-alloced data in worker_send error case. 9761 - memory accounting for key cache (trust anchors and temporary cache). 9762 - memory accounting fixup for outside network tcp pending waits. 9763 - memory accounting fixup for outside network tcp callbacks. 9764 - memory accounting for iterator fixed storage. 9765 - key cache size and slabs config options. 9766 - lib crypto cleanups at exit. 9767 976829 August 2007: Wouter 9769 - test tool to sign rrsets for testing validator with. 9770 - added RSA and DSA test keys, public and private pairs, 512 bits. 9771 - default configuration is with validation enabled. 9772 Only a trust-anchor needs to be configured for DNSSEC to work. 9773 - do not convert to DER for DSA signature verification. 9774 - validator replay test file, for a DS to DNSKEY DSA key prime and 9775 positive response. 9776 977728 August 2007: Wouter 9778 - removed double use for udp buffers, that could fail, 9779 instead performs a malloc to do the backup. 9780 - validator validates referral messages, by validating all the rrsets 9781 and stores the rrsets in the cache. Further referral (nonRD queries) 9782 replies are made from the rrset cache directly. Unless unchecked 9783 rrsets are encountered, there are then validated. 9784 - enforce that signing is done by a parent domain (or same domain). 9785 - adjust TTL downwards if rrset TTL bigger than signature allows. 9786 - permissive mode feature, sets AD bit for secure, but bogus does 9787 not give servfail (bogus is changed into indeterminate). 9788 - optimization of rrset verification. rr canonical sorting is reused, 9789 for the same rrset. canonical rrset image in buffer is reused for 9790 the same signature. 9791 - if the rrset is too big (64k exactly + large owner name) the 9792 canonicalization routine will fail if it does not fit in buffer. 9793 - faster verification for large sigsets. 9794 - verb_detail mode reports validation failures, but not the entire 9795 algorithm for validation. Key prime failures are reported as 9796 verb_ops level. 9797 979827 August 2007: Wouter 9799 - do not garble the edns if a cache answer fails. 9800 - answer norecursive from cache if possible. 9801 - honor clean_additional setting when returning secure non-recursive 9802 referrals. 9803 - do not store referral in msg cache for nonRD queries. 9804 - store verification status in the rrset cache to speed up future 9805 verification. 9806 - mark rrsets indeterminate and insecure if they are found to be so. 9807 and store this in the cache. 9808 980924 August 2007: Wouter 9810 - message is bogus if unsecure authority rrsets are present. 9811 - val-clean-additional option, so you can turn it off. 9812 - move rrset verification out of the specific proof types into one 9813 routine. This makes the proof routines prettier. 9814 - fixup cname handling in validator, cname-to-positive and cname-to- 9815 nodata work. 9816 - Do not synthesize DNSKEY and DS responses from the rrset cache if 9817 the rrset is from the additional section. Signatures may have 9818 fallen off the packet, and cause validation failure. 9819 - more verbose signature date errors (with the date attached). 9820 - increased default infrastructure cache size. It is important for 9821 performance, and 1000 entries are only 212k (or a 400 k total cache 9822 size). To 10000 entries (for 2M entries, 4M cache size). 9823 982423 August 2007: Wouter 9825 - CNAME handling - move needs_validation to before val_new(). 9826 val_new() setups the chase-reply to be an edited copy of the msg. 9827 new classification, and find signer can find for it. 9828 removal of unsigned crap from additional, and query restart for 9829 cname. 9830 - refuse to follow wildcarded DNAMEs when validating. 9831 But you can query for qtype ANY, or qtype DNAME and validate that. 9832 983322 August 2007: Wouter 9834 - bogus TTL. 9835 - review - use val_error(). 9836 983721 August 2007: Wouter 9838 - ANY response validation. 9839 - store security status in cache. 9840 - check cache security status and either send the query to be 9841 validated, return the query to client, or send servfail to client. 9842 Sets AD bit on validated replies. 9843 - do not examine security status on an error reply in mesh_done. 9844 - construct DS, DNSKEY messages from rrset cache. 9845 - manual page entry for override-date. 9846 984720 August 2007: Wouter 9848 - validate and positive validation, positive wildcard NSEC validation. 9849 - nodata validation, nxdomain validation. 9850 985118 August 2007: Wouter 9852 - process DNSKEY response in FINDKEY state. 9853 985417 August 2007: Wouter 9855 - work on DS2KE routine. 9856 - val_nsec.c for validator NSEC proofs. 9857 - unit test for NSEC bitmap reading. 9858 - dname iswild and canonical_compare with unit tests. 9859 986016 August 2007: Wouter 9861 - DS sig unit test. 9862 - latest release libevent 1.3c and 1.3d have threading fixed. 9863 - key entry fixup data pointer and ttl absolute. 9864 - This makes a key-prime succeed in validator, with DS or DNSKEY as 9865 trust-anchor. 9866 - fixup canonical compare byfield routine, fix bug and also neater. 9867 - fixed iterator response type classification for queries of type 9868 ANY and NS. 9869 dig ANY gives sometimes NS rrset in AN and NS section, and parser 9870 removes the NS section duplicate. dig NS gives sometimes the NS 9871 in the answer section, as referral. 9872 - validator FINDKEY state. 9873 987415 August 2007: Wouter 9875 - crypto calls to verify signatures. 9876 - unit test for rrsig verification. 9877 987814 August 2007: Wouter 9879 - default outgoing ports changed to avoid port 2049 by default. 9880 This port is widely blocked by firewalls. 9881 - count infra lameness cache in memory size. 9882 - accounting of memory improved 9883 - outbound entries are allocated in the query region they are for. 9884 - extensive debugging for memory allocations. 9885 - --enable-lock-checks can be used to enable lock checking. 9886 - protect undefs in config.h from autoheaders ministrations. 9887 - print all received udp packets. log hex will print on multiple 9888 lines if needed. 9889 - fixed error in parser with backwards rrsig references. 9890 - mark cycle targets for iterator did not have CD flag so failed 9891 its task. 9892 989313 August 2007: Wouter 9894 - fixup makefile, if lexer is missing give nice error and do not 9895 mess up the dependencies. 9896 - canonical compare routine updated. 9897 - canonical hinfo compare. 9898 - printout list of the queries that the mesh is working on. 9899 990010 August 2007: Wouter 9901 - malloc and free overrides that track total allocation and frees. 9902 for memory debugging. 9903 - work on canonical sort. 9904 99059 August 2007: Wouter 9906 - canonicalization, signature checks 9907 - dname signature label count and unit test. 9908 - added debug heap size print to memory printout. 9909 - typo fixup in worker.c 9910 - -R needed on solaris. 9911 - validator override option for date check testing. 9912 99138 August 2007: Wouter 9914 - ldns _raw routines created (in ldns trunk). 9915 - sigcrypt DS digest routines 9916 - val_utils uses sigcrypt to perform signature cryptography. 9917 - sigcrypt keyset processing 9918 99197 August 2007: Wouter 9920 - security status type. 9921 - security status is copied when rdata is equal for rrsets. 9922 - rrset id is updated to invalidate all the message cache entries 9923 that refer to NSEC, NSEC3, DNAME rrsets that have changed. 9924 - val_util work 9925 - val_sigcrypt file for validator signature checks. 9926 99276 August 2007: Wouter 9928 - key cache for validator. 9929 - moved isroot and dellabel to own dname routines, with unit test. 9930 99313 August 2007: Wouter 9932 - replanning. 9933 - scrubber check section of lame NS set. 9934 - trust anchors can be in config file or read from zone file, 9935 DS and DNSKEY entries. 9936 - unit test trust anchor storage. 9937 - trust anchors converted to packed rrsets. 9938 - key entry definition. 9939 99402 August 2007: Wouter 9941 - configure change for latest libevent trunk version (needs -lrt). 9942 - query_done and walk_supers are moved out of module interface. 9943 - fixup delegation point duplicates. 9944 - fixup iterator scrubber; lame NS set is let through the scrubber 9945 so that the classification is lame. 9946 - validator module exists, and does nothing but pass through, 9947 with calling of next module and return. 9948 - validator work. 9949 99501 August 2007: Wouter 9951 - set version to 0.5 9952 - module work for module to module interconnections. 9953 - config of modules. 9954 - detect cycle takes flags. 9955 995631 July 2007: Wouter 9957 - updated plan 9958 - release 0.4 tag. 9959 996030 July 2007: Wouter 9961 - changed random state init, so that sequential process IDs are not 9962 cancelled out by sequential thread-ids in the random number seed. 9963 - the fwd_three test, which sends three queries to unbound, and 9964 unbound is kept waiting by ldns-testns for 3 seconds, failed 9965 because the retry timeout for default by unbound is 3 seconds too, 9966 it would hit that timeout and fail the test. Changed so that unbound 9967 is kept waiting for 2 seconds instead. 9968 996927 July 2007: Wouter 9970 - removed useless -C debug option. It did not work. 9971 - text edit of documentation. 9972 - added doc/CREDITS file, referred to by the manpages. 9973 - updated planning. 9974 997526 July 2007: Wouter 9976 - cycle detection, for query state dependencies. Will attempt to 9977 circumvent the cycle, but if no other targets available fails. 9978 - unit test for AXFR, IXFR response. 9979 - test for cycle detection. 9980 998125 July 2007: Wouter 9982 - testbound read ADDRESS and check it. 9983 - test for version.bind and friends. 9984 - test for iterator chaining through several referrals. 9985 - test and fixup for refetch for glue. Refetch fails if glue 9986 is still not provided. 9987 998824 July 2007: Wouter 9989 - Example section in config manual. 9990 - Addr stored for range and moment in replay. 9991 999220 July 2007: Wouter 9993 - Check CNAME chain before returning cache entry with CNAMEs. 9994 - Option harden-glue, default is on. It will discard out of zone 9995 data. If disabled, performance is faster, but spoofing attempts 9996 become a possibility. Note that still normalize scrubbing is done, 9997 and that the potentially spoofed data is used for infrastructure 9998 and not returned to the client. 9999 - if glue times out, refetch by asking parent of delegation again. 10000 Much like asking for DS at the parent side. 10001 - TODO items from forgery-resilience draft. 10002 and on memory handling improvements. 10003 - renamed module_event_timeout to module_event_noreply. 10004 - memory reporting code; reports on memory usage after handling 10005 a network packet (not on cache replies). 10006 1000719 July 2007: Wouter 10008 - shuffle NS selection when getting nameserver target addresses. 10009 - fixup of deadlock warnings, yield cpu in checklock code so that 10010 freebsd scheduler selects correct process to run. 10011 - added identity and version config options and replies. 10012 - store cname messages complete answers. 10013 1001418 July 2007: Wouter 10015 - do not query addresses, 127.0.0.1, and ::1 by default. 10016 1001717 July 2007: Wouter 10018 - forward zone options in config file. 10019 - forward per zone in iterator. takes precedence over stubs. 10020 - fixup commithooks. 10021 - removed forward-to and forward-to-port features, subsumed by 10022 new forward zones. 10023 - fix parser to handle absent server: clause. 10024 - change untrusted rrset test to account for scrubber that is now 10025 applied during the test (which removes the poison, by the way). 10026 - feature, addresses can be specified with @portnumber, like nsd.conf. 10027 - test config files changed over to new forwarder syntax. 10028 1002927 June 2007: Wouter 10030 - delete of mesh does a postorder traverse of the tree. 10031 - found and fixed a memory leak. For TTL=0 messages, that would 10032 not be cached, instead the msg-replyinfo structure was leaked. 10033 - changed server selection so it will filter out hosts that are 10034 unresponsive. This is defined as a host with the maximum rto value. 10035 This means that unbound tried the host for retries up to 120 secs. 10036 The rto value will time out after host-ttl seconds from the cache. 10037 This keeps such unresolvable queries from taking up resources. 10038 - utility for keeping histogram. 10039 1004026 June 2007: Wouter 10041 - mesh is called by worker, and iterator uses it. 10042 This removes the hierarchical code. 10043 QueryTargets state and Finished state are merged for iterator. 10044 - forwarder mode no longer sets AA bit on first reply. 10045 - rcode in walk_supers is not needed. 10046 1004725 June 2007: Wouter 10048 - more mesh work. 10049 - error encode routine for ease. 10050 1005122 June 2007: Wouter 10052 - removed unused _node iterator value from rbtree_t. Takes up space. 10053 - iterator can handle querytargets state without a delegation point 10054 set, so that a priming(stub) subquery error can be handled. 10055 - iterator stores if it is priming or not. 10056 - log_query_info() neater logging. 10057 - changed iterator so that it does not alter module_qstate.qinfo 10058 but keeps a chase query info. Also query_flags are not altered, 10059 the iterator uses chase_flags. 10060 - fixup crash in case no ports for the family exist. 10061 1006221 June 2007: Wouter 10063 - Fixup secondary buffer in case of error callback. 10064 - cleanup slumber list of runnable states. 10065 - module_subreq_depth fails to work in slumber list. 10066 - fixup query release for cached results to sub targets. 10067 - neater error for tcp connection failure, shows addr in verbose. 10068 - rbtree_init so that it can be used with preallocated memory. 10069 1007020 June 2007: Wouter 10071 - new -C option to enable coredumps after forking away. 10072 - doc update. 10073 - fixup CNAME generation by scrubber, and memory allocation of it. 10074 - fixup deletion of serviced queries when all callbacks delete too. 10075 - set num target queries to 0 when you move them to slumber list. 10076 - typo in check caused subquery errors to be ignored, fixed. 10077 - make lint happy about rlim_t. 10078 - freeup of modules after freeup of module-states. 10079 - duplicate replies work, this uses secondary udp buffer in outnet. 10080 1008119 June 2007: Wouter 10082 - nicer layout in stats.c, review 0.3 change. 10083 - spelling improvement, review 0.3 change. 10084 - uncapped timeout for server selection, so that very fast or slow 10085 servers will stand out from the rest. 10086 - target-fetch-policy: "3 2 1 0 0" config setting. 10087 - fixup queries answered without RD bit (for root prime results). 10088 - refuse AXFR and IXFR requests. 10089 - fixup RD flag in error reply from iterator. fixup RA flag from 10090 worker error reply. 10091 - fixup encoding of very short edns buffer sizes, now sets TC bit. 10092 - config options harden-short-bufsize and harden-large-queries. 10093 1009418 June 2007: Wouter 10095 - same, move subqueries to slumber list when first has resolved. 10096 - fixup last fix for duplicate callbacks. 10097 - another offbyone in targetcounter. Also in Java prototype by the way. 10098 1009915 June 2007: Wouter 10100 - if a query asks to be notified of the same serviced query result 10101 multiple times, this will succeed. Only one callback will happen; 10102 multiple outbound-list entries result (but the double cleanup of it 10103 will not matter). 10104 - when iterator moves on due to CNAME or referral, it will remove 10105 the subqueries (for other targets). These are put on the slumber 10106 list. 10107 - state module wait subq is OK with no new subqs, an old one may have 10108 stopped, with an error, and it is still waiting for other ones. 10109 - if a query loops, halt entire query (easy way to clean up properly). 10110 1011114 June 2007: Wouter 10112 - num query targets was > 0 , not >= 0 compared, so that fetch 10113 policy of 0 did nothing. 10114 1011513 June 2007: Wouter 10116 - debug option: configure --enable-static-exe for compile where 10117 ldns and libevent are linked statically. Default is off. 10118 - make install and make uninstall. Works with static-exe and without. 10119 installation of unbound binary and manual pages. 10120 - alignment problem fix on solaris 64. 10121 - fixup address in case of TCP error. 10122 1012312 June 2007: Wouter 10124 - num target queries was set to 0 at a bad time. Default it to 0 and 10125 increase as target queries are done. 10126 - synthesize CNAME and DNAME responses from the cache. 10127 - Updated doxygen config for doxygen 1.5. 10128 - aclocal newer version. 10129 - doxygen 1.5 fixes for comments (for the strict check on docs). 10130 1013111 June 2007: Wouter 10132 - replies on TCP queries have the address field set in replyinfo, 10133 for serviced queries, because the initiator does not know that 10134 a TCP fallback has occured. 10135 - omit DNSSEC types from nonDO replies, except if qtype is ANY or 10136 if qtype directly queries for the type (and then only show that 10137 'unknown type' in the answer section). 10138 - fixed message parsing where rrsigs on their own would be put 10139 in the signature list over the rrsig type. 10140 101417 June 2007: Wouter 10142 - fixup error in double linked list insertion for subqueries and 10143 for outbound list of serviced queries for iterator module. 10144 - nicer printout of outgoing port selection. 10145 - fixup cname target readout. 10146 - nicer debug output. 10147 - fixup rrset counts when prepending CNAMEs to the answer. 10148 - fixup rrset TTL for prepended CNAMEs. 10149 - process better check for looping modules, and which submodule to 10150 run next. 10151 - subreq insertion code fixup for slumber list. 10152 - VERB_DETAIL, verbosity: 2 level gives short but readable output. 10153 VERB_ALGO, verbosity: 3 gives extensive output. 10154 - fixup RA bit in cached replies. 10155 - fixup CNAME responses from the cache no longer partial response. 10156 - error in network send handled without leakage. 10157 - enable ip6 from config, and try ip6 addresses if available, 10158 if ip6 is not connected, skips to next server. 10159 101605 June 2007: Wouter 10161 - iterator state finished. 10162 - subrequests without parent store in cache and stop. 10163 - worker slumber list for ongoing promiscuous queries. 10164 - subrequest error handling. 10165 - priming failure returns SERVFAIL. 10166 - priming gives LAME result, returns SERVFAIL. 10167 - debug routine to print dns_msg as handled by iterator. 10168 - memleak in config file stubs fixup. 10169 - more small bugs, in scrubber, query compare no ID for lookup, 10170 in dname validation for NS targets. 10171 - sets entry.key for new special allocs. 10172 - lognametypeclass can display unknown types and classes. 10173 101744 June 2007: Wouter 10175 - random selection of equally preferred nameserver targets. 10176 - reply info copy routine. Reuses existing code. 10177 - cache lameness in response handling. 10178 - do not touch qstate after worker_process_query because it may have 10179 been deleted by that routine. 10180 - Prime response state. 10181 - Process target response state. 10182 - some memcmp changed to dname_compare for case preservation. 10183 101841 June 2007: Wouter 10185 - normalize incoming messages. Like unbound-java, with CNAME chain 10186 checked, DNAME checked, CNAME's synthesized, glue checked. 10187 - sanitize incoming messages. 10188 - split msgreply encode functions into own file msgencode.c. 10189 - msg_parse to queryinfo/replyinfo conversion more versatile. 10190 - process_response, classify response, delegpt_from_message. 10191 1019231 May 2007: Wouter 10193 - querytargets state. 10194 - dname_subdomain_c() routine. 10195 - server selection, based on RTT. ip6 is filtered out if not available, 10196 and lameness is checked too. 10197 - delegation point copy routine. 10198 1019930 May 2007: Wouter 10200 - removed FLAG_CD from message and rrset caches. This was useful for 10201 an agnostic forwarder, but not for a sophisticated (trust value per 10202 rrset enabled) cache. 10203 - iterator response typing. 10204 - iterator cname handle. 10205 - iterator prime start. 10206 - subquery work. 10207 - processInitRequest and processInitRequest2. 10208 - cache synthesizes referral messages, with DS and NSEC. 10209 - processInitRequest3. 10210 - if a request creates multiple subrequests these are all activated. 10211 1021229 May 2007: Wouter 10213 - routines to lock and unlock array of rrsets moved to cache/rrset. 10214 - lookup message from msg cache (and copy to region). 10215 - fixed cast error in dns msg lookup. 10216 - message with duplicate rrset does not increase its TTLs twice. 10217 - 'qnamesize' changed to 'qname_len' for similar naming scheme. 10218 1021925 May 2007: Wouter 10220 - Acknowledge use of unbound-java code in iterator. Nicer readme. 10221 - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and 10222 rrset cache from module environment. 10223 - packed rrset key has type and class as easily accessible struct 10224 members. They are still kept in network format for fast msg encode. 10225 - dns cache find_delegation routine. 10226 - iterator main functions setup. 10227 - dns cache lookup setup. 10228 1022924 May 2007: Wouter 10230 - small changes to prepare for subqueries. 10231 - iterator forwarder feature separated out. 10232 - iterator hints stub code, config file stub code, so that first 10233 testing can proceed locally. 10234 - replay tests now have config option to enable forwarding mode. 10235 1023623 May 2007: Wouter 10237 - outside network does precise timers for roundtrip estimates for rtt 10238 and for setting timeout for UDP. Pending_udp takes milliseconds. 10239 - cleaner iterator sockaddr conversion of forwarder address. 10240 - iterator/iter_utils and iter_delegpt setup. 10241 - root hints. 10242 1024322 May 2007: Wouter 10244 - outbound query list for modules and support to callback with the 10245 outbound entry to the module. 10246 - testbound support for new serviced queries. 10247 - test for retry to TCP cannot use testbound any longer. 10248 - testns test for EDNS fallback, test for TCP fallback already exists. 10249 - fixes for no-locking compile. 10250 - mini_event timer precision and fix for change in timeouts during 10251 timeout callback. Fix for fwd_three tests, performed nonexit query. 10252 1025321 May 2007: Wouter 10254 - small comment on hash table locking. 10255 - outside network serviced queries, contain edns and tcp fallback, 10256 and udp retries and rtt timing. 10257 1025816 May 2007: Wouter 10259 - lruhash_touch() would cause locking order problems. Fixup in 10260 lock-verify in case locking cycle is found. 10261 - services/cache/rrset.c for rrset cache code. 10262 - special rrset_cache LRU updating function that uses the rrset id. 10263 - no dependencies calculation when make clean is called. 10264 - config settings for infra cache. 10265 - daemon code slightly cleaner, only creates caches once. 10266 1026715 May 2007: Wouter 10268 - host cache code. 10269 - unit test for host cache. 10270 1027114 May 2007: Wouter 10272 - Port to OS/X and Dec Alpha. Printf format and alignment fixes. 10273 - extensive lock debug report on join timeout. 10274 - proper RTT calculation, in utility code. 10275 - setup of services/cache/infra, host cache. 10276 1027711 May 2007: Wouter 10278 - iterator/iterator.c module. 10279 - fixup to pass reply_info in testcode and in netevent. 10280 1028110 May 2007: Wouter 10282 - created release-0.3 svn tag. 10283 - util/module.h 10284 - fixed compression - no longer compresses root name. 10285 102869 May 2007: Wouter 10287 - outside network cleans up waiting tcp queries on exit. 10288 - fallback to TCP. 10289 - testbound replay with retry in TCP mode. 10290 - tpkg test for retry in TCP mode, against ldns-testns server. 10291 - daemon checks max number of open files and complains if not enough. 10292 - test where data expires in the cache. 10293 - compiletests: fixed empty body ifstatements in alloc.c, in case 10294 locks are disabled. 10295 102968 May 2007: Wouter 10297 - outgoing network keeps list of available tcp buffers for outgoing 10298 tcp queries. 10299 - outgoing-num-tcp config option. 10300 - outgoing network keeps waiting list of queries waiting for buffer. 10301 - netevent supports outgoing tcp commpoints, nonblocking connects. 10302 103037 May 2007: Wouter 10304 - EDNS read from query, used to make reply smaller. 10305 - advertised edns value constants. 10306 - EDNS BADVERS response, if asked for too high edns version. 10307 - EDNS extended error responses once the EDNS record from the query 10308 has successfully been parsed. 10309 103104 May 2007: Wouter 10311 - msgreply sizefunc is more accurate. 10312 - config settings for rrset cache size and slabs. 10313 - hashtable insert takes argument so that a thread can use its own 10314 alloc cache to store released keys. 10315 - alloc cache special_release() locks if necessary. 10316 - rrset trustworthiness type added. 10317 - thread keeps a scratchpad region for handling messages. 10318 - writev used in netevent to write tcp length and data after another. 10319 This saves a roundtrip on tcp replies. 10320 - test for one rrset updated in the cache. 10321 - test for one rrset which is not updated, as it is not deemed 10322 trustworthy enough. 10323 - test for TTL refreshed in rrset. 10324 103253 May 2007: Wouter 10326 - fill refs. Use new parse and encode to answer queries. 10327 - stores rrsets in cache. 10328 - uses new msgreply format in cache. 10329 103302 May 2007: Wouter 10331 - dname unit tests in own file and spread out neatly in functions. 10332 - more dname unit tests. 10333 - message encoding creates truncated TC flagged messages if they do 10334 not fit, and will leave out (whole)rrsets from additional if needed. 10335 103361 May 2007: Wouter 10337 - decompress query section, extremely lenient acceptance. 10338 But only for answers from other servers, not for plain queries. 10339 - compression and decompression test cases. 10340 - some stats added. 10341 - example.conf interface: line is changed from 127.0.0.1 which leads 10342 to problems if used (restricting communication to the localhost), 10343 to a documentation and test address. 10344 1034527 April 2007: Wouter 10346 - removed iov usage, it is not good for dns message encoding. 10347 - owner name compression more optimal. 10348 - rrsig owner name compression. 10349 - rdata domain name compression. 10350 1035126 April 2007: Wouter 10352 - floating point exception fix in lock-verify. 10353 - lint uses make dependency 10354 - fixup lint in dname owner domain name compression code. 10355 - define for offset range that can be compressed to. 10356 1035725 April 2007: Wouter 10358 - prettier code; parse_rrset->type kept in host byte order. 10359 - datatype used for hashvalue of converted rrsig structure. 10360 - unit test compares edns section data too. 10361 1036224 April 2007: Wouter 10363 - ttl per RR, for RRSIG rrsets and others. 10364 - dname_print debug function. 10365 - if type is not known, size calc will skip DNAME decompression. 10366 - RRSIG parsing and storing and putting in messages. 10367 - dnssec enabled unit tests (from nlnetlabs.nl and se queries). 10368 - EDNS extraction routine. 10369 1037020 April 2007: Wouter 10371 - code comes through all of the unit tests now. 10372 - disabled warning about spurious extra data. 10373 - documented the RRSIG parse plan in msgparse.h. 10374 - rrsig reading and outputting. 10375 1037619 April 2007: Wouter 10377 - fix unit test to actually to tests. 10378 - fix write iov helper, and fakevent code. 10379 - extra builtin testcase (small packet). 10380 - ttl converted to network format in packets. 10381 - flags converted correctly 10382 - rdatalen off by 2 error fixup. 10383 - uses less iov space for header. 10384 1038518 April 2007: Wouter 10386 - review of msgparse code. 10387 - smaller test cases. 10388 1038917 April 2007: Wouter 10390 - copy and decompress dnames. 10391 - store calculated hash value too. 10392 - routine to create message out of stored information. 10393 - util/data/msgparse.c for message parsing code. 10394 - unit test, and first fixes because of test. 10395 * forgot rrset_count addition. 10396 * did & of ptr on stack for memory position calculation. 10397 * dname_pkt_copy forgot to read next label length. 10398 - test from file and fixes 10399 * double frees fixed in error conditions. 10400 * types with less than full rdata allowed by parser. 10401 Some dynamic update packets seem to use it. 10402 1040316 April 2007: Wouter 10404 - following a small change in LDNS, parsing code calculates the 10405 memory size to allocate for rrs. 10406 - code to handle ID creation. 10407 1040813 April 2007: Wouter 10409 - parse routines. Code that parses rrsets, rrs. 10410 1041112 April 2007: Wouter 10412 - dname compare routine that preserves case, with unit tests. 10413 1041411 April 2007: Wouter 10415 - parse work - dname packet parse, msgparse, querysection parse, 10416 start of sectionparse. 10417 1041810 April 2007: Wouter 10419 - Improved alignment of reply_info packet, nice for 32 and 64 bit. 10420 - Put RRset counts in reply_info, because the number of RRs can change 10421 due to RRset updates. 10422 - import of region-allocator code from nsd. 10423 - set alloc special type to ub_packed_rrset_key. 10424 Uses lruhash entry overflow chain next pointer in alloc cache. 10425 - doxygen documentation for region-allocator. 10426 - setup for parse scratch data. 10427 104285 April 2007: Wouter 10429 - discussed packed rrset with Jelte. 10430 104314 April 2007: Wouter 10432 - moved to version 0.3. 10433 - added util/data/dname.c 10434 - layout of memory for rrsets. 10435 104363 April 2007: Wouter 10437 - detect sign of msghdr.msg_iovlen so that the cast to that type 10438 in netevent (which is there to please lint) can be correct. 10439 The type on several OSes ranges from int, int32, uint32, size_t. 10440 Detects unsigned or signed using math trick. 10441 - constants for DNS flags. 10442 - compilation without locks fixup. 10443 - removed include of unportable header from lookup3.c. 10444 - more portable use of struct msghdr. 10445 - casts for printf warning portability. 10446 - tweaks to tests to port them to the testbed. 10447 - 0.2 tag created. 10448 104492 April 2007: Wouter 10450 - check sizes of udp received messages, not too short. 10451 - review changes. Some memmoves can be memcpys: 4byte aligned. 10452 set id correctly on cached answers. 10453 - review changes msgreply.c, memleak on error condition. AA flag 10454 clear on cached reply. Lowercase queries on hashing. 10455 unit test on lowercasing. Test AA bit not set on cached reply. 10456 Note that no TTLs are managed. 10457 1045829 March 2007: Wouter 10459 - writev or sendmsg used when answering from cache. 10460 This avoids a copy of the data. 10461 - do not do useless byteswap on query id. Store reply flags in uint16 10462 for easier access (and no repeated byteswapping). 10463 - reviewed code. 10464 - configure detects and config.h includes sys/uio.h for writev decl. 10465 1046628 March 2007: Wouter 10467 - new config option: num-queries-per-thread. 10468 - added tpkg test for answering three queries at the same time 10469 using one thread (from the query service list). 10470 1047127 March 2007: Wouter 10472 - added test for cache and not cached answers, in testbound replays. 10473 - testbound can give config file and commandline options from the 10474 replay file to unbound. 10475 - created test that checks if items drop out of the cache. 10476 - added word 'partitioned hash table' to documentation on slab hash. 10477 A slab hash is a partitioned hash table. 10478 - worker can handle multiple queries at a time. 10479 1048026 March 2007: Wouter 10481 - config settings for slab hash message cache. 10482 - test for cached answer. 10483 - Fixup deleting fake answer from testbound list. 10484 1048523 March 2007: Wouter 10486 - review of yesterday's commits. 10487 - covered up memory leak of the entry locks. 10488 - answers from the cache correctly. Copies flags correctly. 10489 - sanity check for incoming query replies. 10490 - slabbed hash table. Much nicer contention, need dual cpu to see. 10491 1049222 March 2007: Wouter 10493 - AIX configure check. 10494 - lock-verify can handle references to locks that are created 10495 in files it has not yet read in. 10496 - threaded hash table test. 10497 - unit test runs lock-verify afterwards and checks result. 10498 - need writelock to update data on hash_insert. 10499 - message cache code, msgreply code. 10500 1050121 March 2007: Wouter 10502 - unit test of hash table, fixup locking problem in table_grow(). 10503 - fixup accounting of sizes for removing items from hashtable. 10504 - unit test for hash table, single threaded test of integrity. 10505 - lock-verify reports errors nicely. More quiet in operation. 10506 1050716 March 2007: Wouter 10508 - lock-verifier, checks consistent order of locking. 10509 1051014 March 2007: Wouter 10511 - hash table insert (and subroutines) and lookup implemented. 10512 - hash table remove. 10513 - unit tests for hash internal bin, lru functions. 10514 1051513 March 2007: Wouter 10516 - lock_unprotect in checklocks. 10517 - util/storage/lruhash.h for LRU hash table structure. 10518 1051912 March 2007: Wouter 10520 - configure.ac moved to 0.2. 10521 - query_info and replymsg util/data structure. 10522 105239 March 2007: Wouter 10524 - added rwlock writelock checking. 10525 So it will keep track of the writelock, and readlocks are enforced 10526 to not change protected memory areas. 10527 - log_hex function to dump hex strings to the logfile. 10528 - checklocks zeroes its destroyed lock after checking memory areas. 10529 - unit test for alloc. 10530 - identifier for union in checklocks to please older compilers. 10531 - created 0.1 tag. 10532 105338 March 2007: Wouter 10534 - Reviewed checklock code. 10535 105367 March 2007: Wouter 10537 - created a wrapper around thread calls that performs some basic 10538 checking for data race and deadlock, and basic performance 10539 contention measurement. 10540 105416 March 2007: Wouter 10542 - Testbed works with threading (different machines, different options). 10543 - alloc work, does the special type. 10544 105452 March 2007: Wouter 10546 - do not compile fork funcs unless needed. Otherwise will give 10547 type errors as their typedefs have not been enabled. 10548 - log shows thread numbers much more nicely (and portably). 10549 - even on systems with nonthreadsafe libevent signal handling, 10550 unbound will exit if given a signal. 10551 Reloads will not work, and exit is not graceful. 10552 - start of alloc framework layout. 10553 105541 March 2007: Wouter 10555 - Signals, libevent and threads work well, with libevent patch and 10556 changes to code (close after event_del). 10557 - set ipc pipes nonblocking. 10558 1055927 February 2007: Wouter 10560 - ub_thread_join portable definition. 10561 - forking is used if no threading is available. 10562 Tested, it works, since pipes work across processes as well. 10563 Thread_join is replaced with waitpid. 10564 - During reloads the daemon will temporarily handle signals, 10565 so that they do not result in problems. 10566 - Also randomize the outgoing port range for tests. 10567 - If query list is full, will stop selecting listening ports for read. 10568 This makes all threads service incoming requests, instead of one. 10569 No memory is leaking during reloads, service of queries, etc. 10570 - test that uses ldns-testns -f to test threading. Have to answer 10571 three queries at the same time. 10572 - with verbose=0 operates quietly. 10573 1057426 February 2007: Wouter 10575 - ub_random code used to select ID and port. 10576 - log code prints thread id. 10577 - unbound can thread itself, with reload(HUP) and quit working 10578 correctly. 10579 - don't open pipes for #0, doesn't need it. 10580 - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload). 10581 1058223 February 2007: Wouter 10583 - Can do reloads on sigHUP. Everything is stopped, and freed, 10584 except the listening ports. Then the config file is reread. 10585 And everything is started again (and listening ports if needed). 10586 - Ports for queries are shared. 10587 - config file added interface:, chroot: and username:. 10588 - config file: directory, logfile, pidfile. And they work too. 10589 - will daemonize by default now. Use -d to stay in the foreground. 10590 - got BSD random[256 state] code, made it threadsafe. util/random. 10591 1059222 February 2007: Wouter 10593 - Have a config file. Removed commandline options, moved to config. 10594 - tests use config file. 10595 1059621 February 2007: Wouter 10597 - put -c option in man page. 10598 - minievent fd array capped by FD_SETSIZE. 10599 1060020 February 2007: Wouter 10601 - Added locks code and pthread spinlock detection. 10602 - can use no locks, or solaris native thread library. 10603 - added yacc and lex configure, and config file parsing code. 10604 also makedist.sh, and manpage. 10605 - put include errno.h in config.h 10606 1060719 February 2007: Wouter 10608 - Created 0.0 svn tag. 10609 - added acx_pthread.m4 autoconf check for pthreads from 10610 the autoconf archive. It is GPL-with-autoconf-exception Licensed. 10611 You can specify --with-pthreads, or --without-pthreads to configure. 10612 1061316 February 2007: Wouter 10614 - Updated testbed script, works better by using make on remote end. 10615 - removed check decls, we can compile without them. 10616 - makefile supports LIBOBJ replacements. 10617 - docs checks ignore compat code. 10618 - added util/mini-event.c and .h, a select based alternative used with 10619 ./configure --with-libevent=no 10620 It is limited to 1024 file descriptors, and has less features. 10621 - will not create ip6 sockets if ip6 not on the machine. 10622 1062315 February 2007: Wouter 10624 - port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64, 10625 Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc. 10626 - malloc rndstate, so that it is aligned for access. 10627 - fixed rbtree cleanup with postorder traverse. 10628 - fixed pending messages are deleted when handled. 10629 - You can control verbosity; default is not verbose, every -v 10630 adds more verbosity. 10631 1063214 February 2007: Wouter 10633 - Included configure.ac changes from ldns. 10634 - detect (some) headers before the standards check. 10635 - do not use isblank to test c99, since its not available on solaris9. 10636 - review of testcode. 10637 * entries in a RANGE are no longer reversed. 10638 * print name of file with replay entry parse errors. 10639 - port to OSX: cast to int for some prints of sizet. 10640 - Makefile copies ldnstestpkts.c before doing dependencies on it. 10641 1064213 February 2007: Wouter 10643 - work on fake events, first fwd replay works. 10644 - events can do timeouts and errors on queries to servers. 10645 - test package that runs replay scenarios. 10646 1064712 February 2007: Wouter 10648 - work on fake events. 10649 106509 February 2007: Wouter 10651 - replay file reading. 10652 - fake event setup, it creates fake structures, and teardowns, 10653 added signal callbacks to reply to be able to fake those, 10654 and main structure of event replay routines. 10655 106568 February 2007: Wouter 10657 - added tcp test. 10658 - replay storage. 10659 - testcode/fake_event work. 10660 106617 February 2007: Wouter 10662 - return answer with the same ID as query was sent with. 10663 - created udp forwarder test. I've done some effort to make it perform 10664 quickly. After servers are created, no big sleep statements but 10665 it checks the logfiles to see if servers have come up. Takes 0.14s. 10666 - set addrlen value when calling recvfrom. 10667 - comparison of addrs more portable. 10668 - LIBEVENT option for testbed to set libevent directory. 10669 - work on tcp input. 10670 106716 February 2007: Wouter 10672 - reviewed code and improved in places. 10673 106745 February 2007: Wouter 10675 - Picked up stdc99 and other define tests from ldns. Improved 10676 POSIX define test to include getaddrinfo. 10677 - defined constants for netevent callback error code. 10678 - unit test for strisip6. 10679 106802 February 2007: Wouter 10681 - Created udp4 and udp6 port arrays to provide service for both 10682 address families. 10683 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets. 10684 - listens on both ip4 and ip6 ports to provide correct return address. 10685 - worker fwder address filled correctly. 10686 - fixup timer code. 10687 - forwards udp queries and sends answer. 10688 106891 February 2007: Wouter 10690 - outside network more UDP work. 10691 - moved * closer to type. 10692 - comm_timer object and events. 10693 1069431 January 2007: Wouter 10695 - Added makedist.sh script to make release tarball. 10696 - Removed listen callback layer, did not add anything. 10697 - Added UDP recv to netevent, worker callback for udp. 10698 - netevent communication reply storage structure. 10699 - minimal query header sanity checking for worker. 10700 - copied over rbtree implementation from NSD (BSD licensed too). 10701 - outgoing network query service work. 10702 1070330 January 2007: Wouter 10704 - links in example/ldns-testpkts.c and .h for premade packet support. 10705 - added callback argument to listen_dnsport and daemon/worker. 10706 1070729 January 2007: Wouter 10708 - unbound.8 a short manpage. 10709 1071026 January 2007: Wouter 10711 - fixed memleak. 10712 - make lint works on BSD and Linux (openssl defines). 10713 - make tags works. 10714 - testbound program start. 10715 1071625 January 2007: Wouter 10717 - fixed lint so it may work on BSD. 10718 - put license into header of every file. 10719 - created verbosity flag. 10720 - fixed libevent configure flag. 10721 - detects event_base_free() in new libevent 1.2 version. 10722 - getopt in daemon. fatal_exit() and verbose() logging funcs. 10723 - created log_assert, that throws assertions to the logfile. 10724 - listen_dnsport service. Binds ports. 10725 1072624 January 2007: Wouter 10727 - cleaned up configure.ac. 10728 1072923 January 2007: Wouter 10730 - added libevent to configure to link with. 10731 - util/netevent setup work. 10732 - configure searches for libevent. 10733 - search for libs at end of configure (when other headers and types 10734 have been found). 10735 - doxygen works with ATTR_UNUSED(). 10736 - util/netevent implementation. 10737 1073822 January 2007: Wouter 10739 - Designed header file for network communication. 10740 1074116 January 2007: Wouter 10742 - added readme.svn and readme.tests. 10743 107444 January 2007: Wouter 10745 - Testbed script (run on multiple platforms the test set). 10746 Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5. 10747 - added unit test tpkg. 10748 107493 January 2007: Wouter 10750 - committed first set of files into subversion repository. 10751 svn co svn+ssh://unbound.net/svn/unbound 10752 You need a ssh login. There is no https access yet. 10753 - Added LICENSE, the BSD license. 10754 - Added doc/README with compile help. 10755 - main program stub and quiet makefile. 10756 - minimal logging service (to stderr). 10757 - added postcommit hook that serves emails. 10758 - added first test 00-lint. postcommit also checks if build succeeds. 10759 - 01-doc: doxygen doc target added for html docs. And stringent test 10760 on documented files, functions and parameters. 10761 1076215 December 2006: Wouter 10763 - Created Makefile.in and configure.ac. 10764