11 December 2021: Wouter 2 - configure is set to 1.14.0, and release branch. 3 - Fix doc/unbound.doxygen to remove obsolete tag warning. 4 51 December 2021: George 6 - Merge PR #511 from yan12125: Reduce unnecessary linking. 7 - Merge PR #493 from Jaap: Fix generation of libunbound.pc. 8 - Merge PR #555 from fobser: Allow interface names as scope-id in IPv6 9 link-local addresses. 10 - Merge PR #562 from Willem: Reset keepalive per new tcp session. 11 - Merge PR #522 from sibeream: memory management violations fixed. 12 - Merge PR #530 from Shchelk: Fix: dereferencing a null pointer. 13 - Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared. 14 - Fix #574: Review fixes for size allocation. 15 1630 November 2021: Wouter 17 - Fix to remove git tracking and ci information from release tarballs. 18 - iana portlist update. 19 2029 November 2021: Wouter 21 - Merge PR #570 from rex4539: Fix typos. 22 - Fix for #570: regen aclocal.m4, fix configure.ac for spelling. 23 - Fix to make python module opt_list use opt_list_in. 24 - Fix #574: unbound-checkconf reports fatal error if interface names 25 are used as value for interfaces: 26 - Fix #574: Review fixes for it. 27 - Fix #576: [FR] UB_* error codes in unbound.h 28 - Fix #574: Review fix for spelling. 29 3015 November 2021: Tom 31 - Improve EDNS option handling, now also works for synthesised 32 responses such as local-data and server.id CH TXT responses. 33 345 November 2021: George 35 - Fix for #558: fix loop in comm_point->tcp_free when a comm_point is 36 reclaimed more than once during callbacks. 37 - Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event. 38 395 November 2021: Wouter 40 - Fix that forward-zone name is documented as the full name of the 41 zone. It is not relative but a fully qualified domain name. 42 - Fix analyzer review failure in rpz action override code to not 43 crash on unlocking the local zone lock. 44 - Fix to remove unused code from rpz resolve client and action 45 function. 46 - Merge #565: unbound.service.in: Disable ProtectKernelTunables again. 47 482 November 2021: Wouter 49 - Fix #552: Unbound assumes index.html exists on RPZ host. 50 5111 October 2021: Wouter 52 - Fix chaos replies to have truncation for short message lengths, 53 or long reply strings. 54 - Fix to protect custom regional create against small values. 55 564 October 2021: Wouter 57 - Fix to add example.conf note for outbound-msg-retry. 58 5927 September 2021: Wouter 60 - Implement RFC8375: Special-Use Domain 'home.arpa.'. 61 6221 September 2021: Wouter 63 - For crosscompile on windows, detect 64bit stackprotector library. 64 - Fix crosscompile shell syntax. 65 - Fix crosscompile windows to use libssp when it exists. 66 - For the windows compile script disable gost. 67 - Fix that on windows, use BIO_set_callback_ex instead of deprecated 68 BIO_set_callback. 69 - Fix crosscompile script for the shared build flags. 70 7120 September 2021: Wouter 72 - Fix crosscompile on windows to work with openssl 3.0.0 the 73 link with ws2_32 needs -l:libssp.a for __strcpy_chk. 74 Also copy results from lib64 directory if needed. 75 7610 September 2021: Wouter 77 - Fix initialisation errors reported by gcc sanitizer. 78 - Fix lock debug code for gcc sanitizer reports. 79 - Fix more initialisation errors reported by gcc sanitizer. 80 818 September 2021: Wouter 82 - Merged #41 from Moritz Schneider: made outbound-msg-retry 83 configurable. 84 - Small fixes for #41: changelog, conflicts resolved, 85 processQueryResponse takes an iterator env argument like other 86 functions in the iterator, no colon in string for set_option, 87 and some whitespace style, to make it similar to the rest. 88 - Fix for #41: change outbound retry to int to fix signed comparison 89 warnings. 90 - Fix root_anchor test to check with new icannbundle date. 91 923 September 2021: Wouter 93 - Fix #538: Fix subnetcache statistics. 94 951 September 2021: Wouter 96 - Fix tcp fastopen failure when disabled, try normal connect instead. 97 9827 August 2021: Wouter 99 - Fix #533: Negative responses get cached even when setting 100 cache-max-negative-ttl: 1 101 10225 August 2021: Wouter 103 - Merge #401: RPZ triggers. This add additional RPZ triggers, 104 unbound supports a full set of rpz triggers, and this now 105 includes nsdname, nsip and clientip triggers. Also actions 106 are fully supported, and this now includes the tcp-only action. 107 - Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.) 108 to insert into RPZ. 109 - Fix the stream wait stream_wait_count_lock and http2 buffer locks 110 setup and desetup from race condition. 111 - Fix RPZ locks. Do not unlock zones lock if requested and rpz find 112 zone does not find the zone. Readlock the clientip that is found 113 for ipbased triggers. Unlock the nsdname zone lock when done. 114 Unlock zone and ip in rpz nsip and nsdname callback. Unlock 115 authzone and localzone if clientip found in rpz worker call. 116 - Fix compile warning in libunbound for listen desetup routine. 117 - Fix asynclook unit test for setup of lockchecks before log. 118 11920 August 2021: Wouter 120 - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is 121 undefined. 122 - Fix #531: Fix: passed to proc after free. 123 12417 August 2021: Wouter 125 - Fix that --with-ssl can use "/usr/include/openssl11" to pass the 126 location of a different openssl version. 127 - Fix #527: not sending quad9 cert to syslog (and may be more). 128 - Fix sed script in ssldir split handling. 129 13016 August 2021: George 131 - Merge PR #528 from fobser: Make sldns_str2wire_svcparam_buf() 132 static. 133 13416 August 2021: Wouter 135 - Fix to support harden-algo-downgrade for ZONEMD dnssec checks. 136 13713 August 2021: Wouter 138 - Support using system-wide crypto policies. 139 - Fix for #431: Squelch permission denied errors for udp connect, 140 and udp send, they are visible at higher verbosity settings. 141 - Fix zonemd verification of key that is not in DNS but in the zone 142 and needs a chain of trust. 143 - zonemd, fix order of bogus printout string manipulation. 144 14512 August 2021: George 146 - Merge PR #514, from ziollek: Docker environment for run tests. 147 - For #514: generate configure. 148 14912 August 2021: Wouter 150 - And 1.13.2rc1 became the 1.13.2 with the fix for the python module 151 build. The current code repository continues with version 1.13.3. 152 - Add test tool readzone to .gitignore. 153 - Merge #521: Update mini_event.c. 154 - Merge #523: fix: free() call more than once with the same pointer. 155 - Merge #519: Support for selective enabling tcp-upstream for 156 stub/forward zones. 157 - For #519: note stub-tcp-upstream and forward-tcp-upstream in 158 the example configuration file. 159 - For #519: yacc and lex. And fix python bindings, and test program 160 unbound-dnstap-socket. 161 - For #519: fix comments for doxygen. 162 - Fix to print error from unbound-anchor for writing to the key 163 file, also when not verbose. 164 1655 August 2021: Wouter 166 - Tag for 1.13.2rc1 release. 167 - Fix #520: Unbound 1.13.2rc1 fails to build python module. 168 1694 August 2021: George 170 - Merge PR #415 from sibeream: Use 171 /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing 172 ports. (New --enable-linux-ip-local-port-range configuration option) 173 - Bump MAX_RESTART_COUNT to 11 from 8; in relation to #438. This 174 allows longer CNAME chains in Unbound. 175 1764 August 2021: Wouter 177 - In unit test use openssl set security level to allow keys in test. 178 - Fix static analysis warnings about localzone locks that are unused. 179 - Fix missing locks in zonemd unit test. 180 - Fix readzone compile under debug config. 181 - Fix out of sourcedir run of zonemd unit tests. 182 - Fix libnettle zonemd unit test. 183 - Fix unit test zonemd_reload for use in run_vm. 184 1853 August 2021: George 186 - Listen to read or write events after the SSL handshake. 187 Sticky events on windows would stick on read when write was needed. 188 1893 August 2021: Wouter 190 - Merge PR #517 from dyunwei: #420 breaks the mesh reply list 191 function that need to reuse the dns answer. 192 - Annotate assertion into error printout; we think it may be an 193 error, but the situation looks harmless. 194 - Fix sign comparison warning on FreeBSD. 195 1962 August 2021: Wouter 197 - Prepare for OpenSSL 3.0.0 provider API usage, move the sldns 198 keyraw functions to produce EVP_PKEY results. 199 - Move RSA and DSA to use OpenSSL 3.0.0 API. 200 - Move ECDSA functions to use OpenSSL 3.0.0 API. 201 - iana portlist update. 202 - Fix verbose printout failure in tcp reuse unit test. 203 20430 July 2021: Wouter 205 - Fix #515: Compilation against openssl 3.0.0 beta2 is failing to 206 build unbound. 207 - For #515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and 208 SSL_get_peer_certificate. 209 - Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check. 210 21126 July 2021: George 212 - Merge #513: Stream reuse, attempt to fix #411, #439, #469. This 213 introduces a couple of fixes for the stream reuse functionality 214 that could result in broken internal structures. 215 21626 July 2021: Wouter 217 - Merge #512: unbound.service.in: upgrade hardening to latest 218 standards. 219 - Fix readzone unknown type print for memory resize. 220 22121 July 2021: Wouter 222 - Fix that ldns_zone_new_frm_fp_l counts the line number for an empty 223 line after a comment. 224 22516 July 2021: George 226 - Introduce 'http-user-agent:' and 'hide-http-user-agent:' options. 227 22816 July 2021: Wouter 229 - Merge #510 from ndptech: Don't call a function which hasn't been 230 defined. 231 - Fix for #510: in depth, use ifdefs for windows api event calls. 232 - Fix spelling in doc/unbound.doxygen comment. 233 - Fix spelling in localzone.h comment. 234 - Fix unbound-control local_data and local_datas to print detailed 235 syntax errors. 236 - review fix to remove duplicate error printout. 237 - Insert header into testcode/readzone.c, it was missing. 238 - Fix from lint for ignored return value. 239 - Fix for older parsers for function call in serve expired get cached. 240 2416 July 2021: Wouter 242 - iana portlist update. 243 2445 July 2021: George 245 - Fix compiler warnings for #491. 246 - Fix clang-analysis warnings for testcode/readzone.c. 247 2484 July 2021: George 249 - Fix Wunused-result compile warnings. 250 2512 July 2021: Tom 252 - Merge PR #491: Add SVCB and HTTPS types and handling according to 253 draft-ietf-dnsop-svcb-https. 254 2552 July 2021: Wouter 256 - Fix #506: Python Module Seems to Leak Memory if it Experiences an 257 Unhandled Exception. 258 25925 June 2021: Wouter 260 - Fix up permissions on rpl data file in tests. 261 - Fix testbound newline treatment in moment_read and tempfile write. 262 - Fix configure grep for reuseport default for failure. 263 - Fix compat ctime_r return value 264 - Fix configure does not require pkg-config if not needed. 265 - Fix unit test in the ctime_r calls for autotrust and in testbound. 266 - Fix auth zone download on windows to unlink before rename. 267 26824 June 2021: Wouter 269 - Add analyzer and port compile github workflow. 270 27123 June 2021: Wouter 272 - Fix #503: DNS over HTTPS response truncated. 273 - Fix warnings reported by the gcc analyzer. 274 27521 June 2021: George 276 - Fix #495: Documentation or implementation of "verbosity" option. 277 27818 June 2021: Wouter 279 - Fix a number of warnings reported by the gcc analyzer. 280 28115 June 2021: George 282 - Merge #440 by kimheino: Various fixes to contrib/unbound_munin_ file. 283 28414 June 2021: Wouter 285 - Fix configure nonblocking test and onmingw test to use host. 286 28710 June 2021: Wouter 288 - Fix #500: SPEC file in version 1.13.1 references version 1.4; 289 unable to build RPM from source. 290 - Fix contrib/unbound.spec, fixed url and comment. 291 2929 June 2021: George 293 - Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable. 294 - Generated lexer and parser for #486; updated example.conf. 295 - Fix #413 (based on patch by k-ronny): unbound: does not compile 296 on macOS 11.1-x86_64 host. 297 - Use host_os instead of target_os in configure for Darwin8 build. 298 2998 June 2021: George 300 - Fix unused variable warning when compiling with --enable-dnstap. 301 3027 June 2021: George 303 - Merge #448 from shoeper: Update unbound-control.8.in, fix 304 rpz_disable typo. 305 - Fix #425: Document auth-zone supports communication with DNS 306 primary on nondefault port. 307 3081 June 2021: George 309 - Fix test for zonemd-check option. 310 31127 May 2021: Wouter 312 - Merge #496 from banburybill: Use build system endianness if 313 available, otherwise try to work it out. 314 - zonemd-check: yesno option, default no, enables the processing 315 of ZONEMD records for that zone. 316 31725 May 2021: Wouter 318 - Move the NSEC3 max iterations count in line with the 150 value 319 used by BIND, Knot and PowerDNS. This sets the default value 320 for it in the configuration to 150 for all key sizes. 321 - Fix #492: module-config respip missing in unbound.conf.5.in man 322 page. Merges #494 from he32. 323 - For #492: Fix font highlighting for the man page on emacs. 324 32521 May 2021: Wouter 326 - Test code has -q option for quiet output. 327 32819 May 2021: George 329 - Fix for #411, #439, #469: Reset the DNS message ID when moving queries 330 between TCP streams. 331 - Refactor for uniform way to produce random DNS message IDs. 332 33317 May 2021: Wouter 334 - Fix #489: Compile using MSYS2 MinGW 64-bit. 335 33612 May 2021: Wouter 337 - Fix that auth-zone zonefiles use last TTL if no TTL is specified. 338 33910 May 2021: Wouter 340 - Merge PR #487: ifdef RLIMIT_AS in recently added check. 341 3427 May 2021: Wouter 343 - Fix #485: Unbound occasionally reports broken stats. 344 - Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024. 345 - Remove case fallthrough from deprecate-rsa-1024 code. 346 3474 May 2021: George 348 - Fix for #367: only attempt to get the interface for queries that are no 349 longer on the tcp_waiting_list. 350 - Add more logging for out-of-memory cases. 351 3524 May 2021: Wouter 353 - Merge #478: Allow configuration of TCP timeout while waiting for 354 response. 355 - Fix to squelch tcp socket bind failures when the interface is gone. 356 - Rerun flex and bison. 357 3583 May 2021: Wouter 359 - Fix #481: Fix comment in configuration file. 360 36129 April 2021: Wouter 362 - Add that log-servfail prints an IP address and more information 363 about one of the last failures for that query. 364 36528 April 2021: George 366 - Fix compiler warning for signed/unsigned comparison for 367 max_reuse_tcp_queries. 368 36928 April 2021: Wouter 370 - Fix #474: always_null and others inside view. 371 37226 April 2021: Wouter 373 - Merge #470 from edevil: Allow configuration of persistent TCP 374 connections. 375 37622 April 2021: Wouter 377 - Merge #466 from FGasper: Support OpenSSLs that lack 378 SSL_get0_alpn_selected. 379 - Fix #468: OpenSSL 1.0.1 can no longer build Unbound. 380 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with 381 OpenSSL 1.0.1. 382 - Fix that testcode dohclient has OpenSSL initialisation calls. 383 38413 April 2021: George 385 - Fix documentation comment for files previously residing in checkconf/. 386 - Remove unused functions worker_handle_reply and libworker_handle_reply. 387 38813 April 2021: Wouter 389 - Fix that nxdomain synthesis does not happen above the stub or 390 forward definition. 391 39212 April 2021: George 393 - Fix (increase) verbosity level for iterator error log in 394 processQueryTargets(). 395 39612 April 2021: Wouter 397 - Fix permission denied sendto log, squelch the log messages 398 unless high verbosity is set. 399 4009 April 2021: Wouter 401 - rebuild configure to set EXTRALINK to libunbound.la for #460. 402 4037 April 2021: Wouter 404 - Fix for #411: Depth protect for crash on deleted element timeout. 405 4061 April 2021: Wouter 407 - Merge #460 from orbea: build: Link with the libtool archive. 408 - Fix to stop IPv6 PMTU discovery. 409 41031 March 2021: George 411 - Clean makedist.sh. 412 41331 March 2021: Wouter 414 - Fix stack-protector change to not override other CFLAGS options. 415 41630 March 2021: George 417 - Disable the use of stack-protector for cross compiled 32-bit windows 418 builds; relates to #444. 419 42025 March 2021: Wouter 421 - Fix #429: Also fix end of transfer for http download of auth zones. 422 42324 March 2021: Wouter 424 - Fix deprecation test to work for iOS TVOS and WatchOS, it uses 425 CFLAGS and CPPFLAGS and also checks if the item is unavailable. 426 - Travis, fix script to fail when tasks fail. 427 - Travis, fix warning in ubsan compile. 428 - Fix configure Targetconfiditionals.h header check, to use compile. 429 - Fix that cachedb does not produce empty object files when disabled. 430 43123 March 2021: Wouter 432 - Travis enable all tests again. Clang analyzer only a couple times, 433 when there is a difference. homebrew updates disabled, so it does 434 not hang. removed trailing slashes from configure paths. Moved iOS 435 tests to allow-failure. 436 - travis, analyzer disabled on test without debug, that does not 437 run anway. Turn off failing tests except one. Update iOS test 438 to xcode image 12.2. 439 44022 March 2021: George 441 - Fix unused-function warning when compiling with --enable-dnscrypt. 442 - Fix for #367: fix memory leak when cannot bind to listening port. 443 - Reformat pythonmod/pythonmod_utils.{c,h}. 444 44522 March 2021: Wouter 446 - Merge #449 from orbea: build: Add missing linker flags. 447 - iana portlist update. 448 - Comment out nonworking OSX and IOS travis tests, vm fails to start. 449 - Fix compile error in listen_dnsport on Android. 450 - Fix memory leak reported by asan in rpz SOA record query name. 451 45219 March 2021: Wouter 453 - Fix for #447: squelch connection refused tcp connection failures 454 from the log, unless verbosity is high. 455 45617 March 2021: Wouter 457 - Fix #441: Minimal NSEC range not accepted for top level domains. 458 45911 March 2021: Wouter 460 - Fix parse of LOC RR type for decimetres. 461 4625 March 2021: Wouter 463 - Workaround for #439: prevent loops in the reuse rbtree. 464 - Debug output for #411 and #439: printout internal error and details. 465 4664 March 2021: Wouter 467 - iana portlist update. 468 - Fix spurious errors about "Could not generate request: out of 469 memory". The mesh detect cycle routine no longer wrongly stops 470 the check when the calling mesh state is unique. 471 47226 February 2021: George 473 - Fix for #367: rc_ports don't have ub_sock; skip cleaning up. 474 47526 February 2021: Wouter 476 - Fix: Resolve interface names on control-interface too. 477 47825 February 2021: Wouter 479 - Merge PR #367 : DNSTAP log local address. With code from PR #365 480 and fixes #368 : dnstap does not log the DNS message ID for 481 FORWARDER_QUERY. 482 - Fix to allow rpz with wildcard that applies to all TLDs at once. 483 48424 February 2021: George 485 - Fix #384: (1) A minor request to improve the log (2) A minor bug in one 486 log message. 487 - ipsecmod: Better logging for detecting a cycle when attaching the 488 A/AAAA subquery. 489 49024 February 2021: Wouter 491 - On startup of unbound it checks if rlimits on memory size look 492 sufficient for the configured cache size, and logs warning if not. 493 - Fix function documentation. 494 - Fix unit test for added ulimit checks. 495 - spelling fix in header. 496 49723 February 2021: Wouter 498 - Fix for zonemd, that domain-insecure zones work without dnssec. 499 - Fix for zonemd, do not reject insecure result from trust anchor 500 validation step in dnssec chain of trust. 501 50222 February 2021: Wouter 503 - Fix #431: Squelch permission denied errors for tcp connect 504 and udp connect from the logs, unless at high verbosity. 505 - Fix for zonemd, that nxdomain for the chain of trust is allowed 506 for island zones, it is treated as an insecure zone for verification. 507 50818 February 2021: Wouter 509 - Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support. 510 ZONEMD records are checked for zones loaded as auth-zone, 511 with DNSSEC if available. There is an added option 512 zonemd-permissive-mode that makes it log but not fail wrong zones. 513 With zonemd-reject-absence for an auth-zone the presence of a 514 zonemd can be mandated for specific zones. 515 - Fix doxygen and pydoc warnings. 516 - Fix #429: rpz: url: with https: broken (regression in 1.13.1). 517 - rpz skip nsec3param records, and nicer log for unsupported actions. 518 51915 February 2021: Wouter 520 - Fix #422: IPv6 fallback issues when IPv6 is not properly 521 enabled/configured. 522 - Fix to make tests work with support indicators set for iterator. 523 - Fix build on Python 3.10. 524 52510 February 2021: Wouter 526 - Merge PR #420 from dyunwei: DOH not responsing with 527 "http2_query_read_done failure" logged. 528 5299 February 2021: Wouter 530 - Fix for Python 3.9, no longer use deprecated functions of 531 PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now 532 none), PyParser_SimpleParseFile (now Py_CompileString). 533 5344 February 2021: Wouter 535 - release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb. 536 This became 1.13.1 release tag on 9 feb. The main branch is set 537 to version 1.13.2. 538 5392 February 2021: Wouter 540 - branch-1.13.1 is created, with release-1.13.1rc1 tag. 541 - Fix dynlibmod link on rhel8 for -ldl inclusion. 542 - Fix windows dependency on libssp.dll because of default stack 543 protector in mingw. 544 - Fix indentation of root anchor for use by windows install script. 545 5461 February 2021: George 547 - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411. 548 54929 January 2021: Wouter 550 - Fix for doxygen 1.8.20 compatibility. 551 55228 January 2021: Wouter 553 - Annotate that we ignore the return value of if_indextoname. 554 - Fix to use correct type for label count in rpz routine. 555 - Fix empty clause warning in config_file nsid parse. 556 - Fix to use correct type for label count in ipdnametoaddr rpz routine. 557 - Fix empty clause warning in edns pass for padding. 558 - Fix fwd ancil test post script when not supported. 559 56026 January 2021: George 561 - Merge PR #408 from fobser: Prevent a few more yacc clashes. 562 - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the 563 original instead of a decrementing TTL ('serve-original-ttl') 564 - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor 565 static data. 566 - Ignore cache blacklisting when trying to reply with expired data from 567 cache (#394). 568 56926 January 2021: Wouter 570 - Fix compile of unbound-dnstap-socket without dnstap installed. 571 57222 January 2021: Willem 573 - Padding of queries and responses with DNS over TLS as specified in 574 RFC7830 and RFC8467. 575 57622 January 2021: George 577 - Fix TTL of SOA record for negative answers (localzone and 578 authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM. 579 58019 January 2021: Willem 581 - Support for RFC5001: DNS Name Server Identifier (NSID) Option 582 with the nsid: option in unbound.conf 583 58418 January 2021: Wouter 585 - Fix #404: DNS query with small edns bufsize fail. 586 - Fix declaration before statement and signed comparison warning in 587 dns64. 588 58915 January 2021: Wouter 590 - Merge #402 from fobser: Implement IPv4-Embedded addresses according 591 to RFC6052. 592 59314 January 2021: Wouter 594 - Fix for #93: dynlibmodule import library is named libunbound.dll.a. 595 59613 January 2021: Wouter 597 - Merge #399 from xiangbao227: The lock of lruhash table should 598 unlocked after markdel entry. 599 - Fix for #93: dynlibmodule link fix for Windows. 600 60112 January 2021: Wouter 602 - Fix #397: [Feature request] add new type always_null to local-zone 603 similar to always_nxdomain. 604 - Fix so local zone types always_nodata and always_deny can be used 605 from the config file. 606 6078 January 2021: Wouter 608 - Merge PR #391 from fhriley: Add start_time to reply callbacks so 609 modules can compute the response time. 610 - For #391: use struct timeval* start_time for callback information. 611 - For #391: fix indentation. 612 - For #391: more double casts in python start time calculation. 613 - Add comment documentation. 614 - Fix clang analysis warning. 615 6166 January 2021: Wouter 617 - Fix #379: zone loading over HTTP appears to have buffer issues. 618 - Merge PR #395 from mptre: add missing null check. 619 - Fix #387: client-subnet-always-forward seems to effectively bypass 620 any caching? 621 6225 January 2021: Wouter 623 - Fix #385: autoconf 2.70 impacts unbound build 624 - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands 625 to unbound-control. 626 6274 January 2021: Wouter 628 - For #376: Fix that comm point event is not double removed or double 629 added to event map. 630 - iana portlist updated. 631 63216 December 2020: George 633 - Fix error cases when udp-connect is set and send() returns an error 634 (modified patch from Xin Li @delphij). 635 63611 December 2020: Wouter 637 - Fix #371: unbound-control timeout when Unbound is not running. 638 - Fix to squelch permission denied and other errors from remote host, 639 they are logged at higher verbosity but not on low verbosity. 640 - Merge PR #335 from fobser: Sprinkle in some static to prevent 641 missing prototype warnings. 642 - Merge PR #373 from fobser: Warning: arithmetic on a pointer to void 643 is a GNU extension. 644 - Fix missing prototypes in the code. 645 6463 December 2020: Wouter 647 - make depend. 648 - iana portlist updated. 649 6502 December 2020: Wouter 651 - Fix #360: for the additionally reported TCP Fast Open makes TCP 652 connections fail, in that case we print a hint that this is 653 happening with the error in the logs. 654 - Fix #356: deadlock when listening tcp. 655 - Fix unbound-dnstap-socket to not use log routine from interrupt 656 handler and not print so frequently when invoked in sequence. 657 - Fix on windows to ignore connection failure on UDP, unless verbose. 658 - Fix for #283: fix stream reuse and tcp fast open. 659 - Fix update, with write event check with streamreuse and fastopen. 660 6611 December 2020: Wouter 662 - Fix #358: Squelch udp connect 'no route to host' errors on low 663 verbosity. 664 66530 November 2020: Wouter 666 - Fix assertion failure on double callback when iterator loses 667 interest in query at head of line that then has the tcp stream 668 not kept for reuse. 669 - tag for the 1.13.0rc4 release. This also became the 1.13.0 670 release version on 3 dec 2020 with the streamreuse and fastopen 671 fix from 2 dec 2020. The code repo continues for 1.13.1 in 672 development. 673 67427 November 2020: Wouter 675 - Fix compile warning for type cast in http2_submit_dns_response. 676 - Fix when use free buffer to initialize rbtree for stream reuse. 677 - Fix compile warnings for windows. 678 - Fix compile warnings in rpz initialization. 679 - Fix contrib/metrics.awk for FreeBSD awk compatibility. 680 - tag for the 1.13.0rc3 release. 681 68226 November 2020: Wouter 683 - Fix to omit UDP receive errors from log, if verbosity low. 684 These happen because of udp-connect. 685 - For #352: contrib/metrics.awk for Prometheus style metrics output. 686 - Fix that after failed read, the readagain cannot activate. 687 - Clear readagain upon decommission of pending tcp structure. 688 68925 November 2020: Wouter 690 - with udp-connect ignore connection refused with UDP timeouts. 691 - Fix udp-connect on FreeBSD, do send calls on connected UDP socket. 692 - Better fix for reuse tree comparison for is-tls sockets. Where 693 the tree key identity is preserved after cleanup of the TLS state. 694 - Remove debug commands from reuse tests. 695 - Fix memory leak for edns client tag opcode config element. 696 - Attempt fix for libevent state in tcp reuse cases after a packet 697 is written. 698 - Fix readagain and writeagain callback functions for comm point 699 cleanup. 700 - tag for the 1.13.0rc2 release. 701 70224 November 2020: Wouter 703 - Merge PR #283 : Stream reuse. This implements upstream stream 704 reuse for performing several queries over the same TCP or TLS 705 channel. 706 - set version of main branch to 1.13.0 for upcoming release. 707 - iana portlist updated. 708 - Fix one port unit test for udp-connect. 709 - tag for the 1.13.0rc1 release. 710 - Fix crash when TLS connection is closed prematurely, when 711 reuse tree comparison is not properly identical to insertion. 712 - Fix padding of struct regional for 32bit systems. 713 71423 November 2020: George 715 - Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with 716 edns-client-string option. 717 71823 November 2020: Wouter 719 - Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket 720 address families. 721 - Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error: 722 failed to list interfaces: getifaddrs: Address family not 723 supported by protocol. 724 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2. 725 - Option to toggle udp-connect, default is enabled. 726 - Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere 727 with chown of pidfile. 728 - Further fix for it and retvalue 0 fix for it. 729 73012 November 2020: Wouter 731 - Fix to connect() to UDP destinations, default turned on, 732 this lowers vulnerability to ICMP side channels. 733 - Retry for interfaces with unused ports if possible. 734 73510 November 2020: Wouter 736 - Fix #341: fixing a possible memory leak. 737 - Fix memory leak after fix for possible memory leak failure. 738 - Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX' 739 undeclared. 740 74127 October 2020: Wouter 742 - In man page note that tls-cert-bundle is read before permission 743 drop and chroot. 744 74522 October 2020: Wouter 746 - Fix #333: Unbound Segmentation Fault w/ log_info Functions From 747 Python Mod. 748 - Fix that minimal-responses does not remove addresses from a priming 749 query response. 750 75121 October 2020: George 752 - Fix #327: net/if.h check fails on some darwin versions; contribution by 753 Joshua Root. 754 - Fix #320: potential memory corruption due to size miscomputation upton 755 custom region alloc init. 756 75721 October 2020: Wouter 758 - Merge PR #228 : infra-keep-probing option to probe hosts that are 759 down. Add infra-keep-probing: yes option. Hosts that are down are 760 probed more frequently. 761 With the option turned on, it probes about every 120 seconds, 762 eventually after exponential backoff, and that keeps that way. If 763 traffic keeps up for the domain. It probes with one at a time, eg. 764 one query is allowed to probe, other queries within that 120 second 765 interval are turned away. 766 76719 October 2020: George 768 - Merge PR #324 from James Renken: Add modern X.509v3 extensions to 769 unbound-control TLS certificates. 770 - Fix for PR #324 to attach the x509v3 extensions to the client 771 certificate. 772 77319 October 2020: Ralph 774 - local-zone regional allocations outside of chunk 775 77619 October 2020: Wouter 777 - Fix that http settings have colon in set_option, for 778 http-endpoint, http-max-streams, http-query-buffer-size, 779 http-response-buffer-size, and http-nodelay. 780 - Fix memory leak of https port string when reading config. 781 - Fix #330: [Feature request] Add unencrypted DNS over HTTPS support. 782 This adds the option http-notls-downstream: yesno to change that, 783 and the dohclient test code has the -n option. 784 - Fix python documentation warning on functions.rst inplace_cb_reply. 785 - Fix dnstap test to wait for log timer to see if queries are logged. 786 - Log ip address when http session recv fails, eg. due to tls fail. 787 - Fix to set the tcp handler event toggle flag back to default when 788 the handler structure is reused. 789 - Clean the fix for out of order TCP processing limits on number 790 of queries. It was tested to work. 791 79216 October 2020: Wouter 793 - Fix that the out of order TCP processing does not limit the 794 number of outstanding queries over a connection. 795 79615 October 2020: George 797 - Fix that if there are reply callbacks for the given rcode, those 798 are called per reply and a new message created if that was modified 799 by the call. 800 - Pass the comm_reply information to the inplace_cb_reply* functions 801 during the mesh state and update the documentation on that. 802 80315 October 2020: Wouter 804 - Merge PR #326 from netblue30: DoH: implement content-length 805 header field 806 - DoH content length, simplify code, remove declaration after 807 statement and fix cast warning. 808 80914 October 2020: Wouter 810 - Fix for python reply callback to see mesh state reply_list member, 811 it only removes it briefly for the commpoint call so that it does 812 not drop it and attempt to modify the reply list during reply. 813 - Fix that if there are on reply callbacks, those are called per 814 reply and a new message created if that was modified by the call. 815 - Free up auth zone parse region after use for lookup of host 816 81713 October 2020: Wouter 818 - Fix #323: unbound testsuite fails on mock build in systemd-nspawn 819 if systemd support is build. 820 8219 October 2020: Wouter 822 - Fix dnstap socket and the chroot not applied properly to the dnstap 823 socket path. 824 - Fix warning in libnss compile, nss_buf2dsa is not used without DSA. 825 8268 October 2020: Wouter 827 - Tag for 1.12.0 release. 828 - Current repo is version 1.12.1 in development. 829 - Fix #319: potential memory leak on config failure, in rpz config. 830 8311 October 2020: Wouter 832 - Current repo is version 1.12.0 for release. Tag for 1.12.0rc1. 833 83430 September 2020: Wouter 835 - Fix doh tests when not compiled in. 836 - Add dohclient test executable to gitignore. 837 - Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for 838 alloc check debug output. 839 - Easier kill of unbound-dnstap-socket tool in test. 840 - Fix memory leak of edns tags at libunbound context delete. 841 - Fix double loopexit for unbound-dnstap-socket after sigterm. 842 84329 September 2020: Ralph 844 - DNS Flag Day 2020: change edns-buffer-size default to 1232. 845 84628 September 2020: Wouter 847 - Fix unit test for dnstap changes, so that it waits for the timer. 848 84923 September 2020: Wouter 850 - Fix #305: dnstap logging significantly affects unbound performance 851 (regression in 1.11). 852 - Fix #305: only wake up thread when threshold reached. 853 - Fix to ifdef fptr wlist item for dnstap. 854 85523 September 2020: Ralph 856 - Fix edns-client-tags get_option typo 857 - Add edns-client-tag-opcode option 858 - Use inclusive language in configuration 859 86021 September 2020: Ralph 861 - Fix #304: dnstap logging not recovering after dnstap process restarts 862 86321 September 2020: Wouter 864 - Merge PR #311 by luismerino: Dynlibmod leak. 865 - Error message is logged for dynlibmod malloc failures. 866 - iana portlist updated. 867 86818 September 2020: Wouter 869 - Fix that prefer-ip4 and prefer-ip6 can be get and set with 870 unbound-control, with libunbound and the unbound-checkconf option 871 output function. 872 - iana portlist updated. 873 87415 September 2020: George 875 - Introduce test for statistics. 876 87715 September 2020: Wouter 878 - Spelling fix. 879 88011 September 2020: Wouter 881 - Remove x file mode on ipset/ipset.c and h files. 882 8839 September 2020: Wouter 884 - Fix num.expired statistics output. 885 88631 August 2020: Wouter 887 - Merge PR #293: Add missing prototype. Also refactor to use the new 888 shorthand function to clean up the code. 889 - Refactor to use sock_strerr shorthand function. 890 - Fix #296: systemd nss-lookup.target is reached before unbound can 891 successfully answer queries. Changed contrib/unbound.service.in. 892 89327 August 2020: Wouter 894 - Similar to NSD PR#113, implement that interface names can be used, 895 eg. something like interface: eth0 is resolved at server start and 896 uses the IP addresses for that named interface. 897 - Review fix, doxygen and assign null in case of error free. 898 89926 August 2020: George 900 - Update documentation in python example code. 901 90224 August 2020: Wouter 903 - Fix that dnstap reconnects do not spam the log with the repeated 904 attempts. Attempts on the timer are only logged on high verbosity, 905 if they produce a connection failure error. 906 - Fix to apply chroot to dnstap-socket-path, if chroot is enabled. 907 - Change configure to use EVP_sha256 instead of HMAC_Update for 908 openssl-3.0.0. 909 91020 August 2020: Ralph 911 - Fix stats double count issue (#289). 912 91313 August 2020: Ralph 914 - Create and init edns tags data for libunbound. 915 91610 August 2020: Ralph 917 - Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available, 918 by Vítězslav Čížek. 919 92010 August 2020: Wouter 921 - Fix #287: doc typo: "Additionaly". 922 - Rerun autoconf 923 9246 August 2020: Wouter 925 - Merge PR #284 and Fix #246: Remove DLV entirely from Unbound. 926 The DLV has been decommisioned and in unbound 1.5.4, in 2015, there 927 was advise to stop using it. The current code base does not contain 928 DLV code any more. The use of dlv options displays a warning. 929 9305 August 2020: Wouter 931 - contrib/aaaa-filter-iterator.patch file renewed diff content to 932 apply cleanly to the current coderepo for the current code version. 933 9345 August 2020: Ralph 935 - Merge PR #272: Add EDNS client tag functionality. 936 9374 August 2020: George 938 - Improve error log message when inserting rpz RR. 939 - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as 940 definedness, by Felipe Gasper. 941 9424 August 2020: Wouter 943 - Fix mini_event.h on OpenBSD cannot find fd_set. 944 94531 July 2020: Wouter 946 - Fix doxygen comment for no ssl for tls session ticket key callback 947 routine. 948 94927 July 2020: George 950 - Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on 951 March 2020, by and0x000. 952 95327 July 2020: Ralph 954 - Merge PR #269, Fix python module len() implementations, by Torbjörn 955 Lönnemark 956 95727 July 2020: Wouter 958 - branch now named 1.11.1. 1.11.0rc1 became the 1.11.0 release. 959 - Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf 960 96120 July 2020: Wouter 962 - Fix streamtcp to print packet data to stdout. This makes the 963 stdout and stderr not mix together lines, when parsing its output. 964 - Fix contrib/fastrpz.patch to apply cleanly. It fixes for changes 965 due to added libdynmod, but it does not compile, it conflicts with 966 new rpz code. 967 - branch now named 1.11.0 and 1.11.0rc1 tag. 968 96917 July 2020: Wouter 970 - Fix libnettle compile for session ticket key callback function 971 changes. 972 - Fix lock dependency cycle in rpz zone config setup. 973 97417 July 2020: Ralph 975 - Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie 976 Courrèges-Anglas. 977 - Fix PR #234 log_assert sizeof to use union buffer. 978 97916 July 2020: Wouter 980 - Fix check conf test for referencing installation paths. 981 - Fix unused variable warning for clang analyzer. 982 98316 July 2020: George 984 - Introduce 'include-toplevel:' configuration option. 985 98616 July 2020: Ralph 987 - Add bidirectional frame streams support. 988 9898 July 2020: Wouter 990 - Fix add missing DSA header, for compilation without deprecated 991 OpenSSL APIs. 992 - Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL 993 3.0.0-alpha4. 994 - Longer keys for the test set, this avoids weak crypto errors. 995 9967 July 2020: Wouter 997 - Fix #259: Fix unbound-checkconf does not check view existence. 998 unbound-checkconf checks access-control-view, access-control-tags, 999 access-control-tag-actions and access-control-tag-datas. 1000 - Fix offset of error printout for access-control-tag-datas. 1001 - Review fixes for checkconf #259 change. 1002 10036 July 2020: Wouter 1004 - run_vm cleanup better and removes trailing slash on single argument. 1005 100629 June 2020: Wouter 1007 - Move reply list clean for serve expired mesh callback to after 1008 the reply is sent, so that script callbacks have reply_info. 1009 - Also move reply list clean for mesh callbacks to the scrip callback 1010 can see the reply_info. 1011 - Fix for mesh accounting if the reply list already empty to begin 1012 with. 1013 - Fix for mesh accounting when rpz decides to drop a reply with a 1014 tcp stream waiting for it. 1015 - Review fix for number of detached states due to use of variable 1016 after end of loop. 1017 - Fix tcp req info drop due to size call into mesh accounting 1018 removal of mesh state during mesh send reply. 1019 102024 June 2020: Wouter 1021 - iana portlist updated. 1022 - doxygen file comments for dynlibmodule. 1023 102417 June 2020: Wouter 1025 - Fix default explanation in man page for qname-minimisation-strict. 1026 - Fix display of event loop method with libev. 1027 10288 June 2020: Wouter 1029 - Mention tls name possible when tls is enabled for stub-addr in the 1030 man page. 1031 103227 May 2020: George 1033 - Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use 1034 "Requires:". 1035 103625 May 2020: George 1037 - Update contrib/aaaa-filter-iterator.patch for the recent 1038 generate_sub_request() change and to apply cleanly. 1039 104021 May 2020: George 1041 - Fix for integer overflow when printing RDF_TYPE_TIME. 1042 104319 May 2020: Wouter 1044 - CVE-2020-12662 Unbound can be tricked into amplifying an incoming 1045 query into a large number of queries directed to a target. 1046 - CVE-2020-12663 Malformed answers from upstream name servers can be 1047 used to make Unbound unresponsive. 1048 - Release 1.10.1 is 1.10.0 with fixes, code repository continues, 1049 including those fixes, towards the next release. Configure has 1050 version 1.10.2 version number in it. 1051 - For PR #93: windows compile warnings removal 1052 - windows compile warnings removal for ip dscp option code. 1053 - For PR #93: unit test for dynlib module. 1054 105518 May 2020: Wouter 1056 - For PR #93: dynlibmod can handle reloads and deinit and inits again, 1057 with dlclose and dlopen of the library again. Also for multiple 1058 modules. Fix memory leak by not closing dlopened content. Fix 1059 to allow one dynlibmod instance by unbound-checkconf. 1060 - For PR #93: checkconf allows multiple dynlib in module-config, for 1061 a couple cases. 1062 - For PR #93: checkconf allows python dynlib in module-config, for 1063 a couple cases. 1064 - For PR #93: man page spelling reference fix. 1065 - For PR #93: fix link of other executables for dynlibmod dependency. 1066 106715 May 2020: Wouter 1068 - Merge PR #93: Add dynamic library support. 1069 - Fixed conflicts for PR #93 and make configure, yacc, lex. 1070 - For PR #93: Fix warnings for dynlibmodule. 1071 107215 May 2020: Ralph 1073 - Cache ECS answers with longest scope of CNAME chain. 1074 107522 April 2020: George 1076 - Explicitly use 'rrset-roundrobin: no' for test cases. 1077 107821 April 2020: Wouter 1079 - Merge #225 from akhait: KSK-2010 has been revoked. It removes the 1080 KSK-2010 from the default list in unbound-anchor, now that the 1081 revocation period is over. KSK-2017 is the only trust anchor in 1082 the shipped default now. 1083 108421 April 2020: George 1085 - Change default value for 'rrset-roundrobin' to yes. 1086 - Fix tests for new rrset-roundrobin default. 1087 108820 April 2020: Wouter 1089 - Fix #222: --enable-rpath, fails to rpath python lib. 1090 - Fix for count of reply states in the mesh. 1091 - Remove unneeded was_mesh_reply check. 1092 109317 April 2020: George 1094 - Add SNI support on more TLS connections (fixes #193). 1095 - Add SNI support to unbound-anchor. 1096 109716 April 2020: George 1098 - Add doxygen documentation for DSCP. 1099 110016 April 2020: Wouter 1101 - Fix help return code in unbound-control-setup script. 1102 - Fix for posix shell syntax for trap in nsd-control-setup. 1103 - Fix for posix shell syntax for trap in run_msg.sh test script. 1104 110515 April 2020: George 1106 - Fix #220: auth-zone section in config may lead to segfault. 1107 11087 April 2020: Wouter 1109 - Merge PR #214 from gearnode: unbound-control-setup recreate 1110 certificates. With the -r option the certificates are created 1111 again, without it, only the files that do not exist are created. 1112 11136 April 2020: Ralph 1114 - Keep track of number of timeouts. Use this counter to determine if 1115 capsforid fallback should be started. 1116 11176 April 2020: George 1118 - More documentation for redis-expire-records option. 1119 11201 April 2020: George 1121 - Merge PR #206: Redis TTL, by Talkabout. 1122 112330 March 2020: Wouter 1124 - Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and :: 1125 - Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful 1126 transports. 1127 112827 March 2020: Wouter 1129 - Merge PR #203 from noloader: Update README-Travis.md with current 1130 procedures. 1131 113227 March 2020: Ralph 1133 - Make unbound-control error returned on missing domain name more user 1134 friendly. 1135 113626 March 2020: Ralph 1137 - Fix RPZ concurrency issue when using auth_zone_reload. 1138 113925 March 2020: George 1140 - Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings. 1141 - Fix on #201. 1142 114324 March 2020: Wouter 1144 - Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP 1145 tag for outgoing packets. 1146 - Fixes on #200. 1147 - Travis fix for ios by omitting tools from install. 1148 114923 March 2020: Wouter 1150 - Fix compile on Solaris for unbound-checkconf. 1151 115220 March 2020: George 1153 - Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's 1154 only used in this file. 1155 115620 March 2020: Wouter 1157 - Merge PR #197 from fobser: Make log_ident_revert_to_default() a 1158 proper prototype. 1159 116019 March 2020: Ralph 1161 - Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton. 1162 - Fix #158: open tls-session-ticket-keys as binary, for Windows. By 1163 Daisuke HIGASHI. 1164 - Merge PR#134, Allow the kernel to provide random source ports. By 1165 Florian Obser. 1166 - Log warning when using outgoing-port-permit and outgoing-port-avoid 1167 while explicit port randomisation is disabled. 1168 - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton. 1169 - Fix .travis.yml error, missing 'env' option. 1170 117116 March 2020: Wouter 1172 - Fix #192: In the unbound-checkconf tool, the module config of 1173 dns64 subnetcache respip validator iterator is whitelisted, it was 1174 reported it seems to work. 1175 117612 March 2020: Wouter 1177 - Fix compile of test tools without protobuf. 1178 117911 March 2020: Ralph 1180 - Add check to make sure RPZ records are subdomains of configured 1181 zone origin. 1182 118311 March 2020: George 1184 - Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete 1185 type, by noloader. 1186 - Changelog entry for (Fix #189, Merge PR #190). 1187 118811 March 2020: Wouter 1189 - Fix #188: unbound-control.c:882:6: error: 'execlp' is 1190 unavailable: not available on tvOS. 1191 11926 March 2020: George 1193 - Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by 1194 noloader 1195 11965 March 2020: Wouter 1197 - Fix PR #182 from noloader: Add iOS testing to Travis. 1198 11994 March 2020: Ralph 1200 - Update README-Travis.md (from PR #179), by Jeffrey Walton. 1201 12024 March 2020: George 1203 - Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android. 1204 12054 March 2020: Wouter 1206 - Merge PR #180 from noloader: Avoid calling exit in Travis script. 1207 12083 March 2020: George 1209 - Upgrade config.guess(2020-01-01) and config.sub(2020-01-01). 1210 12112 March 2020: Ralph 1212 - Fix #175, Merge PR #176: fix link error when OpenSSL is configured 1213 with no-engine, thanks noloader. 1214 12152 March 2020: George 1216 - Fix compiler warning in dns64/dns64.c 1217 - Merge PR #174: Add Android to Travis testing, by noloader. 1218 - Move android build scripts to contrib/ and allow android tests to fail. 1219 12202 March 2020: Wouter 1221 - Fix #177: dnstap does not build on macOS. 1222 122328 February 2020: Ralph 1224 - Merge PR #172: Add IBM s390x arch for testing, by noloader. 1225 122628 February 2020: Wouter 1227 - Merge PR #173: updated makedist.sh for config.guess and 1228 config.sub and sha256 digest for gpg, by noloader. 1229 - Merge PR #164: Framestreams, this branch implements dnstap 1230 unidirectional connectivity in unbound. This has a number of 1231 new features. 1232 1233 The dependency on libfstrm is removed. The fstrm protocol code 1234 resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This 1235 contains a brief definition of what unbound needs. 1236 1237 The make unbound-dnstap-socket builds a debug tool, 1238 unbound-dnstap-socket. It can listen, accept multiple DNSTAP 1239 streams and print information. Commandline options control it. 1240 1241 Unbound can reconnect if the unix domain socket file socket is 1242 closed. This uses exponential backoff after which it uses a 1243 one second timer to throttle cpu down. There is also support 1244 to use TCP and TLS for connecting to the log server. There 1245 are new config options to turn them on, in the dnstap section 1246 in the man page and example config file. dnstap-ip with IP 1247 address of server for TCP or TLS use. dnstap-tls to turn 1248 on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle, 1249 dnstap-tls-client-key-file and dnstap-tls-client-cert-file 1250 to configure the certificates for server authentication and 1251 client authentication, or leave at "" to not use that. 1252 125327 February 2020: George 1254 - Merge PR #171: Add additional compilers and platforms to Travis 1255 testing, by noloader. 1256 125727 February 2020: Wouter 1258 - Fix #169: Fix warning for daemon/remote.c output may be truncated 1259 from snprintf. 1260 - Fix #170: Fix gcc undefined sanitizer signed integer overflow 1261 warning in signature expiry RFC1982 serial number arithmetic. 1262 - Fix more undefined sanitizer issues, in respip copy_rrset null 1263 dname, and in the client_info_compare routine for null memcmp. 1264 126526 February 2020: Wouter 1266 - iana portlist updated. 1267 126825 February 2020: Wouter 1269 - Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for 1270 using ipv4 filters, because the hosts ip6 netblock /64 is not owned 1271 by one operator, and thus reputation is shared. 1272 127324 February 2020: George 1274 - Merge PR #166: Fix typo in unbound.service.in, by glitsj16. 1275 127620 February 2020: Wouter 1277 - Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for 1278 Unbound from Yuri Voinov. 1279 - master branch has 1.10.1 version. 1280 128118 February 2020: Wouter 1282 - protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for 1283 different openssl versions. 1284 128517 February 2020: Wouter 1286 - changelog point where the tag for 1.10.0rc2 release is. And with 1287 the unbound_smf23 commit added to it, that is the 1.10.0 release. 1288 128917 February 2020: Ralph 1290 - Add respip to supported module-config options in unbound-checkconf. 1291 129217 February 2020: George 1293 - Remove unused variable. 1294 129517 February 2020: Wouter 1296 - contrib/drop2rpz: perl script that converts the Spamhaus DROP-List 1297 in RPZ-Format, contributed by Andreas Schulze. 1298 129914 February 2020: Wouter 1300 - Fix spelling in unbound.conf.5.in. 1301 - Stop unbound-checkconf from insisting that auth-zone and rpz 1302 zonefiles have to exist. They can not exist, and download later. 1303 130413 February 2020: Wouter 1305 - tag for 1.10.0rc1 release. 1306 130712 February 2020: Wouter 1308 - Fix with libnettle make test with dsa disabled. 1309 - Fix contrib/fastrpz.patch to apply cleanly. Fix for serve-stale 1310 fixes, but it does not compile, conflicts with new rpz code. 1311 - Fix to clean memory leak of respip_addr.lock when ip_tree deleted. 1312 - Fix compile warning when threads disabled. 1313 - updated version number to 1.10.0. 1314 131510 February 2020: George 1316 - Document 'ub_result.was_ratelimited' in libunbound. 1317 - Fix use after free on log-identity after a reload; Fixes #163. 1318 13196 February 2020: George 1320 - Fix num_reply_states and num_detached_states counting with 1321 serve_expired_callback. 1322 - Cleaner code in mesh_serve_expired_lookup. 1323 - Document in unbound.conf manpage that configuration clauses can be 1324 repeated in the configuration file. 1325 13266 February 2020: Wouter 1327 - Fix num_reply_addr counting in mesh and tcp drop due to size 1328 after serve_stale commit. 1329 - Fix to create and destroy rpz_lock in auth_zones structure. 1330 - Fix to lock zone before adding rpz qname trigger. 1331 - Fix to lock and release once in mesh_serve_expired_lookup. 1332 - Fix to put braces around empty if body when threading is disabled. 1333 13345 February 2020: George 1335 - Added serve-stale functionality as described in 1336 draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used 1337 to configure the behavior. 1338 - Updated cachedb to honor `serve-expired-ttl`; Fixes #107. 1339 - Renamed statistic `num.zero_ttl` to `num.expired` as expired replies 1340 come with a configurable TTL value (`serve-expired-reply-ttl`). 1341 - Fixed stats when replying with cached, cname-aliased records. 1342 - Added missing default values for redis cachedb backend. 1343 13443 February 2020: Ralph 1345 - Add assertion to please static analyzer 1346 134731 January 2020: Wouter 1348 - Fix fclose on error in TLS session ticket code. 1349 135030 January 2020: Ralph 1351 - Fix memory leak in error condition remote.c 1352 - Fix double free in error condition view.c 1353 - Fix memory leak in do_auth_zone_transfer on success 1354 - Merge RPZ support into master. Only QNAME and Response IP triggers are 1355 supported. 1356 - Stop working on socket when socket() call returns an error. 1357 - Check malloc return values in TLS session ticket code 1358 135930 January 2020: Wouter 1360 - Fix subnet tests for disabled DSA algorithm by default. 1361 - Update contrib/fastrpz.patch for clean diff with current code. 1362 - Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds 1363 and Frzk. Updates the unbound.service systemd file and adds 1364 a portable systemd service file. 1365 - updated .gitignore for added contrib file. 1366 - Add build rule for ipset to Makefile 1367 - Add getentropy_freebsd.o to Makefile dependencies. 1368 136929 January 2020: Ralph 1370 - Merge PR#156 from Alexander Berkes; Added unbound-control 1371 view_local_datas_remove command. 1372 137329 January 2020: Wouter 1374 - Fix #157: undefined reference to `htobe64'. 1375 137628 January 2020: Ralph 1377 - Merge PR#147; change rfc reference for reserved top level dns names. 1378 137928 January 2020: Wouter 1380 - iana portlist updated. 1381 - Fix to silence the tls handshake errors for broken pipe and reset 1382 by peer, unless verbosity is set to 2 or higher. 1383 138427 January 2020: Ralph 1385 - Merge PR#154; Allow use of libbsd functions with configure option 1386 --with-libbsd. By Robert Edmonds and Steven Chamberlain. 1387 - Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai. 1388 138927 January 2020: Wouter 1390 - Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes 1391 to Libs/Requires for crypto library dependencies. 1392 - Fix #153: Disable validation for DSA algorithms. RFC 8624 1393 compliance. 1394 139523 January 2020: Wouter 1396 - Merge PR#150 from Frzk: Systemd unit without chroot. It add 1397 contrib/unbound_nochroot.service.in, a systemd file for use with 1398 chroot: "", see comments in the file, it uses systemd protections 1399 instead. 1400 140114 January 2020: Wouter 1402 - Removed the dnscrypt_queries and dnscrypt_queries_chacha tests, 1403 because dnscrypt-proxy (2.0.36) does not support the test setup 1404 any more, and also the config file format does not seem to have 1405 the appropriate keys to recreate that setup. 1406 - Fix crash after reload where a stats lookup could reference old key 1407 cache and neg cache structures. 1408 - Fix for memory leak when edns subnet config options are read when 1409 compiled without edns subnet support. 1410 - Fix auth zone support for NSEC3 records without salt. 1411 141210 January 2020: Wouter 1413 - Fix the relationship between serve-expired and prefetch options, 1414 patch from Saksham Manchanda from Secure64. 1415 - Fix unreachable code in ssl set options code. 1416 14178 January 2020: Ralph 1418 - Fix #138: stop binding pidfile inside chroot dir in systemd service 1419 file. 1420 14218 January 2020: Wouter 1422 - Fix 'make test' to work for --disable-sha1 configure option. 1423 - Fix out-of-bounds null-byte write in sldns_bget_token_par while 1424 parsing type WKS, reported by Luis Merino from X41 D-Sec. 1425 - Updated sldns_bget_token_par fix for also space for the zero 1426 delimiter after the character. And update for more spare space. 1427 14286 January 2020: George 1429 - Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD. 1430 The dl_iterate_phdr() function introduced in newer versions raises 1431 compilation errors on solaris 10. 1432 - Changes to compat/getentropy_solaris.c for, 1433 ifdef stdint.h inclusion for older systems. 1434 ifdef sha2.h inclusion for older systems. 1435 14366 January 2020: Wouter 1437 - Merge #135 from Florian Obser: Use passed in neg and key cache 1438 if non-NULL. 1439 - Fix #140: Document slave not downloading new zonefile upon update. 1440 144116 December 2019: George 1442 - Update mailing list URL. 1443 144412 December 2019: Ralph 1445 - Master is 1.9.7 in development. 1446 - Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by 1447 Florian Obser 1448 144910 December 2019: Wouter 1450 - Fix to make auth zone IXFR to fallback to AXFR if a single 1451 response RR is received over TCP with the SOA in it. 1452 14536 December 2019: Wouter 1454 - Fix ipsecmod compile. 1455 - Fix Makefile.in for ipset module compile, from Adi Prasaja. 1456 - release-1.9.6 tag, which became the 1.9.6 release 1457 14585 December 2019: Wouter 1459 - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1 1460 replacements for unbound-fuzzme.c that gets created after applying 1461 the contrib/unbound-fuzzme.patch. They are contributed by 1462 Eric Sesterhenn from X41 D-Sec. 1463 - tag for 1.9.6rc1. 1464 14654 December 2019: Wouter 1466 - Fix lock type for memory purify log lock deletion. 1467 - Fix testbound for alloccheck runs, memory purify and lock checks. 1468 - update contrib/fastrpz.patch to apply more cleanly. 1469 - Fix Make Test Fails when Configured With --enable-alloc-nonregional, 1470 reported by X41 D-Sec. 1471 14723 December 2019: Wouter 1473 - Merge pull request #124 from rmetrich: Changed log lock 1474 from 'quick' to 'basic' because this is an I/O lock. 1475 - Fix text around serial arithmatic used for RRSIG times to refer 1476 to correct RFC number. 1477 - Fix Assert Causing DoS in synth_cname(), 1478 reported by X41 D-Sec. 1479 - Fix similar code in auth_zone synth cname to add the extra checks. 1480 - Fix Assert Causing DoS in dname_pkt_copy(), 1481 reported by X41 D-Sec. 1482 - Fix OOB Read in sldns_wire2str_dname_scan(), 1483 reported by X41 D-Sec. 1484 - Fix Out of Bounds Write in sldns_str2wire_str_buf(), 1485 reported by X41 D-Sec. 1486 - Fix Out of Bounds Write in sldns_b64_pton(), 1487 fixed by check in sldns_str2wire_int16_data_buf(), 1488 reported by X41 D-Sec. 1489 - Fix Insufficient Handling of Compressed Names in dname_pkt_copy(), 1490 reported by X41 D-Sec. 1491 - Fix Out of Bound Write Compressed Names in rdata_copy(), 1492 reported by X41 D-Sec. 1493 - Fix Hang in sldns_wire2str_pkt_scan(), 1494 reported by X41 D-Sec. 1495 This further lowers the max to 256. 1496 - Fix snprintf() supports the n-specifier, 1497 reported by X41 D-Sec. 1498 - Fix Bad Indentation, in dnscrypt.c, 1499 reported by X41 D-Sec. 1500 - Fix Client NONCE Generation used for Server NONCE, 1501 reported by X41 D-Sec. 1502 - Fix compile error in dnscrypt. 1503 - Fix _vfixed not Used, removed from sbuffer code, 1504 reported by X41 D-Sec. 1505 - Fix Hardcoded Constant, reported by X41 D-Sec. 1506 - make depend 1507 15082 December 2019: Wouter 1509 - Merge pull request #122 from he32: In tcp_callback_writer(), 1510 don't disable time-out when changing to read. 1511 151222 November 2019: George 1513 - Fix compiler warnings. 1514 151522 November 2019: Wouter 1516 - Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec. 1517 - Add make distclean that removes everything configure produced, 1518 and make maintainer-clean that removes bison and flex output. 1519 152020 November 2019: Wouter 1521 - Fix Out of Bounds Read in rrinternal_get_owner(), 1522 reported by X41 D-Sec. 1523 - Fix Race Condition in autr_tp_create(), 1524 reported by X41 D-Sec. 1525 - Fix Shared Memory World Writeable, 1526 reported by X41 D-Sec. 1527 - Adjust unbound-control to make stats_shm a read only operation. 1528 - Fix Weak Entropy Used For Nettle, 1529 reported by X41 D-Sec. 1530 - Fix Randomness Error not Handled Properly, 1531 reported by X41 D-Sec. 1532 - Fix Out-of-Bounds Read in dname_valid(), 1533 reported by X41 D-Sec. 1534 - Fix Config Injection in create_unbound_ad_servers.sh, 1535 reported by X41 D-Sec. 1536 - Fix Local Memory Leak in cachedb_init(), 1537 reported by X41 D-Sec. 1538 - Fix Integer Underflow in Regional Allocator, 1539 reported by X41 D-Sec. 1540 - Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD. 1541 - Synchronize compat/getentropy_win.c with version 1.5 from 1542 OpenBSD, no changes but makes the file, comments, identical. 1543 - Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD. 1544 - Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD. 1545 - Changes to compat/getentropy files for, 1546 no link to openssl if using nettle, and hence config.h for 1547 HAVE_NETTLE variable. 1548 compat definition of MAP_ANON, for older systems. 1549 ifdef stdint.h inclusion for older systems. 1550 ifdef sha2.h inclusion for older systems. 1551 - Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec. 1552 - Fix compile with --enable-alloc-checks, reported by X41 D-Sec. 1553 - Fix Terminating Quotes not Written, reported by X41 D-Sec. 1554 - Fix Useless memset() in validator, reported by X41 D-Sec. 1555 - Fix Unrequired Checks, reported by X41 D-Sec. 1556 - Fix Enum Name not Used, reported by X41 D-Sec. 1557 - Fix NULL Pointer Dereference via Control Port, 1558 reported by X41 D-Sec. 1559 - Fix Bad Randomness in Seed, reported by X41 D-Sec. 1560 - Fix python examples/calc.py for eval, reported by X41 D-Sec. 1561 - Fix comments for doxygen in dns64. 1562 156319 November 2019: Wouter 1564 - Fix CVE-2019-18934, shell execution in ipsecmod. 1565 - 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development. 1566 - Fix authzone printout buffer length check. 1567 - Fixes to please lint checks. 1568 - Fix Integer Overflow in Regional Allocator, 1569 reported by X41 D-Sec. 1570 - Fix Unchecked NULL Pointer in dns64_inform_super() 1571 and ipsecmod_new(), reported by X41 D-Sec. 1572 - Fix Out-of-bounds Read in rr_comment_dnskey(), 1573 reported by X41 D-Sec. 1574 - Fix Integer Overflows in Size Calculations, 1575 reported by X41 D-Sec. 1576 - Fix Integer Overflow to Buffer Overflow in 1577 sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec. 1578 - Fix Out of Bounds Read in sldns_str2wire_dname(), 1579 reported by X41 D-Sec. 1580 - Fix Out of Bounds Write in sldns_bget_token_par(), 1581 reported by X41 D-Sec. 1582 158318 November 2019: Wouter 1584 - In unbound-host use separate variable for get_option to please 1585 code checkers. 1586 - update to bison output of 3.4.1 in code repository. 1587 - Provide a prototype for compat malloc to remove compile warning. 1588 - Portable grep usage for reuseport configure test. 1589 - Check return type of HMAC_Init_ex for openssl 0.9.8. 1590 - gitignore .source tempfile used for compatible make. 1591 159213 November 2019: Wouter 1593 - iana portlist updated. 1594 - contrib/fastrpz.patch updated to apply for current code. 1595 - fixes for splint cleanliness, long vs int in SSL set_mode. 1596 159711 November 2019: Wouter 1598 - Fix #109: check number of arguments for stdin-pipes in 1599 unbound-control and fail if too many arguments. 1600 - Merge #102 from jrtc27: Add getentropy emulation for FreeBSD. 1601 160224 October 2019: Wouter 1603 - Fix #99: Memory leak in ub_ctx (event_base will never be freed). 1604 160523 October 2019: George 1606 - Add new configure option `--enable-fully-static` to enable full static 1607 build if requested; in relation to #91. 1608 160923 October 2019: Wouter 1610 - Merge #97: manpage: Add missing word on unbound.conf, 1611 from Erethon. 1612 161322 October 2019: Wouter 1614 - drop-tld.diff: adds option drop-tld: yesno that drops 2 label 1615 queries, to stop random floods. Apply with 1616 patch -p1 < contrib/drop-tld.diff and compile. 1617 From Saksham Manchanda (Secure64). Please note that we think this 1618 will drop DNSKEY and DS lookups for tlds and hence break DNSSEC 1619 lookups for downstream clients. 1620 16217 October 2019: Wouter 1622 - Add doxygen comments to unbound-anchor source address code, in #86. 1623 16243 October 2019: Wouter 1625 - Merge #90 from vcunat: fix build with nettle-3.5. 1626 - Merge 1.9.4 release with fix for vulnerability CVE-2019-16866. 1627 - Continue with development of 1.9.5. 1628 - Merge #86 from psquarejho: Added -b source address option to 1629 smallapp/unbound-anchor.c, from Lukas Wunner. 1630 163126 September 2019: Wouter 1632 - Merge #87 from hardfalcon: Fix contrib/unbound.service.in, 1633 Drop CAP_KILL, use + prefix for ExecReload= instead. 1634 163525 September 2019: Wouter 1636 - The unbound.conf includes are sorted ascending, for include 1637 statements with a '*' from glob. 1638 163923 September 2019: Wouter 1640 - Merge #85 for #84 from sam-lunt: Add kill capability to systemd 1641 service file to fix that systemctl reload fails. 1642 164320 September 2019: Wouter 1644 - Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW 1645 in unbound.service. 1646 - Merge #81 from Maryse47: Consistently use /dev/urandom instead 1647 of /dev/random in scripts and docs. 1648 - Merge #83 from Maryse47: contrib/unbound.service.in: do not fork 1649 into the background. 1650 165119 September 2019: Wouter 1652 - Fix #78: Memory leak in outside_network.c. 1653 - Merge pull request #76 from Maryse47: Improvements and fixes for 1654 systemd unbound.service. 1655 - oss-fuzz badge on README.md. 1656 - Fix fix for #78 to also free service callback struct. 1657 - Fix for oss-fuzz build warning. 1658 - Fix wrong response ttl for prepended short CNAME ttls, this would 1659 create a wrong zero_ttl response count with serve-expired enabled. 1660 - Merge #80 from stasic: Improve wording in man page. 1661 166211 September 2019: Wouter 1663 - Use explicit bzero for wiping clear buffer of hash in cachedb, 1664 reported by Eric Sesterhenn from X41 D-Sec. 1665 16669 September 2019: Wouter 1667 - Fix #72: configure --with-syslog-facility=LOCAL0-7 with default 1668 LOG_DAEMON (as before) can set the syslog facility that the server 1669 uses to log messages. 1670 16714 September 2019: Wouter 1672 - Fix #71: fix openssl error squelch commit compilation error. 1673 16743 September 2019: Wouter 1675 - squelch DNS over TLS errors 'ssl handshake failed crypto error' 1676 on low verbosity, they show on verbosity 3 (query details), because 1677 there is a high volume and the operator cannot do anything for the 1678 remote failure. Specifically filters the high volume errors. 1679 16802 September 2019: Wouter 1681 - ipset module #28: log that an address is added, when verbosity high. 1682 - ipset: refactor long routine into three smaller ones. 1683 - updated Makefile dependencies. 1684 168523 August 2019: Wouter 1686 - Fix contrib/fastrpz.patch asprintf return value checks. 1687 168822 August 2019: Wouter 1689 - Fix that pkg-config is setup before --enable-systemd needs it. 1690 - 1.9.3rc2 release candidate tag. And this became the 1.9.3 release. 1691 Master is 1.9.4 in development. 1692 169321 August 2019: Wouter 1694 - Fix log_dns_msg to log irrespective of minimal responses config. 1695 169619 August 2019: Ralph 1697 - Document limitation of pidfile removal outside of chroot directory. 1698 169916 August 2019: Wouter 1700 - Fix unittest valgrind false positive uninitialised value report, 1701 where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0 1702 issues an uninitialised value for the token buffer at the str2wire.c 1703 rrinternal_get_owner() strcmp with the '@' value. Rewritten to use 1704 straight character comparisons removes the false positive. Also 1705 valgrinds --expensive-definedness-checks=yes can stop this false 1706 positive. 1707 - Please doxygen's parser for "@" occurrence in doxygen comment. 1708 - Fixup contrib/fastrpz.patch 1709 - Remove warning about unknown cast-function-type warning pragma. 1710 171115 August 2019: Wouter 1712 - iana portlist updated. 1713 - Fix autotrust temp file uniqueness windows compile. 1714 - avoid warning about upcast on 32bit systems for autotrust. 1715 - escape commandline contents for -V. 1716 - Fix character buffer size in ub_ctx_hosts. 1717 - 1.9.3rc1 release candidate tag. 1718 - Option -V prints if TCP fastopen is available. 1719 172014 August 2019: George 1721 - Fix #59, when compiled with systemd support check that we can properly 1722 communicate with systemd through the `NOTIFY_SOCKET`. 1723 172414 August 2019: Wouter 1725 - Generate configlexer with newer flex. 1726 - Fix warning for unused variable for compilation without systemd. 1727 172812 August 2019: George 1729 - Introduce `-V` option to print the version number and build options. 1730 Previously reported build options like linked libs and linked modules 1731 are now moved from `-h` to `-V` as well for consistency. 1732 - PACKAGE_BUGREPORT now also includes link to GitHub issues. 1733 17341 August 2019: Wouter 1735 - For #52 #53, second context does not close logfile override. 1736 - Fix #52 #53, fix for example fail program. 1737 - Fix to return after failed auth zone http chunk write. 1738 - Fix to remove unused test for task_probe existance. 1739 - Fix to timeval_add for remaining second in microseconds. 1740 - Check repinfo in worker_handle_request, if null, drop it. 1741 174229 July 2019: Wouter 1743 - Add verbose log message when auth zone file is written, at level 4. 1744 - Add hex print of trust anchor pointer to trust anchor file temp 1745 name to make it unique, for libunbound created multiple contexts. 1746 174723 July 2019: Wouter 1748 - Fix question section mismatch in local zone redirect. 1749 175019 July 2019: Wouter 1751 - Fix #49: Set no renegotiation on the SSL context to stop client 1752 session renegotiation. 1753 175412 July 2019: Wouter 1755 - Fix #48: Unbound returns additional records on NODATA response, 1756 if minimal-responses is enabled, also the additional for negative 1757 responses is removed. 1758 17599 July 2019: Ralph 1760 - Fix in respip addrtree selection. Absence of addr_tree_init_parents() 1761 call made it impossible to go up the tree when the matching netmask is 1762 too specific. 1763 17645 July 2019: Ralph 1765 - Fix for possible assertion failure when answering respip CNAME from 1766 cache. 1767 176825 June 2019: Wouter 1769 - For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf 1770 when do-not-query-localhost is turned on, or at default on, 1771 unbound-checkconf prints a warning if it is found in forward-addr or 1772 stub-addr statements. 1773 177424 June 2019: Wouter 1775 - Fix memleak in unit test, reported from the clang 8.0 static analyzer. 1776 177718 June 2019: Wouter 1778 - PR #28: IPSet module, by Kevin Chou. Created a module to support 1779 the ipset that could add the domain's ip to a list easily. 1780 Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md. 1781 - Fix to omit RRSIGs from addition to the ipset. 1782 - Fix to make unbound-control with ipset, remove unused variable, 1783 use unsigned type because of comparison, and assign null instead 1784 of compare with it. Remade lex and yacc output. 1785 - make depend 1786 - Added documentation to the ipset files (for doxygen output). 1787 - Merge PR #6: Python module: support multiple instances 1788 - Merge PR #5: Python module: define constant MODULE_RESTART_NEXT 1789 - Merge PR #4: Python module: assign something useful to the 1790 per-query data store 'qdata' 1791 - Fix python dict reference and double free in config. 1792 179317 June 2019: Wouter 1794 - Master contains version 1.9.3 in development. 1795 - Fix #39: In libunbound, leftover logfile is close()d unpredictably. 1796 - Fix for #24: Fix abort due to scan of auth zone masters using old 1797 address from previous scan. 1798 179912 June 2019: Wouter 1800 - Fix another spoolbuf storage code point, in prefetch. 1801 - 1.9.2rc3 release candidate tag. Which became the 1.9.2 release 1802 on 17 June 2019. 1803 180411 June 2019: Wouter 1805 - Fix that fixes the Fix that spoolbuf is not used to store tcp 1806 pipelined response between mesh send and callback end, this fixes 1807 error cases that did not use the correct spoolbuf. 1808 - 1.9.2rc2 release candidate tag. 1809 18106 June 2019: Wouter 1811 - 1.9.2rc1 release candidate tag. 1812 18134 June 2019: Wouter 1814 - iana portlist updated. 1815 181629 May 2019: Wouter 1817 - Fix to guard _OPENBSD_SOURCE from redefinition. 1818 181928 May 2019: Wouter 1820 - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD. 1821 - gitignore config.h.in~. 1822 182327 May 2019: Wouter 1824 - Fix double file close in tcp pipelined response code. 1825 182624 May 2019: Wouter 1827 - Fix that spoolbuf is not used to store tcp pipelined response 1828 between mesh send and callback end. 1829 183020 May 2019: Wouter 1831 - Note that so-reuseport at extreme load is better turned off, 1832 otherwise queries are not distributed evenly, on Linux 4.4.x. 1833 183416 May 2019: Wouter 1835 - Fix #31: swig 4.0 and python module. 1836 183713 May 2019: Wouter 1838 - Squelch log messages from tcp send about connection reset by peer. 1839 They can be enabled with verbosity at higher values for diagnosing 1840 network connectivity issues. 1841 - Attempt to fix malformed tcp response. 1842 18439 May 2019: Wouter 1844 - Revert fix for oss-fuzz, error is in that build script that 1845 unconditionally includes .o files detected by configure, also 1846 when the machine architecture uses different LIBOBJS files. 1847 18488 May 2019: Wouter 1849 - Attempt to fix build failure in oss-fuzz because of reallocarray. 1850 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648. 1851 Does not omit compile flags from commandline. 1852 18537 May 2019: Wouter 1854 - Fix edns-subnet locks, in error cases the lock was not unlocked. 1855 - Fix doxygen output error on readme markdown vignettes. 1856 18576 May 2019: Wouter 1858 - Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64. 1859 - Fix #30: AddressSanitizer finding in lookup3.c. This sets the 1860 hash function to use a slower but better auditable code that does 1861 not read beyond array boundaries. This makes code better security 1862 checkable, and is better for security. It is fixed to be slower, 1863 but not read outside of the array. 1864 18652 May 2019: Wouter 1866 - contrib/fastrpz.patch updated for code changes, and with git diff. 1867 - Fix .gitignore, add pythonmod and dnstap generated files. 1868 And unit test generated files, and generated doc files. 1869 18701 May 2019: Wouter 1871 - Update makedist for git. 1872 - Nicer travis output for clang analysis. 1873 - PR #16: XoT support, AXFR over TLS, turn it on with 1874 master: <ip>#<authname> in unbound.conf. This uses TLS to 1875 download the AXFR (or IXFR). 1876 187725 April 2019: Wouter 1878 - Fix wrong query name in local zone redirect answers with a CNAME, 1879 the copy of the local alias is in unpacked form. 1880 188118 April 2019: Ralph 1882 - Scrub RRs from answer section when reusing NXDOMAIN message for 1883 subdomain answers. 1884 - For harden-below-nxdomain: do not consider a name to be non-exitent 1885 when message contains a CNAME record. 1886 188718 April 2019: Wouter 1888 - travis build file. 1889 189016 April 2019: Wouter 1891 - Better braces in if statement in TCP fastopen code. 1892 - iana portlist updated. 1893 189415 April 2019: Wouter 1895 - Fix tls write event for read state change to re-call SSL_write and 1896 not resume the TLS handshake. 1897 189811 April 2019: George 1899 - Update python documentation for init_standard(). 1900 - Typos. 1901 190211 April 2019: Wouter 1903 - Fix that auth zone uses correct network type for sockets for 1904 SOA serial probes. This fixes that probes fail because earlier 1905 probe addresses are unreachable. 1906 - Fix that auth zone fails over to next master for timeout in tcp. 1907 - Squelch SSL read and write connection reset by peer and broken pipe 1908 messages. Verbosity 2 and higher enables them. 1909 19108 April 2019: Wouter 1911 - Fix to use event_assign with libevent for thread-safety. 1912 - verbose information about auth zone lookup process, also lookup 1913 start, timeout and fail. 1914 - Fix #17: Add python module example from Jan Janak, that is a 1915 plugin for the Unbound DNS resolver to resolve DNS records in 1916 multicast DNS [RFC 6762] via Avahi. The plugin communicates 1917 with Avahi via DBus. The comment section at the beginning of 1918 the file contains detailed documentation. 1919 - Fix to wipe ssl ticket keys from memory with explicit_bzero, 1920 if available. 1921 19225 April 2019: Wouter 1923 - Fix to reinit event structure for accepted TCP (and TLS) sockets. 1924 19254 April 2019: Wouter 1926 - Fix spelling error in log output for event method. 1927 19283 April 2019: Wouter 1929 - Move goto label in answer_from_cache to the end of the function 1930 where it is more visible. 1931 - Fix auth-zone NSEC3 response for wildcard nodata answers, 1932 include the closest encloser in the answer. 1933 19342 April 2019: Wouter 1935 - Fix auth-zone NSEC3 response for empty nonterminals with exact 1936 match nsec3 records. 1937 - Fix for out of bounds integers, thanks to OSTIF audit. It is in 1938 allocation debug code. 1939 - Fix for auth zone nsec3 ent fix for wildcard nodata. 1940 194125 March 2019: Wouter 1942 - Fix that tls-session-ticket-keys: "" on its own in unbound.conf 1943 disables the tls session ticker key calls into the OpenSSL API. 1944 - Fix crash if tls-servic-pem not filled in when necessary. 1945 194621 March 2019: Wouter 1947 - Fix #4240: Fix whitespace cleanup in example.conf. 1948 194919 March 2019: Wouter 1950 - add type CAA to libpyunbound (accessing libunbound from python). 1951 195218 March 2019: Wouter 1953 - Add log message, at verbosity 4, that says the query is encrypted 1954 with TLS, if that is enabled for the query. 1955 - Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482. 1956 19577 March 2019: Wouter 1958 - Fix for #4233: guard use of NDEBUG, so that it can be passed in 1959 CFLAGS into configure. 1960 19615 March 2019: Wouter 1962 - Tag release 1.9.1rc1. Which became 1.9.1 on 12 March 2019. Trunk 1963 has 1.9.2 in development. 1964 19651 March 2019: Wouter 1966 - output forwarder log in ssl_req_order test. 1967 196828 February 2019: Wouter 1969 - Remove memory leak on pythonmod python2 script file init. 1970 - Remove swig gcc8 python function cast warnings, they are ignored. 1971 - Print correct module that failed when module-config is wrong. 1972 197327 February 2019: Wouter 1974 - Fix #4229: Unbound man pages lack information, about access-control 1975 order and local zone tags, and elements in views. 1976 - Fix #14: contrib/unbound.init: Fix wrong comparison judgment 1977 before copying. 1978 - Fix for python module on Windows, fix fopen. 1979 198025 February 2019: Wouter 1981 - Fix #4227: pair event del and add for libevent for tcp_req_info. 1982 198321 February 2019: Wouter 1984 - Fix the error for unknown module in module-config is understandable, 1985 and explains it was not compiled in and where to see the list. 1986 - In example.conf explain where to put cachedb module in module-config. 1987 - In man page and example config explain that most modules have to 1988 be listed at the start of module-config. 1989 199020 February 2019: Wouter 1991 - Fix pythonmod include and sockaddr_un ifdefs for compile on 1992 Windows, and for libunbound. 1993 199418 February 2019: Wouter 1995 - Print query name with ip_ratelimit exceeded log lines. 1996 - Spaces instead of tabs in that log message. 1997 - Print query name and IP address when domain rate limit exceeded. 1998 199914 February 2019: Wouter 2000 - Fix capsforid canonical sort qsort callback. 2001 200211 February 2019: Wouter 2003 - Note default for module-config in man page. 2004 - Fix recursion lame test for qname minimisation asked queries, 2005 that were not present in the set of prepared answers. 2006 - Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for 2007 cert name matching, from man page. 2008 - make depend, with newer gcc, nicer layout. 2009 20107 February 2019: Wouter 2011 - Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2. 2012 - Fix that qname minimisation does not skip a label when missing 2013 nameserver targets need to be fetched. 2014 - Fix #4225: clients seem to erroneously receive no answer with 2015 DNS-over-TLS and qname-minimisation. 2016 20174 February 2019: Wouter 2018 - Fix that log-replies prints the correct name for local-alias 2019 names, for names that have a CNAME in local-data configuration. 2020 It logs the original query name, not the target of the CNAME. 2021 - Add local-zone type inform_redirect, which logs like type inform, 2022 and redirects like type redirect. 2023 - Perform canonical sort for 0x20 capsforid compare of replies, 2024 this sorts rrsets in the authority and additional section before 2025 comparison, so that out of order rrsets do not cause failure. 2026 202731 January 2019: Wouter 2028 - Set ub_ctx_set_tls call signature in ltrace config file for 2029 libunbound in contrib/libunbound.so.conf. 2030 - improve documentation for tls-service-key and forward-first. 2031 - #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of 2032 conditional section, fixes systemd builds, from Enrico Scholz. 2033 - #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks, 2034 still supports the set_id_callback previous API. And for 1.1.0 2035 no locking callbacks are needed. 2036 - #8: Fix OpenSSL without ENGINE support compilation. 2037 - Wipe TLS session key data from memory on exit. 2038 203930 January 2019: Ralph 2040 - Fix case in which query timeout can result in marking delegation 2041 as edns_lame_known. 2042 204329 January 2019: Wouter 2044 - Fix spelling of tls-ciphers in example.conf.in. 2045 - Fix #4224: auth_xfr_notify.rpl test broken due to typo 2046 - Fix locking for libunbound context setup with broken port config. 2047 204828 January 2019: Wouter 2049 - ub_ctx_set_tls call for libunbound that enables DoT for the machines 2050 set with ub_ctx_set_fwd. Patch from Florian Obser. 2051 - Set build system for added call in the libunbound API. 2052 - List example config for root zone copy locally hosted with auth-zone 2053 as suggested from draft-ietf-dnsop-7706-bis-02. But with updated 2054 B root address. 2055 - set version to 1.9.0 for release. And this was released with the 2056 spelling for tls-ciphers fix as 1.9.0 on Feb 5. Trunk has 1.9.1 in 2057 development. 2058 205925 January 2019: Wouter 2060 - Fix that tcp for auth zone and outgoing does not remove and 2061 then gets the ssl read again applied to the deleted commpoint. 2062 - updated contrib/fastrpz.patch to cleanly diff. 2063 - no lock when threads disabled in tcp request buffer count. 2064 - remove compile warnings from libnettle compile. 2065 - output of newer lex 2.6.1 and bison 3.0.5. 2066 206724 January 2019: Wouter 2068 - Newer aclocal and libtoolize used for generating configure scripts, 2069 aclocal 1.16.1 and libtoolize 2.4.6. 2070 - Fix unit test for python 3.7 new keyword 'async'. 2071 - clang analysis fixes, assert arc4random buffer in init, 2072 no check for already checked delegation pointer in iterator, 2073 in testcode check for NULL packet matches, in perf do not copy 2074 from NULL start list when growing capacity. Adjust host and file 2075 only when present in test header read to please checker. In 2076 testcode for unknown macro operand give zero result. Initialise the 2077 passed argv array in test code. In test code add EDNS data 2078 segment copy only when nonempty. 2079 - Patch from Florian Obser fixes some compiler warnings: 2080 include mini_event.h to have a prototype for mini_ev_cmp 2081 include edns.h to have a prototype for apply_edns_options 2082 sldns_wire2str_edns_keepalive_print is only called in the wire2str, 2083 module declare it static to get rid of compiler warning: 2084 no previous prototype for function 2085 infra_find_ip_ratedata() is only called in the infra module, 2086 declare it static to get rid of compiler warning: 2087 no previous prototype for function 2088 do not shadow local variable buf in authzone 2089 auth_chunks_delete and az_nsec3_findnode are only called in the 2090 authzone module, declare them static to get rid of compiler warning: 2091 no previous prototype for function... 2092 copy_rrset() is only called in the respip module, declare it 2093 static to get rid of compiler warning: 2094 no previous prototype for function 'copy_rrset' 2095 no need for another variable "r"; gets rid of compiler warning: 2096 declaration shadows a local variable in libunbound.c 2097 no need for another variable "ns"; gets rid of compiler warning: 2098 declaration shadows a local variable in iterator.c 2099 - Moved includes and make depend. 2100 210123 January 2019: Wouter 2102 - Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites 2103 options for unbound.conf. 2104 - Fixes for the patch, and man page entry. 2105 - Fix configure to detect SSL_CTX_set_ciphersuites, for better 2106 library compatibility when compiling. 2107 - Patch for TLS session resumption from Manabu Sonoda, 2108 enable with tls-session-ticket-keys in unbound.conf. 2109 - Fixes for patch (includes, declarations, warnings). Free at end 2110 and keep config options in order read from file to keep the first 2111 one as the first one. 2112 - Fix for IXFR fallback to reset counter when IXFR does not timeout. 2113 211422 January 2019: Wouter 2115 - Fix space calculation for tcp req buffer size. 2116 - Doc for stream-wait-size and unit test. 2117 - unbound-control stats has mem.streamwait that counts TCP and TLS 2118 waiting result buffers. 2119 - Fix for #4219: secondaries not updated after serial change, unbound 2120 falls back to AXFR after IXFR gives several timeout failures. 2121 - Fix that auth zone after IXFR fallback tries the same master. 2122 212321 January 2019: Wouter 2124 - Fix tcp idle timeout test, for difference in the tcp reply code. 2125 - Unit test for tcp request reorder and timeouts. 2126 - Unit tests for ssl out of order processing. 2127 - Fix that multiple dns fragments can be carried in one TLS frame. 2128 - Add stream-wait-size: 4m config option to limit the maximum 2129 memory used by waiting tcp and tls stream replies. This avoids 2130 a denial of service where these replies use up all of the memory. 2131 213217 January 2019: Wouter 2133 - For caps-for-id fallback, use the whitelist to avoid timeout 2134 starting a fallback sequence for it. 2135 - increase mesh max activation count for capsforid long fetches. 2136 213716 January 2019: Ralph 2138 - Get ready for the DNS flag day: remove EDNS lame procedure, do not 2139 re-query without EDNS after timeout. 2140 214115 January 2019: Wouter 2142 - In the out of order processing, reset byte count for (potential) 2143 partial read. 2144 - Review fixes in out of order processing. 2145 214614 January 2019: Wouter 2147 - streamtcp option -a send queries consecutively and prints answers 2148 as they arrive. 2149 - Fix for out of order processing administration quit cleanup. 2150 - unit test for tcp out of order processing. 2151 215211 January 2019: Wouter 2153 - Initial commit for out-of-order processing for TCP and TLS. 2154 21559 January 2019: Wouter 2156 - Log query name for looping module errors. 2157 21588 January 2019: Wouter 2159 - Fix syntax in comment of local alias processing. 2160 - Fix NSEC3 record that is returned in wildcard replies from 2161 auth-zone zones with NSEC3 and wildcards. 2162 21637 January 2019: Wouter 2164 - On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN, 2165 and server tcp fastopen is enabled at compile time. 2166 - Document interaction between the tls-upstream option in the server 2167 section and forward-tls-upstream option in the forward-zone sections. 2168 - Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews, 2169 the patch adds a program used for fuzzing. 2170 217112 December 2018: Wouter 2172 - Fix for crash in dns64 module if response is null. 2173 217410 December 2018: Wouter 2175 - Fix config parser memory leaks. 2176 - ip-ratelimit-factor of 1 allows all traffic through, instead of the 2177 previous blocking everything. 2178 - Fix for FreeBSD port make with dnscrypt and dnstap enabled. 2179 - Fix #4206: support openssl 1.0.2 for TLS hostname verification, 2180 alongside the 1.1.0 and later support that is already there. 2181 - Fixup openssl 1.0.2 compile 2182 21836 December 2018: Wouter 2184 - Fix dns64 allocation in wrong region for returned internal queries. 2185 21863 December 2018: Wouter 2187 - Fix icon, no ragged edges and nicer resolutions available, for eg. 2188 Win 7 and Windows 10 display. 2189 - cache-max-ttl also defines upperbound of initial TTL in response. 2190 219130 November 2018: Wouter 2192 - Patch for typo in unbound.conf man page. 2193 - log-tag-queryreply: yes in unbound.conf tags the log-queries and 2194 log-replies in the log file for easier log filter maintenance. 2195 219629 November 2018: Wouter 2197 - iana portlist updated. 2198 - Fix chroot auth-zone fix to remove chroot prefix. 2199 - tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon 2200 updated. Trunk contains 1.8.3 in development. 2201 Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec. 2202 Trunk then became 1.8.4 in development. 2203 - Fix that unbound-checkconf does not complains if the config file 2204 is not placed inside the chroot. 2205 - Refuse to start with no ports. 2206 - Remove clang analysis warnings. 2207 220828 November 2018: Wouter 2209 - Fix leak in chroot fix for auth-zone. 2210 - Fix clang analysis for outside directory build test. 2211 221227 November 2018: Wouter 2213 - Fix DNS64 to not store intermediate results in cache, this avoids 2214 other threads from picking up the wrong data. The module restores 2215 the previous no_cache_store setting when the the module is finished. 2216 - Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work. 2217 - New and better fix for Fix #4193: Fix that prefetch failure does 2218 not overwrite valid cache entry with SERVFAIL. 2219 - auth-zone give SERVFAIL when expired, fallback activates when 2220 expired, and this is documented in the man page. 2221 - stat count SERVFAIL downstream auth-zone queries for expired zones. 2222 - Put new logos into windows installer. 2223 - Fix windows compile for new rrset roundrobin fix. 2224 - Update contrib fastrpz patch for latest release. 2225 222626 November 2018: Wouter 2227 - Fix to not set GLOB_NOSORT so the unbound.conf include: files are 2228 sorted and in a predictable order. 2229 - Fix #4193: Fix that prefetch failure does not overwrite valid cache 2230 entry with SERVFAIL. 2231 - Add unbound-control view_local_datas command, like local_datas. 2232 - Fix that unbound-control can send file for view_local_datas. 2233 223422 November 2018: Wouter 2235 - With ./configure --with-pyunbound --with-pythonmodule 2236 PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests 2237 succeed for the python module. 2238 - pythonmod logs the python error and traceback on failure. 2239 - ignore debug python module for test in doxygen output. 2240 - review fixes for python module. 2241 - Fix #4209: Crash in libunbound when called from getdns. 2242 - auth zone zonefiles can be in a chroot, the chroot directory 2243 components are removed before use. 2244 - Fix that empty zonefile means the zonefile is not set and not used. 2245 - make depend. 2246 224721 November 2018: Wouter 2248 - Scrub NS records from NODATA responses as well. 2249 225020 November 2018: Wouter 2251 - Scrub NS records from NXDOMAIN responses to stop fragmentation 2252 poisoning of the cache. 2253 - Add patch from Jan Vcelak for pythonmod, 2254 add sockaddr_storage getters, add support for query callbacks, 2255 allow raw address access via comm_reply and update API documentation. 2256 - Removed compile warnings in pythonmod sockaddr routines. 2257 225819 November 2018: Wouter 2259 - Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes 2260 option in unbound.conf. 2261 22626 November 2018: Ralph 2263 - Bugfix min-client-subnet-ipv6 2264 226525 October 2018: Ralph 2266 - Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options. 2267 226825 October 2018: Wouter 2269 - Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query. 2270 - Fix #4190: Please create a "ANY" deny option, adds the option 2271 deny-any: yes in unbound.conf. This responds with an empty message 2272 to queries of type ANY. 2273 - Fix #4141: More randomness to rrset-roundrobin. 2274 - Fix #4132: Openness/closeness of RANGE intervals in rpl files. 2275 - Fix #4126: RTT_band too low on VSAT links with 600+ms latency, 2276 adds the option unknown-server-time-limit to unbound.conf that 2277 can be increased to avoid the problem. 2278 - remade makefile dependencies. 2279 - Fix #4152: Logs shows wrong time when using log-time-ascii: yes. 2280 228124 October 2018: Ralph 2282 - Add markdel function to ECS slabhash. 2283 - Limit ECS scope returned to client to the scope used for caching. 2284 - Make lint like previous #4154 fix. 2285 228622 October 2018: Wouter 2287 - Fix #4192: unbound-control-setup generates keys not readable by 2288 group. 2289 - check that the dnstap socket file can be opened and exists, print 2290 error if not. 2291 - Fix #4154: make ECS_MAX_TREESIZE configurable, with 2292 the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options. 2293 229422 October 2018: Ralph 2295 - Change fast-server-num default to 3. 2296 22978 October 2018: Ralph 2298 - Add fast-server-permil and fast-server-num options. 2299 - Deprecate low-rtt and low-rtt-permil options. 2300 23018 October 2018: Wouter 2302 - Squelch log of failed to tcp initiate after TCP Fastopen failure. 2303 23045 October 2018: Wouter 2305 - Squelch EADDRNOTAVAIL errors when the interface goes away, 2306 this omits 'can't assign requested address' errors unless 2307 verbosity is set to a high value. 2308 - Set default for so-reuseport to no for FreeBSD. It is enabled 2309 by default for Linux and DragonFlyBSD. The setting can 2310 be configured in unbound.conf to override the default. 2311 - iana port update. 2312 23132 October 2018: Wouter 2314 - updated contrib/fastrpz.patch to apply for this version 2315 - dnscrypt.c removed sizeof to get array bounds. 2316 - Fix testlock code to set noreturn on error routine. 2317 - Remove unused variable from contrib fastrpz/rpz.c and 2318 remove unused diagnostic pragmas that themselves generate warnings 2319 - clang analyze test is used only when assertions are enabled. 2320 23211 October 2018: Wouter 2322 - tag for release 1.8.1rc1. Became release 1.8.1 on 8 oct, with 2323 fastrpz.patch fix included. Trunk has 1.8.2 in development. 2324 232527 September 2018: Wouter 2326 - Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes 2327 qname minimisation with a forwarder when connectivity has issues 2328 from rejecting responses. 2329 233025 September 2018: Wouter 2331 - Perform TLS SNI indication of the host that is being contacted 2332 for DNS over TLS service. It sets the configured tls auth name. 2333 This is useful for hosts that apart from the DNS over TLS services 2334 also provide other (web) services. 2335 - Fix #4149: Add SSL cleanup for tcp timeout. 2336 233717 September 2018: Wouter 2338 - Fix compile on Mac for unbound, provide explicit_bzero when libc 2339 does not have it. 2340 - Fix unbound for openssl in FIPS mode, it uses the digests with 2341 the EVP call contexts. 2342 - Fix that with harden-below-nxdomain and qname minisation enabled 2343 some iterator states for nonresponsive domains can get into a 2344 state where they waited for an empty list. 2345 - Stop UDP to TCP failover after timeouts that causes the ping count 2346 to be reset by the TCP time measurement (that exists for TLS), 2347 because that causes the UDP part to not be measured as timeout. 2348 - Fix #4156: Fix systemd service manager state change notification. 2349 235013 September 2018: Wouter 2351 - Fix seed for random backup code to use explicit zero when wiped. 2352 - exit log routine is annotated as noreturn function. 2353 - free memory leaks in config strlist and str2list insert functions. 2354 - do not move unused argv variable after getopt. 2355 - Remove unused if clause in testcode. 2356 - in testcode, free async ids, initialise array, and check for null 2357 pointer during test of the test. And use exit for return to note 2358 irregular program stop. 2359 - Free memory leak in config strlist append. 2360 - make sure nsec3 comparison salt is initialized. 2361 - unit test has clang analysis. 2362 - remove unused variable assignment from iterator scrub routine. 2363 - check for null in delegation point during iterator refetch 2364 in forward zone. 2365 - neater pointer cast in libunbound context quit routine. 2366 - initialize statistics totals for printout. 2367 - in authzone check that node exists before adding rrset. 2368 - in unbound-anchor, use readwrite memory BIO. 2369 - assertion in autotrust that packed rrset is formed correctly. 2370 - Fix memory leak when message parse fails partway through copy. 2371 - remove unused udpsize assignment in message encode. 2372 - nicer bio free code in unbound-anchor. 2373 - annotate exit functions with noreturn in unbound-control. 2374 237511 September 2018: Wouter 2376 - Fixed unused return value warnings in contrib/fastrpz.patch for 2377 asprintf. 2378 - Fix to squelch respip warning in unit test, it is printed at 2379 higher verbosity settings. 2380 - Fix spelling errors. 2381 - Fix initialisation in remote.c 2382 238310 September 2018: Wouter 2384 - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply). 2385 - iana port update. 2386 23875 September 2018: Wouter 2388 - Fix spelling error in header, from getdns commit by Andreas Gelmini. 2389 23904 September 2018: Ralph 2391 - More explicitly mention the type of ratelimit when applying 2392 ip-ratelimit. 2393 23944 September 2018: Wouter 2395 - Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018. 2396 239731 August 2018: Wouter 2398 - Disable minimal-responses in subnet unit tests. 2399 240030 August 2018: Wouter 2401 - Fix that a local-zone with a local-zone-type that is transparent 2402 in a view with view-first, makes queries check for answers from the 2403 local-zones defined outside of views. 2404 240528 August 2018: Ralph 2406 - Disable minimal-responses in ipsecmod unit tests. 2407 - Added serve-expired-ttl and serve-expired-ttl-reset options. 2408 240927 August 2018: Wouter 2410 - Set defaults to yes for a number of options to increase speed and 2411 resilience of the server. The so-reuseport, harden-below-nxdomain, 2412 and minimal-responses options are enabled by default. They used 2413 to be disabled by default, waiting to make sure they worked. They 2414 are enabled by default now, and can be disabled explicitly by 2415 setting them to "no" in the unbound.conf config file. The reuseport 2416 and minimal options increases speed of the server, and should be 2417 otherwise harmless. The harden-below-nxdomain option works well 2418 together with the recently default enabled qname minimisation, this 2419 causes more fetches to use information from the cache. 2420 - next release is called 1.8.0. 2421 - Fix lintflags for lint on FreeBSD. 2422 242322 August 2018: George 2424 - #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This 2425 gives access to reply information for the client's communication 2426 point when the callback is called before the mesh state (modules). 2427 Changes to C and Python's inplace_callback signatures were also 2428 necessary. 2429 243021 August 2018: Wouter 2431 - log-local-actions: yes option for unbound.conf that logs all the 2432 local zone actions, a patch from Saksham Manchanda (Secure64). 2433 - #4146: num.query.subnet and num.query.subnet_cache counters. 2434 - Fix only misc failure from log-servfail when val-log-level is not 2435 enabled. 2436 243717 August 2018: Ralph 2438 - Fix classification for QTYPE=CNAME queries when QNAME minimisation is 2439 enabled. 2440 244117 August 2018: Wouter 2442 - Set libunbound to increase current, because the libunbound change 2443 to the event callback function signature. That needs programs, 2444 that use it, to recompile against the new header definition. 2445 - print servfail info to log as error. 2446 - added more servfail printout statements, to the iterator. 2447 - log-servfail: yes prints log lines that say why queries are 2448 returning SERVFAIL to clients. 2449 245016 August 2018: Wouter 2451 - Fix warning on compile without threads. 2452 - Fix contrib/fastrpz.patch. 2453 245415 August 2018: Wouter 2455 - Fix segfault in auth-zone read and reorder of RRSIGs. 2456 245714 August 2018: Wouter 2458 - Fix that printout of error for cycle targets is a verbosity 4 2459 printout and does not wrongly print it is a memory error. 2460 - Upgraded crosscompile script to include libunbound DLL in the 2461 zipfile. 2462 246310 August 2018: Wouter 2464 - Fix #4144: dns64 module caches wrong (negative) information. 2465 24669 August 2018: Wouter 2467 - unbound-checkconf checks if modules exist and prints if they are 2468 not compiled in the name of the wrong module. 2469 - document --enable-subnet in doc/README. 2470 - Patch for stub-no-cache and forward-no-cache options that disable 2471 caching for the contents of that stub or forward, for when you 2472 want immediate changes visible, from Bjoern A. Zeeb. 2473 24747 August 2018: Ralph 2475 - Make capsforid fallback QNAME minimisation aware. 2476 24777 August 2018: Wouter 2478 - Fix #4142: unbound.service.in: improvements and fixes. 2479 Add unit dependency ordering (based on systemd-resolved). 2480 Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings 2481 about missing privileges during startup). Add 'AF_INET6' to 2482 'RestrictAddressFamilies' (without it IPV6 can't work). From 2483 Guido Shanahan. 2484 - Patch to implement tcp-connection-limit from Jim Hague (Sinodun). 2485 This limits the number of simultaneous TCP client connections 2486 from a nominated netblock. 2487 - make depend, yacc, lex, doc, headers. And log the limit exceeded 2488 message only on high verbosity, so as to not spam the logs when 2489 it is busy. 2490 24916 August 2018: Wouter 2492 - Fix for #4136: Fix to unconditionally call destroy in daemon.c. 2493 24943 August 2018: George 2495 - Expose if a query (or a subquery) was ratelimited (not src IP 2496 ratelimiting) to libunbound under 'ub_result.was_ratelimited'. 2497 This also introduces a change to 'ub_event_callback_type' in 2498 libunbound/unbound-event.h. 2499 - Tidy pylib tests. 2500 25013 August 2018: Wouter 2502 - Revert previous change for #4136: because it introduces build 2503 problems. 2504 - New fix for #4136: This one ignores lex without without 2505 yylex_destroy. 2506 25071 August 2018: Wouter 2508 - Fix to remove systemd sockaddr function check, that is not 2509 always present. Make socket activation more lenient. But not 2510 different when socket activation is not used. 2511 - iana port list update. 2512 251331 July 2018: Wouter 2514 - Patches from Jim Hague (Sinodun) for EDNS KeepAlive. 2515 - Sort out test runs when the build directory isn't the project 2516 root directory. 2517 - Add config tcp-idle-timeout (default 30s). This applies to 2518 client connections only; the timeout on TCP connections upstream 2519 is unaffected. 2520 - Error if EDNS Keepalive received over UDP. 2521 - Add edns-tcp-keepalive and edns-tcp-keepalive timeout options 2522 and implement option in client responses. 2523 - Correct and expand manual page entries for keepalive and idle timeout. 2524 - Implement progressive backoff of TCP idle/keepalive timeout. 2525 - Fix 'make depend' to work when build dir is not project root. 2526 - Add delay parameter to streamtcp, -d secs. 2527 To be used when testing idle timeout. 2528 - From Wouter: make depend, the dependencies in the patches did not 2529 apply cleanly. Also remade yacc and lex. 2530 - Fix mesh.c incompatible pointer pass. 2531 - Please doxygen so it passes. 2532 - Fix #4139: Fix unbound-host leaks memory on ANY. 2533 253430 July 2018: Wouter 2535 - Fix #4136: insufficiency from mismatch of FLEX capability between 2536 released tarball and build host. 2537 253827 July 2018: Wouter 2539 - Fix man page, say that chroot is enabled by default. 2540 254126 July 2018: Wouter 2542 - Fix #4135: 64-bit Windows Installer Creates Entries Under The 2543 Wrong Registry Key, reported by Brian White. 2544 254523 July 2018: Wouter 2546 - Fix use-systemd readiness signalling, only when use-systemd is yes 2547 and not in signal handler. 2548 254920 July 2018: Wouter 2550 - Fix #4130: print text describing -dd and unbound-checkconf on 2551 config file read error at startup, the errors may have been moved 2552 away by the startup process. 2553 - Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared. 2554 255519 July 2018: Wouter 2556 - Fix #4129 unbound-control error message with wrong cert permissions 2557 is too cryptic. 2558 255917 July 2018: Wouter 2560 - Fix #4127 unbound -h does not list -p help. 2561 - Print error if SSL name verification configured but not available 2562 in the ssl library. 2563 - Fix that ratelimit and ip-ratelimit are applied after reload of 2564 changed config file. 2565 - Resize ratelimit and ip-ratelimit caches if changed on reload. 2566 256716 July 2018: Wouter 2568 - Fix qname minimisation NXDOMAIN validation lookup failures causing 2569 error_supers assertion fails. 2570 - Squelch can't bind socket errors with Permission denied unless 2571 verbosity is 4 or higher, for UDP outgoing sockets. 2572 257312 July 2018: Wouter 2574 - Fix to improve systemd socket activation code file descriptor 2575 assignment. 2576 - Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more 2577 easily changed to adjust default rtt assumptions. 2578 257910 July 2018: Wouter 2580 - Note in documentation that the cert name match code needs 2581 OpenSSL 1.1.0 or later to be enabled. 2582 25836 July 2018: Wouter 2584 - Fix documentation ambiguity for tls-win-cert in tls-upstream and 2585 forward-tls-upstream docs. 2586 - iana port update. 2587 - Note RFC8162 support. SMIMEA record type can be read in by the 2588 zone record parser. 2589 - Fix round robin for failed addresses with prefer-ip6: yes 2590 25914 July 2018: Wouter 2592 - Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass 2593 if DNSSEC is not enabled. New option -R allows fallback from 2594 resolv.conf to direct queries. 2595 25963 July 2018: Wouter 2597 - Better documentation for unblock-lan-zones and insecure-lan-zones 2598 config statements. 2599 - Fix permission denied printed for auth zone probe random port nrs. 2600 26012 July 2018: Wouter 2602 - Fix checking for libhiredis printout in configure output. 2603 - Fix typo on man page in ip-address description. 2604 - Update libunbound/python/examples/dnssec_test.py example code to 2605 also set the 20326 trust anchor for the root in the example code. 2606 260729 June 2018: Wouter 2608 - dns64-ignore-aaaa: config option to list domain names for which the 2609 existing AAAA is ignored and dns64 processing is used on the A 2610 record. 2611 261228 June 2018: Wouter 2613 - num.queries.tls counter for queries over TLS. 2614 - log port number with err_addr logs. 2615 261627 June 2018: Wouter 2617 - #4109: Fix that package config depends on python unconditionally. 2618 - Patch, do not export python from pkg-config, from Petr Menšík. 2619 262026 June 2018: Wouter 2621 - Partial fix for permission denied on IPv6 address on FreeBSD. 2622 - Fix that auth-zone master reply with current SOA serial does not 2623 stop scan of masters for an updated zone. 2624 - Fix that auth-zone does not start the wait timer without checking 2625 if the wait timer has already been started. 2626 262721 June 2018: Wouter 2628 - #4108: systemd reload hang fix. 2629 - Fix usage printout for unbound-host, hostname has to be last 2630 argument on BSDs and Windows. 2631 263219 June 2018: Wouter 2633 - Fix for unbound-control on Windows and set TCP socket parameters 2634 more closely. 2635 This fix is part of 1.7.3. 2636 - Windows example service.conf edited with more windows specific 2637 configuration. 2638 - Fix windows unbound-control no cert bad file descriptor error. 2639 This fix is part of 1.7.3. 2640 264118 June 2018: Wouter 2642 - Fix that control-use-cert: no works for 127.0.0.1 to disable certs. 2643 This fix is part of 1.7.3rc2. 2644 - Fix unbound-checkconf for control-use-cert. 2645 This fix is part of 1.7.3. 2646 264715 June 2018: Wouter 2648 - tag for 1.7.3rc1. 2649 - trunk has 1.7.4. 2650 - unbound-control auth_zone_reload _zone_ option rereads the zonefile. 2651 - unbound-control auth_zone_transfer _zone_ option starts the probe 2652 sequence for a master to transfer the zone from and transfers when 2653 a new zone version is available. 2654 265514 June 2018: Wouter 2656 - #4103: Fix that auth-zone does not insist on SOA record first in 2657 file for url downloads. 2658 - Fix that first control-interface determines if TLS is used. Warn 2659 when IP address interfaces are used without TLS. 2660 - Fix nettle compile. 2661 266212 June 2018: Ralph 2663 - Don't count CNAME response types received during qname minimisation as 2664 query restart. 2665 266612 June 2018: Wouter 2667 - #4102 for NSD, but for Unbound. Named unix pipes do not use 2668 certificate and key files, access can be restricted with file and 2669 directory permissions. The option control-use-cert is no longer 2670 used, and ignored if found in unbound.conf. 2671 - Rename tls-additional-ports to tls-additional-port, because every 2672 line adds one port. 2673 - Fix buffer size warning in unit test. 2674 - remade dependencies in the Makefile. 2675 26766 June 2018: Wouter 2677 - Patch to fix openwrt for mac os build darwin detection in configure. 2678 26795 June 2018: Wouter 2680 - Fix crash if ratelimit taken into use with unbound-control 2681 instead of with unbound.conf. 2682 26834 June 2018: Wouter 2684 - Fix deadlock caused by incoming notify for auth-zone. 2685 - tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018, 2686 trunk is 1.7.3 in development from this point. 2687 - #4100: Fix stub reprime when it becomes useless. 2688 26891 June 2018: Wouter 2690 - Rename additional-tls-port to tls-additional-ports. 2691 The older name is accepted for backwards compatibility. 2692 269330 May 2018: Wouter 2694 - Patch from Syzdek: Add ability to ignore RD bit and treat all 2695 requests as if the RD bit is set. 2696 269729 May 2018: Wouter 2698 - in compat/arc4random call getentropy_urandom when getentropy fails 2699 with ENOSYS. 2700 - Fix that fallback for windows port. 2701 270228 May 2018: Wouter 2703 - Fix windows tcp and tls spin on events. 2704 - Add routine from getdns to add windows cert store to the SSL_CTX. 2705 - tls-win-cert option that adds the system certificate store for 2706 authenticating DNS-over-TLS connections. It can be used instead 2707 of the tls-cert-bundle option, or with it to add certificates. 2708 270925 May 2018: Wouter 2710 - For TCP and TLS connections that don't establish, perform address 2711 update in infra cache, so future selections can exclude them. 2712 - Fix that tcp sticky events are removed for closed fd on windows. 2713 - Fix close events for tcp only. 2714 271524 May 2018: Wouter 2716 - Fix that libunbound can do DNS-over-TLS, when configured. 2717 - Fix that windows unbound service can use DNS-over-TLS. 2718 - unbound-host initializes ssl (for potential DNS-over-TLS usage 2719 inside libunbound), when ssl upstream or a cert-bundle is configured. 2720 272123 May 2018: Wouter 2722 - Use accept4 to speed up incoming TCP (and TLS) connections, 2723 available on Linux, FreeBSD and OpenBSD. 2724 272517 May 2018: Ralph 2726 - Qname minimisation default changed to yes. 2727 272815 May 2018: Wouter 2729 - Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand. 2730 273111 May 2018: Wouter 2732 - Fix contrib/libunbound.pc for libssl libcrypto references, 2733 from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914 2734 27357 May 2018: Wouter 2736 - Fix windows to not have sticky TLS events for TCP. 2737 - Fix read of DNS over TLS length and data in one read call. 2738 - Fix mesh state assertion failure due to callback removal. 2739 27403 May 2018: Wouter 2741 - Fix that configure --with-libhiredis also turns on cachedb. 2742 - Fix gcc 8 buffer warning in testcode. 2743 - Fix function type cast warning in libunbound context callback type. 2744 27452 May 2018: Wouter 2746 - Fix fail to reject dead peers in forward-zone, with ssl-upstream. 2747 27481 May 2018: Wouter 2749 - Fix that unbound-control reload frees the rrset keys and returns 2750 the memory pages to the system. 2751 275230 April 2018: Wouter 2753 - Fix spelling error in man page and note defaults as no instead of 2754 off. 2755 275626 April 2018: Wouter 2757 - Fix for crash in daemon_cleanup with dnstap during reload, 2758 from Saksham Manchanda. 2759 - Also that for dnscrypt. 2760 - tag for 1.7.1rc1 release. Became 1.7.1 release on 3 May, trunk 2761 is from here 1.7.2 in development. 2762 276325 April 2018: Ralph 2764 - Fix memory leak when caching wildcard records for aggressive NSEC use 2765 276624 April 2018: Wouter 2767 - Fix contrib/fastrpz.patch for this release. 2768 - Fix auth https for libev. 2769 277024 April 2018: Ralph 2771 - Added root-key-sentinel support 2772 277323 April 2018: Wouter 2774 - makedist uses bz2 for expat code, instead of tar.gz. 2775 - Fix #4092: libunbound: use-caps-for-id lacks colon in 2776 config_set_option. 2777 - auth zone http download stores exact copy of downloaded file, 2778 including comments in the file. 2779 - Fix sldns parse failure for CDS alternate delete syntax empty hex. 2780 - Attempt for auth zone fix; add of callback in mesh gets from 2781 callback does not skip callback of result. 2782 - Fix cname classification with qname minimisation enabled. 2783 - list_auth_zones unbound-control command. 2784 278520 April 2018: Wouter 2786 - man page documentation for dns-over-tls forward-addr '#' notation. 2787 - removed free from failed parse case. 2788 - Fix #4091: Fix that reload of auth-zone does not merge the zonefile 2789 with the previous contents. 2790 - Delete auth zone when removed from config. 2791 279219 April 2018: Wouter 2793 - Can set tls authentication with forward-addr: IP#tls.auth.name 2794 And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem". 2795 such as forward-addr: 9.9.9.9@853#dns.quad9.net or 2796 1.1.1.1@853#cloudflare-dns.com 2797 - Fix #658: unbound using TLS in a forwarding configuration does not 2798 verify the server's certificate (RFC 8310 support). 2799 - For addr with #authname and no @port notation, the default is 853. 2800 280118 April 2018: Wouter 2802 - Fix auth-zone retry timer to be on schedule with retry timeout, 2803 with backoff. Also time a refresh at the zone expiry. 2804 280517 April 2018: Wouter 2806 - auth zone notify work. 2807 - allow-notify: config statement for auth-zones. 2808 - unit test for allow-notify 2809 281016 April 2018: Wouter 2811 - Fix auth zone target lookup iterator. 2812 - auth zone notify with prefix 2813 - auth zone notify work. 2814 281513 April 2018: Wouter 2816 - Fix for max include depth for authzones. 2817 - Fix memory free on fail for $INCLUDE in authzone. 2818 - Fix that an internal error to look up the wrong rr type for 2819 auth zone gets stopped, before trying to send there. 2820 - auth zone notify work. 2821 282210 April 2018: Ralph 2823 - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN 2824 statistics counters. 2825 282610 April 2018: Wouter 2827 - documentation for low-rtt and low-rtt-pct. 2828 - auth zone notify work. 2829 28309 April 2018: Wouter 2831 - Fix that flush_zone sets prefetch ttl expired, so that with 2832 serve-expired enabled it'll start prefetching those entries. 2833 - num.query.authzone.up and num.query.authzone.down statistics counters. 2834 - Fix downstream auth zone, only fallback when auth zone fails to 2835 answer and fallback is enabled. 2836 - Accept both option names with and without colon for get_option 2837 and set_option. 2838 - low-rtt and low-rtt-pct in unbound.conf enable the server selection 2839 of fast servers for some percentage of the time. 2840 28415 April 2018: Wouter 2842 - Combine write of tcp length and tcp query for dns over tls. 2843 - nitpick fixes in example.conf. 2844 - Fix above stub queries for type NS and useless delegation point. 2845 - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3 2846 tls_choose_sigalg routine does not allow the ciphers for the pipe, 2847 so use TLSv1.2. 2848 - ED448 support. 2849 28503 April 2018: Wouter 2851 - Fix #4043: make test fails due to v6 presentation issue in macOS. 2852 - Fix unable to resolve after new WLAN connection, due to auth-zone 2853 failing with a forwarder set. Now, auth-zone is only used for 2854 answers (not referrals) when a forwarder is set. 2855 285629 March 2018: Ralph 2857 - Check "result" in dup_all(), by Florian Obser. 2858 285923 March 2018: Ralph 2860 - Fix unbound-control get_option aggressive-nsec 2861 286221 March 2018: Ralph 2863 - Do not use cached NSEC records to generate negative answers for 2864 domains under DNSSEC Negative Trust Anchors. 2865 286619 March 2018: Wouter 2867 - iana port update. 2868 286916 March 2018: Wouter 2870 - corrected a minor typo in the changelog. 2871 - move htobe64/be64toh portability code to cachedb.c. 2872 287315 March 2018: Wouter 2874 - Add --with-libhiredis, unbound support for a new cachedb backend 2875 that uses a Redis server as the storage. This implementation 2876 depends on the hiredis client library (https://redislabs.com/lp/hiredis/). 2877 And unbound should be built with both --enable-cachedb and 2878 --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h 2879 should exist). Patch from Jinmei Tatuya (Infoblox). 2880 - Fix #3817: core dump happens in libunbound delete, when queued 2881 servfail hits deleted message queue. 2882 - Create additional tls service interfaces by opening them on other 2883 portnumbers and listing the portnumbers as additional-tls-port: nr. 2884 288513 March 2018: Wouter 2886 - Fix typo in documentation. 2887 - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually 2888 flushed with serve-expired on. 2889 289012 March 2018: Wouter 2891 - Added documentation for aggressive-nsec: yes. 2892 - tag 1.7.0rc3. That became the 1.7.0 release on 15 Mar, trunk 2893 now has 1.7.1 in development. 2894 - Fix #3727: Protocol name is TLS, options have been renamed but 2895 documentation is not consistent. 2896 - Check IXFR start serial. 2897 28989 March 2018: Wouter 2899 - Fix #3598: Fix swig build issue on rhel6 based system. 2900 configure --disable-swig-version-check stops the swig version check. 2901 29028 March 2018: Wouter 2903 - tag 1.7.0rc2. 2904 29057 March 2018: Wouter 2906 - Fixed contrib/fastrpz.patch, even though this already applied 2907 cleanly for me, now also for others. 2908 - patch to log creates keytag queries, from A. Schulze. 2909 - patch suggested by Debian lintian: allow to -> allow one to, from 2910 A. Schulze. 2911 - Attempt to remove warning about trailing whitespace. 2912 29136 March 2018: Wouter 2914 - Reverted fix for #3512, this may not be the best way forward; 2915 although it could be changed at a later time, to stay similar to 2916 other implementations. 2917 - svn trunk contains 1.7.0, this is the number for the next release. 2918 - Fix for windows compile. 2919 - tag 1.7.0rc1. 2920 29215 March 2018: Wouter 2922 - Fix to check define of DSA for when openssl is without deprecated. 2923 - iana port update. 2924 - Fix #3582: Squelch address already in use log when reuseaddr option 2925 causes same port to be used twice for tcp connections. 2926 292727 February 2018: Wouter 2928 - Fixup contrib/fastrpz.patch so that it applies. 2929 - Fix compile without threads, and remove unused variable. 2930 - Fix compile with staticexe and python module. 2931 - Fix nettle compile. 2932 293322 February 2018: Ralph 2934 - Save wildcard RRset from answer with original owner for use in 2935 aggressive NSEC. 2936 293721 February 2018: Wouter 2938 - Fix #3512: unbound incorrectly reports SERVFAIL for CAA query 2939 when there is a CNAME loop. 2940 - Fix validation for CNAME loops. When it detects a cname loop, 2941 by finding the cname, cname in the existing list, it returns 2942 the partial result with the validation result up to then. 2943 - more robust cachedump rrset routine. 2944 294519 February 2018: Wouter 2946 - Fix #3505: Documentation for default local zones references 2947 wrong RFC. 2948 - Fix #3494: local-zone noview can be used to break out of the view 2949 to the global local zone contents, for queries for that zone. 2950 - Fix for more maintainable code in localzone. 2951 295216 February 2018: Wouter 2953 - Fixes for clang static analyzer, the missing ; in 2954 edns-subnet/addrtree.c after the assert made clang analyzer 2955 produce a failure to analyze it. 2956 295713 February 2018: Ralph 2958 - Aggressive NSEC tests 2959 296013 February 2018: Wouter 2961 - tls-cert-bundle option in unbound.conf enables TLS authentication. 2962 - iana port update. 2963 296412 February 2018: Wouter 2965 - Unit test for auth zone https url download. 2966 296712 February 2018: Ralph 2968 - Added tests with wildcard expanded NSEC records (CVE-2017-15105 test) 2969 - Processed aggressive NSEC code review remarks Wouter 2970 29718 February 2018: Ralph 2972 - Aggressive use of NSEC implementation. Use cached NSEC records to 2973 generate NXDOMAIN, NODATA and positive wildcard answers. 2974 29758 February 2018: Wouter 2976 - iana port update. 2977 - auth zone url config. 2978 29795 February 2018: Wouter 2980 - Fix #3451: dnstap not building when you have a separate build dir. 2981 And removed protoc warning, set dnstap.proto syntax to proto2. 2982 - auth-zone provides a way to configure RFC7706 from unbound.conf, 2983 eg. with auth-zone: name: "." for-downstream: no for-upstream: yes 2984 fallback-enabled: yes and masters or a zonefile with data. 2985 29862 February 2018: Wouter 2987 - Fix unfreed locks in log and arc4random at exit of unbound. 2988 - unit test with valgrind 2989 - Fix lock race condition in dns cache dname synthesis. 2990 - lock subnet new item before insertion to please checklocks, 2991 no modification of critical regions outside of lock region. 2992 29931 February 2018: Wouter 2994 - fix unaligned structure making a false positive in checklock 2995 unitialised memory. 2996 299729 January 2018: Ralph 2998 - Use NSEC with longest ce to prove wildcard absence. 2999 - Only use *.ce to prove wildcard absence, no longer names. 3000 300125 January 2018: Wouter 3002 - ltrace.conf file for libunbound in contrib. 3003 300423 January 2018: Wouter 3005 - Fix that unbound-checkconf -f flag works with auto-trust-anchor-file 3006 for startup scripts to get the full pathname(s) of anchor file(s). 3007 - Print fatal errors about remote control setup before log init, 3008 so that it is printed to console. 3009 301022 January 2018: Wouter 3011 - Accept tls-upstream in unbound.conf, the ssl-upstream keyword is 3012 also recognized and means the same. Also for tls-port, 3013 tls-service-key, tls-service-pem, stub-tls-upstream and 3014 forward-tls-upstream. 3015 - Fix #3397: Fix that cachedb could return a partial CNAME chain. 3016 - Fix #3397: Fix that when the cache contains an unsigned DNAME in 3017 the middle of a cname chain, a result without the DNAME could 3018 be returned. 3019 302019 January 2018: Wouter 3021 - tag 1.6.8 for release with CVE fix. 3022 - trunk has 1.6.9 with fix and previous commits. 3023 - patch for CVE-2017-15105: vulnerability in the processing of 3024 wildcard synthesized NSEC records. 3025 - iana port update. 3026 - make depend: code dependencies updated in Makefile. 3027 30284 January 2018: Ralph 3029 - Copy query and correctly set flags on REFUSED answers when cache 3030 snooping is not allowed. 3031 30323 January 2018: Ralph 3033 - Fix queries being leaked above stub when refetching glue. 3034 30352 January 2017: Wouter 3036 - Fix that DS queries with referral replies are answered straight 3037 away, without a repeat query picking the DS from cache. 3038 The correct reply should have been an answer, the reply is fixed 3039 by the scrubber to have the answer in the answer section. 3040 - Remove clang optimizer disable, 3041 Fix that expiration date checks don't fail with clang -O2. 3042 304315 December 2017: Wouter 3044 - Fix timestamp failure because of clang optimizer failure, by 3045 disabling -O2 when the compiler --version is clang. 3046 - iana port update. 3047 - Also disable -flto for clang, to make incep-expi signature check 3048 work. 3049 305012 December 2017: Ralph 3051 - Fix qname-minimisation documentation (A QTYPE, not NS) 3052 305312 December 2017: Wouter 3054 - authzone work, transfer connect. 3055 30567 December 2017: Ralph 3057 - Check whether --with-libunbound-only is set when using --with-nettle 3058 or --with-nss. 3059 30604 December 2017: Wouter 3061 - Fix link failure on OmniOS. 3062 30631 December 2017: Wouter 3064 - auth zone work. 3065 306630 November 2017: Wouter 3067 - Fix #3299 - forward CNAME daisy chain is not working 3068 306914 November 2017: Wouter 3070 - Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is 3071 set for stub zone. It no longer searches for DNSSEC information. 3072 - auth xfer work on probe timer and lookup. 3073 307413 November 2017: Wouter 3075 - Fix #2801: Install libunbound.pc. 3076 - Fix qname minimisation to send AAAA queries at zonecut like type A. 3077 - reverted AAAA change. 3078 30797 November 2017: Wouter 3080 - Fix #2492: Documentation libunbound. 3081 30823 November 2017: Wouter 3083 - Fix #2362: TLS1.3/openssl-1.1.1 not working. 3084 - Fix #2034 - Autoconf and -flto. 3085 - Fix #2141 - for libsodium detect lack of entropy in chroot, print 3086 a message and exit. 3087 30882 November 2017: Wouter 3089 - Fix #1913: ub_ctx_config is under circumstances thread-safe. 3090 - make ip-transparent option work on OpenBSD. 3091 309231 October 2017: Wouter 3093 - Document that errno is left informative on libunbound config read 3094 fail. 3095 - lexer output. 3096 - iana port update. 3097 309825 October 2017: Ralph 3099 - Fixed libunbound manual typo. 3100 - Fix #1949: [dnscrypt] make provider name mismatch more obvious. 3101 - Fix #2031: Double included headers 3102 310324 October 2017: Ralph 3104 - Update B root ipv4 address. 3105 310619 October 2017: Wouter 3107 - authzone work, probe timer setup. 3108 310918 October 2017: Wouter 3110 - lint for recent authzone commit. 3111 311217 October 2017: Wouter 3113 - Fix #1749: With harden-referral-path: performance drops, due to 3114 circular dependency in NS and DS lookups. 3115 - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert 3116 duplicates 3117 - [dnscrypt] introduce dnscrypt-provider-cert-rotated option, 3118 from Manu Bretelle. 3119 This option allows handling multiple cert/key pairs while only 3120 distributing some of them. 3121 In order to reliably match a client magic with a given key without 3122 strong assumption as to how those were generated, we need both key and 3123 cert. Likewise, in order to know which ES version should be used. 3124 On the other hand, when rotating a cert, it can be desirable to only 3125 serve the new cert but still be able to handle clients that are still 3126 using the old certs's public key. 3127 The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not 3128 publish the cert as part of the DNS's provider_name's TXT answer. 3129 - Better documentation for cache-max-negative-ttl. 3130 - Work on local root zone code. 3131 313210 October 2017: Wouter 3133 - tag 1.6.7 3134 - trunk has version 1.6.8. 3135 31366 October 2017: Wouter 3137 - Fix spelling in unbound-control man page. 3138 31395 October 2017: Wouter 3140 - Fix trust-anchor-signaling works in libunbound. 3141 - Fix some more crpls in testdata for different signaling default. 3142 - tag 1.6.7rc1 3143 31445 October 2017: Ralph 3145 - Set trust-anchor-signaling default to yes 3146 - Use RCODE from A query on DNS64 synthesized answer. 3147 31482 October 2017: Wouter 3149 - Fix param unused warning for windows exportsymbol compile. 3150 315125 September 2017: Ralph 3152 - Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch 3153 (by Danilo G. Baio). 3154 315521 September 2017: Ralph 3156 - Log name of looping module 3157 315819 September 2017: Wouter 3159 - use a cachedb answer even if it's "expired" when serve-expired is yes 3160 (patch from Jinmei Tatuya). 3161 - trigger refetching of the answer in that case (this will bypass 3162 cachedb lookup) 3163 - allow storing a 0-TTL answer from cachedb in the in-memory message 3164 cache when serve-expired is yes 3165 - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff. 3166 316718 September 2017: Ralph 3168 - Fix #1400: allowing use of global cache on ECS-forwarding unless 3169 always-forward. 3170 317118 September 2017: Wouter 3172 - tag 1.6.6 (is 1.6.6rc2) 3173 - Fix that looping modules always stop the query, and don't pass 3174 control. 3175 - Fix #1435: Please allow UDP to be disabled separately upstream and 3176 downstream. 3177 - Fix #1440: [dnscrypt] client nonce cache. 3178 317915 September 2017: Wouter 3180 - Fix unbound-host to report error for DNSSEC state of failed lookups. 3181 - Spelling fixes, from Josh Soref. 3182 318313 September 2017: Wouter 3184 - tag 1.6.6rc2, became 1.6.6 on 18 sep. trunk 1.6.7 in development. 3185 318612 September 2017: Wouter 3187 - Add dns64 for client-subnet in unbound-checkconf. 3188 31894 September 2017: Ralph 3190 - Fix #1412: QNAME minimisation strict mode not honored 3191 - Fix #1434: Fix windows openssl 1.1.0 linking. 3192 31934 September 2017: Wouter 3194 - tag 1.6.6rc1 3195 - makedist fix for windows binaries, with openssl 1.1.0 windres fix, 3196 and expat 2.2.4 install target fix. 3197 31981 September 2017: Wouter 3199 - Recommend 1472 buffer size in unbound.conf 3200 320131 August 2017: Wouter 3202 - Fix #1424: cachedb:testframe is not thread safe. 3203 - For #1417: escape ; in dnscrypt tests. 3204 - but reverted that, tests fails with that escape. 3205 - Fix #1417: [dnscrypt] shared secret cache counters, and works when 3206 dnscrypt is not enabled. And cache size configuration option. 3207 - make depend 3208 - Fix #1418: [ip ratelimit] initialize slabhash using 3209 ip-ratelimit-slabs. 3210 321130 August 2017: Wouter 3212 - updated contrib/fastrpz.patch to apply with configparser changes. 3213 - Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs. 3214 321529 August 2017: Wouter 3216 - Fix #1414: fix segfault on parse failure and log_replies. 3217 - zero qinfo in handle_request, this zeroes local_alias and also the 3218 qname member. 3219 - new keys and certs for dnscrypt tests. 3220 - fixup WKS test on buildhost without servicebyname. 3221 322228 August 2017: Wouter 3223 - Fix #1415: patch to free dnscrypt environment on reload. 3224 - iana portlist update 3225 - Fix #1415: [dnscrypt] shared secret cache, patch from 3226 Manu Bretelle. 3227 - Small fixes for the shared secret cache patch. 3228 - Fix WKS records on kvm autobuild host, with default protobyname 3229 entries for udp and tcp. 3230 323123 August 2017: Wouter 3232 - Fix #1407: Add ECS options check to unbound-checkconf. 3233 - make depend 3234 - Fix to reclaim tcp handler when it is closed due to dnscrypt buffer 3235 allocation failure. 3236 323722 August 2017: Wouter 3238 - Fix install of trust anchor when two anchors are present, makes both 3239 valid. Checks hash of DS but not signature of new key. This fixes 3240 the root.key file if created when unbound is installed between 3241 sep11 and oct11 2017. 3242 - tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix). 3243 - trunk version 1.6.6 in development. 3244 - Fix issue on macOX 10.10 where TCP fast open is detected but not 3245 implemented causing TCP to fail. The fix allows fallback to regular 3246 TCP in this case and is also more robust for cases where connectx() 3247 fails for some reason. 3248 - Fix #1402: squelch invalid argument error for fd_set_block on windows. 3249 325010 August 2017: Wouter 3251 - Patch to show DNSCrypt status in help output, from Carsten 3252 Strotmann. 3253 32548 August 2017: Wouter 3255 - Fix #1398: make cachedb secret configurable. 3256 - Remove spaces from Makefile. 3257 32587 August 2017: Wouter 3259 - Fix #1397: Recursive DS lookups for AS112 zones names should recurse. 3260 32613 August 2017: Ralph 3262 - Remove unused iter_env member (ip6arpa_dname) 3263 - Do not reset rrset.bogus stats when called using stats_noreset. 3264 - Added stats for queries that have been ratelimited by domain 3265 recursion. 3266 - Do not add rrset_bogus and query ratelimiting stats per thread, these 3267 module stats are global. 3268 32693 August 2017: Wouter 3270 - Fix #1394: mix of serve-expired and response-ip could cause a crash. 3271 327224 July 2017: Wouter 3273 - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), 3274 config.sub(2016-09-05). 3275 - annotate case statement fallthrough for gcc 7.1.1. 3276 - flex output from flex 2.6.1. 3277 - snprintf of thread number does not warn about truncated string. 3278 - squelch TCP fast open error on FreeBSD when kernel has it disabled, 3279 unless verbosity is high. 3280 - remove warning from windows compile. 3281 - Fix compile with libnettle 3282 - Fix DSA configure switch (--disable dsa) for libnettle and libnss. 3283 - Fix #1365: Add Ed25519 support using libnettle. 3284 - iana portlist update 3285 328617 July 2017: Wouter 3287 - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya). 3288 - Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor). 3289 With the -p option unbound does not create a pidfile. 3290 329111 July 2017: Wouter 3292 - Fix #1344: RFC6761-reserved domains: test. and invalid. 3293 - Redirect all localhost names to localhost address for RFC6761. 3294 32956 July 2017: Wouter 3296 - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg. 3297 - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists).. 3298 32994 July 2017: Wouter 3300 - Fix 1332: Bump verbosity of failed chown'ing of the control socket. 3301 33023 July 2017: Wouter 3303 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned 3304 on. 3305 - Fix #1331: libunbound segfault in threaded mode when context is 3306 deleted. 3307 - Fix pythonmod link line option flag. 3308 - Fix openssl 1.1.0 load of ssl error strings from ssl init. 3309 331029 June 2017: Wouter 3311 - Fix python example0 return module wait instead of error for pass. 3312 - iana portlist update 3313 - enhancement for hardened-tls for DNS over TLS. Removed duplicated 3314 security settings. 3315 331627 June 2017: Wouter 3317 - Tag 1.6.4 is created with the 1.6.4rc2 contents. 3318 - Trunk contains 1.6.5, with changes from 26, 27 june. 3319 - Remove signed unsigned warning from authzone. 3320 - Fix that infra cache host hash does not change after reconfig. 3321 332226 June 2017: Wouter 3323 - (for 1.6.5) 3324 Better fixup of dnscrypt_cert_chacha test for different escapes. 3325 - First fix for zero b64 and hex text zone format in sldns. 3326 - unbound-control dump_infra prints port number for address if not 53. 3327 332823 June 2017: Wouter 3329 - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle). 3330 333122 June 2017: Wouter 3332 - Tag 1.6.4rc2 3333 333422 June 2017: Ralph 3335 - Added fastrpz patch to contrib 3336 333721 June 2017: Wouter 3338 - Fix #1316: heap read buffer overflow in parse_edns_options. 3339 334020 June 2017: Wouter 3341 - Fix warning in pythonmod under clang compiler. 3342 - Tag 1.6.4rc1 3343 - Fix lintian typo. 3344 334516 June 2017: Ralph 3346 - Fix #1277: disable domain ratelimit by setting value to 0. 3347 334816 June 2017: Wouter 3349 - Fix #1301: memory leak in respip and tests. 3350 - Free callback in edns-subnetmod on exit and restart. 3351 - Fix memory leak in sldns_buffer_new_frm_data. 3352 - Fix memory leak in dnscrypt config read. 3353 - Fix dnscrypt chacha cert support ifdefs. 3354 - Fix dnscrypt chacha cert unit test escapes in grep. 3355 - Remove asynclook tests that cause test and purifier problems. 3356 - Fix to unlock view in view test. 3357 335815 June 2017: Wouter 3359 - Fix stub zone queries leaking to the internet for 3360 harden-referral-path ns checks. 3361 - Fix query for refetch_glue of stub leaking to internet. 3362 336313 June 2017: Wouter 3364 - Fix #1279: Memory leak on reload when python module is enabled. 3365 - Fix #1280: Unbound fails assert when response from authoritative 3366 contains malformed qname. When 0x20 caps-for-id is enabled, when 3367 assertions are not enabled the malformed qname is handled correctly. 3368 - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development. 3369 - More fixes in depth for buffer checks in 0x20 qname checks. 3370 337112 June 2017: Wouter 3372 - Fix #1278: Incomplete wildcard proof. 3373 33748 June 2017: Ralph 3375 - Added domain name based ECS whitelist. 3376 33778 June 2017: Wouter 3378 - Detect chacha for dnscrypt at configure time. 3379 - dnscrypt unit tests with chacha. 3380 33817 June 2017: Wouter 3382 - Fix that unbound-control can set val_clean_additional and val_permissive_mode. 3383 - Add dnscrypt XChaCha20 tests. 3384 33856 June 2017: Wouter 3386 - Add an explicit type cast for TCP FASTOPEN fix. 3387 - renumbering B-Root's IPv6 address to 2001:500:200::b. 3388 - Fix #1275: cached data in cachedb is never used. 3389 - Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher. 3390 33911 June 2017: Ralph 3392 - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths 3393 (from Manu Bretelle). 3394 33951 June 2017: Wouter 3396 - Fix fastopen EPIPE fallthrough to perform connect. 3397 339831 May 2017: Ralph 3399 - Also use global local-zones when there is a matching view that does 3400 not have any local-zone specified. 3401 340231 May 2017: Wouter 3403 - Fix #1273: cachedb.c doesn't compile with -Wextra. 3404 - If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write. 3405 340630 May 2017: Ralph 3407 - Fix #1269: inconsistent use of built-in local zones with views. 3408 - Add defaults for new local-zone trees added to views using 3409 unbound-control. 3410 341130 May 2017: Wouter 3412 - Support for openssl EVP_DigestVerify. 3413 - Support for the ED25519 algorithm with openssl (from openssl 1.1.1). 3414 341529 May 2017: Wouter 3416 - Fix assertion for low buffer size and big edns payload when worker 3417 overrides udpsize. 3418 341926 May 2017: Ralph 3420 - Added redirect-bogus.patch to contrib directory. 3421 342226 May 2017: Wouter 3423 - Fix #1270: unitauth.c doesn't compile with higher warning level 3424 and optimization 3425 - exec_prefix is by default equal to prefix. 3426 - printout localzone for duplicate local-zone warnings. 3427 342824 May 2017: Wouter 3429 - authzone cname chain, no rrset duplicates, wildcard doesn't change 3430 rrsets added for cname chain. 3431 343223 May 2017: Wouter 3433 - first services/authzone check in, it compiles and reads and writes 3434 zonefiles. 3435 - iana portlist update 3436 343722 May 2017: Wouter 3438 - Fix #1268: SIGSEGV after log_reopen. 3439 344018 May 2017: Wouter 3441 - Fix #1265 to use /bin/kill. 3442 - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs, 3443 and compatibility with BoringSSL. 3444 344517 May 2017: Wouter 3446 - Fix #1265: contrib/unbound.service contains hardcoded path. 3447 344817 May 2017: George 3449 - Use qstate's region for IPSECKEY rrset (ipsecmod). 3450 345116 May 2017: George 3452 - Implemented opportunistic IPsec support module (ipsecmod). 3453 - Some whitespace fixup. 3454 345516 May 2017: Wouter 3456 - updated dependencies in the makefile. 3457 - document trust-anchor-signaling in example config file. 3458 - updated configure, dependencies and flex output. 3459 - better module memory lookup, fix of unbound-control shm names for 3460 module memory printout of statistics. 3461 - Fix type AVC sldns rrdef. 3462 346312 May 2017: Wouter 3464 - Adjust servfail by iterator to not store in cache when serve-expired 3465 is enabled, to avoid overwriting useful information there. 3466 - Fix queries for nameservers under a stub leaking to the internet. 3467 34689 May 2017: Ralph 3469 - Add 'c' to getopt() in testbound. 3470 - iana portlist update 3471 34728 May 2017: Wouter 3473 - Fix tcp-mss failure printout text. 3474 - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before 3475 connect limited tcp connections. With the option tcp connections 3476 can share the same source port (for different destinations). 3477 34782 May 2017: Ralph 3479 - Added mesh_add_sub to add detached mesh entries. 3480 - Use mesh_add_sub for key tag signaling query. 3481 34822 May 2017: Wouter 3483 - Added test for leak of stub information. 3484 - Fix sldns wire2str printout of RR type CAA tags. 3485 - Fix sldns int16_data parse. 3486 - Fix sldns parse and printout of TSIG RRs. 3487 - sldns SMIMEA and AVC definitions, same as getdns definitions. 3488 34891 May 2017: Wouter 3490 - Fix #1259: "--disable-ecdsa" argument overwritten 3491 by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c". 3492 - iana portlist update 3493 - Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start. 3494 and fix that 64bit getting installed in C:\Program Files (x86). 3495 349626 April 2017: Ralph 3497 - Implemented trust anchor signaling using key tag query. 3498 349926 April 2017: Wouter 3500 - Based on #1257: check parse limit before t increment in sldns RR 3501 string parse routine. 3502 350324 April 2017: Wouter 3504 - unbound-checkconf -o allows query of dnstap config variables. 3505 Also unbound-control get_option. Also for dnscrypt. 3506 - trunk contains 1.6.3 version number (changes from 1.6.2 back from 3507 when the 1.6.2rc1 tag has been created). 3508 350921 April 2017: Ralph 3510 - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle). 3511 - iana portlist update 3512 351318 April 2017: Ralph 3514 - Fix #1252: more indentation inconsistencies. 3515 - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit(). 3516 351713 April 2017: Ralph 3518 - Added ECS unit test (from Manu Bretelle). 3519 - ECS documentation fix (from Manu Bretelle). 3520 352113 April 2017: Wouter 3522 - Fix #1250: inconsistent indentation in services/listen_dnsport.c. 3523 - tag for 1.6.2rc1 3524 - (for 1.6.3:) unbound.h exports the shm stats structures. They use 3525 type long long and no ifdefs, and ub_ before the typenames. 3526 352712 April 2017: Wouter 3528 - subnet mem value is available in shm, also when not enabled, 3529 to make the struct easier to memmap by other applications, 3530 independent of the configuration of unbound. 3531 353212 April 2017: Ralph 3533 - Fix #1247: unbound does not shorten source prefix length when 3534 forwarding ECS. 3535 - Properly check for allocation failure in local_data_find_tag_datas. 3536 - Fix #1249: unbound doesn't return FORMERR to bogus ECS. 3537 - Set SHM ECS memory usage to 0 when module not loaded. 3538 353911 April 2017: Ralph 3540 - Display ECS module memory usage. 3541 354210 April 2017: Wouter 3543 - harden-algo-downgrade: no also makes unbound more lenient about 3544 digest algorithms in DS records. 3545 354610 April 2017: Ralph 3547 - Remove ECS option after REFUSED answer. 3548 - Fix small memory leak in edns_opt_copy_alloc. 3549 - Respip dereference after NULL check. 3550 - Zero initialize addrtree allocation. 3551 - Use correct identifier for SHM destroy. 3552 35537 April 2017: George 3554 - Fix pythonmod for cb changes. 3555 - Some whitespace fixup. 3556 35577 April 2017: Ralph 3558 - Unlock view in respip unit test 3559 35606 April 2017: Ralph 3561 - Generalise inplace callback (de)registration 3562 - (de)register inplace callbacks for module id 3563 - No unbound-control set_option for ECS options 3564 - Deprecated client-subnet-opcode config option 3565 - Introduced client-subnet-always-forward config option 3566 - Changed max-client-subnet-ipv6 default to 56 (as in RFC) 3567 - Removed extern ECS config options 3568 - module_restart_next now calls clear on all following modules 3569 - Also create ECS module qstate on module_event_pass event 3570 - remove malloc from inplace_cb_register 3571 35726 April 2017: Wouter 3573 - Small fixup for documentation. 3574 - iana portlist update 3575 - Fix respip for braces when locks arent used. 3576 - Fix pythonmod for cb changes. 3577 35784 April 2017: Wouter 3579 - Fix #1244: document that use of chroot requires trust anchor file to 3580 be under chroot. 3581 - iana portlist update 3582 35833 April 2017: Ralph 3584 - Do not add current time twice to TTL before ECS cache store. 3585 - Do not touch rrset cache after ECS cache message generation. 3586 - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode. 3587 35883 April 2017: Wouter 3589 - Fix #1217: Add metrics to unbound-control interface showing 3590 crypted, cert request, plaintext and malformed queries (from 3591 Manu Bretelle). 3592 - iana portlist update 3593 359427 March 2017: Wouter 3595 - Remove (now unused) event2 include from dnscrypt code. 3596 359724 March 2017: George 3598 - Fix to prevent non-referal query from being cached as referal when the 3599 no_cache_store flag was set. 3600 360123 March 2017: Wouter 3602 - Fix #1239: configure fails to find python distutils if python 3603 prints warning. 3604 360522 March 2017: Wouter 3606 - Fix #1238: segmentation fault when adding through the remote 3607 interface a per-view local zone to a view with no previous 3608 (configured) local zones. 3609 - Fix #1229: Systemd service sandboxing, options in wrong sections. 3610 361121 March 2017: Ralph 3612 - Merge EDNS Client subnet implementation from feature branch into main 3613 branch, using new EDNS processing framework. 3614 361521 March 2017: Wouter 3616 - Fix doxygen for dnscrypt files. 3617 361820 March 2017: Wouter 3619 - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then 3620 enabled in the config file from Manu Bretelle. 3621 - make depend, autoconf, remove warnings about statement before var. 3622 - lru_demote and lruhash_insert_or_retrieve functions for getdns. 3623 - fixup for lruhash (whitespace and header file comment). 3624 - dnscrypt tests. 3625 362617 March 2017: Wouter 3627 - Patch for view functionality for local-data-ptr from Björn Ketelaars. 3628 - Fix #1237 - Wrong resolving in chain, for norec queries that get 3629 SERVFAIL returned. 3630 363116 March 2017: Wouter 3632 - Fix that SHM is not inited if not enabled. 3633 - Add trustanchor.unbound CH TXT that gets a response with a number 3634 of TXT RRs with a string like "example.com. 2345 1234" with 3635 the trust anchors and their keytags. 3636 - Fix that looped DNAMEs do not cause unbound to spend effort. 3637 - trustanchor tags are sorted. reusable routine to fetch taglist. 3638 363913 March 2017: Wouter 3640 - testbound understands Deckard MATCH rcode question answer commands. 3641 - Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead 3642 of YXDOMAIN + query loop, reported by Petr Spacek. 3643 364410 March 2017: Wouter 3645 - Fix #1234: shortening DNAME loop produces duplicate DNAME records 3646 in ANSWER section. 3647 36489 March 2017: Wouter 3649 - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and 3650 DS records. NSEC3 is not disabled. 3651 - fake-sha1 test option; print warning if used. To make unit tests. 3652 - unbound-control list local zone and data commands listed in the 3653 help output. 3654 36558 March 2017: Wouter 3656 - make depend for build dependencies. 3657 - swig version 2.0.1 required. 3658 - fix enum conversion warnings 3659 36607 March 2017: Wouter 3661 - Fix #1230: swig version 2.0.0 is required for pythonmod, with 3662 1.3.40 it crashes when running repeatly unbound-control reload. 3663 - Response actions based on IP address from Jinmei Tatuya (Infoblox). 3664 36656 March 2017: Wouter 3666 - Fix #1229: Systemd service sandboxing in contrib/unbound.service. 3667 - iana portlist update 3668 366928 February 2017: Ralph 3670 - Fix testpkts.c, check if DO bit is set, not only if there is an OPT 3671 record. 3672 367328 February 2017: Wouter 3674 - For #1227: if we have sha256, set the cipher list to have no 3675 known vulns. 3676 367727 February 2017: Wouter 3678 - Fix #1227: Fix that Unbound control allows weak ciphersuits. 3679 - Fix #1226: provide official 32bit binary for windows. 3680 368124 February 2017: Wouter 3682 - include sys/time.h for new shm code on NetBSD. 3683 368423 February 2017: Wouter 3685 - Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to 3686 redirect. 3687 - Patch from Luiz Fernando Softov for Stats Shared Memory. 3688 - unbound-control stats_shm command prints stats using shared memory, 3689 which uses less cpu. 3690 - make depend, autoconf, doxygen and lint fixed up. 3691 369222 February 2017: Wouter 3693 - Fix #1224: Fix that defaults should not fall back to "Program Files 3694 (x86) if Unbound is 64bit by default on windows. 3695 369621 February 2017: Wouter 3697 - iana portlist update 3698 369916 February 2017: Wouter 3700 - sldns updated for vfixed and buffer resize indication from getdns. 3701 370215 February 2017: Wouter 3703 - sldns has ED25519 and ED448 algorithm number and name for display. 3704 370514 February 2017: Wouter 3706 - tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2 3707 370813 February 2017: Wouter 3709 - Fix autoconf of systemd check for lack of pkg-config. 3710 371110 February 2017: Wouter 3712 - Fix pythonmod for typedef changes. 3713 - Fix dnstap for warning of set but not used. 3714 - tag 1.6.1rc2. 3715 37169 February 2017: Wouter 3717 - tag 1.6.1rc1. 3718 37198 February 2017: Wouter 3720 - Fix for type name change and fix warning on windows compile. 3721 37227 February 2017: Wouter 3723 - Include root trust anchor id 20326 in unbound-anchor. 3724 37256 February 2017: Wouter 3726 - Fix compile on solaris of the fix to use $host detect. 3727 37284 February 2017: Wouter 3729 - fix root_anchor test for updated icannbundle.pem lower certificates. 3730 373126 January 2017: Wouter 3732 - Fix 1211: Fix can't enable interface-automatic if no IPv6 with 3733 more helpful error message. 3734 373520 January 2017: Wouter 3736 - Increase MAX_MODULE to 16. 3737 373819 January 2017: Wouter 3739 - Fix to Rename ub_callback_t to ub_callback_type, because POSIX 3740 reserves _t typedefs. 3741 - Fix to rename internally used types from _t to _type, because _t 3742 type names are reserved by POSIX. 3743 - iana portlist update 3744 374512 January 2017: Wouter 3746 - Fix to also block meta types 128 through to 248 with formerr. 3747 - Fix #1206: Some view-related commands are missing from 'unbound-control -h' 3748 37499 January 2017: Wouter 3750 - Fix #1202: Fix code comment that packed_rrset_data is not always 3751 'packed'. 3752 37536 January 2017: Wouter 3754 - Fix #1201: Fix missing unlock in answer_from_cache error condition. 3755 37565 January 2017: Wouter 3757 - Fix to return formerr for queries for meta-types, to avoid 3758 packet amplification if this meta-type is sent on to upstream. 3759 - Fix #1184: Log DNS replies. This includes the same logging 3760 information that DNS queries and response code and response size, 3761 patch from Larissa Feng. 3762 - Fix #1187: Source IP rate limiting, patch from Larissa Feng. 3763 37643 January 2017: Wouter 3765 - configure --enable-systemd and lets unbound use systemd sockets if 3766 you enable use-systemd: yes in unbound.conf. 3767 Also there are contrib/unbound.socket and contrib/unbound.service: 3768 systemd files for unbound, install them in /usr/lib/systemd/system. 3769 Contributed by Sami Kerola and Pavel Odintsov. 3770 - Fix reload chdir failure when also chrooted to that directory. 3771 37722 January 2017: Wouter 3773 - Fix #1194: Cross build fails when $host isn't `uname` for getentropy. 3774 377523 December 2016: Ralph 3776 - Fix #1190: Do not echo back EDNS options in local-zone error response. 3777 - iana portlist update 3778 377921 December 2016: Ralph 3780 - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built 3781 with Nettle 3782 378319 December 2016: Ralph 3784 - Fix #1191: remove comment about view deletion. 3785 378615 December 2016: Wouter 3787 - iana portlist update 3788 - 64bit is default for windows builds. 3789 - Fix inet_ntop and inet_pton warnings in windows compile. 3790 379114 December 2016: Wouter 3792 - Fix #1178: attempt to fix setup error at end, pop result values 3793 at end of install. 3794 379513 December 2016: Wouter 3796 - Fix #1182: Fix Resource leak (socket), at startup. 3797 - Fix unbound-control and ipv6 only. 3798 37999 December 2016: Wouter 3800 - Fix #1176: stack size too small for Alpine Linux. 3801 38028 December 2016: Wouter 3803 - Fix downcast warnings from visual studio in sldns code. 3804 - tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1. 3805 38067 December 2016: Ralph 3807 - Add DSA support for OpenSSL 1.1.0 3808 - Fix remote control without cert for LibreSSL 3809 38106 December 2016: George 3811 - Added generic EDNS code for registering known EDNS option codes, 3812 bypassing the cache response stage and uniquifying mesh states. Four EDNS 3813 option lists were added to module_qstate (module_qstate.edns_opts_*) to 3814 store EDNS options from/to front/back side. 3815 - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that 3816 control the modules' cache interactions. 3817 - Added code for registering inplace callback functions. The registered 3818 functions can be called just before replying with local data or Chaos, 3819 replying from cache, replying with SERVFAIL, replying with a resolved 3820 query, sending a query to a nameserver. The functions can inspect the 3821 available data and maybe change response/query related data (i.e. append 3822 EDNS options). 3823 - Updated Python module for the above. 3824 - Updated Python documentation. 3825 38265 December 2016: Ralph 3827 - Fix #1173: differ local-zone type deny from unset 3828 tag_actions element. 3829 38305 December 2016: Wouter 3831 - Fix #1170: document that 'inform' local-zone uses local-data. 3832 38331 December 2016: Ralph 3834 - hyphen as minus fix, by Andreas Schulze 3835 383630 November 2016: Ralph 3837 - Added local-zones and local-data bulk addition and removal 3838 functionality in unbound-control (local_zones, local_zones_remove, 3839 local_datas and local_datas_remove). 3840 - iana portlist update 3841 384229 November 2016: Wouter 3843 - version 1.6.0 is in the development branch. 3844 - braces in view.c around lock statements. 3845 384628 November 2016: Wouter 3847 - new install-sh. 3848 384925 November 2016: Wouter 3850 - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by 3851 using no encryption over the unix socket. 3852 385322 Novenber 2016: Ralph 3854 - Make access-control-tag-data RDATA absolute. This makes the RDATA 3855 origin consistent between local-data and access-control-tag-data. 3856 - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a 3857 subdomain of the NSEC owner. 3858 - QNAME minimisation uses QTYPE=A, therefore always check cache for 3859 this type in harden-below-nxdomain functionality. 3860 - Added unit test for QNAME minimisation + harden below nxdomain 3861 synergy. 3862 386322 November 2016: Wouter 3864 - iana portlist update. 3865 - Fix unit tests for DS hash processing for fake-dsa test option. 3866 - patch from Dag-Erling Smorgrav that removes code that relies 3867 on sbrk(). 3868 386921 November 2016: Wouter 3870 - Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing 3871 Underneath" for the harden-below-nxdomain option. 3872 387310 November 2016: Ralph 3874 - Fix #1155: test status code of unbound-control in 04-checkconf, 3875 not the status code from the tee command. 3876 38774 November 2016: Ralph 3878 - Added stub-ssl-upstream and forward-ssl-upstream options. 3879 38804 November 2016: Wouter 3881 - configure detects ssl security level API function in the autoconf 3882 manner. Every function on its own, so that other libraries (eg. 3883 LibreSSL) can develop their API without hindrance. 3884 - Fix #1154: segfault when reading config with duplicate zones. 3885 - Note that for harden-below-nxdomain the nxdomain must be secure, 3886 this means nsec3 with optout is insufficient. 3887 38883 November 2016: Ralph 3889 - Set OpenSSL security level to 0 when using aNULL ciphers. 3890 38913 November 2016: Wouter 3892 - .gitattributes line for githubs code language display. 3893 - log-identity: config option to set sys log identity, patch from 3894 "Robin H. Johnson" <robbat2@gentoo.org> 3895 38962 November 2016: Wouter 3897 - iana portlist update. 3898 389931 October 2016: Wouter 3900 - Fix failure to build on arm64 with no sbrk. 3901 - iana portlist update. 3902 390328 October 2016: Wouter 3904 - Patch for server.num.zero_ttl stats for count of expired replies, 3905 from Pavel Odintsov. 3906 390726 October 2016: Wouter 3908 - Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled 3909 with the undocumented switch 'fake-dsa'. It logs a warning. 3910 391125 October 2016: Wouter 3912 - Fix #1134: unbound-control set_option -- val-override-date: -1 works 3913 immediately to ignore datetime, or back to 0 to enable it again. 3914 The -- is to ignore the '-1' as an option flag. 3915 391624 October 2016: Wouter 3917 - serve-expired config option: serve expired responses with TTL 0. 3918 - g.root-servers.net has AAAA address. 3919 392021 October 2016: Wouter 3921 - Ported tests for local_cname unit test to testbound framework. 3922 392320 October 2016: Wouter 3924 - suppress compile warning in lex files. 3925 - init lzt variable, for older gcc compiler warnings. 3926 - fix --enable-dsa to work, instead of copying ecdsa enable. 3927 - Fix DNSSEC validation of query type ANY with DNAME answers. 3928 - Fixup query_info local_alias init. 3929 393019 October 2016: Wouter 3931 - Fix #1130: whitespace in example.conf.in more consistent. 3932 393318 October 2016: Wouter 3934 - Patch that resolves CNAMEs entered in local-data conf statements that 3935 point to data on the internet, from Jinmei Tatuya (Infoblox). 3936 - Removed patch comments from acllist.c and msgencode.c 3937 - Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf, 3938 from Jinmei Tatuya (Infoblox). 3939 - Fix #1125: unbound could reuse an answer packet incorrectly for 3940 clients with different EDNS parameters, from Jinmei Tatuya. 3941 - Fix #1118: libunbound.pc sets strange Libs, Libs.private values. 3942 - Added Requires line to libunbound.pc 3943 - Please doxygen by modifying mesh.h 3944 394517 October 2016: Wouter 3946 - Re-fix #839 from view commit overwrite. 3947 - Fixup const void cast warning. 3948 394912 October 2016: Ralph 3950 - Free view config elements. 3951 395211 October 2016: Ralph 3953 - Added qname-minimisation-strict config option. 3954 - iana portlist update. 3955 - fix memoryleak logfile when in debug mode. 3956 39575 October 2016: Ralph 3958 - Added views functionality. 3959 - Fix #1117: spelling errors, from Robert Edmonds. 3960 396130 September 2016: Wouter 3962 - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav. 3963 396429 September 2016: Wouter 3965 - Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX. 3966 - Fix #839: Memory grows unexpectedly with large RPZ files. 3967 - Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile. 3968 - Fix #841: big local-zone's make it consume large amounts of memory. 3969 397027 September 2016: Wouter 3971 - tag for 1.5.10 release 3972 - trunk contains 1.5.11 in development. 3973 - Fix dnstap relaying "random" messages instead of resolver/forwarder 3974 responses, from Nikolay Edigaryev. 3975 - Fix #836: unbound could echo back EDNS options in an error response. 3976 397720 September 2016: Wouter 3978 - iana portlist update. 3979 - Fix #835: fix --disable-dsa with nettle verify. 3980 - tag for 1.5.10rc1 release. 3981 398215 September 2016: Wouter 3983 - Fix 883: error for duplicate local zone entry. 3984 - Test for openssl init_crypto and init_ssl functions. 3985 398615 September 2016: Ralph 3987 - fix potential memory leak in daemon/remote.c and nullpointer 3988 dereference in validator/autotrust. 3989 - iana portlist update. 3990 399113 September 2016: Wouter 3992 - Silenced flex-generated sign-unsigned warning print with gcc 3993 diagnostic pragma. 3994 - Fix for new splint on FreeBSD. Fix cast for sockaddr_un.sun_len. 3995 39969 September 2016: Wouter 3997 - Fix #831: workaround for spurious fread_chk warning against petal.c 3998 39995 September 2016: Ralph 4000 - Take configured minimum TTL into consideration when reducing TTL 4001 to original TTL from RRSIG. 4002 40035 September 2016: Wouter 4004 - Fix #829: doc of sldns_wire2str_rdata_buf() return value has an 4005 off-by-one typo, from Jinmei Tatuya (Infoblox). 4006 - Fix incomplete prototypes reported by Dag-Erling Smørgrav. 4007 - Fix #828: missing type in access-control-tag-action redirect results 4008 in NXDOMAIN. 4009 40102 September 2016: Wouter 4011 - Fix compile with openssl 1.1.0 with api=1.1.0. 4012 40131 September 2016: Wouter 4014 - RFC 7958 is now out, updated docs for unbound-anchor. 4015 - Fix for compile without warnings with openssl 1.1.0. 4016 - Fix #826: Fix refuse_non_local could result in a broken response. 4017 - iana portlist update. 4018 401929 August 2016: Wouter 4020 - Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A. 4021 Siewior. 4022 - Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e. 4023 402425 August 2016: Ralph 4025 - Clarify local-zone-override entry in unbound.conf.5 4026 402725 August 2016: Wouter 4028 - 64bit build option for makedist windows compile, -w64. 4029 403024 August 2016: Ralph 4031 - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter 4032 in each iteration in find_tag_datas(). 4033 - unbound.conf.5 entries for define-tag, access-control-tag, 4034 access-control-tag-action, access-control-tag-data, local-zone-tag, 4035 and local-zone-override. 4036 403723 August 2016: Wouter 4038 - Fix #804: unbound stops responding after outage. Fixes queries 4039 that attempt to wait for an empty list of subqueries. 4040 - Fix #804: lower num_target_queries for iterator also for failed 4041 lookups. 4042 40438 August 2016: Wouter 4044 - Note that OPENPGPKEY type is RFC 7929. 4045 40464 August 2016: Wouter 4047 - Fix #807: workaround for possible some "unused" function parameters 4048 in test code, from Jinmei Tatuya. 4049 40503 August 2016: Wouter 4051 - use sendmsg instead of sendto for TFO. 4052 405328 July 2016: Wouter 4054 - Fix #806: wrong comment removed. 4055 405626 July 2016: Wouter 4057 - nicer ratelimit-below-domain explanation. 4058 405922 July 2016: Wouter 4060 - Fix #801: missing error condition handling in 4061 daemon_create_workers(). 4062 - Fix #802: workaround for function parameters that are "unused" 4063 without log_assert. 4064 - Fix #803: confusing (and incorrect) code comment in daemon_cleanup(). 4065 406620 July 2016: Wouter 4067 - Fix typo in unbound.conf. 4068 406918 July 2016: Wouter 4070 - Fix #798: Client-side TCP fast open fails (Linux). 4071 407214 July 2016: Wouter 4073 - TCP Fast open patch from Sara Dickinson. 4074 - Fixed unbound.doxygen for 1.8.11. 4075 40767 July 2016: Wouter 4077 - access-control-tag-data implemented. verbose(4) prints tag debug. 4078 40795 July 2016: Wouter 4080 - Fix dynamic link of anchor-update.exe on windows. 4081 - Fix detect of mingw for MXE package build. 4082 - Fixes for 64bit windows compile. 4083 - Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and 4084 --with-libunbound-only --with-nettle. 4085 40864 July 2016: Wouter 4087 - For #787: prefer-ip6 option for unbound.conf prefers to send 4088 upstream queries to ipv6 servers. 4089 - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux 4090 freebind to use 64bits of entropy for every query with random local 4091 part. 4092 409330 June 2016: Wouter 4094 - Document always_transparent, always_refuse, always_nxdomain types. 4095 409629 June 2016: Wouter 4097 - Fix static compile on windows missing gdi32. 4098 409928 June 2016: Wouter 4100 - Create a pkg-config file for libunbound in contrib. 4101 410227 June 2016: Wouter 4103 - Fix #784: Build configure assumess that having getpwnam means there 4104 is endpwent function available. 4105 - Updated repository with newer flex and bison output. 4106 410724 June 2016: Ralph 4108 - Possibility to specify local-zone type for an acl/tag pair 4109 - Possibility to specify (override) local-zone type for a source address 4110 block 411116 June 2016: Ralph 4112 - Decrease dp attempts at each QNAME minimisation iteration 4113 411416 June 2016: Wouter 4115 - Fix tcp timeouts in tv.usec. 4116 411715 June 2016: Wouter 4118 - TCP_TIMEOUT is specified in milliseconds. 4119 - If more than half of tcp connections are in use, a shorter timeout 4120 is used (200 msec, vs 2 minutes) to pressure tcp for new connects. 4121 412214 June 2016: Ralph 4123 - QNAME minimisation unit test for dropped QTYPE=A queries. 4124 412514 June 2016: Wouter 4126 - Fix 775: unbound-host and unbound-anchor crash on windows, ignore 4127 null delete for wsaevent. 4128 - Fix spelling in freebind option man page text. 4129 - Fix windows link of ssl with crypt32. 4130 - Fix 779: Union casting is non-portable. 4131 - Fix 780: MAP_ANON not defined in HP-UX 11.31. 4132 - Fix 781: prealloc() is an HP-UX system library call. 4133 413413 June 2016: Ralph 4135 - Use QTYPE=A for QNAME minimisation. 4136 - Keep track of number of time-outs when performing QNAME minimisation. 4137 Stop minimising when number of time-outs for a QNAME/QTYPE pair is 4138 more than three. 4139 414013 June 2016: Wouter 4141 - Fix #778: unbound 1.5.9: -h segfault (null deref). 4142 - Fix directory: fix for unbound-checkconf, it restores cwd. 4143 414410 June 2016: Wouter 4145 - And delete service.conf.shipped on uninstall. 4146 - In unbound.conf directory: dir immediately changes to that directory, 4147 so that include: file below that is relative to that directory. 4148 With chroot, make the directory an absolute path inside chroot. 4149 - keep debug symbols in windows build. 4150 - do not delete service.conf on windows uninstall. 4151 - document directory immediate fix and allow EXECUTABLE syntax in it 4152 on windows. 4153 41549 June 2016: Wouter 4155 - Trunk is called 1.5.10 (with previous fixes already in there to 2 4156 june). 4157 - Revert fix for NetworkService account on windows due to breakage 4158 it causes. 4159 - Fix that windows install will not overwrite existing service.conf 4160 file (and ignore gui config choices if it exists). 4161 41627 June 2016: Ralph 4163 - Lookup localzones by taglist from acl. 4164 - Possibility to lookup local_zone, regardless the taglist. 4165 - Added local_zone/taglist/acl unit test. 4166 41677 June 2016: Wouter 4168 - Fix #773: Non-standard Python location build failure with pyunbound. 4169 - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures. 4170 41716 June 2016: Wouter 4172 - Better help text from -h (from Ray Griffith). 4173 - access-control-tag config directive. 4174 - local-zone-override config directive. 4175 - access-control-tag-action and access-control-tag-data config 4176 directives. 4177 - free acl-tags, acltag-action and acltag-data config lists during 4178 initialisation to free up memory for more entries. 4179 41803 June 2016: Wouter 4181 - Fix to not ignore return value of chown() in daemon startup. 4182 41832 June 2016: Wouter 4184 - Fix libubound for edns optlist feature. 4185 - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc. 4186 - Fix #752: retry resource temporarily unavailable on control pipe. 4187 - un-document localzone tags. 4188 - tag for release 1.5.9rc1. 4189 And this also became release 1.5.9. 4190 - Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to 4191 Program Files with (x86) appended. 4192 - re-documented localzone tags in example.conf. 4193 419431 May 2016: Wouter 4195 - Fix windows service to be created run with limited rights, as a 4196 network service account, from Mario Turschmann. 4197 - compat strsep implementation. 4198 - generic edns option parse and store code. 4199 - and also generic edns options for upstream messages (and replies). 4200 after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID), 4201 to insert use edns_opt_append(edns, region, code, len, bindata) on 4202 the opt_list passed to send_query, or in edns_opt_inplace_reply. 4203 420430 May 2016: Wouter 4205 - Fix time in case answer comes from cache in ub_resolve_event(). 4206 - Attempted fix for #765: _unboundmodule missing for python3. 4207 420827 May 2016: Wouter 4209 - Fix #770: Small subgroup attack on DH used in unix pipe on localhost 4210 if unbound control uses a unix local named pipe. 4211 - Document write permission to directory of trust anchor needed. 4212 - Fix #768: Unbound Service Sometimes Can Not Shutdown 4213 Completely, WER Report Shown Up. Close handle before closing WSA. 4214 421526 May 2016: Wouter 4216 - Updated patch from Charles Walker. 4217 421824 May 2016: Wouter 4219 - disable-dnssec-lame-check config option from Charles Walker. 4220 - remove memory leak from lame-check patch. 4221 - iana portlist update. 4222 422323 May 2016: Wouter 4224 - Fix #767: Reference to an expired Internet-Draft in 4225 harden-below-nxdomain documentation. 4226 422720 May 2016: Ralph 4228 - No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 4229 signed zones. 4230 - iana portlist update. 4231 423219 May 2016: Wouter 4233 - Fix #766: dns64 should synthesize results on timeout/errors. 4234 423518 May 2016: Wouter 4236 - Fix #761: DNSSEC LAME false positive resolving nic.club. 4237 423817 May 2016: Wouter 4239 - trunk updated with output of flex 2.6.0. 4240 42416 May 2016: Wouter 4242 - Fix memory leak in out-of-memory conditions of local zone add. 4243 424429 April 2016: Wouter 4245 - Fix sldns with static checking fixes copied from getdns. 4246 424728 April 2016: Wouter 4248 - Fix #759: 0x20 capsforid no longer checks type PTR, for 4249 compatibility with cisco dns guard. This lowers false positives. 4250 425118 April 2016: Wouter 4252 - Fix some malformed responses to edns queries get fallback to nonedns. 4253 425415 April 2016: Wouter 4255 - cachedb module event handling design. 4256 425714 April 2016: Wouter 4258 - cachedb module framework (empty). 4259 - iana portlist update. 4260 426112 April 2016: Wouter 4262 - Fix #753: document dump_requestlist is for first thread. 4263 426424 March 2016: Wouter 4265 - Document permit-small-holddown for 5011 debug. 4266 - Fix #749: unbound-checkconf gets SIGSEGV when use against a 4267 malformatted conf file. 4268 426923 March 2016: Wouter 4270 - OpenSSL 1.1.0 portability, --disable-dsa configure option. 4271 427221 March 2016: Wouter 4273 - Fix compile of getentropy_linux for SLES11 servicepack 4. 4274 - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 4275 - Fix test for openssl to use HMAC_Update for 1.1.0. 4276 - acx_nlnetlabs.m4 to v33, with HMAC_Update. 4277 - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto. 4278 - ERR_remove_state deprecated since openssl 1.0.0. 4279 - OPENSSL_config is deprecated, removing. 4280 428118 March 2016: Ralph 4282 - Validate QNAME minimised NXDOMAIN responses. 4283 - If QNAME minimisation is enabled, do cache lookup for QTYPE NS in 4284 harden-below-nxdomain. 4285 428617 March 2016: Ralph 4287 - Limit number of QNAME minimisation iterations. 4288 428917 March 2016: Wouter 4290 - Fix #746: Fix unbound sets CD bit on all forwards. 4291 If no trust anchors, it'll not set CD bit when forwarding to another 4292 server. If a trust anchor, no CD bit on the first attempt to a 4293 forwarder, but CD bit thereafter on repeated attempts to get DNSSEC. 4294 - iana portlist update. 4295 429616 March 2016: Wouter 4297 - Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma. 4298 - Fix ip-transparent for tcp on freebsd. 4299 430015 March 2016: Wouter 4301 - ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for 4302 binding to an IP address while the interface or address is down. 4303 430414 March 2016: Wouter 4305 - Fix warnings in ifdef corner case, older or unknown libevent. 4306 - Fix compile for ub_event code with older libev. 4307 430811 March 2016: Wouter 4309 - Remove warning about unused parameter in event_pluggable.c. 4310 - Fix libev usage of dispatch return value. 4311 - No side effects in tolower() call, in case it is a macro. 4312 - For test put free in pluggable api in parenthesis. 4313 431410 March 2016: Wouter 4315 - Fixup backend2str for libev. 4316 431709 March 2016: Willem 4318 - User defined pluggable event API for libunbound 4319 - Fixup of compile fix for pluggable event API from P.Y. Adi 4320 Prasaja. 4321 432209 March 2016: Wouter 4323 - Updated configure and ltmain.sh. 4324 - Updated L root IPv6 address. 4325 432607 March 2016: Wouter 4327 - Fix #747: assert in outnet_serviced_query_stop. 4328 - iana ports fetched via https. 4329 - iana portlist update. 4330 433103 March 2016: Wouter 4332 - configure tests for the weak attribute support by the compiler. 4333 433402 March 2016: Wouter 4335 - 1.5.8 release tag 4336 - trunk contains 1.5.9 in development. 4337 - iana portlist update. 4338 - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname 4339 contains trailing dot. 4340 434124 February 2016: Wouter 4342 - Fix OpenBSD asynclook lock free that gets used later (fix test code). 4343 - Fix that NSEC3 negative cache is used when there is no salt. 4344 434523 February 2016: Wouter 4346 - ub_ctx_set_stub() function for libunbound to config stub zones. 4347 - sorted ubsyms.def file with exported libunbound functions. 4348 434919 February 2016: Wouter 4350 - Print understandable debug log when unusable DS record is seen. 4351 - load gost algorithm if digest is seen before key algorithm. 4352 - iana portlist update. 4353 435417 February 2016: Wouter 4355 - Fix that "make install" fails due to "text file busy" error. 4356 435716 February 2016: Wouter 4358 - Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error. 4359 436015 February 2016: Wouter 4361 - ip-transparent option for FreeBSD with IP_BINDANY socket option. 4362 - wait for sendto to drain socket buffers when they are full. 4363 43649 February 2016: Wouter 4365 - Test for type OPENPGPKEY. 4366 - insecure-lan-zones: yesno config option, patch from Dag-Erling 4367 Smørgrav. 4368 43698 February 2016: Wouter 4370 - Fix patch typo in prevuous commit for 734 from Adi Prasaja. 4371 - RR Type CSYNC support RFC 7477, in debug printout and config input. 4372 - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07). 4373 437429 January 2016: Wouter 4375 - Neater cmdline_verbose increment patch from Edgar Pettijohn. 4376 437727 January 2016: Wouter 4378 - Made netbsd sendmsg test nonfatal, in case of false positives. 4379 - Fix #741: log message for dnstap socket connection is more clear. 4380 438126 January 2016: Wouter 4382 - Fix #734: chown the pidfile if it resides inside the chroot. 4383 - Use arc4random instead of random in tests (because it is 4384 available, possibly as compat, anyway). 4385 - Fix cmsg alignment for argument to sendmsg on NetBSD. 4386 - Fix that unbound complains about unimplemented IP_PKTINFO for 4387 sendmsg on NetBSD (for interface-automatic). 4388 438925 January 2016: Wouter 4390 - Fix #738: Swig should not be invoked with CPPFLAGS. 4391 439219 January 2016: Wouter 4393 - Squelch 'cannot assign requested address' log messages unless 4394 verbosity is high, it was spammed after network down. 4395 439614 January 2016: Wouter 4397 - Fix to simplify empty string checking from Michael McConville. 4398 - iana portlist update. 4399 440012 January 2016: Wouter 4401 - Fix #734: Do not log an error when the PID file cannot be chown'ed. 4402 Patch from Simon Deziel. 4403 440411 January 2016: Wouter 4405 - Fix test if -pthreads unused to use better grep for portability. 4406 440706 January 2016: Wouter 4408 - Fix mingw crosscompile for recent mingw. 4409 - Update aclocal, autoconf output with new versions (1.15, 2.4.6). 4410 441105 January 2016: Wouter 4412 - #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch 4413 from Daisuke Higashi. 4414 - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked 4415 by default, and can be unblocked with "nodefault" localzone config. 4416 441704 January 2016: Wouter 4418 - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined, 4419 for Linux glibc 2.20. 4420 - Fixup contrib/aaaa-filter-iterator.patch for moved contents in the 4421 source code, so it applies cleanly again. Removed unused variable 4422 warnings. 4423 442415 December 2015: Ralph 4425 - Fix #729: omit use of escape sequences in echo since they are not 4426 portable (unbound-control-setup). 4427 442811 December 2015: Wouter 4429 - remove NULL-checks before free, patch from Michael McConville. 4430 - updated ax_pthread.m4 to version 21 with clang support, this 4431 removes a warning from compilation. 4432 - OSX portability, detect if sbrk is deprecated. 4433 - OSX clang, stop -pthread unused during link stage warnings. 4434 - OSX clang new flto check. 4435 443610 December 2015: Wouter 4437 - 1.5.7 release 4438 - trunk has 1.5.8 in development. 4439 44408 December 2015: Wouter 4441 - Fixup 724 for unbound-control. 4442 44437 December 2015: Ralph 4444 - Do not minimise forwarded requests. 4445 44464 December 2015: Wouter 4447 - Removed unneeded whitespace from example.conf. 4448 44493 December 2015: Ralph 4450 - (after rc1 tag) 4451 - Committed fix to qname minimisation and unit test case for it. 4452 44533 December 2015: Wouter 4454 - iana portlist update. 4455 - 1.5.7rc1 prerelease tag. 4456 44572 December 2015: Wouter 4458 - Fixup 724: Fix PCA prompt for unbound-service-install.exe. 4459 re-enable stdout printout. 4460 - For 724: Add Changelog to windows binary dist. 4461 44621 December 2015: Ralph 4463 - Qname minimisation review fixes 4464 44651 December 2015: Wouter 4466 - Fixup 724 fix for fname_after_chroot() calls. 4467 - Remove stdout printout for unbound-service-install.exe 4468 - .gitignore for git users. 4469 447030 November 2015: Ralph 4471 - Implemented qname minimisation 4472 447330 November 2015: Wouter 4474 - Fix for #724: conf syntax to read files from run dir (on Windows). 4475 447625 November 2015: Wouter 4477 - Fix for #720, fix unbound-control-setup windows batch file. 4478 447924 November 2015: Wouter 4480 - Fix #720: add windows scripts to zip bundle. 4481 - iana portlist update. 4482 448320 November 2015: Wouter 4484 - Added assert on rrset cache correctness. 4485 - Fix that malformed EDNS query gets a response without malformed EDNS. 4486 448718 November 2015: Wouter 4488 - newer acx_nlnetlabs.m4. 4489 - spelling fixes from Igor Sobrado Delgado. 4490 449117 November 2015: Wouter 4492 - Fix #594. libunbound: optionally use libnettle for crypto. 4493 Contributed by Luca Bruno. Added --with-nettle for use with 4494 --with-libunbound-only. 4495 - refactor nsec3 hash implementation to be more library-portable. 4496 - iana portlist update. 4497 - Fixup DER encoded DSA signatures for libnettle. 4498 449916 November 2015: Wouter 4500 - Fix for lenient accept of reverse order DNAME and CNAME. 4501 45026 November 2015: Wouter 4503 - Change example.conf: ftp.internic.net to https://www.internic.net 4504 45055 November 2015: Wouter 4506 - ACX_SSL_CHECKS no longer adds -ldl needlessly. 4507 45083 November 2015: Wouter 4509 - Fix #718: Fix unbound-control-setup with support for env 4510 without HEREDOC bash support. 4511 451229 October 2015: Wouter 4513 - patch from Doug Hogan for SSL_OP_NO_SSLvx options. 4514 - Fix #716: nodata proof with empty non-terminals and wildcards. 4515 451628 October 2015: Wouter 4517 - Fix checklock testcode for linux threads on exit. 4518 451927 October 2015: Wouter 4520 - isblank() compat implementation. 4521 - detect libexpat without xml_StopParser function. 4522 - portability fixes. 4523 - portability, replace snprintf if return value broken. 4524 452523 October 2015: Wouter 4526 - Fix #714: Document config to block private-address for IPv4 4527 mapped IPv6 addresses. 4528 452922 October 2015: Wouter 4530 - Fix #712: unbound-anchor appears to not fsync root.key. 4531 453220 October 2015: Wouter 4533 - 1.5.6 release. 4534 - trunk tracks development of 1.5.7. 4535 453615 October 2015: Wouter 4537 - Fix segfault in the dns64 module in the formaterror error path. 4538 - Fix sldns_wire2str_rdata_scan for malformed RRs. 4539 - tag for 1.5.6rc1 release. 4540 454114 October 2015: Wouter 4542 - ANY responses include DNAME records if present, as per Evan Hunt's 4543 remark in dnsop. 4544 - Fix manpage to suggest using SIGTERM to terminate the server. 4545 45469 October 2015: Wouter 4547 - Default for ssl-port is port 853, the temporary port assignment 4548 for secure domain name system traffic. 4549 If you used to rely on the older default of port 443, you have 4550 to put a clause in unbound.conf for that. The new value is likely 4551 going to be the standardised port number for this traffic. 4552 - iana portlist update. 4553 45546 October 2015: Wouter 4555 - 1.5.5 release. 4556 - trunk tracks the development of 1.5.6. 4557 455828 September 2015: Wouter 4559 - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution 4560 failures. 4561 - tag for 1.5.5rc1 release. 4562 - makedist.sh: pgp sig echo commands. 4563 456425 September 2015: Wouter 4565 - Fix unbound-control flush that does not succeed in removing data. 4566 456722 September 2015: Wouter 4568 - Fix config globbed include chroot treatment, this fixes reload of 4569 globs (patch from Dag-Erling Smørgrav). 4570 - iana portlist update. 4571 - Fix #702: New IPs for for h.root-servers.net. 4572 - Remove confusion comment from canonical_compare() function. 4573 - Fix #705: ub_ctx_set_fwd() return value mishandled on windows. 4574 - testbound selftest also works in non-debug mode. 4575 - Fix minor error in unbound.conf.5.in 4576 - Fix unbound.conf(5) access-control description for precedence 4577 and default. 4578 457931 August 2015: Wouter 4580 - changed windows setup compression to be more transparent. 4581 458228 August 2015: Wouter 4583 - Fix #697: Get PY_MAJOR_VERSION failure at configure for python 4584 2.4 to 2.6. 4585 - Feature #699: --enable-pie option to that builds PIE binary. 4586 - Feature #700: --enable-relro-now option that enables full read-only 4587 relocation. 4588 458924 August 2015: Wouter 4590 - Fix deadlock for local data add and zone add when unbound-control 4591 list_local_data printout is interrupted. 4592 - iana portlist update. 4593 - Change default of harden-algo-downgrade to off. This is lenient 4594 for algorithm rollover. 4595 459613 August 2015: Wouter 4597 - 5011 implementation does not insist on all algorithms, when 4598 harden-algo-downgrade is turned off. 4599 - Reap the child process that libunbound spawns. 4600 460111 August 2015: Wouter 4602 - Fix #694: configure script does not detect LibreSSL 2.2.2 4603 46044 August 2015: Wouter 4605 - Document that local-zone nodefault matches exactly and transparent 4606 can be used to release a subzone. 4607 46083 August 2015: Wouter 4609 - Document in the manual more text about configuring locally served 4610 zones. 4611 - Fix 5011 anchor update timer after reload. 4612 - Fix mktime in unbound-anchor not using UTC. 4613 461430 July 2015: Wouter 4615 - please afl-gcc (llvm) for uninitialised variable warning. 4616 - Added permit-small-holddown config to debug fast 5011 rollover. 4617 461824 July 2015: Wouter 4619 - Fix #690: Reload fails when so-reuseport is yes after changing 4620 num-threads. 4621 - iana portlist update. 4622 462321 July 2015: Wouter 4624 - Fix configure to detect SSL_CTX_set_ecdh_auto. 4625 - iana portlist update. 4626 462720 July 2015: Wouter 4628 - Enable ECDHE for servers. Where available, use 4629 SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to 4630 enable ECDHE. Otherwise, manually offer curve p256. 4631 Client connections should automatically use ECDHE when available. 4632 (thanks Daniel Kahn Gillmor) 4633 463418 July 2015: Willem 4635 - Allow certificate chain files to allow for intermediate certificates. 4636 (thanks Daniel Kahn Gillmor) 4637 463813 July 2015: Wouter 4639 - makedist produces sha1 and sha256 files for created binaries too. 4640 46419 July 2015: Wouter 4642 - 1.5.4 release tag 4643 - trunk has 1.5.5 in development. 4644 - Fix #681: Setting forwarders with unbound-control forward 4645 implicitly turns on forward-first. 4646 464729 June 2015: Wouter 4648 - iana portlist update. 4649 - Fix alloc with log for allocation size checks. 4650 465126 June 2015: Wouter 4652 - Fix #677 Fix DNAME responses from cache that failed internal chain 4653 test. 4654 - iana portlist update. 4655 465622 June 2015: Wouter 4657 - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly 4658 and was therefore always synthesized (thanks to Valentin Dietrich). 4659 46604 June 2015: Wouter 4661 - RFC 7553 RR type URI support, is now enabled by default. 4662 46632 June 2015: Wouter 4664 - Fix #674: Do not free pointers given by getenv. 4665 466629 May 2015: Wouter 4667 - Fix that unparseable error responses are ratelimited. 4668 - SOA negative TTL is capped at minimumttl in its rdata section. 4669 - cache-max-negative-ttl config option, default 3600. 4670 467126 May 2015: Wouter 4672 - Document that ratelimit works with unbound-control set_option. 4673 467421 May 2015: Wouter 4675 - iana portlist update. 4676 - documentation proposes ratelimit of 1000 (closer to what upstream 4677 servers expect from us). 4678 467920 May 2015: Wouter 4680 - DLV is going to be decommissioned. Advice to stop using it, and 4681 put text in the example configuration and man page to that effect. 4682 468310 May 2015: Wouter 4684 - Change syntax of particular validator error to be easier for 4685 machine parse, swap rrset and ip adres info so it looks like: 4686 validation failure <www.example.nl. TXT IN>: signature crypto 4687 failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN> 4688 46891 May 2015: Wouter 4690 - caps-whitelist in unbound.conf allows whitelist of loadbalancers 4691 that cannot work with caps-for-id or its fallback. 4692 469330 April 2015: Wouter 4694 - Unit test for type ANY synthesis. 4695 469622 April 2015: Wouter 4697 - Removed contrib/unbound_unixsock.diff, because it has been 4698 integrated, use control-interface: /path in unbound.conf. 4699 - iana portlist update. 4700 470117 April 2015: Wouter 4702 - Synthesize ANY responses from cache. Does not search exhaustively, 4703 but MX,A,AAAA,SOA,NS also CNAME. 4704 - Fix leaked dns64prefix configuration string. 4705 470616 April 2015: Wouter 4707 - Add local-zone type inform_deny, that logs query and drops answer. 4708 - Ratelimit does not apply to prefetched queries, and ratelimit-factor 4709 is default 10. Repeated normal queries get resolved and with 4710 prefetch stay in the cache. 4711 - Fix bug#664: libunbound python3 related fixes (from Tomas Hozza) 4712 Use print_function also for Python2. 4713 libunbound examples: produce sorted output. 4714 libunbound-Python: libldns is not used anymore. 4715 Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns. 4716 471710 April 2015: Wouter 4718 - unbound-control ratelimit_list lists high rate domains. 4719 - ratelimit feature, ratelimit: 100, or some sensible qps, can be 4720 used to turn it on. It ratelimits recursion effort per zone. 4721 For particular names you can configure exceptions in unbound.conf. 4722 - Fix that get_option for cache-sizes does not print double newline. 4723 - Fix#663: ssl handshake fails when using unix socket because dh size 4724 is too small. 4725 47268 April 2015: Wouter 4727 - Fix crash in dnstap: Do not try to log TCP responses after timeout. 4728 47297 April 2015: Wouter 4730 - Libunbound skips dos-line-endings from etc/hosts. 4731 - Unbound exits with a fatal error when the auto-trust-anchor-file 4732 fails to be writable. This is seconds after startup. You can 4733 load a readonly auto-trust-anchor-file with trust-anchor-file. 4734 The file has to be writable to notice the trust anchor change, 4735 without it, a trust anchor change will be unnoticed and the system 4736 will then become inoperable. 4737 - unbound-control list_insecure command shows the negative trust 4738 anchors currently configured, patch from Jelte Jansen. 4739 47402 April 2015: Wouter 4741 - Fix #660: Fix interface-automatic broken in the presence of 4742 asymmetric routing. 4743 474426 March 2015: Wouter 4745 - remote.c probedelay line is easier to read. 4746 - rename ldns subdirectory to sldns to avoid name collision. 4747 474825 March 2015: Wouter 4749 - Fix #657: libunbound(3) recommends deprecated 4750 CRYPTO_set_id_callback. 4751 - If unknown trust anchor algorithm, and libressl is used, error 4752 message encourages upgrade of the libressl package. 4753 475423 March 2015: Wouter 4755 - Fix segfault on user not found at startup (from Maciej Soltysiak). 4756 475720 March 2015: Wouter 4758 - Fixed to add integer overflow checks on allocation (defense in depth). 4759 476019 March 2015: Wouter 4761 - Add ip-transparent config option for bind to non-local addresses. 4762 476317 March 2015: Wouter 4764 - Use reallocarray for integer overflow protection, patch submitted 4765 by Loganaden Velvindron. 4766 476716 March 2015: Wouter 4768 - Fixup compile on cygwin, more portable openssl thread id. 4769 477012 March 2015: Wouter 4771 - Updated default keylength in unbound-control-setup to 3k. 4772 477310 March 2015: Wouter 4774 - Fix lintian warning in unbound-checkconf man page (from Andreas 4775 Schulze). 4776 - print svnroot when building windows dist. 4777 - iana portlist update. 4778 - Fix warning on sign compare in getentropy_linux. 4779 47809 March 2015: Wouter 4781 - Fix #644: harden-algo-downgrade option, if turned off, fixes the 4782 reported excessive validation failure when multiple algorithms 4783 are present. It allows the weakest algorithm to validate the zone. 4784 - iana portlist update. 4785 47865 March 2015: Wouter 4787 - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal 4788 scripts. Contributed by Yuri Voinov. 4789 - Document that incoming-num-tcp increase is good for large servers. 4790 - stats reports tcp usage, of incoming-num-tcp buffers. 4791 47924 March 2015: Wouter 4793 - Patch from Brad Smith that syncs compat/getentropy_linux with 4794 OpenBSD's version (2015-03-04). 4795 - 0x20 fallback improved: servfail responses do not count as missing 4796 comparisons (except if all responses are errors), 4797 inability to find nameservers does not fail equality comparisons, 4798 many nameservers does not try to compare more than max-sent-count, 4799 parse failures start 0x20 fallback procedure. 4800 - store caps_response with best response in case downgrade response 4801 happens to be the last one. 4802 - Document windows 8 tests. 4803 48043 March 2015: Wouter 4805 - tag 1.5.3rc1 4806 [ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ] 4807 48082 March 2015: Wouter 4809 - iana portlist update. 4810 481120 February 2015: Wouter 4812 - Use the getrandom syscall introduced in Linux 3.17 (from Heiner 4813 Kallweit). 4814 - Fix #645 Portability to Solaris 10, use AF_LOCAL. 4815 - Fix #646 Portability to Solaris, -lrt for getentropy_solaris. 4816 - Fix #647 crash in 1.5.2 because pwd.db no longer accessible after 4817 reload. 4818 481919 February 2015: Wouter 4820 - 1.5.2 release tag. 4821 - svn trunk contains 1.5.3 under development. 4822 482313 February 2015: Wouter 4824 - Fix #643: doc/example.conf.in: unnecessary whitespace. 4825 482612 February 2015: Wouter 4827 - tag 1.5.2rc1 4828 482911 February 2015: Wouter 4830 - iana portlist update. 4831 483210 February 2015: Wouter 4833 - Fix scrubber with harden-glue turned off to reject NS (and other 4834 not-address) records. 4835 48369 February 2015: Wouter 4837 - Fix validation failure in case upstream forwarder (ISC BIND) does 4838 not have the same trust anchors and decides to insert unsigned NS 4839 record in authority section. 4840 48412 February 2015: Wouter 4842 - infra-cache-min-rtt patch from Florian Riehm, for expected long 4843 uplink roundtrip times. 4844 484530 January 2015: Wouter 4846 - Fix 0x20 capsforid fallback to omit gratuitous NS and additional 4847 section changes. 4848 - Portability fix for Solaris ('sun' is not usable for a variable). 4849 485029 January 2015: Wouter 4851 - Fix pyunbound byte string representation for python3. 4852 485326 January 2015: Wouter 4854 - Fix unintended use of gcc extension for incomplete enum types, 4855 compile with pedantic c99 compliance (from Daniel Dickman). 4856 485723 January 2015: Wouter 4858 - windows port fixes, no AF_LOCAL, no chown, no chmod(grp). 4859 486016 January 2015: Wouter 4861 - unit test for local unix connection. Documentation and log_addr 4862 does not inspect port for AF_LOCAL. 4863 - unbound-checkconf -f prints chroot with pidfile path. 4864 486513 January 2015: Wouter 4866 - iana portlist update. 4867 486812 January 2015: Wouter 4869 - Cast sun_len sizeof to socklen_t. 4870 - Fix pyunbound ord call, portable for python 2 and 3. 4871 48727 January 2015: Wouter 4873 - Fix warnings in pythonmod changes. 4874 48756 January 2015: Wouter 4876 - iana portlist update. 4877 - patch for remote control over local sockets, from Dag-Erling 4878 Smorgrav, Ilya Bakulin. Use control-interface: /path/sock and 4879 control-use-cert: no. 4880 - Fixup that patch and uid lookup (only for daemon). 4881 - coded the default of control-use-cert, to yes. 4882 48835 January 2015: Wouter 4884 - getauxval test for ppc64 linux compatibility. 4885 - make strip works for unbound-host and unbound-anchor. 4886 - patch from Stephane Lapie that adds to the python API, that 4887 exposes struct delegpt, and adds the find_delegation function. 4888 - print query name when max target count is exceeded. 4889 - patch from Stuart Henderson that fixes DESTDIR in 4890 unbound-control-setup for installs where config is not in 4891 the prefix location. 4892 - Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing 4893 IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne). 4894 - Updated contrib warmup.cmd/sh to support two modes - load 4895 from pre-defined list of domains or (with filename as argument) 4896 load from user-specified list of domains, and updated contrib 4897 unbound_cache.sh/cmd to support loading/save/reload cache to/from 4898 default path or (with secondary argument) arbitrary path/filename, 4899 from Yuri Voinov. 4900 - Patch from Philip Paeps to contrib/unbound_munin_ that uses 4901 type ABSOLUTE. Allows munin.conf: [idleserver.example.net] 4902 unbound_munin_hits.graph_period minute 4903 49049 December 2014: Wouter 4905 - svn trunk has 1.5.2 in development. 4906 - config.guess and config.sub update from libtoolize. 4907 - local-zone: example.com inform makes unbound log a message with 4908 client IP for queries in that zone. Eg. for finding infected hosts. 4909 49108 December 2014: Wouter 4911 - Fix CVE-2014-8602: denial of service by making resolver chase 4912 endless series of delegations. 4913 49141 December 2014: Wouter 4915 - Fix bug#632: unbound fails to build on AArch64, protects 4916 getentropy compat code from calling sysctl if it is has been removed. 4917 491829 November 2014: Wouter 4919 - Add include to getentropy_linux.c, hopefully fixing debian build. 4920 492128 November 2014: Wouter 4922 - Fix makefile for build from noexec source tree. 4923 492426 November 2014: Wouter 4925 - Fix libunbound undefined symbol errors for main. 4926 Referencing main does not seem to be possible for libunbound. 4927 492824 November 2014: Wouter 4929 - Fix log at high verbosity and memory allocation failure. 4930 - iana portlist update. 4931 493221 November 2014: Wouter 4933 - Fix crash on multiple thread random usage on systems without 4934 arc4random. 4935 493620 November 2014: Wouter 4937 - fix compat/getentropy_win.c check if CryptGenRandom works and no 4938 immediate exit on windows. 4939 494019 November 2014: Wouter 4941 - Fix cdflag dns64 processing. 4942 494318 November 2014: Wouter 4944 - Fix that CD flag disables DNS64 processing, returning the DNSSEC 4945 signed AAAA denial. 4946 - iana portlist update. 4947 494817 November 2014: Wouter 4949 - Fix #627: SSL_CTX_load_verify_locations return code not properly 4950 checked. 4951 495214 November 2014: Wouter 4953 - parser with bison 2.7 4954 495513 November 2014: Wouter 4956 - Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter, 4957 added to contrib/aaaa-filter-iterator.patch. 4958 495912 November 2014: Wouter 4960 - trunk has 1.5.1 in development. 4961 - Patch from Robert Edmonds to build pyunbound python module 4962 differently. No versioninfo, with -shared and without $(LIBS). 4963 - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page. 4964 - Removed 'increased limit open files' log message that is written 4965 to console. It is only written on verbosity 4 and higher. 4966 This keeps system bootup console cleaner. 4967 - Patch from James Raftery, always print stats for rcodes 0..5. 4968 496911 November 2014: Wouter 4970 - iana portlist update. 4971 - Fix bug where forward or stub addresses with same address but 4972 different port number were not tried. 4973 - version number in svn trunk is 1.5.0 4974 - tag 1.5.0rc1 4975 - review fix from Ralph. 4976 49777 November 2014: Wouter 4978 - dnstap fixes by Robert Edmonds: 4979 dnstap/dnstap.m4: cosmetic fixes 4980 dnstap/: Remove compiled protoc-c output files 4981 dnstap/dnstap.m4: Error out if required libraries are not found 4982 dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of 4983 protobuf-c 1.0.0 4984 dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0) 4985 49864 November 2014: Wouter 4987 - Add ub_ctx_add_ta_autr function to add a RFC5011 automatically 4988 tracked trust anchor to libunbound. 4989 - Redefine internal minievent symbols to unique symbols that helps 4990 linking on platforms where the linker leaks names across modules. 4991 499227 October 2014: Wouter 4993 - Disabled use of SSLv3 in remote-control and ssl-upstream. 4994 - iana portlist update. 4995 499616 October 2014: Wouter 4997 - Documented dns64 configuration in unbound.conf man page. 4998 499913 October 2014: Wouter 5000 - Fix #617: in ldns in unbound, lowercase WKS services. 5001 - Fix ctype invocation casts. 5002 500310 October 2014: Wouter 5004 - Fix unbound-checkconf check for module config with dns64 module. 5005 - Fix unbound capsforid fallback, it ignores TTLs in comparison. 5006 50076 October 2014: Wouter 5008 - Fix #614: man page variable substitution bug. 50096 October 2014: Willem 5010 - Whitespaces after $ORIGIN are not part of the origin dname (ldns). 5011 - $TTL's value starts at position 5 (ldns). 5012 50131 October 2014: Wouter 5014 - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire). 5015 501629 September 2014: Wouter 5017 - Fix #612: create service with service.conf in present directory and 5018 auto load it. 5019 - Fix for mingw compile openssl ranlib. 5020 502125 September 2014: Wouter 5022 - updated configure and aclocal with newer autoconf 1.13. 5023 502422 September 2014: Wouter 5025 - Fix swig and python examples for Python 3.x. 5026 - Fix for mingw compile with openssl-1.0.1i. 5027 502819 September 2014: Wouter 5029 - improve python configuration detection to build on Fedora 22. 5030 503118 September 2014: Wouter 5032 - patches to also build with Python 3.x (from Pavel Simerda). 5033 503416 September 2014: Wouter 5035 - Fix tcp timer waiting list removal code. 5036 - iana portlist update. 5037 - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue 5038 is longer and more tcp connections can be handled. 5039 504015 September 2014: Wouter 5041 - Fix unit test for CDS typecode. 5042 50435 September 2014: Wouter 5044 - type CDS and CDNSKEY types in sldns. 5045 504625 August 2014: Wouter 5047 - Fixup checklock code for log lock and its mutual initialization 5048 dependency. 5049 - iana portlist update. 5050 - Removed necessity for pkg-config from the dnstap.m4, new are 5051 the --with-libfstrm and --with-protobuf-c configure options. 5052 505319 August 2014: Wouter 5054 - Update unbound manpage with more explanation (from Florian Obser). 5055 505618 August 2014: Wouter 5057 - Fix #603: unbound-checkconf -o <option> should skip verification 5058 checks. 5059 - iana portlist update. 5060 - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings. 5061 50625 August 2014: Wouter 5063 - dnstap support, with a patch from Farsight Security, written by 5064 Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c. 5065 It is BSD licensed (see dnstap/dnstap.c). 5066 Building with --enable-dnstap needs pkg-config with this patch. 5067 - Noted dnstap in doc/README and doc/CREDITS. 5068 - Changes to the dnstap patch. 5069 - lint fixes. 5070 - dnstap/dnstap_config.h should not have been added to the repo, 5071 because is it generated. 5072 50731 August 2014: Wouter 5074 - Patch add msg, rrset, infra and key cache sizes to stats command 5075 from Maciej Soltysiak. 5076 - iana portlist update. 5077 507831 July 2014: Wouter 5079 - DNS64 from Viagenie (BSD Licensed), written by Simon Perrault. 5080 Initial commit of the patch from the FreeBSD base (with its fixes). 5081 This adds a module (for module-config in unbound.conf) dns64 that 5082 performs DNS64 processing, see README.DNS64. 5083 - Changes from DNS64: 5084 strcpy changed to memmove. 5085 arraybound check fixed from prefix_net/8/4 to prefix_net/8+4. 5086 allocation of result consistently in the correct region. 5087 time_t is now used for ttl in unbound (since the patch's version). 5088 - testdata/dns64_lookup.rpl for unit test for dns64 functionality. 5089 509029 July 2014: Wouter 5091 - Patch from Dag-Erling Smorgrav that implements feature, unbound -dd 5092 does not fork in the background and also logs to stderr. 5093 509421 July 2014: Wouter 5095 - Fix endian.h include for OpenBSD. 5096 509716 July 2014: Wouter 5098 - And Fix#596: Bail out of unbound-control dump_infra when ssl 5099 write fails. 5100 510115 July 2014: Wouter 5102 - Fix #596: Bail out of unbound-control list_local_zones when ssl 5103 write fails. 5104 - iana portlist update. 5105 510613 July 2014: Wouter 5107 - Configure tests if main can be linked to from getentropy compat. 5108 510912 July 2014: Wouter 5110 - Fix getentropy compat code, function refs were not portable. 5111 - Fix to check openssl version number only for OpenSSL. 5112 - LibreSSL provides compat items, check for that in configure. 5113 - Fix bug in fix for log locks that caused deadlock in signal handler. 5114 - update compat/getentropy and arc4random to the most recent ones from OpenBSD. 5115 511611 July 2014: Matthijs 5117 - fake-rfc2553 patch (thanks Benjamin Baier). 5118 511911 July 2014: Wouter 5120 - arc4random in compat/ and getentropy, explicit_bzero, chacha for 5121 dependencies, from OpenBSD. arc4_lock and sha512 in compat. 5122 This makes arc4random available on all platforms, except when 5123 compiled with LIBNSS (it uses libNSS crypto random). 5124 - fix strptime implicit declaration error on OpenBSD. 5125 - arc4random, getentropy and explicit_bzero compat for Windows. 5126 51274 July 2014: Wouter 5128 - Fix #593: segfault or crash upon rotating logfile. 5129 51303 July 2014: Wouter 5131 - DLV tests added. 5132 - signit tool fixup for compile with libldns library. 5133 - iana portlist updated. 5134 513527 June 2014: Wouter 5136 - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X. 5137 513826 June 2014: Wouter 5139 - unbound-control status reports if so-reuseport was successful. 5140 - iana portlist updated. 5141 514224 June 2014: Wouter 5143 - Fix caps-for-id fallback, and added fallback attempt when servers 5144 drop 0x20 perturbed queries. 5145 - Fixup testsetup for VM tests (run testcode/run_vm.sh). 5146 514717 June 2014: Wouter 5148 - iana portlist updated. 5149 51503 June 2014: Wouter 5151 - Add AAAA for B root server to default root hints. 5152 51532 June 2014: Wouter 5154 - Remove unused define from iterator.h 5155 515630 May 2014: Wouter 5157 - Fixup sldns_enum_edns_option typedef definition. 5158 515928 May 2014: Wouter 5160 - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue 5161 fixes from FreeBSD's copy of Unbound, he notes: 5162 Generate unbound-control-setup.sh at build time so it respects 5163 prefix and sysconfdir from the configure script. Also fix the 5164 umask to match the comment, and the comment to match the umask. 5165 Add const and static where needed. Use unions instead of 5166 playing pointer poker. Move declarations that are needed in 5167 multiple source files into a shared header. Move sldns_bgetc() 5168 from parse.c to buffer.c where it belongs. Introduce a new 5169 header file, worker.h, which declares the callbacks that 5170 all workers must define. Remove those declarations from 5171 libworker.h. Include the correct headers in the correct places. 5172 Fix a few dummy callbacks that don't match their prototype. 5173 Fix some casts. Hide the sbrk madness behind #ifdef HAVE_SBRK. 5174 Remove a useless printf which breaks reproducible builds. 5175 Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're 5176 no longer used. Add unbound-control-setup.sh to the list of 5177 generated files. The prototype for libworker_event_done_cb() 5178 needs to be moved from libunbound/libworker.h to 5179 libunbound/worker.h. 5180 - Fixup out-of-directory compile with unbound-control-setup.sh.in. 5181 - make depend. 5182 518323 May 2014: Wouter 5184 - unbound-host -D enabled dnssec and reads root trust anchor from 5185 the default root key file that was compiled in. 5186 518720 May 2014: Wouter 5188 - Feature, unblock-lan-zones: yesno that you can use to make unbound 5189 perform 10.0.0.0/8 and other reverse lookups normally, for use if 5190 unbound is running service for localhost on localhost. 5191 519216 May 2014: Wouter 5193 - Updated create_unbound_ad_servers and unbound_cache scripts from 5194 Yuri Voinov in the source/contrib directory. Added 5195 warmup.cmd (and .sh): warm up the DNS cache with your MRU domains. 5196 51979 May 2014: Wouter 5198 - Implement draft-ietf-dnsop-rfc6598-rfc6303-01. 5199 - iana portlist updated. 5200 52018 May 2014: Wouter 5202 - Contrib windows scripts from Yuri Voinov added to src/contrib: 5203 create_unbound_ad_servers.cmd: enters anti-ad server lists. 5204 unbound_cache.cmd: saves and loads the cache. 5205 - Added unbound-control-setup.cmd from Yuri Voinov to the windows 5206 unbound distribution set. It requires openssl installed in %PATH%. 5207 52086 May 2014: Wouter 5209 - Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier. 5210 52115 May 2014: Wouter 5212 - More #567: remove : from output of stub and forward lists, this is 5213 easier to parse. 5214 521529 April 2014: Wouter 5216 - iana portlist updated. 5217 - Add unbound-control flush_negative that flushed nxdomains, nodata, 5218 and errors from the cache. For dnssec-trigger and NetworkManager, 5219 fixes cases where network changes have localdata that was already 5220 negatively cached from the previous network. 5221 522223 April 2014: Wouter 5223 - Patch from Jeremie Courreges-Anglas to use arc4random_uniform 5224 if available on the OS, it gets entropy from the OS. 5225 522615 April 2014: Wouter 5227 - Fix compile with libevent2 on FreeBSD. 5228 522911 April 2014: Wouter 5230 - Fix #502: explain that do-ip6 disable does not stop AAAA lookups, 5231 but it stops the use of the ipv6 transport layer for DNS traffic. 5232 - iana portlist updated. 5233 523410 April 2014: Wouter 5235 - iana portlist updated. 5236 - Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation 5237 option for DNS fragmentation defense. 5238 - Document that dump_requestlist only prints queries from thread 0. 5239 - unbound-control stats prints num.query.tcpout with number of TCP 5240 outgoing queries made in the previous statistics interval. 5241 - Fix #567: unbound lists if forward zone is secure or insecure with 5242 +i annotation in output of list_forwards, also for list_stubs 5243 (for NetworkManager integration.) 5244 - Fix #554: use unsigned long to print 64bit statistics counters on 5245 64bit systems. 5246 - Fix #558: failed prefetch lookup does not remove cached response 5247 but delays next prefetch (in lieu of caching a SERVFAIL). 5248 - Fix #545: improved logging, the ip address of the error is printed 5249 on the same log-line as the error. 5250 52518 April 2014: Wouter 5252 - Fix #574: make test fails on Ubuntu 14.04. Disabled remote-control 5253 in testbound scripts. 5254 - iana portlist updated. 5255 52567 April 2014: Wouter 5257 - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root 5258 hints (patch from Anand Buddhdev). 5259 - Fix #572: Fix unit test failure for systems with different 5260 /etc/services. 5261 526228 March 2014: Wouter 5263 - Fix #569: do_tcp is do-tcp in unbound.conf man page. 5264 526525 March 2014: Wouter 5266 - Patch from Stuart Henderson to build unbound-host man from .1.in. 5267 526824 March 2014: Wouter 5269 - Fix print filename of encompassing config file on read failure. 5270 527112 March 2014: Wouter 5272 - tag 1.4.22 5273 - trunk has 1.4.23 in development. 5274 527510 March 2014: Wouter 5276 - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes 5277 because of spelling. Patch from Chris Coates. 5278 527927 February 2014: Wouter 5280 - tag 1.4.22rc1 5281 528221 February 2014: Wouter 5283 - iana portlist updated. 5284 528520 February 2014: Matthijs 5286 - Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is 5287 received. This is okay according 4035, but not after revising 5288 existence in 4592. NSEC empty non-terminals exist and thus the 5289 RCODE should have been NOERROR. If this occurs, and the RRsets 5290 are secure, we set the RCODE to NOERROR and the security status 5291 of the response is also considered secure. 5292 529314 February 2014: Wouter 5294 - Works on Minix (3.2.1). 5295 529611 February 2014: Wouter 5297 - Fix parse of #553(NSD) string in sldns, quotes without spaces. 5298 52997 February 2014: Wouter 5300 - iana portlist updated. 5301 - add body to ifstatement if locks disabled. 5302 - add TXT string"string" test case to unit test. 5303 - Fix #551: License change "Regents" to "Copyright holder", matching 5304 the BSD license on opensource.org. 5305 53066 February 2014: Wouter 5307 - sldns has type HIP. 5308 - code documentation on the module interface. 5309 53105 February 2014: Wouter 5311 - Fix sldns parse tests on osx. 5312 53133 February 2014: Wouter 5314 - Detect libevent2 install automatically by configure. 5315 - Fixup link with lib/event2 subdir. 5316 - Fix parse in sldns of quoted parenthesized text strings. 5317 531831 January 2014: Wouter 5319 - unit test for ldns wire to str and back with zones, root, nlnetlabs 5320 and types.sidnlabs. 5321 - Fix for hex to string in unknown, atma and nsap. 5322 - fixup nss compile (no ldns in it). 5323 - fixup warning in unitldns 5324 - fixup WKS and rdata type service to print unsigned because strings 5325 are not portable; they cannot be read (for sure) on other computers. 5326 - fixup type EUI48 and EUI64, type APL and type IPSECKEY in string 5327 parse sldns. 5328 532930 January 2014: Wouter 5330 - delay-close does not act if there are udp-wait queries, so that 5331 it does not make a socketdrain DoS easier. 5332 533328 January 2014: Wouter 5334 - iana portlist updated. 5335 - iana portlist test updated so it does not touch the source 5336 if there are no changes. 5337 - delay-close: msec option that delays closing ports for which 5338 the UDP reply has timed out. Keeps the port open, only accepts 5339 the correct reply. This correct reply is not used, but the port 5340 is open so that no port-denied ICMPs are generated. 5341 534227 January 2014: Wouter 5343 - reuseport is attempted, then fallback to without on failure. 5344 534524 January 2014: Wouter 5346 - Change unbound-event.h to use void* buffer, length idiom. 5347 - iana portlist updated. 5348 - unbound-event.h is installed if you configure --enable-event-api. 5349 - speed up unbound (reports say it could be up to 10%), by reducing 5350 lock contention on localzones.lock. It is changed to an rwlock. 5351 - so-reuseport: yesno option to distribute queries evenly over 5352 threads on Linux (Thanks Robert Edmonds). 5353 - made lint clean. 5354 535521 January 2014: Wouter 5356 - Fix #547: no trustanchor written if filesystem full, fclose checked. 5357 535817 January 2014: Wouter 5359 - Fix isprint() portability in sldns, uses unsigned int. 5360 - iana portlist updated. 5361 536216 January 2014: Wouter 5363 - fix #544: Fixed +i causes segfault when running with module conf 5364 "iterator". 5365 - Windows port, adjust %lld to %I64d, and warning in win_event.c. 5366 536714 January 2014: Wouter 5368 - iana portlist updated. 5369 53705 Dec 2013: Wouter 5371 - Fix bug in cachedump that uses sldns. 5372 - update pythonmod for ldns_ to sldns_ name change. 5373 53743 Dec 2013: Wouter 5375 - Fix sldns to use sldns_ prefix for all ldns_ variables. 5376 - Fix windows compile to compile with sldns. 5377 537830 Nov 2013: Wouter 5379 - Fix sldns to make globals use sldns_ prefix. This fixes 5380 linking with libldns that uses global variables ldns_ . 5381 538213 Nov 2013: Wouter 5383 - Fix bug#537: compile python plugin without ldns library. 5384 538512 Nov 2013: Wouter 5386 - Fix bug#536: acl_deny_non_local and refuse_non_local added. 5387 53885 Nov 2013: Wouter 5389 - Patch from Neel Goyal to fix async id assignment if callback 5390 is called by libunbound in the mesh attach. 5391 - Accept ip-address: as an alternative for interface: for 5392 consistency with nsd.conf syntax. 5393 53944 Nov 2013: Wouter 5395 - Patch from Neel Goyal to fix callback in libunbound. 5396 53973 Nov 2013: Wouter 5398 - if configured --with-libunbound-only fix make install. 5399 540031 Oct 2013: Wouter 5401 - Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 5402 more specific interface port 53 can be used at the same time, and 5403 one of the daemons is unbound. 5404 - iana portlist update. 5405 - separate ldns into core ldns inside ldns/ subdirectory. No more 5406 --with-ldns is needed and unbound does not rely on libldns. 5407 - portability fixes for new USE_SLDNS ldns subdir codebase. 5408 540922 Oct 2013: Wouter 5410 - Patch from Neel Goyal: Add an API call to set an event base on an 5411 existing ub_ctx. This basically just destroys the current worker and 5412 sets the event base to the current. And fix a deadlock in 5413 ub_resolve_event – the cfglock is held when libworker_create is 5414 called. This ends up trying to acquire the lock again in 5415 context_obtain_alloc in the call chain. 5416 - Fix #528: if very high logging (4 or more) segfault on allow_snoop. 5417 541826 Sep 2013: Wouter 5419 - unbound-event.h is installed if configured --with-libevent. It 5420 contains low-level library calls, that use libevent's event_base 5421 and an ldns_buffer for the wire return packet to perform async 5422 resolution in the client's eventloop. 5423 542419 Sep 2013: Wouter 5425 - 1.4.21 tag created. 5426 - trunk has 1.4.22 number inside it. 5427 - iana portlist updated. 5428 - acx_nlnetlabs.m4 to 26; improve FLTO help text. 5429 543016 Sep 2013: Wouter 5431 - Fix#524: max-udp-size not effective to non-EDNS0 queries, from 5432 Daisuke HIGASHI. 5433 543410 Sep 2013: Wouter 5435 - MIN_TTL and MAX_TTL also in time_t. 5436 - tag 1.4.21rc1 made again. 5437 543826 Aug 2013: Wouter 5439 - More fixes for bug#519: for the threaded case test if the bg 5440 thread has been killed, on ub_ctx_delete, to avoid hangs. 5441 544222 Aug 2013: Wouter 5443 - more fixes that I overlooked. 5444 - review fixes from Willem. 5445 544621 Aug 2013: Wouter 5447 - Fix#520: Errors found by static analysis from Tomas Hozza(redhat). 5448 544920 Aug 2013: Wouter 5450 - Fix for 2038, with time_t instead of uint32_t. 5451 545219 Aug 2013: Wouter 5453 - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound). 5454 545514 Aug 2013: Wouter 5456 - Fix uninit variable in fix#516. 5457 54588 Aug 2013: Wouter 5459 - Fix#516 dnssec lameness detection for answers that are improper. 5460 546130 Jun 2013: Wouter 5462 - tag 1.4.21rc1 5463 546429 Jun 2013: Wouter 5465 - Fix#512 memleak in testcode for testbound (if it fails). 5466 - Fix#512 NSS returned arrays out of setup function to be statics. 5467 546826 Jun 2013: Wouter 5469 - max include of 100.000 files (depth and globbed at one time). 5470 This is to preserve system memory in bug cases, or endless cases. 5471 - iana portlist updated. 5472 547319 Jun 2013: Wouter 5474 - streamtcp man page, contributed by Tomas Hozza. 5475 - iana portlist updated. 5476 - libunbound documentation on how to avoid openssl race conditions. 5477 547825 Jun 2013: Wouter 5479 - Squelch sendto-permission denied errors when the network is 5480 not connected, to avoid spamming syslog. 5481 - configure --disable-flto option (from Robert Edmonds). 5482 548318 Jun 2013: Wouter 5484 - Fix for const string literals in C++ for libunbound, from Karel 5485 Slany. 5486 - iana portlist updated. 5487 548817 Jun 2013: Wouter 5489 - Fixup manpage syntax. 5490 549114 Jun 2013: Wouter 5492 - get_option and set_option support for log-time-ascii, python-script 5493 val-sig-skew-min and val-sig-skew-max. log-time-ascii takes effect 5494 immediately. The others are mostly useful for libunbound users. 5495 549613 Jun 2013: Wouter 5497 - get_option, set_option, unbound-checkconf -o and libunbound 5498 getoption and setoption support cache-min-ttl and cache-max-ttl. 5499 550010 Jun 2013: Wouter 5501 - Fix#501: forward-first does not recurse, when forward name is ".". 5502 - iana portlist update. 5503 - Max include depth is unlimited. 5504 550527 May 2013: Wouter 5506 - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply 5507 patch to it to not fail when -Werror is also specified, from the 5508 autoconf-archives. 5509 - iana portlist update. 5510 551121 May 2013: Wouter 5512 - Explain bogus and secure flags in libunbound more. 5513 551416 May 2013: Wouter 5515 - Fix#499 use-after-free in out-of-memory handling code (thanks Jake 5516 Montgomery). 5517 - Fix#500 use on non-initialised values on socket bind failures. 5518 551915 May 2013: Wouter 5520 - Fix round-robin doesn't work with some Windows clients (from Ilya 5521 Bakulin). 5522 55233 May 2013: Wouter 5524 - update acx_nlnetlabs.m4 to v23, sleep w32 fix. 5525 552626 April 2013: Wouter 5527 - add unbound-control insecure_add and insecure_remove for the 5528 administration of negative trust anchors. 5529 553025 April 2013: Wouter 5531 - Implement max-udp-size config option, default 4096 (thanks 5532 Daisuke Higashi). 5533 - Robust checks on dname validity from rdata for dname compare. 5534 - updated iana portlist. 5535 553619 April 2013: Wouter 5537 - Fixup snprintf return value usage, fixed libunbound_get_option. 5538 553918 April 2013: Wouter 5540 - fix bug #491: pick program name (0th argument) as syslog identity. 5541 - own implementation of compat/snprintf.c. 5542 554315 April 2013: Wouter 5544 - Fix so that for a configuration line of include: "*.conf" it is not 5545 an error if there are no files matching the glob pattern. 5546 - unbound-anchor review: BIO_write can return 0 successfully if it 5547 has successfully appended a zero length string. 5548 554911 April 2013: Wouter 5550 - Fix queries leaking up for stubs and forwards, if the configured 5551 nameservers all fail to answer. 5552 555310 April 2013: Wouter 5554 - code improve for minimal responses, small speed increase. 5555 55569 April 2013: Wouter 5557 - updated iana portlist. 5558 - Fix crash in previous private address fixup of 22 March. 5559 556028 March 2013: Wouter 5561 - Make reverse zones easier by documenting the nodefault statements 5562 commented-out in the example config file. 5563 556426 March 2013: Wouter 5565 - more fixes to lookup3.c endianness detection. 5566 556725 March 2013: Wouter 5568 - #492: Fix endianness detection, revert to older lookup3.c detection 5569 and put new detect lines after previous tests, to avoid regressions 5570 but allow new detections to succeed. 5571 And add detection for machine/endian.h to it. 5572 557322 March 2013: Wouter 5574 - Fix resolve of names that use a mix of public and private addresses. 5575 - iana portlist update. 5576 - Fix makedist for new svn for -d option. 5577 - unbound.h header file has UNBOUND_VERSION_MAJOR define. 5578 - Fix windows RSRC version for long version numbers. 5579 558021 March 2013: Wouter 5581 - release 1.4.20 5582 - trunk has 1.4.21 5583 - committed libunbound version 4:1:2 for binary API updated in 1.4.20 5584 - install copy of unbound-control.8 man page for unbound-control-setup 5585 558614 March 2013: Wouter 5587 - iana portlist update. 5588 - tag 1.4.20rc1 5589 559012 March 2013: Wouter 5591 - Fixup makedist.sh for windows compile. 5592 559311 March 2013: Wouter 5594 - iana portlist update. 5595 - testcode/ldns-testpkts.c check for makedist is informational. 5596 559715 February 2013: Wouter 5598 - fix defines in lookup3 for bigendian bsd alpha 5599 560011 February 2013: Wouter 5601 - Fixup openssl_thread init code to only run if compiled with SSL. 5602 56037 February 2013: Wouter 5604 - detect endianness in lookup3 on BSD. 5605 - add libunbound.ttl at end of result structure, version bump for 5606 libunbound and binary backwards compatible, but 1.4.19 is not 5607 forward compatible with 1.4.20. 5608 - update iana port list. 5609 561030 January 2013: Wouter 5611 - includes and have_ssl fixes for nss. 5612 561329 January 2013: Wouter 5614 - printout name of zone with duplicate fwd and hint errors. 5615 561628 January 2013: Wouter 5617 - updated fwd_zero for newer nc. Updated common.sh for newer netstat. 5618 561917 January 2013: Wouter 5620 - unbound-anchors checks the emailAddress of the signer of the 5621 root.xml file, default is dnssec@iana.org. It also checks that 5622 the signer has the correct key usage for a digital signature. 5623 - update iana port list. 5624 56253 January 2013: Wouter 5626 - Test that unbound-control checks client credentials. 5627 - Test that unbound can handle a CNAME at an intermediate node in 5628 the chain of trust (where it seeks a DS record). 5629 - Check the commonName of the signer of the root.xml file in 5630 unbound-anchor, default is dnssec@iana.org. 5631 56322 January 2013: Wouter 5633 - Fix openssl lock free on exit (reported by Robert Fleischman). 5634 - iana portlist updated. 5635 - Tested that unbound implements the RFC5155 Technical Errata id 3441. 5636 Unbound already implements insecure classification of an empty 5637 nonterminal in NSEC3 optout zone. 5638 563920 December 2012: Wouter 5640 - Fix unbound-anchor xml parse of entity declarations for safety. 5641 564219 December 2012: Wouter 5643 - iana portlist updated. 5644 564518 December 2012: Wouter 5646 - iana portlist updated. 5647 564814 December 2012: Wouter 5649 - Change of D.ROOT-SERVERS.NET A address in default root hints. 5650 565112 December 2012: Wouter 5652 - 1.4.19 release. 5653 - trunk has 1.4.20 under development. 5654 56555 December 2012: Wouter 5656 - note support for AAAA RR type RFC. 5657 56584 December 2012: Wouter 5659 - 1.4.19rc1 tag. 5660 566130 November 2012: Wouter 5662 - bug 481: fix python example0. 5663 - iana portlist updated. 5664 566527 November 2012: Wouter 5666 - iana portlist updated. 5667 56689 November 2012: Wouter 5669 - Fix unbound-control forward disables configured stubs below it. 5670 56717 November 2012: Wouter 5672 - Fixup ldns-testpkts, identical to ldns/examples. 5673 - iana portlist updated. 5674 567530 October 2012: Wouter 5676 - Fix bug #477: unbound-anchor segfaults if EDNS is blocked. 5677 567829 October 2012: Matthijs 5679 - Fix validation for responses with both CNAME and wildcard 5680 expanded CNAME records in answer section. 5681 56828 October 2012: Wouter 5683 - update ldns-testpkts.c to ldns 1.6.14 version. 5684 - fix build of pythonmod in objdir, for unbound.py. 5685 - make clean and makerealclean remove generated python and docs. 5686 56875 October 2012: Wouter 5688 - fix build of pythonmod in objdir (thanks Jakob Schlyter). 5689 56903 October 2012: Wouter 5691 - fix text in unbound-anchor man page. 5692 56931 October 2012: Wouter 5694 - ignore trusted-keys globs that have no files (from Paul Wouters). 5695 569627 September 2012: Wouter 5697 - include: directive in config file accepts wildcards. Patch from 5698 Paul Wouters. Suggested use: include: "/etc/unbound.d/conf.d/*" 5699 - unbound-control -q option is quiet, patch from Mariano Absatz. 5700 - iana portlist updated. 5701 - updated contrib/unbound.spec, patch from Valentin Bud. 5702 570321 September 2012: Wouter 5704 - chdir to / after chroot call (suggested by Camiel Dobbelaar). 5705 570617 September 2012: Wouter 5707 - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation 5708 otherwise it is treated as insecure. The RSAMD5 algorithm is 5709 deprecated (RFC6725). The MD5 hash is considered weak for some 5710 purposes, if you want to sign your zone, then RSASHA256 is an 5711 uncontested hash. 5712 571330 August 2012: Wouter 5714 - RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled. 5715 - iana portlist updated. 5716 571729 August 2012: Wouter 5718 - Nicer comments outgoing-port-avoid, thanks Stu (bug #465). 5719 572022 August 2012: Wouter 5721 - Fallback to 1472 and 1232, one fragment size without headers. 5722 572321 August 2012: Wouter 5724 - Fix timeouts so that when a server has been offline for a while 5725 and is probed to see it works, it becomes fully available for 5726 server selection again. 5727 572817 August 2012: Wouter 5729 - Add documentation to libunbound for default nonuse of resolv.conf. 5730 57312 August 2012: Wouter 5732 - trunk has 1.4.19 under development (fixes from 1 aug and 31 july 5733 are for 1.4.19). 5734 - iana portlist updated. 5735 57361 August 2012: Wouter 5737 - Fix openssl race condition, initializes openssl locks, reported 5738 by Einar Lonn and Patrik Wallstrom. 5739 574031 July 2012: Wouter 5741 - Improved forward-first and stub-first documentation. 5742 - Fix that enables modules to register twice for the same 5743 serviced_query, without race conditions or administration issues. 5744 This should not happen with the current codebase, but it is robust. 5745 - Fix forward-first option where it sets the RD flag wrongly. 5746 - added manpage links for libunbound calls (Thanks Paul Wouters). 5747 574830 July 2012: Wouter 5749 - tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012). 5750 575127 July 2012: Wouter 5752 - unbound-host works with libNSS 5753 - fix bogus nodata cname chain not reported as bogus by validator, 5754 (Thanks Peter van Dijk). 5755 575626 July 2012: Wouter 5757 - iana portlist updated. 5758 - tag 1.4.18rc1. 5759 576025 July 2012: Wouter 5761 - review fix for libnss, check hash prefix allocation size. 5762 576323 July 2012: Wouter 5764 - fix missing break for GOST DS hash function. 5765 - implemented forward_first for the root. 5766 576720 July 2012: Wouter 5768 - Fix bug#452 and another assertion failure in mesh.c, makes 5769 assertions in mesh.c resist duplicates. Fixes DS NS search to 5770 not generate duplicate sub queries. 5771 577219 July 2012: Willem 5773 - Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac, 5774 if CFLAGS is specified at configure time then '-g -O2' is not 5775 appended to CFLAGS, so that the user can override them. 5776 577718 July 2012: Willem 5778 - Fix libunbound report of errors when in background mode. 5779 578011 July 2012: Willem 5781 - updated iana ports list. 5782 57839 July 2012: Willem 5784 - Add flush_bogus option for unbound-control 5785 57866 July 2012: Wouter 5787 - Fix validation of qtype DS queries that result in no data for 5788 non-optout NSEC3 zones. 5789 57904 July 2012: Wouter 5791 - compile libunbound with libnss on Suse, passes regression tests. 5792 57933 July 2012: Wouter 5794 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes. 5795 57962 July 2012: Wouter 5797 - updated iana ports list. 5798 579929 June 2012: Wouter 5800 - patch for unbound_munin_ script to handle arbitrary thread count by 5801 Sven Ulland. 5802 580328 June 2012: Wouter 5804 - detect if openssl has FIPS_mode. 5805 - code review: return value of cache_store can be ignored for better 5806 performance in out of memory conditions. 5807 - fix edns-buffer-size and msg-buffer-size manpage documentation. 5808 - updated iana ports list. 5809 581025 June 2012: Wouter 5811 - disable RSAMD5 if in FIPS mode (for openssl and for libnss). 5812 581322 June 2012: Wouter 5814 - implement DS records, NSEC3 and ECDSA for compile with libnss. 5815 581621 June 2012: Wouter 5817 - fix error handling of alloc failure during rrsig verification. 5818 - nss check for verification failure. 5819 - nss crypto works for RSA and DSA. 5820 582120 June 2012: Wouter 5822 - work on --with-nss build option (for now, --with-libunbound-only). 5823 582419 June 2012: Wouter 5825 - --with-libunbound-only build option, only builds the library and 5826 not the daemon and other tools. 5827 582818 June 2012: Wouter 5829 - code review. 5830 583115 June 2012: Wouter 5832 - implement log-time-ascii on windows. 5833 - The key-cache bad key ttl is now 60 seconds. 5834 - updated iana ports list. 5835 - code review. 5836 583711 June 2012: Wouter 5838 - bug #452: fix crash on assert in mesh_state_attachment. 5839 584030 May 2012: Wouter 5841 - silence warning from swig-generated code (md set but not used in 5842 swig initmodule, due to ifdefs in swig-generated code). 5843 584427 May 2012: Wouter 5845 - Fix debian-bugs-658021: Please enable hardened build flags. 5846 584725 May 2012: Wouter 5848 - updated iana ports list. 5849 585024 May 2012: Wouter 5851 - tag for 1.4.17 release. 5852 - trunk is 1.4.18 in development. 5853 585418 May 2012: Wouter 5855 - Review comments, removed duplicate memset to zero in delegpt. 5856 585716 May 2012: Wouter 5858 - Updated doc/FEATURES with RFCs that are implemented but not listed. 5859 - Protect if statements in val_anchor for compile without locks. 5860 - tag for 1.4.17rc1. 5861 586215 May 2012: Wouter 5863 - fix configure ECDSA support in ldns detection for windows compile. 5864 - fix possible uninitialised variable in windows pipe implementation. 5865 58669 May 2012: Wouter 5867 - Fix alignment problem in util/random on sparc64/freebsd. 5868 58698 May 2012: Wouter 5870 - Fix for accept spinning reported by OpenBSD. 5871 - iana portlist updated. 5872 58732 May 2012: Wouter 5874 - Fix validation of nodata for DS query in NSEC zones, reported by 5875 Ondrej Mikle. 5876 587713 April 2012: Wouter 5878 - ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older 5879 openssl. 5880 588110 April 2012: Wouter 5882 - Applied patch from Daisuke HIGASHI for rrset-roundrobin and 5883 minimal-responses features. 5884 - iana portlist updated. 5885 58865 April 2012: Wouter 5887 - fix bug #443: --with-chroot-dir not honoured by configure. 5888 - fix bug #444: setusercontext was called too late (thanks Bjorn 5889 Ketelaars). 5890 589127 March 2012: Wouter 5892 - fix bug #442: Fix that Makefile depends on pythonmod headers 5893 even using --without-pythonmodule. 5894 589522 March 2012: Wouter 5896 - contrib/validation-reporter follows rotated log file (patch from 5897 Augie Schwer). 5898 589921 March 2012: Wouter 5900 - new approach to NS fetches for DS lookup that works with 5901 cornercases, and is more robust and considers forwarders. 5902 590319 March 2012: Wouter 5904 - iana portlist updated. 5905 - fix to locate nameservers for DS lookup with NS fetches. 5906 590716 March 2012: Wouter 5908 - Patch for access to full DNS packet data in unbound python module 5909 from Ondrej Mikle. 5910 59119 March 2012: Wouter 5912 - Applied line-buffer patch from Augie Schwer to validation.reporter.sh. 5913 59142 March 2012: Wouter 5915 - flush_infra cleans timeouted servers from the cache too. 5916 - removed warning from --enable-ecdsa. 5917 59181 March 2012: Wouter 5919 - forward-first option. Tries without forward if a query fails. 5920 Also stub-first option that is similar. 5921 592228 February 2012: Wouter 5923 - Fix from code review, if EINPROGRESS not defined chain if statement 5924 differently. 5925 592627 February 2012: Wouter 5927 - Fix bug#434: on windows check registry for config file location 5928 for unbound-control.exe, and unbound-checkconf.exe. 5929 593023 February 2012: Wouter 5931 - Fix to squelch 'network unreachable' errors from tcp connect in 5932 logs, high verbosity will show them. 5933 593416 February 2012: Wouter 5935 - iter_hints is now thread-owned in module env, and thus threadsafe. 5936 - Fix prefetch and sticky NS, now the prefetch works. It picks 5937 nameservers that 'would be valid in the future', and if this makes 5938 the NS timeout, it updates that NS by asking delegation from the 5939 parent again. If child NS has longer TTL, that TTL does not get 5940 refreshed from the lookup to the child nameserver. 5941 594215 February 2012: Wouter 5943 - Fix forward-zone memory, uses malloc and frees original root dp. 5944 - iter hints (stubs) uses malloc inside for more dynamicity. 5945 - unbound-control forward_add, forward_remove, stub_add, stub_remove 5946 can modify stubs and forwards for running unbound (on mobile computer) 5947 they can also add and remove domain-insecure for the zone. 5948 594914 February 2012: Wouter 5950 - Fix sticky NS (ghost domain problem) if prefetch is yes. 5951 - iter forwards uses malloc inside for more dynamicity. 5952 595313 February 2012: Wouter 5954 - RT#2955. Fix for cygwin compilation. 5955 - iana portlist updated. 5956 595710 February 2012: Wouter 5958 - Slightly smaller critical region in one case in infra cache. 5959 - Fix timeouts to keep track of query type, A, AAAA and other, if 5960 another has caused timeout blacklist, different type can still probe. 5961 - unit test fix for nomem_cnametopos.rpl race condition. 5962 59639 February 2012: Wouter 5964 - Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h. 5965 59668 February 2012: Wouter 5967 - implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This 5968 implementation is experimental at this time and not recommended 5969 for use on the public internet (the protocol numbers have not 5970 been assigned). Needs recent ldns with --enable-ecdsa. 5971 - fix memory leak in errorcase for DSA signatures. 5972 - iana portlist updated. 5973 - workaround for openssl 0.9.8 ecdsa sha2 and evp problem. 5974 59753 February 2012: Wouter 5976 - fix for windows, rename() is not posix compliant on windows. 5977 59782 February 2012: Wouter 5979 - 1.4.16 release tag. 5980 - svn trunk is 1.4.17 in development. 5981 - iana portlist updated. 5982 59831 February 2012: Wouter 5984 - Fix validation failures (like: validation failure xx: no NSEC3 5985 closest encloser from yy for DS zz. while building chain of trust, 5986 because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata 5987 for an NSEC3. Now it does not change rdata, and fixes TTL. 5988 598930 January 2012: Wouter 5990 - Fix version-number in libtool to be version-info so it produces 5991 libunbound.so.2 like it should. 5992 599326 January 2012: Wouter 5994 - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release. 5995 - trunk 1.4.16; includes changes memset testcode, #424 openindiana, 5996 and keyfile write fixup. 5997 - applied patch to support outgoing-interface with ub_ctx_set_option. 5998 599923 January 2012: Wouter 6000 - Fix memset in test code. 6001 600220 January 2012: Wouter 6003 - Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2. 6004 600519 January 2012: Wouter 6006 - Fix to write key files completely to a temporary file, and if that 6007 succeeds, replace the real key file. So failures leave a useful file. 6008 600918 January 2012: Wouter 6010 - tag 1.4.15rc1 created 6011 - updated libunbound/ubsyms.def and remade tag 1.4.15rc1. 6012 601317 January 2012: Wouter 6014 - Fix bug where canonical_compare of RRSIG did not downcase the 6015 signer-name. This is mostly harmless because RRSIGs do not have 6016 to be sorted in canonical order, usually. 6017 601812 January 2012: Wouter 6019 - bug#428: add ub_version() call to libunbound. API version increase, 6020 with (binary) backwards compatibility for the previous version. 6021 602210 January 2012: Wouter 6023 - Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL 6024 that would be permissible by the RFCs but it is not the TTL in the 6025 cache. 6026 - iana portlist updated. 6027 - uninitialised variable in reprobe for rtt blocked domains fixed. 6028 - lintfix and new flex output. 6029 60302 January 2012: Wouter 6031 - Fix to randomize hash function, based on 28c3 congress, reported 6032 by Peter van Dijk. 6033 603424 December 2011: Wouter 6035 - Fix for memory leak (about 20 bytes when a tcp or udp send operation 6036 towards authority servers failed, takes about 50.000 such failures to 6037 leak one Mb, such failures are also usually logged), reported by 6038 Robert Fleischmann. 6039 - iana portlist updated. 6040 604119 December 2011: Wouter 6042 - Fix for VU#209659 CVE-2011-4528: Unbound denial of service 6043 vulnerabilities from nonstandard redirection and denial of existence 6044 http://www.unbound.net/downloads/CVE-2011-4528.txt 6045 - robust checks for next-closer NSEC3s. 6046 - tag 1.4.14 created. 6047 - trunk has 1.4.15 in development. 6048 604915 December 2011: Wouter 6050 - remove uninit warning from cachedump code. 6051 - Fix parse error on negative SOA RRSIGs if badly ordered in the packet. 6052 605313 December 2011: Wouter 6054 - iana portlist updated. 6055 - svn tag 1.4.14rc1 6056 - fix infra cache comparison. 6057 - Fix to constrain signer_name to be a parent of the lookupname. 6058 60595 December 2011: Wouter 6060 - Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc. 6061 - Fix warnings with gcc 4.6 in compat/inet_ntop.c. 6062 - Fix warning unused in compat/strptime.c. 6063 - Fix malloc detection and double definition. 6064 60652 December 2011: Wouter 6066 - configure generated with autoconf 2.68. 6067 606830 November 2011: Wouter 6069 - Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes 6070 SERVFAILs. Also fixed for UDP (but less likely). 6071 607228 November 2011: Wouter 6073 - Fix quartile time estimate, it was too low, (thanks Jan Komissar). 6074 - iana ports updated. 6075 607611 November 2011: Wouter 6077 - Makefile compat with SunOS make, BSD make and GNU make. 6078 - iana ports updated. 6079 608010 November 2011: Wouter 6081 - Makefile changed for BSD make compatibility. 6082 60839 November 2011: Wouter 6084 - added unit test for SSL service and SSL-upstream. 6085 60868 November 2011: Wouter 6087 - can configure ssl service to one port number, and not on others. 6088 - fixup windows compile with ssl support. 6089 - Fix double free in unbound-host, reported by Steve Grubb. 6090 - iana portlist updated. 6091 60921 November 2011: Wouter 6093 - dns over ssl support as a client, ssl-upstream yes turns it on. 6094 It performs an SSL transaction for every DNS query (250 msec). 6095 - documentation for new options: ssl-upstream, ssl-service-key and 6096 ssl-service.pem. 6097 - iana portlist updated. 6098 - fix -flto detection on Lion for llvm-gcc. 6099 610031 October 2011: Wouter 6101 - dns over ssl support, ssl-service-pem and ssl-service-key files 6102 can be given and then TCP queries are serviced wrapped in SSL. 6103 610427 October 2011: Wouter 6105 - lame-ttl and lame-size options no longer exist, it is integrated 6106 with the host info. They are ignored (with verbose warning) if 6107 encountered to keep the config file backwards compatible. 6108 - fix iana-update for changing gzip compression of results. 6109 - fix export-all-symbols on OSX. 6110 611126 October 2011: Wouter 6112 - iana portlist updated. 6113 - Infra cache stores information about ping and lameness per IP, zone. 6114 This fixes bug #416. 6115 - fix iana_update target for gzipped file on iana site. 6116 611724 October 2011: Wouter 6118 - Fix resolve of partners.extranet.microsoft.com with a fix for the 6119 server selection for choosing out of a (particular) list of bad 6120 choices. (bug#415) 6121 - Fix make_new_space function so that the incoming query is not 6122 overwritten if a jostled out query causes a waiting query to be 6123 resumed that then fails and sends an error message. (Thanks to 6124 Matthew Lee). 6125 612621 October 2011: Wouter 6127 - fix --enable-allsymbols, fptr wlist is disabled on windows with this 6128 option enabled because of memory layout exe vs dll. 6129 613019 October 2011: Wouter 6131 - fix unbound-anchor for broken strptime on OSX lion, detected 6132 in configure. 6133 - Detect if GOST really works, openssl1.0 on OSX fails. 6134 - Implement ipv6%interface notation for scope_id usage. 6135 613617 October 2011: Wouter 6137 - better documentation for inform_super (Thanks Yang Zhe). 6138 613914 October 2011: Wouter 6140 - Fix for out-of-memory condition in libunbound (thanks 6141 Robert Fleischman). 6142 614313 October 2011: Wouter 6144 - Fix --enable-allsymbols, it depended on link specifics of the 6145 target platform, or fptr_wlist assertion failures could occur. 6146 614712 October 2011: Wouter 6148 - updated contrib/unbound_munin_ to family=auto so that it works with 6149 munin-node-configure automatically (if installed as 6150 /usr/local/share/munin/plugins/unbound_munin_ ). 6151 615227 September 2011: Wouter 6153 - unbound.exe -w windows option for start and stop service. 6154 615523 September 2011: Wouter 6156 - TCP-upstream calculates tcp-ping so server selection works if there 6157 are alternatives. 6158 615920 September 2011: Wouter 6160 - Fix classification of NS set in answer section, where there is a 6161 parent-child server, and the answer has the AA flag for dir.slb.com. 6162 Thanks to Amanda Constant from Secure64. 6163 616416 September 2011: Wouter 6165 - fix bug #408: accept patch from Steve Snyder that comments out 6166 unused functions in lookup3.c. 6167 - iana portlist updated. 6168 - fix EDNS1480 change memleak and TCP fallback. 6169 - fix various compiler warnings (reported by Paul Wouters). 6170 - max sent count. EDNS1480 only for rtt < 5000. No promiscuous 6171 fetch if sentcount > 3, stop query if sentcount > 16. Count is 6172 reset when referral or CNAME happens. This makes unbound better 6173 at managing large NS sets, they are explored when there is continued 6174 interest (in the form of queries). 6175 617615 September 2011: Wouter 6177 - release 1.4.13. 6178 - trunk contains 1.4.14 in development. 6179 - Unbound probes at EDNS1480 if there an EDNS0 timeout. 6180 618112 September 2011: Wouter 6182 - Reverted dns EDNS backoff fix, it did not help and needs 6183 fragmentation fixes instead. 6184 - tag 1.4.13rc2 6185 61867 September 2011: Wouter 6187 - Fix operation in ipv6 only (do-ip4: no) mode. 6188 61896 September 2011: Wouter 6190 - fedora specfile updated. 6191 61925 September 2011: Wouter 6193 - tag 1.4.13rc1 6194 61952 September 2011: Wouter 6196 - iana portlist updated. 6197 619826 August 2011: Wouter 6199 - Fix num-threads 0 does not segfault, reported by Simon Deziel. 6200 - Fix validation failures due to EDNS backoff retries, the retry 6201 for fetch of data has want_dnssec because the iter_indicate_dnssec 6202 function returns true when validation failure retry happens, and 6203 then the serviced query code does not fallback to noEDNS, even if 6204 the cache says it has this. This helps for DLV deployment when 6205 the DNSSEC status is not known for sure before the lookup concludes. 6206 620724 August 2011: Wouter 6208 - Applied patch from Karel Slany that fixes a memory leak in the 6209 unbound python module, in string conversions. 6210 621122 August 2011: Wouter 6212 - Fix validation of qtype ANY responses with CNAMEs (thanks Cathy 6213 Zhang and Luo Ce). Unbound responds with the RR types that are 6214 available at the name for qtype ANY and validates those RR types. 6215 It does not test for completeness (i.e. with NSEC or NSEC3 query), 6216 and it does not follow the CNAME or DNAME to another name (with 6217 even more data for the already large response). 6218 - Fix that internally, CNAMEs with NXDOMAIN have that as rcode. 6219 - Documented the options that work with control set_option command. 6220 - tcp-upstream yes/no option (works with set_option) for tunnels. 6221 622218 August 2011: Wouter 6223 - fix autoconf call in makedist crosscompile to RC or snapshot. 6224 622517 August 2011: Wouter 6226 - Fix validation of . DS query. 6227 - new xml format at IANA, new awk for iana_update. 6228 - iana portlist updated. 6229 623010 August 2011: Wouter 6231 - Fix python site-packages path to /usr/lib64. 6232 - updated patch from Tom. 6233 - fix memory and fd leak after out-of-memory condition. 6234 62359 August 2011: Wouter 6236 - patch from Tom Hendrikx fixes load of python modules. 6237 62388 August 2011: Wouter 6239 - make clean had ldns-src reference, removed. 6240 62411 August 2011: Wouter 6242 - Fix autoconf 2.68 warnings 6243 624414 July 2011: Wouter 6245 - Unbound implements RFC6303 (since version 1.4.7). 6246 - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the 6247 meantime, those are for 1.4.13). 6248 - iana portlist updated. 6249 625013 July 2011: Wouter 6251 - Quick fix for contrib/unbound.spec example, no ldns-builtin any more. 6252 625311 July 2011: Wouter 6254 - Fix wildcard expansion no-data reply under an optout NSEC3 zone is 6255 validated as insecure, reported by Jia Li (lijia@cnnic.cn). 6256 62574 July 2011: Wouter 6258 - 1.4.12rc1 tag created. 6259 62601 July 2011: Wouter 6261 - version number in example config file. 6262 - fix that --enable-static-exe does not complain about it unknown. 6263 626430 June 2011: Wouter 6265 - tag relase 1.4.11, trunk is 1.4.12 development. 6266 - iana portlist updated. 6267 - fix bug#395: id bits of other query may leak out under conditions 6268 - fix replyaddr count wrong after jostled queries, which leads to 6269 eventual starvation where the daemon has no replyaddrs left to use. 6270 - fix comment about rndc port, that referred to the old port number. 6271 - fix that the listening socket is not closed when too many remote 6272 control connections are made at the same time. 6273 - removed ldns-src tarball inside the unbound tarball. 6274 627523 June 2011: Wouter 6276 - Changed -flto check to support clang compiler. 6277 - tag 1.4.11rc3 created. 6278 627917 June 2011: Wouter 6280 - tag 1.4.11rc1 created. 6281 - remove warning about signed/unsigned from flex (other flex version). 6282 - updated aclocal.m4 and libtool to match. 6283 - tag 1.4.11rc2 created. 6284 628516 June 2011: Wouter 6286 - log-queries: yesno option, default is no, prints querylog. 6287 - version is 1.4.11. 6288 628914 June 2011: Wouter 6290 - Use -flto compiler flag for link time optimization, if supported. 6291 - iana portlist updated. 6292 629312 June 2011: Wouter 6294 - IPv6 service address for d.root-servers.net (2001:500:2D::D). 6295 629610 June 2011: Wouter 6297 - unbound-control has version number in the header, 6298 UBCT[version]_space_ is the header sent by the client now. 6299 - Unbound control port number is registered with IANA: 6300 ub-dns-control 8953/tcp unbound dns nameserver control 6301 This is the new default for the control-port config setting. 6302 - statistics-interval prints the number of jostled queries to log. 6303 630430 May 2011: Wouter 6305 - Fix Makefile for U in environment, since wrong U is more common than 6306 deansification necessity. 6307 - iana portlist updated. 6308 - updated ldns tarball to 1.6.10rc2 snapshot of today. 6309 631025 May 2011: Wouter 6311 - Fix assertion failure when unbound generates an empty error reply 6312 in response to a query, CVE-2011-1922 VU#531342. 6313 - This fix is in tag 1.4.10. 6314 - defense in depth against the above bug, an error is printed to log 6315 instead of an assertion failure. 6316 631710 May 2011: Wouter 6318 - bug#386: --enable-allsymbols option links all binaries to libunbound 6319 and reduces install size significantly. 6320 - feature, ignore-cd-flag: yesno to provide dnssec to legacy servers. 6321 - iana portlist updated. 6322 - Fix TTL of SOA so negative TTL is separately cached from normal TTL. 6323 632414 April 2011: Wouter 6325 - configure created with newer autoconf 2.66. 6326 632712 April 2011: Wouter 6328 - bug#378: Fix that configure checks for ldns_get_random presence. 6329 63308 April 2011: Wouter 6331 - iana portlist updated. 6332 - queries with CD flag set cause DNSSEC validation, but the answer is 6333 not withheld if it is bogus. Thus, unbound will retry if it is bad 6334 and curb the TTL if it is bad, thus protecting the cache for use by 6335 downstream validators. 6336 - val-override-date: -1 ignores dates entirely, for NTP usage. 6337 633829 March 2011: Wouter 6339 - harden-below-nxdomain: changed so that it activates when the 6340 cached nxdomain is dnssec secure. This avoids backwards 6341 incompatibility because those old servers do not have dnssec. 6342 634324 March 2011: Wouter 6344 - iana portlist updated. 6345 - release 1.4.9. 6346 - trunk is 1.5.0 6347 634817 March 2011: Wouter 6349 - bug#370: new unbound.spec for CentOS 5.x from Harold Jones. 6350 Applied but did not do the --disable-gost. 6351 635210 March 2011: Wouter 6353 - tag 1.4.9 release candidate 1 created. 6354 63553 March 2011: Wouter 6356 - updated ldns to today. 6357 63581 March 2011: Wouter 6359 - Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout. 6360 - give config parse error for multiple names on a stub or forward zone. 6361 - updated ldns tarball to 1.6.9(todays snapshot). 6362 636324 February 2011: Wouter 6364 - bug #361: Fix, time.elapsed variable not reset with stats_noreset. 6365 636623 February 2011: Wouter 6367 - iana portlist updated. 6368 - common.sh to version 3. 6369 637018 February 2011: Wouter 6371 - common.sh in testdata updated to version 2. 6372 637315 February 2011: Wouter 6374 - Added explicit note on unbound-anchor usage: 6375 Please note usage of unbound-anchor root anchor is at your own risk 6376 and under the terms of our LICENSE (see that file in the source). 6377 637811 February 2011: Wouter 6379 - iana portlist updated. 6380 - tpkg updated with common.sh for common functionality. 6381 63827 February 2011: Wouter 6383 - Added regression test for addition of a .net DS to the root, and 6384 cache effects with different TTL for glue and DNSKEY. 6385 - iana portlist updated. 6386 638728 January 2011: Wouter 6388 - Fix remove private address does not throw away entire response. 6389 639024 January 2011: Wouter 6391 - release 1.4.8 6392 639319 January 2011: Wouter 6394 - fix bug#349: no -L/usr for ldns. 6395 639618 January 2011: Wouter 6397 - ldns 1.6.8 tarball included. 6398 - release 1.4.8rc1. 6399 640017 January 2011: Wouter 6401 - add get and set option for harden-below-nxdomain feature. 6402 - iana portlist updated. 6403 640414 January 2011: Wouter 6405 - Fix so a changed NS RRset does not get moved name stuck on old 6406 server, for type NS the TTL is not increased. 6407 640813 January 2011: Wouter 6409 - Fix prefetch so it does not get stuck on old server for moved names. 6410 641112 January 2011: Wouter 6412 - iana portlist updated. 6413 641411 January 2011: Wouter 6415 - Fix insecure CNAME sequence marked as secure, reported by Bert 6416 Hubert. 6417 641810 January 2011: Wouter 6419 - faster lruhash get_mem routine. 6420 64214 January 2011: Wouter 6422 - bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root. 6423 - iana portlist updated. 6424 642523 December 2010: Wouter 6426 - Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept. 6427 642821 December 2010: Wouter 6429 - algorithm compromise protection using the algorithms signalled in 6430 the DS record. Also, trust anchors, DLV, and RFC5011 receive this, 6431 and thus, if you have multiple algorithms in your trust-anchor-file 6432 then it will now behave different than before. Also, 5011 rollover 6433 for algorithms needs to be double-signature until the old algorithm 6434 is revoked. 6435 It is not an option, because I see no use to turn the security off. 6436 - iana portlist updated. 6437 643817 December 2010: Wouter 6439 - squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them). 6440 - fix validation in this case: CNAME to nodata for co-hosted opt-in 6441 NSEC3 insecure delegation, was bogus, fixed to be insecure. 6442 644316 December 2010: Wouter 6444 - Fix our 'BDS' license (typo reported by Xavier Belanger). 6445 644610 December 2010: Wouter 6447 - iana portlist updated. 6448 - review changes for unbound-anchor. 6449 64502 December 2010: Wouter 6451 - feature typetransparent localzone, does not block other RR types. 6452 64531 December 2010: Wouter 6454 - Fix bug#338: print address when socket creation fails. 6455 645630 November 2010: Wouter 6457 - Fix storage of EDNS failures in the infra cache. 6458 - iana portlist updated. 6459 646018 November 2010: Wouter 6461 - harden-below-nxdomain option, default off (because very old 6462 software may be incompatible). We could enable it by default in 6463 the future. 6464 646517 November 2010: Wouter 6466 - implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN. 6467 - make test output nicer. 6468 646915 November 2010: Wouter 6470 - silence 'tcp connect: broken pipe' and 'net down' at low verbosity. 6471 - iana portlist updated. 6472 - so-sndbuf option for very busy servers, a bit like so-rcvbuf. 6473 64749 November 2010: Wouter 6475 - unbound-anchor compiles with openssl 0.9.7. 6476 64778 November 2010: Wouter 6478 - release tag 1.4.7. 6479 - trunk is version 1.4.8. 6480 - Be lenient and accept imgw.pl malformed packet (like BIND). 6481 64825 November 2010: Wouter 6483 - do not synthesize a CNAME message from cache for qtype DS. 6484 64854 November 2010: Wouter 6486 - Use central entropy to seed threads. 6487 64883 November 2010: Wouter 6489 - Change the rtt used to probe EDNS-timeout hosts to 1000 msec. 6490 64912 November 2010: Wouter 6492 - tag 1.4.7rc1. 6493 - code review. 6494 64951 November 2010: Wouter 6496 - GOST code enabled by default (RFC 5933). 6497 649827 October 2010: Wouter 6499 - Fix uninit value in dump_infra print. 6500 - Fix validation failure for parent and child on same server with an 6501 insecure childzone and a CNAME from parent to child. 6502 - Configure detects libev-4.00. 6503 650426 October 2010: Wouter 6505 - dump_infra and flush_infra commands for unbound-control. 6506 - no timeout backoff if meanwhile a query succeeded. 6507 - Change of timeout code. No more lost and backoff in blockage. 6508 At 12sec timeout (and at least 2x lost before) one probe per IP 6509 is allowed only. At 120sec, the IP is blocked. After 15min, a 6510 120sec entry has a single retry packet. 6511 651225 October 2010: Wouter 6513 - Configure errors if ldns is not found. 6514 651522 October 2010: Wouter 6516 - Windows 7 fix for the installer. 6517 651821 October 2010: Wouter 6519 - Fix bug where fallback_tcp causes wrong roundtrip and edns 6520 observation to be noted in cache. Fix bug where EDNSprobe halted 6521 exponential backoff if EDNS status unknown. 6522 - new unresponsive host method, exponentially increasing block backoff. 6523 - iana portlist updated. 6524 652520 October 2010: Wouter 6526 - interface automatic works for some people with ip6 disabled. 6527 Therefore the error check is removed, so they can use the option. 6528 652919 October 2010: Wouter 6530 - Fix for request list growth, if a server has long timeout but the 6531 lost counter is low, then its effective rtt is the one without 6532 exponential backoff applied. Because the backoff is not working. 6533 The lost counter can then increase and the server is blacklisted, 6534 or the lost counter does not increase and the server is working 6535 for some queries. 6536 653718 October 2010: Wouter 6538 - iana portlist updated. 6539 654013 October 2010: Wouter 6541 - Fix TCP so it uses a random outgoing-interface. 6542 - unbound-anchor handles ADDPEND keystate. 6543 654411 October 2010: Wouter 6545 - Fix bug when DLV below a trust-anchor that uses NSEC3 optout where 6546 the zone has a secure delegation hosted on the same server did not 6547 verify as secure (it was insecure by mistake). 6548 - iana portlist updated. 6549 - ldns tarball updated (for reading cachedumps with bad RR data). 6550 65511 October 2010: Wouter 6552 - test for unbound-anchor. fix for reading certs. 6553 - Fix alloc_reg_release for longer uptime in out of memory conditions. 6554 655528 September 2010: Wouter 6556 - unbound-anchor working, it creates or updates a root.key file. 6557 Use it before you start the validator (e.g. at system boot time). 6558 655927 September 2010: Wouter 6560 - iana portlist updated. 6561 656224 September 2010: Wouter 6563 - bug#329: in example.conf show correct ipv4 link-local 169.254/16. 6564 656523 September 2010: Wouter 6566 - unbound-anchor app, unbound requires libexpat (xml parser library). 6567 656822 September 2010: Wouter 6569 - compliance with draft-ietf-dnsop-default-local-zones-14, removed 6570 reverse ipv6 orchid prefix from builtin list. 6571 - iana portlist updated. 6572 657317 September 2010: Wouter 6574 - DLV has downgrade protection again, because the RFC says so. 6575 - iana portlist updated. 6576 657716 September 2010: Wouter 6578 - Algorithm rollover operational reality intrudes, for trust-anchor, 6579 5011-store, and DLV-anchor if one key matches it's good enough. 6580 - iana portlist updated. 6581 - Fix reported validation error in out of memory condition. 6582 658315 September 2010: Wouter 6584 - Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout. 6585 658614 September 2010: Wouter 6587 - increased mesh-max-activation from 1000 to 3000 for crazy domains 6588 like _tcp.slb.com with 262 servers. 6589 - iana portlist updated. 6590 659113 September 2010: Wouter 6592 - bug#327: Fix for cannot access stub zones until the root is primed. 6593 65949 September 2010: Wouter 6595 - unresponsive servers are not completely blacklisted (because of 6596 firewalls), but also not probed all the time (because of the request 6597 list size it generates). The probe rate is 1%. 6598 - iana portlist updated. 6599 660020 August 2010: Wouter 6601 - openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled. 6602 iterator get_mem includes priv_get_mem. delegpt nodup removed. 6603 listen_pushback, query_info_allocqname, write_socket, send_packet, 6604 comm_point_set_cb_arg and listen_resume removed. 6605 660619 August 2010: Wouter 6607 - Fix bug#321: resolution of rs.ripe.net artifacts with 0x20. 6608 Delegpt structures checked for duplicates always. 6609 No more nameserver lookups generated when depth is full anyway. 6610 - example.conf notes how to do DNSSEC validation and track the root. 6611 - iana portlist updated. 6612 661318 August 2010: Wouter 6614 - Fix bug#322: configure does not respect CFLAGS on Solaris. 6615 Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line 6616 if use sun-cc, but some systems need different flags. 6617 661816 August 2010: Wouter 6619 - Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP 6620 changes, uses m4_bpatsubst now. 6621 - make test (or make check) should be more portable and run the unit 6622 test and testbound scripts. (make longtest has special requirements). 6623 662413 August 2010: Wouter 6625 - More pleasant remote control command parsing. 6626 - documentation added for return values reported by doxygen 1.7.1. 6627 - iana portlist updated. 6628 66299 August 2010: Wouter 6630 - Fix name of rrset printed that failed validation. 6631 66325 August 2010: Wouter 6633 - Return NXDOMAIN after chain of CNAMEs ends at name-not-found. 6634 66354 August 2010: Wouter 6636 - Fix validation in case a trust anchor enters into a zone with 6637 unsupported algorithms. 6638 66393 August 2010: Wouter 6640 - updated ldns tarball with bugfixes. 6641 - release tag 1.4.6. 6642 - trunk becomes 1.4.7 develop. 6643 - iana portlist updated. 6644 664522 July 2010: Wouter 6646 - more error details on failed remote control connection. 6647 664815 July 2010: Wouter 6649 - rlimit adjustments for select and ulimit can happen at the same time. 6650 665114 July 2010: Wouter 6652 - Donation text added to README. 6653 - Fix integer underflow in prefetch ttl creation from cache. This 6654 fixes a potential negative prefetch ttl. 6655 665612 July 2010: Wouter 6657 - Changed the defaults for num-queries-per-thread/outgoing-range. 6658 For builtin-select: 512/960, for libevent 1024/4096 and for 6659 windows 24/48 (because of win api). This makes the ratio this way 6660 to improve resilience under heavy load. For high performance, use 6661 libevent and possibly higher numbers. 6662 666310 July 2010: Wouter 6664 - GOST enabled if SSL is recent and ldns has GOST enabled too. 6665 - ldns tarball updated. 6666 66679 July 2010: Wouter 6668 - iana portlist updated. 6669 - Fix validation of qtype DNSKEY when a key-cache entry exists but 6670 no rr-cache entry is used (it expired or prefetch), it then goes 6671 back up to the DS or trust-anchor to validate the DNSKEY. 6672 66737 July 2010: Wouter 6674 - Neat function prototypes, unshadowed local declarations. 6675 66766 July 2010: Wouter 6677 - failure to chown the pidfile is not fatal any more. 6678 - testbound uses UTC timezone. 6679 - ldns tarball updated (ports and works on Minix 3.1.7). On Minix, add 6680 /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake. 6681 66825 July 2010: Wouter 6683 - log if a server is skipped because it is on the donotquery list, 6684 at verbosity 4, to enable diagnosis why no queries to 127.0.0.1. 6685 - added feature to print configure date, target and options with -h. 6686 - added feature to print event backend system details with -h. 6687 - wdiff is not actually required by make test, updated requirements. 6688 66891 July 2010: Wouter 6690 - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex 6691 must be signed with all algorithms from the DS rrset at the parent. 6692 This is now checked and becomes bogus if not. 6693 669428 June 2010: Wouter 6695 - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps 6696 in overload situations to be about 5 qps for the class of shortly 6697 serviced queries. 6698 The capacity of the resolver is then about (numqueriesperthread / 2) 6699 / (average time for such long queries) qps for long queries. 6700 And about (numqueriesperthread / 2)/(jostletimeout in whole seconds) 6701 qps for short queries, per thread. 6702 - Fix the max number of reply-address count to be applied for duplicate 6703 queries, and not for new query list entries. This raises the memory 6704 usage to a max of (16+1)*numqueriesperthread reply addresses. 6705 670625 June 2010: Wouter 6707 - Fix handling of corner case reply from lame server, follows rfc2308. 6708 It could lead to a nodata reply getting into the cache if the search 6709 for a non-lame server turned up other misconfigured servers. 6710 - unbound.h has extern "C" statement for easier include in c++. 6711 671223 June 2010: Wouter 6713 - iana portlist updated. 6714 - makedist upgraded cross compile openssl option, like this: 6715 ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost 6716 671722 June 2010: Wouter 6718 - Unbound reports libev or libevent correctly in logs in verbose mode. 6719 - Fix to unload gost dynamic library module for leak testing. 6720 672118 June 2010: Wouter 6722 - iana portlist updated. 6723 672417 June 2010: Wouter 6725 - Add AAAA to root hints for I.ROOT-SERVERS.NET. 6726 672716 June 2010: Wouter 6728 - Fix assertion failure reported by Kai Storbeck from XS4ALL, the 6729 assertion was wrong. 6730 - updated ldns tarball. 6731 673215 June 2010: Wouter 6733 - tag 1.4.5 created. 6734 - trunk contains 1.4.6 in development. 6735 - Fix TCPreply on systems with no writev, if just 1 byte could be sent. 6736 - Fix to use one pointer less for iterator query state store_parent_NS. 6737 - makedist crosscompile to windows uses builtin ldns not host ldns. 6738 - Max referral count from 30 to 130, because 128 one character domains 6739 is valid DNS. 6740 - added documentation for the histogram printout to syslog. 6741 674211 June 2010: Wouter 6743 - When retry to parent the retrycount is not wiped, so failed 6744 nameservers are not tried again. 6745 - iana portlist updated. 6746 674710 June 2010: Wouter 6748 - Fix bug where a long loop could be entered, now cycle detection 6749 has a loop-counter and maximum search amount. 6750 67514 June 2010: Wouter 6752 - iana portlist updated. 6753 - 1.4.5rc1 tag created. 6754 67553 June 2010: Wouter 6756 - ldns tarball updated, 1.6.5. 6757 - review comments, split dependency cycle tracking for parentside 6758 last resort lookups for A and AAAA so there are more lookup options. 6759 67602 June 2010: Wouter 6761 - Fix compile warning if compiled without threads. 6762 - updated ldns-tarball with current ldns svn (pre 1.6.5). 6763 - GOST disabled-by-default, the algorithm number is allocated but the 6764 RFC is still has to pass AUTH48 at the IETF. 6765 67661 June 2010: Wouter 6767 - Ignore Z flag in incoming messages too. 6768 - Fix storage of negative parent glue if that last resort fails. 6769 - libtoolize 2.2.6b, autoconf 2.65 applied to configure. 6770 - new splint flags for newer splint install. 6771 677231 May 2010: Wouter 6773 - Fix AD flag handling, it could in some cases mistakenly copy the AD 6774 flag from upstream servers. 6775 - alloc_special_obtain out of memory is not a fatal error any more, 6776 enabling unbound to continue longer in out of memory conditions. 6777 - parentside names are dispreferred but not said to be dnssec-lame. 6778 - parentside check for cached newname glue. 6779 - fix parentside and querytargets modulestate, for dump_requestlist. 6780 - unbound-control-setup makes keys -rw-r--- so not all users permitted. 6781 - fix parentside from cache to be marked dispreferred for bad names. 6782 678328 May 2010: Wouter 6784 - iana portlist updated. 6785 - parent-child disagreement approach altered. Older fixes are 6786 removed in place of a more exhaustive search for misconfigured data 6787 available via the parent of a delegation. 6788 This is designed to be throttled by cache entries, with TTL from the 6789 parent if possible. Additionally the loop-counter is used. 6790 It also tests for NS RRset differences between parent and child. 6791 The fetch of misconfigured data should be more reliable and thorough. 6792 It should work reliably even with no or only partial data in cache. 6793 Data received from the child (as always) is deemed more 6794 authoritative than information received from the delegation parent. 6795 The search for misconfigured data is not performed normally. 6796 679726 May 2010: Wouter 6798 - Contribution from Migiel de Vos (Surfnet): nagios patch for 6799 unbound-host, in contrib/ (in the source tarball). Makes 6800 unbound-host suitable for monitoring dnssec(-chain) status. 6801 680221 May 2010: Wouter 6803 - EDNS timeout code will not fire if EDNS status already known. 6804 - EDNS failure not stored if EDNS status known to work. 6805 680619 May 2010: Wouter 6807 - Fix resolution for domains like safesvc.com.cn. If the iterator 6808 can not recurse further and it finds the delegation in a state 6809 where it would otherwise have rejected it outhand if so received 6810 from a cache lookup, then it can try to ask higherup (with loop 6811 protection). 6812 - Fix comments in iter_utils:dp_is_useless. 6813 681418 May 2010: Wouter 6815 - Fix various compiler warnings from the clang llvm compiler. 6816 - iana portlist updated. 6817 68186 May 2010: Wouter 6819 - Fix bug#308: spelling error in variable name in parser and lexer. 6820 68214 May 2010: Wouter 6822 - Fix dnssec-missing detection that was turned off by server selection. 6823 - Conforms to draft-ietf-dnsop-default-local-zones-13. Added default 6824 reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa, 6825 113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa. 6826 682729 April 2010: Wouter 6828 - Fix for dnssec lameness detection to use the key cache. 6829 - infra cache entries that are expired are wiped clean. Previously 6830 it was possible to not expire host data (if accessed often). 6831 683228 April 2010: Wouter 6833 - ldns tarball updated and GOST support is detected and then enabled. 6834 - iana portlist updated. 6835 - Fix detection of gost support in ldns (reported by Chris Smith). 6836 683727 April 2010: Wouter 6838 - unbound-control get_option domain-insecure shows config file items. 6839 - fix retry sequence if prime hints are recursion-lame. 6840 - autotrust anchor file can be initialized with a ZSK key as well. 6841 - harden-referral-path does not result in failures due to max-depth. 6842 You can increase the max-depth by adding numbers (' 0') after the 6843 target-fetch-policy, this increases the depth to which is checked. 6844 684526 April 2010: Wouter 6846 - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use 6847 CPPFLAGS during configure process. 6848 - if libev is installed on the base system (not libevent), detect 6849 it from the event.h header file and link with -lev. 6850 - configlexer.lex gets config.h, and configyyrename.h added by make, 6851 no more double include. 6852 - More strict scrubber (Thanks to George Barwood for the idea): 6853 NS set must be pertinent to the query (qname subdomain nsname). 6854 - Fix bug#307: In 0x20 backoff fix fallback so the number of 6855 outstanding queries does not become -1 and block the request. 6856 Fixed handling of recursion-lame in combination with 0x20 fallback. 6857 Fix so RRsets are compared canonicalized and sorted if the immediate 6858 comparison fails, this makes it work around round-robin sites. 6859 686023 April 2010: Wouter 6861 - Squelch log message: sendto failed permission denied for 6862 255.255.255.255, it is visible in VERB_DETAIL (verbosity 2). 6863 - Fix to fetch data as last resort more tenaciously. When cycle 6864 targets cause the server selection to believe there are more options 6865 when they really are not there, the server selection is reinitiated. 6866 - Fix fetch from blacklisted dnssec lame servers as last resort. The 6867 server's IP address is then given in validator errors as well. 6868 - Fix local-zone type redirect that did not use the query name for 6869 the answer rrset. 6870 687122 April 2010: Wouter 6872 - tag 1.4.4. 6873 - trunk contains 1.4.5 in development. 6874 - Fix validation failure for qtype ANY caused by a RRSIG parse failure. 6875 The validator error message was 'no signatures from ...'. 6876 687716 April 2010: Wouter 6878 - more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN. 6879 - tag 1.4.4rc1. 6880 688115 April 2010: Wouter 6882 - ECC-GOST algorithm number 12 that is assigned by IANA. New test 6883 example key and signatures for GOST. GOST requires openssl-1.0.0. 6884 GOST is still disabled by default. 6885 68869 April 2010: Wouter 6887 - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or 6888 get into an endless loop, if 0x20 was enabled, and buffers are small 6889 or particular broken packets are received. 6890 - Fix chain of trust with CNAME at an intermediate step, for the DS 6891 processing proof. 6892 68938 April 2010: Wouter 6894 - Fix validation of queries with wildcard names (*.example). 6895 68966 April 2010: Wouter 6897 - Fix EDNS probe for .de DNSSEC testbed failure, where the infra 6898 cache timeout coincided with a server update, the current EDNS 6899 backoff is less sensitive, and does not cache the backoff unless 6900 the backoff actually works and the domain is not expecting DNSSEC. 6901 - GOST support with correct algorithm numbers. 6902 69031 April 2010: Wouter 6904 - iana portlist updated. 6905 690624 March 2010: Wouter 6907 - unbound control flushed items are not counted when flushed again. 6908 690923 March 2010: Wouter 6910 - iana portlist updated. 6911 691222 March 2010: Wouter 6913 - unbound-host disables use-syslog from config file so that the 6914 config file for the main server can be used more easily. 6915 - fix bug#301: unbound-checkconf could not parse interface 6916 '0.0.0.0@5353', even though unbound itself worked fine. 6917 691819 March 2010: Wouter 6919 - fix fwd_ancil test to pass if the socket options are not supported. 6920 692118 March 2010: Wouter 6922 - Fixed random numbers for port, interface and server selection. 6923 Removed very small bias. 6924 - Refer to the listing in unbound-control man page in the extended 6925 statistics entry in the unbound.conf man page. 6926 692716 March 2010: Wouter 6928 - Fix interface-automatic for OpenBSD: msg.controllen was too small, 6929 also assertions on ancillary data buffer. 6930 - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO. 6931 - for NSEC3 check if signatures are cached. 6932 693315 March 2010: Wouter 6934 - unit test for util/regional.c. 6935 693612 March 2010: Wouter 6937 - Reordered configure checks so fork and -lnsl -lsocket checks are 6938 earlier, and thus later checks benefit from and do not hinder them. 6939 - iana portlist updated. 6940 - ldns tarball updated. 6941 - Fix python use when multithreaded. 6942 - Fix solaris python compile. 6943 - Include less in config.h and include per code file for ldns, ssl. 6944 694511 March 2010: Wouter 6946 - another memory allocation option: --enable-alloc-nonregional. 6947 exposes the regional allocations to other memory purifiers. 6948 - fix for memory alignment in struct sock_list allocation. 6949 - Fix for MacPorts ldns without ssl default, unbound checks if ldns 6950 has dnssec functionality and uses the builtin if not. 6951 - Fix daemonize on Solaris 10, it did not detach from terminal. 6952 - tag 1.4.3 created. 6953 - trunk is 1.4.4 in development. 6954 - spelling fix in validation error involving cnames. 6955 695610 March 2010: Wouter 6957 - --enable-alloc-lite works with test set. 6958 - portability in the testset: printf format conversions, prototypes. 6959 69609 March 2010: Wouter 6961 - tag 1.4.2 created. 6962 - trunk is 1.4.3 in development. 6963 - --enable-alloc-lite debug option. 6964 69658 March 2010: Wouter 6966 - iana portlist updated. 6967 69684 March 2010: Wouter 6969 - Fix crash in control channel code. 6970 69713 March 2010: Wouter 6972 - better casts in pipe code, brackets placed wrongly. 6973 - iana portlist updated. 6974 69751 March 2010: Wouter 6976 - make install depends on make all. 6977 - Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs. 6978 - --enable-checking: enables assertions but does not look nonproduction. 6979 - nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with 6980 nxdomain and nodata distinguished. 6981 - ldns tarball updated. 6982 - --disable-rpath fixed for libtool not found errors. 6983 - new fedora specfile from Fedora13 in contrib from Paul Wouters. 6984 698526 February 2010: Wouter 6986 - Fixup prototype for lexer cleanup in daemon code. 6987 - unbound-control list_stubs, list_forwards, list_local_zones and 6988 list_local_data. 6989 699024 February 2010: Wouter 6991 - Fix scrubber bug that potentially let NS records through. Reported 6992 by Amanda Constant. 6993 - Also delete potential poison references from additional. 6994 - Fix: no classification of a forwarder as lame, throw away instead. 6995 699623 February 2010: Wouter 6997 - libunbound ub_ctx_get_option() added. 6998 - unbound-control set_option and get_option commands. 6999 - iana portlist updated. 7000 700118 February 2010: Wouter 7002 - A little more strict DS scrubbing. 7003 - No more blacklisting of unresponsive servers, a 2 minute timeout 7004 is backed off to. 7005 - RD flag not enabled for dnssec-blacklisted tries, unless necessary. 7006 - pickup ldns compile fix, libdl for libcrypto. 7007 - log 'tcp connect: connection timed out' only in high verbosity. 7008 - unbound-control log_reopen command. 7009 - moved get_option code from unbound-checkconf to util/config_file.c 7010 701117 February 2010: Wouter 7012 - Disregard DNSKEY from authority section for chain of trust. 7013 DS records that are irrelevant to a referral scrubbed. Anti-poison. 7014 - iana portlist updated. 7015 701616 February 2010: Wouter 7017 - Check for 'no space left on device' (or other errors) when 7018 writing updated autotrust anchors and print errno to log. 7019 702015 February 2010: Wouter 7021 - Fixed the requery protection, the TTL was 0, it is now 900 seconds, 7022 hardcoded. We made the choice to send out more conservatively, 7023 protecting against an aggregate effect more than protecting a 7024 single user (from their own folly, perhaps in case of misconfig). 7025 702612 February 2010: Wouter 7027 - Re-query pattern changed on validation failure. To protect troubled 7028 authority servers, unbound caches a failure for the DNSKEY or DS 7029 records for the entire zone, and only retries that 900 seconds later. 7030 This implies that only a handful of packets are sent extra to the 7031 authority if the zone fails. 7032 703311 February 2010: Wouter 7034 - ldns tarball update for long label length syntax error fix. 7035 - iana portlist updated. 7036 70379 February 2010: Wouter 7038 - Fixup in compat snprintf routine, %f 1.02 and %g support. 7039 - include math.h for testbound test compile portability. 7040 70412 February 2010: Wouter 7042 - Updated url of IANA itar, interim trust anchor repository, in script. 7043 70441 February 2010: Wouter 7045 - iana portlist updated. 7046 - configure test for memcmp portability. 7047 704827 January 2010: Wouter 7049 - removed warning on format string in validator error log statement. 7050 - iana portlist updated. 7051 705222 January 2010: Wouter 7053 - libtool finish the install of unbound python dynamic library. 7054 705521 January 2010: Wouter 7056 - acx_nlnetlabs.m4 synchronised with nsd's version. 7057 705820 January 2010: Wouter 7059 - Fixup lookup trouble for parent-child domains on the first query. 7060 706114 January 2010: Wouter 7062 - Fixup ldns detection to also check for header files. 7063 706413 January 2010: Wouter 7065 - prefetch-key option that performs DNSKEY queries earlier in the 7066 validation process, and that could halve the latency on DNSSEC 7067 queries. It takes some extra processing (CPU, a cache is needed). 7068 706912 January 2010: Wouter 7070 - Fix unbound-checkconf for auto-trust-anchor-file present checks. 7071 70728 January 2010: Wouter 7073 - Fix for parent-child disagreement code which could have trouble 7074 when (a) ipv6 was disabled and (b) the TTL for parent and child 7075 were different. There were two bugs, the parent-side information 7076 is fixed to no longer block lookup of child side information and 7077 the iterator is fixed to no longer attempt to get ipv6 when it is 7078 not enabled and then give up in failure. 7079 - test and fixes to make prefetch actually store the answer in the 7080 cache. Considers some rrsets 'already expired' but does not allow 7081 overwriting of rrsets considered more secure. 7082 70837 January 2010: Wouter 7084 - Fixup python documentation (thanks Leo Vandewoestijne). 7085 - Work on cache prefetch feature. 7086 - Stats for prefetch, in log print stats, unbound-control stats 7087 and in unbound_munin plugin. 7088 70896 January 2010: Wouter 7090 - iana portlist updated. 7091 - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length. 7092 - verbose output includes parent-side-address notion for lameness. 7093 - documented val-log-level: 2 setting in example.conf and man page. 7094 - change unbound-control-setup from 1024(sha1) to 1536(sha256). 7095 70961 January 2010: Wouter 7097 - iana portlist updated. 7098 709922 December 2009: Wouter 7100 - configure with newer libtool 2.2.6b. 7101 710217 December 2009: Wouter 7103 - review comments. 7104 - tag 1.4.1. 7105 - trunk to version 1.4.2. 7106 710715 December 2009: Wouter 7108 - Answer to qclass=ANY queries, with class IN contents. 7109 Test that validation also works. 7110 - updated ldns snapshot tarball with latest fixes (parsing records). 7111 711211 December 2009: Wouter 7113 - on IPv4 UDP turn off DF flag. 7114 711510 December 2009: Wouter 7116 - requirements.txt updated with design choice explanations. 7117 - Reading fixes: fix to set unlame when child confirms parent glue, 7118 and fix to avoid duplicate addresses in delegation point. 7119 - verify_rrsig routine checks expiration last. 7120 71219 December 2009: Wouter 7122 - Fix Bug#287(reopened): update of ldns tarball with fix for parse 7123 errors generated for domain names like '.example.com'. 7124 - Fix SOA excluded from negative DS responses. Reported by Hauke 7125 Lampe. The negative cache did not include proper SOA records for 7126 negative qtype DS responses which makes BIND barf on it, such 7127 responses are now only used internally. 7128 - Fix negative cache lookup of closestencloser check of DS type bit. 7129 71308 December 2009: Wouter 7131 - Fix for lookup of parent-child disagreement domains, where the 7132 parent-side glue works but it does not provide proper NS, A or AAAA 7133 for itself, fixing domains such as motorcaravanners.eu. 7134 - Feature: you can specify a port number in the interface: line, so 7135 you can bind the same interface multiple times at different ports. 7136 71377 December 2009: Wouter 7138 - Bug#287: Fix segfault when unbound-control remove nonexistent local 7139 data. Added check to tests. 7140 71411 December 2009: Wouter 7142 - Fix crash with module-config "iterator". 7143 - Added unit test that has "iterator" module-config. 7144 714530 November 2009: Wouter 7146 - bug#284: fix parse of # without end-of-line at end-of-file. 7147 714826 November 2009: Wouter 7149 - updated ldns with release candidate for version 1.6.3. 7150 - tag for 1.4.0 release. 7151 - 1.4.1 version in trunk. 7152 - Fixup major libtool version to 2 because of why_bogus change. 7153 It was 1:5:0 but should have been 2:0:0. 7154 715523 November 2009: Wouter 7156 - Patch from David Hubbard for libunbound manual page. 7157 - Fixup endless spinning in unbound-control stats reported by 7158 Attila Nagy. Probably caused by clock reversal. 7159 716020 November 2009: Wouter 7161 - contrib/split-itar.sh contributed by Tom Hendrikx. 7162 716319 November 2009: Wouter 7164 - better argument help for unbound-control. 7165 - iana portlist updated. 7166 716717 November 2009: Wouter 7168 - noted multiple entries for multiple domain names in example.conf. 7169 - iana portlist updated. 7170 717116 November 2009: Wouter 7172 - Fixed signer detection of CNAME responses without signatures. 7173 - Fix#282 libunbound memleak on error condition by Eric Sesterhenn. 7174 - Tests for CNAMEs to deeper trust anchors, secure and bogus. 7175 - svn tag 1.4.0rc1 made. 7176 717713 November 2009: Wouter 7178 - Fixed validation failure for CNAME to optout NSEC3 nodata answer. 7179 - unbound-host does not fail on type ANY. 7180 - Fixed wireparse failure to put RRSIGs together with data in some 7181 long ANY mix cases, which fixes validation failures. 7182 718312 November 2009: Wouter 7184 - iana portlist updated. 7185 - fix manpage errors reported by debian lintian. 7186 - review comments. 7187 - fixup very long vallog2 level error strings. 7188 718911 November 2009: Wouter 7190 - ldns tarball updated (to 1.6.2). 7191 - review comments. 7192 719310 November 2009: Wouter 7194 - Thanks to Surfnet found bug in new dnssec-retry code that failed 7195 to combine well when combined with DLV and a particular failure. 7196 - Fixed unbound-control -h output about argument optionality. 7197 - review comments. 7198 71995 November 2009: Wouter 7200 - lint fixes and portability tests. 7201 - better error text for multiple domain keys in one autotrust file. 7202 72032 November 2009: Wouter 7204 - Fix bug where autotrust does not work when started with a DS. 7205 - Updated GOST unit tests for unofficial algorithm number 249 7206 and DNSKEY-format changes in draft version -01. 7207 720829 October 2009: Wouter 7209 - iana portlist updated. 7210 - edns-buffer-size option, default 4096. 7211 - fixed do-udp: no. 7212 721328 October 2009: Wouter 7214 - removed abort on prealloc failure, error still printed but softfail. 7215 - iana portlist updated. 7216 - RFC 5702: RSASHA256 and RSASHA512 support enabled by default. 7217 - ldns tarball updated (which also enables rsasha256 support). 7218 721927 October 2009: Wouter 7220 - iana portlist updated. 7221 72228 October 2009: Wouter 7223 - please doxygen 7224 - add val-log-level print to corner case (nameserver.epost.bg). 7225 - more detail to errors from insecure delegation checks. 7226 - Fix double time subtraction in negative cache reported by 7227 Amanda Constant and Hugh Mahon. 7228 - Made new validator error string available from libunbound for 7229 applications. It is in result->why_bogus, a zero-terminated string. 7230 unbound-host prints it by default if a result is bogus. 7231 Also the errinf is public in module_qstate (for other modules). 7232 72337 October 2009: Wouter 7234 - retry for validation failure in DS and prime results. Less mem use. 7235 unit test. Provisioning in other tests for requeries. 7236 - retry for validation failure in DNSKEY in middle of chain of trust. 7237 unit test. 7238 - retry for empty non terminals in chain of trust and unit test. 7239 - Fixed security bug where the signatures for NSEC3 records were not 7240 checked when checking for absence of DS records. This could have 7241 enabled the substitution of an insecure delegation. 7242 - moved version number to 1.4.0 because of 1.3.4 release with only 7243 the NSEC3 patch from the entry above. 7244 - val-log-level: 2 shows extended error information for validation 7245 failures, but still one (longish) line per failure. For example: 7246 validation failure <example.com. DNSKEY IN>: signature expired from 7247 192.0.2.4 for trust anchor example.com. while building chain of trust 7248 validation failure <www.example.com. A IN>: no signatures from 7249 192.0.2.6 for key example.com. while building chain of trust 7250 72516 October 2009: Wouter 7252 - Test set updated to provide additional ns lookup result. 7253 The retry would attempt to fetch the data from other nameservers 7254 for bogus data, and this needed to be provisioned in the tests. 7255 72565 October 2009: Wouter 7257 - first validation failure retry code. Retries for data failures. 7258 And unit test. 7259 72602 October 2009: Wouter 7261 - improve 5011 modularization. 7262 - fix unbound-host so -d can be given before -C. 7263 - iana portlist updated. 7264 726528 September 2009: Wouter 7266 - autotrust-anchor-file can read multiline input and $ORIGIN. 7267 - prevent integer overflow in holddown calculation. review fixes. 7268 - fixed race condition in trust point revocation. review fix. 7269 - review fixes to comments, removed unused code. 7270 727125 September 2009: Wouter 7272 - so-rcvbuf: 4m option added. Set this on large busy servers to not 7273 drop the occasional packet in spikes due to full socket buffers. 7274 netstat -su keeps a counter of UDP dropped due to full buffers. 7275 - review of validator/autotrust.c, small fixes and comments. 7276 727723 September 2009: Wouter 7278 - 5011 query failed counts verification failures, not lookup failures. 7279 - 5011 probe failure handling fixup. 7280 - test unbound reading of original autotrust data. 7281 The metadata per-key, such as key state (PENDING, MISSING, VALID) is 7282 picked up, otherwise performs initial probe like usual. 7283 728422 September 2009: Wouter 7285 - autotrust test with algorithm rollover, new ordering of checks 7286 assists in orderly rollover. 7287 - autotrust test with algorithm rollover to unknown algorithm. 7288 checks if new keys are supported before adding them. 7289 - autotrust test with trust point revocation, becomes unsigned. 7290 - fix DNSSEC-missing-signature detection for minimal responses 7291 for qtype DNSKEY (assumes DNSKEY occurs at zone apex). 7292 729318 September 2009: Wouter 7294 - autotrust tests, fix trustpoint timer deletion code. 7295 fix count of valid anchors during missing remove. 7296 - autotrust: pick up REVOKE even if not signed with known other keys. 7297 729817 September 2009: Wouter 7299 - fix compile of unbound-host when --enable-alloc-checks. 7300 - Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis. 7301 - Manual page fixes reported by Tony Finch. 7302 730316 September 2009: Wouter 7304 - Fix memory leak reported by Tao Ma. 7305 - Fix memstats test tool for log-time-ascii log format. 7306 730715 September 2009: Wouter 7308 - iana portlist updated. 7309 731010 September 2009: Wouter 7311 - increased MAXSYSLOGLEN so .bg key can be printed in debug output. 7312 - use linebuffering for log-file: output, this can be significantly 7313 faster than the previous fflush method and enable some class of 7314 resolvers to use high verbosity (for short periods). 7315 Not on windows, because line buffering does not work there. 7316 73179 September 2009: Wouter 7318 - Fix bug where DNSSEC-bogus messages were marked with too high TTL. 7319 The RRsets would still expire at the normal time, but this would 7320 keep messages bogus in the cache for too long. 7321 - regression test for that bug. 7322 - documented that load_cache is meant for debugging. 7323 73248 September 2009: Wouter 7325 - fixup printing errors when load_cache, they were printed to the 7326 SSL connection which broke, now to the log. 7327 - new ldns - with fixed parse of large SOA values. 7328 73297 September 2009: Wouter 7330 - autotrust testbound scenarios. 7331 - autotrust fix that failure count is written to file. 7332 - autotrust fix that keys may become valid after add holddown time 7333 alone, before the probe returns. 7334 73354 September 2009: Wouter 7336 - Changes to make unbound work with libevent-2.0.3 alpha. (in 7337 configure detection due to new ssl dependency in libevent) 7338 - do not call sphinx for documentation when python is disabled. 7339 - remove EV_PERSIST from libevent timeout code to make the code 7340 compatible with the libevent-2.0. Works with older libevent too. 7341 - fix memory leak in python code. 7342 73433 September 2009: Wouter 7344 - Got a patch from Luca Bruno for libunbound support on windows to 7345 pick up the system resolvconf nameservers and hosts there. 7346 - included ldns updated (enum warning fixed). 7347 - makefile fix for parallel makes. 7348 - Patch from Zdenek Vasicek and Attila Nagy for using the source IP 7349 from python scripts. See pythonmod/examples/resip.py. 7350 - doxygen comment fixes. 7351 73522 September 2009: Wouter 7353 - TRAFFIC keyword for testbound. Simplifies test generation. 7354 ${range lower val upper} to check probe timeout values. 7355 - test with 5011-prepublish rollover and revocation. 7356 - fix revocation of RR for autotrust, stray exclamation mark. 7357 73581 September 2009: Wouter 7359 - testbound variable arithmetic. 7360 - autotrust probe time is randomised. 7361 - autotrust: the probe is active and does not fetch from cache. 7362 736331 August 2009: Wouter 7364 - testbound variable processing. 7365 736628 August 2009: Wouter 7367 - fixup unbound-control lookup to print forward and stub servers. 7368 736927 August 2009: Wouter 7370 - autotrust: mesh answer callback is empty. 7371 737226 August 2009: Wouter 7373 - autotrust probing. 7374 - iana portlist updated. 7375 737625 August 2009: Wouter 7377 - fixup memleak in trust anchor unsupported algorithm check. 7378 - iana portlist updated. 7379 - autotrust options: add-holddown, del-holddown, keep-missing. 7380 - autotrust store revoked status of trust points. 7381 - ctime_r compat definition. 7382 - detect yylex_destroy() in configure. 7383 - detect SSL_get_compression_methods declaration in configure. 7384 - fixup DS lookup at anchor point with unsigned parent. 7385 - fixup DLV lookup for DS queries to unsigned domains. 7386 738724 August 2009: Wouter 7388 - cleaner memory allocation on exit. autotrust test routines. 7389 - free all memory on program exit, fix for ssl and flex. 7390 739121 August 2009: Wouter 7392 - autotrust: debug routines. Read,write and conversions work. 7393 739420 August 2009: Wouter 7395 - autotrust: save and read trustpoint variables. 7396 739719 August 2009: Wouter 7398 - autotrust: state table updates. 7399 - iana portlist updated. 7400 740117 August 2009: Wouter 7402 - autotrust: process events. 7403 740417 August 2009: Wouter 7405 - Fix so that servers are only blacklisted if they fail to reply 7406 to 16 queries in a row and the timeout gets above 2 minutes. 7407 - autotrust work, split up DS verification of DNSKEYs. 7408 740914 August 2009: Wouter 7410 - unbound-control lookup prints out infra cache information, like RTT. 7411 - Fix bug in DLV lookup reported by Amanda from Secure64. 7412 It could sometimes wrongly classify a domain as unsigned, which 7413 does not give the AD bit on replies. 7414 741513 August 2009: Wouter 7416 - autotrust read anchor files. locked trust anchors. 7417 741812 August 2009: Wouter 7419 - autotrust import work. 7420 742111 August 2009: Wouter 7422 - Check for openssl compatible with gost if enabled. 7423 - updated unit test for GOST=211 code. 7424 Nicer naming of test files. 7425 - iana portlist updated. 7426 74277 August 2009: Wouter 7428 - call OPENSSL_config() in unbound and unit test so that the 7429 operator can use openssl.cnf for configuration options. 7430 - removed small memory leak from config file reader. 7431 74326 August 2009: Wouter 7433 - configure --enable-gost for GOST support, experimental 7434 implementation of draft-dolmatov-dnsext-dnssec-gost-01. 7435 - iana portlist updated. 7436 - ldns tarball updated (with GOST support). 7437 74385 August 2009: Wouter 7439 - trunk moved to 1.3.4. 7440 74414 August 2009: Wouter 7442 - Added test that the examples from draft rsasha256-14 verify. 7443 - iana portlist updated. 7444 - tagged 1.3.3 7445 74463 August 2009: Wouter 7447 - nicer warning when algorithm not supported, tells you to upgrade. 7448 - iana portlist updated. 7449 745027 July 2009: Wouter 7451 - Updated unbound-cacti contribution from Dmitriy Demidov, with 7452 the queue statistics displayed in its own graph. 7453 - iana portlist updated. 7454 745522 July 2009: Wouter 7456 - Fix bug found by Michael Tokarev where unbound would try to 7457 prime the root servers even though forwarders are configured for 7458 the root. 7459 - tagged 1.3.3rc1 7460 746121 July 2009: Wouter 7462 - Fix server selection, so that it waits for open target queries when 7463 faced with lameness. 7464 746520 July 2009: Wouter 7466 - Ignore transient sendto errors, no route to host, and host, net down. 7467 - contrib/update-anchor.sh has -r option for root-hints. 7468 - feature val-log-level: 1 prints validation failures so you can 7469 keep track of them during dnssec deployment. 7470 747116 July 2009: Wouter 7472 - fix replacement malloc code. Used in crosscompile. 7473 - makedist -w creates crosscompiled setup.exe on fedora11. 7474 747515 July 2009: Wouter 7476 - dependencies for compat items, for crosscompile. 7477 - mingw32 crosscompile changes, dependencies and zipfile creation. 7478 and with System.dll from the windows NSIS you can make setup.exe. 7479 - package libgcc_s_sjlj exception handler for NSISdl.dll. 7480 748114 July 2009: Wouter 7482 - updated ldns tarball for solaris x64 compile assistance. 7483 - no need to define RAND_MAX from config.h. 7484 - iana portlist updated. 7485 - configure changes and ldns update for mingw32 crosscompile. 7486 748713 July 2009: Wouter 7488 - Fix for crash at start on windows. 7489 - tag for release 1.3.2. 7490 - trunk has version 1.3.3. 7491 - Fix for ID bits on windows to use all 16. RAND_MAX was not 7492 defined like you'd expect on mingw. Reported by Mees de Roo. 7493 74949 July 2009: Wouter 7495 - tag for release 1.3.1. 7496 - trunk has version 1.3.2. 7497 74987 July 2009: Wouter 7499 - iana portlist updated. 7500 75016 July 2009: Wouter 7502 - prettier error handling in SSL setup. 7503 - makedist.sh uname fix (same as ldns). 7504 - updated fedora spec file. 7505 75063 July 2009: Wouter 7507 - fixup linking when ldnsdir is "". 7508 750930 June 2009: Wouter 7510 - more lenient truncation checks. 7511 751229 June 2009: Wouter 7513 - ldns trunk r2959 imported as tarball, because of solaris cc compile 7514 support for c99. r2960 for better configure. 7515 - better wrongly_truncated check. 7516 - On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to 7517 avoid dropped packets at routers. 7518 751926 June 2009: Wouter 7520 - Fix EDNS fallback when EDNS works for short answers but long answers 7521 are dropped. 7522 752322 June 2009: Wouter 7524 - fixup iter priv strict aliasing while preserving size of sockaddr. 7525 - iana portlist updated. (one less port allocated, one more fraction 7526 of a bit for security!) 7527 - updated fedora specfile in contrib from Paul Wouters. 7528 752919 June 2009: Wouter 7530 - Fixup strict aliasing warning in iter priv code. 7531 and config_file code. 7532 - iana portlist updated. 7533 - harden-referral-path: handle cases where NS is in answer section. 7534 753518 June 2009: Wouter 7536 - Fix of message parse bug where (specifically) an NSEC and RRSIG 7537 in the wrong order would be parsed, but put wrongly into internal 7538 structures so that later validation would fail. 7539 - Extreme lenience for wrongly truncated replies where a positive 7540 reply has an NS in the authority but no signatures. They are 7541 turned into minimal responses with only the (secure) answer. 7542 - autoconf 2.63 for configure. 7543 - python warnings suppress. Keep python API away from header files. 7544 754517 June 2009: Wouter 7546 - CREDITS entry for cz.nic, sponsoring a 'summer of code' that was 7547 used for the python code in unbound. (http://www.nic.cz/vip/ in cz). 7548 754916 June 2009: Wouter 7550 - Fixup opportunistic target query generation to it does not 7551 generate queries that are known to fail. 7552 - Touchup on munin total memory report. 7553 - messages picked out of the cache by the iterator are checked 7554 if their cname chain is still correct and if validation status 7555 has to be reexamined. 7556 755715 June 2009: Wouter 7558 - iana portlist updated. 7559 756014 June 2009: Wouter 7561 - Fixed bug where cached responses would lose their security 7562 status on second validation, which especially impacted dlv 7563 lookups. Reported by Hauke Lampe. 7564 756513 June 2009: Wouter 7566 - bug #254. removed random whitespace from example.conf. 7567 756812 June 2009: Wouter 7569 - Fixup potential wrong NSEC picked out of the cache. 7570 - If unfulfilled callbacks are deleted they are called with an error. 7571 - fptr wlist checks for mesh callbacks. 7572 - fwd above stub in configuration works. 7573 757411 June 2009: Wouter 7575 - Fix queries for type DS when forward or stub zones are there. 7576 They are performed to higherup domains, and thus treated as if 7577 going to higher zones when looking up the right forward or stub 7578 server. This makes a stub pointing to a local server that has 7579 a local view of example.com signed with the same keys as are 7580 publicly used work. Reported by Johan Ihren. 7581 - Added build-unbound-localzone-from-hosts.pl to contrib, from 7582 Dennis DeDonatis. It converts /etc/hosts into config statements. 7583 - same thing fixed for forward-zone and DS, chain of trust from 7584 public internet into the forward-zone works now. Added unit test. 7585 75869 June 2009: Wouter 7587 - openssl key files are opened apache-style, when user is root and 7588 before chrooting. This makes permissions on remote-control key 7589 files easier to set up. Fixes bug #251. 7590 - flush_type and flush_name remove msg cache entries. 7591 - codereview - dp copy bogus setting fix. 7592 75938 June 2009: Wouter 7594 - Removed RFC5011 REVOKE flag support. Partial 5011 support may cause 7595 inadvertant behaviour. 7596 - 1.3.0 tarball for release created. 7597 - 1.3.1 development in svn trunk. 7598 - iana portlist updated. 7599 - fix lint from complaining on ldns/sha.h. 7600 - help compiler figure out aliasing in priv_rrset_bad() routine. 7601 - fail to configure with python if swig is not found. 7602 - unbound_munin_ in contrib uses ps to show rss if sbrk does not work. 7603 76043 June 2009: Wouter 7605 - fixup bad free() when wrongly encoded DSA signature is seen. 7606 Reported by Paul Wouters. 7607 - review comments from Matthijs. 7608 76092 June 2009: Wouter 7610 - --enable-sha2 option. The draft rsasha256 changed its algorithm 7611 numbers too often. Therefore it is more prudent to disable the 7612 RSASHA256 and RSASHA512 support by default. 7613 - ldns trunk included as new tarball. 7614 - recreated the 1.3.0 tag in svn. rc1 tarball generated at this point. 7615 761629 May 2009: Wouter 7617 - fixup doc bug in README reported by Matthew Dempsky. 7618 761928 May 2009: Wouter 7620 - update iana port list 7621 - update ldns lib tarball 7622 762327 May 2009: Wouter 7624 - detect lack of IPv6 support on XP (with a different error code). 7625 - Fixup a crash-on-exit which was triggered by a very long queue. 7626 Unbound would try to re-use ports that came free, but this is 7627 of course not really possible because everything is deleted. 7628 Most easily triggered on XP (not Vista), maybe because of the 7629 network stack encouraging large messages backlogs. 7630 - change in debug statements. 7631 - Fixed bug that could cause a crash if root prime failed when there 7632 were message backlogs. 7633 763426 May 2009: Wouter 7635 - Thanks again to Brett Carr, found an assertion that was not true. 7636 Assertion checked if recursion parent query still existed. 7637 763829 April 2009: Wouter 7639 - Thanks to Brett Carr, caught windows resource leak, use 7640 closesocket() and not close() on sockets or else the network stack 7641 starts to leak handles. 7642 - Removed usage of windows Mutex because windows cannot handle enough 7643 mutexes open. Provide own mutex implementation using primitives. 7644 764528 April 2009: Wouter 7646 - created svn tag for 1.3.0. 7647 764827 April 2009: Wouter 7649 - optimised cname from cache. 7650 - ifdef windows functions in testbound. 7651 765223 April 2009: Wouter 7653 - fix for threadsafety in solaris thr_key_create() in tests. 7654 - iana portlist updated. 7655 - fix pylib test for Darwin. 7656 - fix pymod test for Darwin and a python threading bug in pymod init. 7657 - check python >= 2.4 in configure. 7658 - -ldl check for libcrypto 1.0.0beta. 7659 766021 April 2009: Wouter 7661 - fix for build outside sourcedir. 7662 - fix for configure script swig detection. 7663 766417 April 2009: Wouter 7665 - Fix reentrant in minievent handler for unix. Could have resulted 7666 in spurious event callbacks. 7667 - timers do not take up a fd slot for winsock handler. 7668 - faster fix for winsock reentrant check. 7669 - fix rsasha512 unit test for new (interim) algorithm number. 7670 - fix test:ldns doesn't like DOS line endings in keyfiles on unix. 7671 - fix compile warning on ubuntu (configlexer fwrite return value). 7672 - move python include directives into CPPFLAGS instead of CFLAGS. 7673 767416 April 2009: Wouter 7675 - winsock event handler exit very quickly on signal, even if 7676 under heavy load. 7677 - iana portlist updated. 7678 - fixup windows winsock handler reentrant problem. 7679 768014 April 2009: Wouter 7681 - bug #245: fix munin plugin, perform cleanup of stale lockfiles. 7682 - makedist.sh; better help text. 7683 - cache-min-ttl option and tests. 7684 - mingw detect error condition on TCP sockets (NOTCONN). 7685 76869 April 2009: Wouter 7687 - Fix for removal of RSASHA256_NSEC3 protonumber from ldns. 7688 - ldns tarball updated. 7689 - iana portlist update. 7690 - detect GOST support in openssl-1.0.0-beta1, and fix compile problem 7691 because that openssl defines the name STRING for itself. 7692 76936 April 2009: Wouter 7694 - windows compile fix. 7695 - Detect FreeBSD jail without ipv6 addresses assigned. 7696 - python libunbound wrapper unit test. 7697 - installs the following files. Default is to not build them. 7698 from configure --with-pythonmodule: 7699 /usr/lib/python2.x/site-packages/unboundmodule.py 7700 from configure --with-pyunbound: 7701 /usr/lib/python2.x/site-packages/unbound.py 7702 /usr/lib/python2.x/site-packages/_unbound.so* 7703 The example python scripts (pythonmod/examples and 7704 libunbound/python/examples) are not installed. 7705 - python invalidate routine respects packed rrset ids and locks. 7706 - clock skew checks in unbound, config statements. 7707 - nxdomain ttl considerations in requirements.txt 7708 77093 April 2009: Wouter 7710 - Fixed a bug that caused messages to be stored in the cache too 7711 long. Hard to trigger, but NXDOMAINs for nameservers or CNAME 7712 targets have been more vulnerable to the TTL miscalculation bug. 7713 - documentation test fixed for python addition. 7714 77152 April 2009: Wouter 7716 - pyunbound (libunbound python plugin) compiles using libtool. 7717 - documentation for pythonmod and pyunbound is generated in doc/html. 7718 - iana portlist updated. 7719 - fixed bug in unbound-control flush_zone where it would not flush 7720 every message in the target domain. This especially impacted 7721 NXDOMAIN messages which could remain in the cache regardless. 7722 - python module test package. 7723 77241 April 2009: Wouter 7725 - suppress errors when trying to contact authority servers that gave 7726 ipv6 AAAA records for their nameservers with ipv4 mapped contents. 7727 Still tries to do so, could work when deployed in intranet. 7728 Higher verbosity shows the error. 7729 - new libunbound calls documented. 7730 - pyunbound in libunbound/python. Removed compile warnings. 7731 Makefile to make it. 7732 773330 March 2009: Wouter 7734 - Fixup LDFLAGS from libevent sourcedir compile configure restore. 7735 - Fixup so no non-absolute rpaths are added. 7736 - Fixup validation of RRSIG queries, they are let through. 7737 - read /dev/random before chroot 7738 - checkconf fix no python checks when no python module enabled. 7739 - fix configure, pthread first, so other libs do not change outcome. 7740 774127 March 2009: Wouter 7742 - nicer -h output. report linked libraries and modules. 7743 - prints modules in intuitive order (config file friendly). 7744 - python compiles easily on BSD. 7745 774626 March 2009: Wouter 7747 - ignore swig varargs warnings with gcc. 7748 - remove duplicate example.conf text from python example configs. 7749 - outofdir compile fix for python. 7750 - pyunbound works. 7751 - print modules compiled in on -h. manpage. 7752 775325 March 2009: Wouter 7754 - initial import of the python contribution from Zdenek Vasicek and 7755 Marek Vavrusa. 7756 - pythonmod in Makefile; changes to remove warnings/errors for 1.3.0. 7757 775824 March 2009: Wouter 7759 - more neat configure.ac. Removed duplicate config.h includes. 7760 - neater config.h.in. 7761 - iana portlist updated. 7762 - fix util/configlexer.c and solaris -std=c99 flag. 7763 - fix postcommit aclocal errors. 7764 - spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R. 7765 - swap order of host detect and libtool generation. 7766 776723 March 2009: Wouter 7768 - added launchd plist example file for MacOSX to contrib. 7769 - deprecation test for daemon(3). 7770 - moved common configure actions to m4 include, prettier Makefile. 7771 777220 March 2009: Wouter 7773 - bug #239: module-config entries order is important. Documented. 7774 - build fix for test asynclook. 7775 777619 March 2009: Wouter 7777 - winrc/README.txt dos-format text file. 7778 - iana portlist updated. 7779 - use _beginthreadex() when available (performs stack alignment). 7780 - defaults for windows baked into configure.ac (used if on mingw). 7781 778218 March 2009: Wouter 7783 - Added tests, unknown algorithms become insecure. fallback works. 7784 - Fix for and test for unknown algorithms in a trust anchor 7785 definition. Trust anchors with no supported algos are ignored. 7786 This means a (higher)DS or DLV entry for them could succeed, and 7787 otherwise they are treated as insecure. 7788 - domain-insecure: "example.com" statement added. Sets domain 7789 insecure regardless of chain of trust DSs or DLVs. The inverse 7790 of a trust-anchor. 7791 779217 March 2009: Wouter 7793 - unit test for unsupported algorithm in anchor warning. 7794 - fixed so queries do not fail on opportunistic target queries. 7795 779616 March 2009: Wouter 7797 - fixup diff error printout in contrib/update-itar.sh. 7798 - added contrib/unbound_cacti for statistics support in cacti, 7799 contributed by Dmitriy Demidov. 7800 780113 March 2009: Wouter 7802 - doxygen and lex/yacc on linux. 7803 - strip update-anchor on makedist -w. 7804 - fix testbound on windows. 7805 - default log to syslog for windows. 7806 - uninstaller can stop unbound - changed text on it to reflect that. 7807 - remove debugging from windows 'cron' actions. 7808 780912 March 2009: Wouter 7810 - log to App.logs on windows prints executable identity. 7811 - fixup tests. 7812 - munin plugin fix benign locking error printout. 7813 - anchor-update for windows, called every 24 hours; unbound reloads. 7814 781511 March 2009: Wouter 7816 - winsock event handler resets WSAevents after signalled. 7817 - winsock event handler tests if signals are really signalled. 7818 - install and service with log to file works on XP and Vista on 7819 default install location. 7820 - on windows logging to the Application logbook works (as a service). 7821 - fix RUN_DIR on windows compile setting in makedist. 7822 - windows registry has Software\Unbound\ConfigFile element. 7823 If does not exist, the default is used. The -c switch overrides it. 7824 - fix makedist version cleanup function. 7825 782610 March 2009: Wouter 7827 - makedist -w strips out old rc.. and snapshot info from version. 7828 - setup.exe starts and stops unbound after install, before uninstall. 7829 - unbound-checkconf recognizes absolute pathnames on windows (C:...). 7830 78319 March 2009: Wouter 7832 - Nullsoft NSIS installer creation script. 7833 78345 March 2009: Wouter 7835 - fixup memory leak introduced on 18feb in mesh reentrant fix. 7836 78373 March 2009: Wouter 7838 - combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8). 7839 - service works on xp/vista, no config necessary (using defaults). 7840 - windows registry settings. 7841 78422 March 2009: Wouter 7843 - fixup --export-symbols to be -export-symbls for libtool. 7844 This should fix extraneous symbols exported from libunbound. 7845 Thanks to Ondrej Sury and Robert Edmonds for finding it. 7846 - iana portlist updated. 7847 - document FAQ entry on stub/forward zones and default blocking. 7848 - fix asynclook test app for libunbound not exporting symbols. 7849 - service install and remove utils that work with vista UAC. 7850 785127 February 2009: Wouter 7852 - Fixup lexer, to not give warnings about fwrite. Appeared in 7853 new lexer features. 7854 - makedistro functionality for mingw. Has RC support. 7855 - support spaces and backslashes in configured defaults paths. 7856 - register, deregister in service control manager. 7857 785825 February 2009: Wouter 7859 - windres usage for application resources. 7860 786124 February 2009: Wouter 7862 - isc moved their dlv key download location. 7863 - fixup warning on vista/mingw. 7864 - makedist -w for window zip distribution first version. 7865 786620 February 2009: Wouter 7867 - Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped. 7868 Nicer script layout. Added url to site in -h output. 7869 787019 February 2009: Wouter 7871 - unbound-checkconf and unbound print warnings when trust anchors 7872 have unsupported algorithms. 7873 - added contrib/update-itar.sh This script is similar to 7874 update-anchor.sh, and updates from the IANA ITAR repository. 7875 You can provide your own PGP key and trust repo, or can use the 7876 builtin. The program uses wget and gpg to work. 7877 - iana portlist updated. 7878 - update-itar.sh: using ftp:// urls because https godaddy certificate 7879 is not available everywhere and then gives fatal errors. The 7880 security is provided by pgp signature. 7881 788218 February 2009: Wouter 7883 - more cycle detection. Also for target queries. 7884 - fixup bug where during deletion of the mesh queries the callbacks 7885 that were reentrant caused assertion failures. Keep the mesh in 7886 a reentrant safe state. Affects libunbound, reload of server, 7887 on quit and flush_requestlist. 7888 - iana portlist updated. 7889 789013 February 2009: Wouter 7891 - forwarder information now per-thread duplicated. 7892 This keeps it read only for speed, with no locking necessary. 7893 - forward command for unbound control to change forwarders to use 7894 on the fly. 7895 - document that unbound-host reads no config file by default. 7896 - updated iana portlist. 7897 789812 February 2009: Wouter 7899 - call setusercontext if available (on BSD). 7900 - small refactor of stats clearing. 7901 - #227: flush_stats feature for unbound-control. 7902 - stats_noreset feature for unbound-control. 7903 - flush_requestlist feature for unbound-control. 7904 - libunbound version upped API (was changed 5 feb). 7905 - unbound-control status shows if root forwarding is in use. 7906 - slightly nicer memory management in iter-fwd code. 7907 790810 February 2009: Wouter 7909 - keys with rfc5011 REVOKE flag are skipped and not considered when 7910 validating data. 7911 - iana portlist updated 7912 - #226: dump_requestlist feature for unbound-control. 7913 79146 February 2009: Wouter 7915 - contrib contains specfile for fedora 1.2.1 (from Paul Wouters). 7916 - iana portlist updated. 7917 - fixup EOL in include directive (reported by Paul Wouters). 7918 You can no longer specify newlines in the names of included files. 7919 - config parser changed. Gives some syntax errors closer to where they 7920 occurred. Does not enforce a space after keyword anymore. 7921 Does not allow literal newlines inside quoted strings anymore. 7922 - verbosity level 5 logs customer IP for new requestlist entries. 7923 - test fix, lexer and cancel test. 7924 - new option log-time-ascii: yes if you enable it prints timestamps 7925 in the log file as Feb 06 13:45:26 (like syslog does). 7926 - detect event_base_new in libevent-1.4.1 and later and use it. 7927 - #231 unbound-checkconf -o option prints that value from config file. 7928 Useful for scripting in management scripts and the like. 7929 79305 February 2009: Wouter 7931 - ldns 1.5.0 rc as tarball included. 7932 - 1.3.0 development continues: 7933 change in libunbound API: ub_cancel can return an error, that 7934 the async_id did not exist, or that it was already delivered. 7935 The result could have been delivered just before the cancel 7936 routine managed to acquire the lock, so a caller may get the 7937 result at the same time they call cancel. For this case, 7938 ub_cancel tries to return an error code. 7939 Fixes race condition in ub_cancel() libunbound function. 7940 - MacOSX Leopard cleaner text output from configure. 7941 - initgroups(3) is called to drop secondary group permissions, if 7942 applicable. 7943 - configure option --with-ldns-builtin forces the use of the 7944 inluded ldns package with the unbound source. The -I include 7945 is put before the others, so it avoids bad include files from 7946 an older ldns install. 7947 - daemon(3) posix call is used when available. 7948 - testbound test for older fix added. 7949 79504 February 2009: Wouter 7951 - tag for release 1.2.1. 7952 - trunk setup for 1.3.0 development. 7953 79543 February 2009: Wouter 7955 - noted feature requests in doc/TODO. 7956 - printout more detailed errors on ssl certificate loading failures. 7957 - updated IANA portlist. 7958 795916 January 2009: Wouter 7960 - more quiet about ipv6 network failures, i.e. when ipv6 is not 7961 available (network unreachable). Debug still printed on high 7962 verbosity. 7963 - unbound-host -4 and -6 options. Stops annoying ipv6 errors when 7964 debugging with unbound-host -4 -d ... 7965 - more cycle detection for NS-check, addr-check, root-prime and 7966 stub-prime queries in the iterator. Avoids possible deadlock 7967 when priming fails. 7968 796915 January 2009: Wouter 7970 - bug #229: fixup configure checks for compilation with Solaris 7971 Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc 7972 - fixup suncc warnings. 7973 - fix bug where unbound could crash using libevent 1.3 and older. 7974 - update testset for recent retry change. 7975 797614 January 2009: Wouter 7977 - 1.2.1 feature: negative caching for failed queries. 7978 Queries that failed are cached for 5 seconds (NORR_TTL). 7979 If the failure is local, like out of memory, it is not cached. 7980 - the TTL comparison for the cache used different comparisons, 7981 causing many cache responses that used the iterator and validator 7982 state machines unnecessarily. 7983 - retry from 4 to 5 so that EDNS drop retry is part of the first 7984 query resolve attempt, and cached error does not stop EDNS fallback. 7985 - remove debug prints that protect against bad referrals. 7986 - honor QUIET=no on make commandline (or QUIET=yes ). 7987 798813 January 2009: Wouter 7989 - fixed bug in lameness marking, removed printouts. 7990 - find NS rrset more cleanly for qtype NS. 7991 - Moved changes to 1.2.0 for release. Thanks to Mark Zealey for 7992 reporting and logs. 7993 - 1.2.1 feature: stops resolving AAAAs promiscuously when they 7994 are in the negative cache. 7995 799612 January 2009: Wouter 7997 - fixed bug in infrastructure lameness cache, did not lowercase 7998 name of zone to hash when setting lame. 7999 - lameness debugging printouts. 8000 80019 January 2009: Wouter 8002 - created svn tag for 1.2.0 release. 8003 - svn trunk contains 1.2.1 version number. 8004 - iana portlist updated for todays list. 8005 - removed debug print. 8006 80078 January 2009: Wouter 8008 - new version of ldns-trunk (today) included as tarball, fixed 8009 bug #224, building with -j race condition. 8010 - remove possible race condition in the test for race conditions. 8011 80127 January 2009: Wouter 8013 - version 1.2.0 in preparation. 8014 - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file 8015 statements. (Adapted from patch by Paul Wouters). 8016 - typo fix and iana portlist updated. 8017 - porting testsuite; unused var warning, and type fixup. 8018 80196 January 2009: Wouter 8020 - fixup packet-of-death when compiled with --enable-debug. 8021 A malformed packet could cause an internal assertion failure. 8022 - added test for HINFO canonicalisation behaviour. 8023 - fixup reported problem with transparent local-zone data where 8024 queries with different type could get nxdomain. Now queries 8025 with a different name get resolved normally, with different type 8026 get a correct NOERROR/NODATA answer. 8027 - HINFO no longer downcased for validation, making unbound compatible 8028 with bind and ldns. 8029 - fix reading included config files when chrooted. 8030 Give full path names for include files. 8031 Relative path names work if the start dir equals the working dir. 8032 - fix libunbound message transport when no packet buffer is available. 8033 80345 January 2009: Wouter 8035 - fixup getaddrinfo failure handling for remote control port. 8036 - added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints. 8037 - fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/ 8038 - comm_timer_set performs base_set operation after event_add. 8039 804018 December 2008: Wouter 8041 - fixed bug reported by Duane Wessels: error in DLV lookup, would make 8042 some zones that had correct DLV keys as insecure. 8043 - follows -rc makedist from ldns changes (no _rc). 8044 - ldns tarball updated with 1.4.1rc for DLV unit test. 8045 - verbose prints about recursion lame detection and server selection. 8046 - fixup BSD port for infra host storage. It hashed wrongly. 8047 - fixup makedist snapshot name generation. 8048 - do not reopen syslog to avoid dev/log dependency. 8049 805017 December 2008: Wouter 8051 - follows ldns makedist.sh. -rc option. autom4te dir removed. 8052 - unbound-control status command. 8053 - extended statistics has a number of ipv6 queries counter. 8054 contrib/unbound_munin_ was updated to draw ipv6 in the hits graph. 8055 805616 December 2008: Wouter 8057 - follow makedist improvements from ldns, for maintainers prereleases. 8058 - snapshot version uses _ not - to help rpm distinguish the 8059 version number. 8060 806111 December 2008: Wouter 8062 - better fix for bug #219: use LOG_NDELAY with openlog() call. 8063 Thanks to Tamas Tevesz. 8064 80659 December 2008: Wouter 8066 - bug #221 fixed: unbound checkconf checks if key files exist if 8067 remote control is enabled. Also fixed NULL printf when not chrooted. 8068 - iana portlist updated. 8069 80703 December 2008: Wouter 8071 - Fix problem reported by Jaco Engelbrecht where unbound-control stats 8072 freezes up unbound if this was compiled without threading, and 8073 was using multiple processes. 8074 - iana portlist updated. 8075 - test for remote control with interprocess communication. 8076 - created command distribution mechanism so that remote control 8077 commands other than 'stats' work on all processes in a nonthreaded 8078 compiled version. dump/load cache work, on the first process. 8079 - fixup remote control local_data addition memory corruption bug. 8080 80811 December 2008: Wouter 8082 - SElinux policy files in contrib/selinux for the unbound daemon, 8083 by Paul Wouters and Adam Tkac. 8084 808525 November 2008: Wouter 8086 - configure complains when --without-ssl is given (bug #220). 8087 - skip unsupported feature tests on vista/mingw. 8088 - fixup testcode/streamtcp to work on vista/mingw. 8089 - root-hints test checks version of dig required. 8090 - blacklisted servers are polled at a low rate (1%) to see if they 8091 come back up. But not if there is some other working server. 8092 809324 November 2008: Wouter 8094 - document that the user of the server daemon needs read privileges 8095 on the keys and certificates generated by unbound-control-setup. 8096 This is different per system or distribution, usually, running the 8097 script under the same username as the server uses suffices. 8098 i.e. sudo -u unbound unbound-control-setup 8099 - testset port to vista/mingw. 8100 - tcp_sigpipe to freebsd port. 8101 810221 November 2008: Wouter 8103 - fixed tcp accept, errors were printed when they should not. 8104 - unbound-control-setup.sh removes read/write permissions other 8105 from the keys it creates (as suggested by Dmitriy Demidov). 8106 810720 November 2008: Wouter 8108 - fixup fatal error due to faulty error checking after tcp accept. 8109 - add check in rlimit to avoid integer underflow. 8110 - rlimit check with new formula; better estimate for number interfaces 8111 - nicer comments in rlimit check. 8112 - tag 1.1.1 created in svn. 8113 - trunk label is 1.1.2 8114 811519 November 2008: Wouter 8116 - bug #219: fixed so that syslog which delays opening until the first 8117 log line is written, gets a log line while not chroot'ed yet. 8118 811918 November 2008: Wouter 8120 - iana portlist updated. 8121 - removed cast in unit test debug print that was not 64bit safe. 8122 - trunk back to 1.1.0; copied to tags 1.1.0 release. 8123 - trunk to has version number 1.1.1 again. 8124 - in 1.1.1; make clean nicer. grammar in manpage. 8125 812617 November 2008: Wouter 8127 - theoretical fix for problems reported on mailing list. 8128 If a delegation point has no A but only AAAA and do-ip6 is no, 8129 resolution would fail. Fixed to ask for the A and AAAA records. 8130 It has to ask for both always, so that it can fail quietly, from 8131 TLD perspective, when a zone is only reachable on one transport. 8132 - test for above, only AAAA and doip6 is no. Fix causes A record 8133 for nameserver to be fetched. 8134 - fixup address duplication on cache fillup for delegation points. 8135 - testset updated for new query answer requirements. 8136 813714 November 2008: Wouter 8138 - created 1.1.0 release tag in svn. 8139 - trunk moved to 1.1.1 8140 - fixup unittest-neg for locking. 8141 814213 November 2008: Wouter 8143 - added fedora init and specfile to contrib (by Paul Wouters). 8144 - added configure check for ldns 1.4.0 (using its compat funcs). 8145 - neater comments in worker.h. 8146 - removed doc/plan and updated doc/TODO. 8147 - silenced EHOSTDOWN (verbosity 2 or higher to see it). 8148 - review comments from Jelte, Matthijs. Neater code. 8149 815012 November 2008: Wouter 8151 - add unbound-control manpage to makedist replace list. 8152 815311 November 2008: Wouter 8154 - unit test for negative cache, stress tests the refcounting. 8155 - fix for refcounting error that could cause fptr_wlist fatal exit 8156 in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 8157 Attila Nagy for testing). 8158 - nicer comments in cachedump about failed RR to string conversion. 8159 - fix 32bit wrap around when printing large (4G and more) mem usage 8160 for extended statistics. 8161 816210 November 2008: Wouter 8163 - fixup the getaddrinfo compat code rename. 8164 81658 November 2008: Wouter 8166 - added configure check for eee build warning. 8167 81687 November 2008: Wouter 8169 - fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4. 8170 - detect nonblocking problems in network stack in configure script. 8171 81726 November 2008: Wouter 8173 - dname_priv must decompress the name before comparison. 8174 - iana portlist updated. 8175 81765 November 2008: Wouter 8177 - fixed possible memory leak in key_entry_key deletion. 8178 Would leak a couple bytes when trust anchors were replaced. 8179 - if query and reply qname overlap, the bytes are skipped not copied. 8180 - fixed file descriptor leak when messages were jostled out that 8181 had outstanding (TCP) replies. 8182 - DNAMEs used from cache have their synthesized CNAMEs initialized 8183 properly. 8184 - fixed file descriptor leak for localzone type deny (for TCP). 8185 - fixed memleak at exit for nsec3 negative cached zones. 8186 - fixed memleak for the keyword 'nodefault' when reading config. 8187 - made verbosity of 'edns incapable peer' warning higher, so you 8188 do not get spammed by it. 8189 - caught elusive Bad file descriptor error bug, that would print the 8190 error while unnecessarily try to listen to a closed fd. Fixed. 8191 81924 November 2008: Wouter 8193 - fixed -Wwrite-strings warnings that result in better code. 8194 81953 November 2008: Wouter 8196 - fixup build process for Mac OSX linker, use ldns b32 compat funcs. 8197 - generated configure with autoconf-2.61. 8198 - iana portlist updated. 8199 - detect if libssl needs libdl. For static linking with libssl. 8200 - changed to use new algorithm identifiers for sha256/sha512 8201 from ldns 1.4.0 (need very latest version). 8202 - updated the included ldns tarball. 8203 - proper detection of SHA256 and SHA512 functions (not just sizes). 8204 820523 October 2008: Wouter 8206 - a little more debug info for failure on signer names. prints names. 8207 820822 October 2008: Wouter 8209 - CFLAGS are picked up by configure from the environment. 8210 - iana portlist updated. 8211 - updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too. 8212 - new stub-prime: yesno option. Default is off, so it does not prime. 8213 can be turned on to get same behaviour as previous unbound release. 8214 - made automated test that checks if builtin root hints are uptodate. 8215 - finished draft-wijngaards-dnsext-resolver-side-mitigation 8216 implementation. The unwanted-reply-threshold can be set. 8217 - fixup so fptr_whitelist test in alloc.c works. 8218 821921 October 2008: Wouter 8220 - fix update-anchors.sh, so it does not report different RR order 8221 as an update. Sorts the keys in the file. Updated copyright. 8222 - fixup testbound on windows, the command control pipe doesn't exist. 8223 - skip 08hostlib test on windows, no fork() available. 8224 - made unbound-remote work on windows. 8225 822620 October 2008: Wouter 8227 - quench a log message that is debug only. 8228 - iana portlist updated. 8229 - do not query bogus nameservers. It is like nameservers that have 8230 the NS or A or AAAA record bogus are listed as donotquery. 8231 - if server selection is faced with only bad choices, it will 8232 attempt to get more options to be fetched. 8233 - changed bogus-ttl default value from 900 to 60 seconds. 8234 In anticipation that operator caused failures are more likely than 8235 actual attacks at this time. And thus repeated validation helps 8236 the operators get the problem fixed sooner. It makes validation 8237 failures go away sooner (60 seconds after the zone is fixed). 8238 Also it is likely to try different nameserver targets every minute, 8239 so that if a zone is bad on one server but not another, it is 8240 likely to pick up the 'correct' one after a couple minutes, 8241 and if the TTL is big enough that solves validation for the zone. 8242 - fixup unbound-control compilation on windows. 8243 824417 October 2008: Wouter 8245 - port Leopard/G5: fixup type conversion size_t/uint32. 8246 please ranlib, stop file without symbols warning. 8247 - harden referral path now also validates the root after priming. 8248 It looks up the root NS authoritatively as well as the root servers 8249 and attemps to validate the entries. 8250 825116 October 2008: Wouter 8252 - Fixup negative TTL values appearing (reported by Attila Nagy). 8253 825415 October 2008: Wouter 8255 - better documentation for 0x20; remove fallback TODO, it is done. 8256 - harden-referral-path feature includes A, AAAA queries for glue, 8257 as well as very careful NS caching (only when doing NS query). 8258 A, AAAA use the delegation from the NS-query. 8259 826014 October 2008: Wouter 8261 - fwd_three.tpkg test was flaky. If the three requests hit the 8262 wrong threads by chance (or bad OS) then the test would fail. 8263 Made less flaky by increasing number of retries. 8264 - stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs. 8265 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014). 8266 Which includes the ldns_dname_absolute fix. 8267 - fwd_three test remains flaky now that unbound does not stop 8268 listening when full. Thus, removed timeout problem. 8269 It may be serviced by three threads, or maybe by one. 8270 Mostly only useful for lock-check testing now. 8271 827213 October 2008: Wouter 8273 - fixed recursion servers deployed as authoritative detection, so 8274 that as a last resort, a +RD query is sent there to get the 8275 correct answer. 8276 - iana port list update. 8277 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013). 8278 827910 October 2008: Wouter 8280 - fixup tests - the negative cache contained the correct NSEC3s for 8281 two tests that are supposed to fail to validate. 8282 82839 October 2008: Wouter 8284 - negative cache caps max iterations of NSEC3 done. 8285 - NSEC3 negative cache for qtype DS works. 8286 82878 October 2008: Wouter 8288 - NSEC negative cache for DS. 8289 82906 October 2008: Wouter 8291 - jostle-timeout option, so you can config for slow links. 8292 - 0x20 fallback code. Tries 3xnumber of nameserver addresses 8293 queries that must all be the same. Sent to random nameservers. 8294 - documented choices for DoS, EDNS, 0x20. 8295 82962 October 2008: Wouter 8297 - fixup unlink of pidfile. 8298 - fixup SHA256 algorithm collation code. 8299 - contrib/update-anchor.sh does not overwrite anchors if not needed. 8300 exits 0 when a restart is needed, other values if not. 8301 so, update-anchor.sh -d mydir && /etc/rc.d/unbound restart 8302 can restart unbound exactly when needed. 8303 830430 September 2008: Wouter 8305 - fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1. 8306 - tests for sha256 support and downgrade resistance. 8307 - RSASHA256 and RSASHA512 support (using the draft in dnsext), 8308 using the drafted protocol numbers. 8309 - when using stub on localhost (127.0.0.1@10053) unbound works. 8310 Like when running NSD to host a local zone, on the same machine. 8311 The noprime feature. manpages more explanation. Added a test for it. 8312 - shorthand for reverse PTR, local-data-ptr: "1.2.3.4 www.ex.com" 8313 831429 September 2008: Wouter 8315 - EDNS lameness detection, if EDNS packets are dropped this is 8316 detected, eventually. 8317 - multiple query timeout rtt backoff does not backoff too much. 8318 831926 September 2008: Wouter 8320 - tests for remote-control. 8321 - small memory leak in exception during remote control fixed. 8322 - fixup for lock checking but not unchecking in remote control. 8323 - iana portlist updated. 8324 832523 September 2008: Wouter 8326 - Msg cache is loaded. A cache load enables cache responses. 8327 - unbound-control flush [name], flush_type and flush_zone. 8328 832922 September 2008: Wouter 8330 - dump_cache and load_cache statements in unbound-control. 8331 RRsets are dumped and loaded correctly. 8332 Msg cache is dumped. 8333 833419 September 2008: Wouter 8335 - locking on the localdata structure. 8336 - add and remove local zone and data with unbound-control. 8337 - ldns trunk snapshot updated, make tests work again. 8338 833918 September 2008: Wouter 8340 - fixup error in time calculation. 8341 - munin plugin improvements. 8342 - nicer abbreviations for high query types values (ixfr, axfr, any...) 8343 - documented the statistics output in unbound-control man page. 8344 - extended statistics prints out histogram, over unbound-control. 8345 834617 September 2008: Wouter 8347 - locking for threadsafe bogus rrset counter. 8348 - ldns trunk no longer exports b32 functions, provide compat. 8349 - ldns tarball updated. 8350 - testcode/ldns-testpkts.c const fixups. 8351 - fixed rcode stat printout. 8352 - munin plugin in contrib. 8353 - stats always printout uptime, because stats plugins need it. 8354 835516 September 2008: Wouter 8356 - extended-statistics: yesno config option. 8357 - unwanted replies spoof nearmiss detector. 8358 - iana portlist updated. 8359 836015 September 2008: Wouter 8361 - working start, stop, reload commands for unbound-control. 8362 - test for unbound-control working; better exit value for control. 8363 - verbosity control via unbound-control. 8364 - unbound-control stats. 8365 836612 September 2008: Wouter 8367 - removed browser control mentions. Proto speccy. 8368 836911 September 2008: Wouter 8370 - set nonblocking on new TCP streams, because linux does not inherit 8371 the socket options to the accepted socket. 8372 - fix TCP timeouts. 8373 - SSL protected connection between server and unbound-control. 8374 837510 September 2008: Wouter 8376 - remove memleak in privacy addresses on reloads and quits. 8377 - remote control work. 8378 83799 September 2008: Wouter 8380 - smallapp/unbound-control-setup.sh script to set up certificates. 8381 83824 September 2008: Wouter 8383 - scrubber scrubs away private addresses. 8384 - test for private addresses. man page entry. 8385 - code refactored for name and address tree lookups. 8386 83873 September 2008: Wouter 8388 - options for 'DNS Rebinding' protection: private-address and 8389 private-domain. 8390 - dnstree for reuse of routines that help with domain, addr lookups. 8391 - private-address and private-domain config option read, stored. 8392 83932 September 2008: Wouter 8394 - DoS protection features. Queries are jostled out to make room. 8395 - testbound can pass time, increasing the internal timer. 8396 - do not mark unsigned additionals bogus, leave unchecked, which 8397 is removed too. 8398 83991 September 2008: Wouter 8400 - disallow nonrecursive queries for cache snooping by default. 8401 You can allow is using access-control: <subnet> allow_snoop. 8402 The defaults do allow access no authoritative data without RD bit. 8403 - two tests for it and fixups of tests for nonrec refused. 8404 840529 August 2008: Wouter 8406 - version 1.1 number in trunk. 8407 - harden-referral-path option for query for NS records. 8408 Default turns off expensive, experimental option. 8409 841028 August 2008: Wouter 8411 - fixup logfile handling; it is created with correct permissions 8412 again. (from bugfix#199). 8413 Some errors are not written to logfile (pidfile writing, forking), 8414 and these are only visible by using the -d commandline flag. 8415 841627 August 2008: Wouter 8417 - daemon(3) is causing problems for people. Reverting the patch. 8418 bug#200, and 199 and 203 contain sideline discussion on it. 8419 - bug#199 fixed: pidfile can be outside chroot. openlog is done before 8420 chroot and drop permissions. 8421 - config option to set size of aggressive negative cache, 8422 neg-cache-size. 8423 - bug#203 fixed: dlv has been implemented. 8424 842526 August 2008: Wouter 8426 - test for insecure zone when DLV is in use, also does negative cache. 8427 - test for trustanchor when DLV is in use (the anchor works). 8428 - test for DLV used for a zone below a trustanchor. 8429 - added scrub filter for overreaching NSEC records and unit test. 8430 - iana portlist update 8431 - use of setresuid or setreuid when available. 8432 - use daemon(3) if available. 8433 843425 August 2008: Wouter 8435 - realclean patch from Robert Edmonds. 8436 843722 August 2008: Wouter 8438 - nicer debuglogging of DLV. 8439 - test with secure delegation inside the DLV repository. 8440 844121 August 2008: Wouter 8442 - negative cache code linked into validator, for DLV use. 8443 negative cache works for DLV. 8444 - iana portlist update. 8445 - dlv-anchor option for unit tests. 8446 - fixup NSEC_AT_APEX classification for short typemaps. 8447 - ldns-testns has subdomain checks, for unit tests. 8448 844920 August 2008: Wouter 8450 - negative cache code, reviewed. 8451 845218 August 2008: Wouter 8453 - changes info: in logfile to notice: info: or debug: depending on 8454 the verbosity of the statements. Better logfile message 8455 classification. 8456 - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd. 8457 845815 August 2008: Wouter 8459 - DLV nsec code fixed for better detection of closest existing 8460 enclosers from NSEC responses. 8461 - DLV works, straight to the dlv repository, so not for production. 8462 - Iana port update. 8463 846414 August 2008: Wouter 8465 - synthesize DLV messages from the rrset cache, like done for DS. 8466 846713 August 2008: Wouter 8468 - bug #203: nicer do-auto log message when user sets incompatible 8469 options. 8470 - bug #204: variable name ameliorated in log.c. 8471 - bug #206: in iana_update, no egrep, but awk use. 8472 - ldns snapshot r2699 taken (includes DLV type). 8473 - DLV work, config file element, trust anchor read in. 8474 847512 August 2008: Wouter 8476 - finished adjusting testset to provide qtype NS answers. 8477 847811 August 2008: Wouter 8479 - Fixup rrset security updates overwriting 2181 trust status. 8480 This makes validated to be insecure data just as worthless as 8481 nonvalidated data, and 2181 rules prevent cache overwrites to them. 8482 - Fix assertion fail on bogus key handling. 8483 - dnssec lameness detection works on first query at trust apex. 8484 - NS queries get proper cache and dnssec lameness treatment. 8485 - fixup compilation without pthreads on linux. 8486 84878 August 2008: Wouter 8488 - NS queries are done after every referral. 8489 validator is used on those NS records (if anchors enabled). 8490 84917 August 2008: Wouter 8492 - Scrubber more strict. CNAME chains, DNAMEs from cache, other 8493 irrelevant rrsets removed. 8494 - 1.0.2 released from 1.0 support branch. 8495 - fixup update-anchor.sh to work both in BSD shell and bash. 8496 84975 August 2008: Wouter 8498 - fixup DS test so apex nodata works again. 8499 85004 August 2008: Wouter 8501 - iana port update. 8502 - TODO update. 8503 - fix bug 201: null ptr deref on cleanup while udp pkts wait for port. 8504 - added explanatory text for outgoing-port-permit in manpage. 8505 850630 July 2008: Wouter 8507 - fixup bug qtype DS for unsigned zone and signed parent validation. 8508 850925 July 2008: Wouter 8510 - added original copyright statement of OpenBSD arc4random code. 8511 - created tube signaling solution on windows, as a pipe replacement. 8512 this makes background asynchronous resolution work on windows. 8513 - removed very insecure socketpair compat code. It also did not 8514 work with event_waiting. Solved by pipe replacement. 8515 - unbound -h prints openssl version number as well. 8516 851722 July 2008: Wouter 8518 - moved pipe actions to util/tube.c. easier porting and shared code. 8519 - check _raw() commpoint callbacks with fptr_wlist. 8520 - iana port update. 8521 852221 July 2008: Wouter 8523 - #198: nicer entropy warning message. manpage OS hints. 8524 852519 July 2008: Wouter 8526 - #198: fixup man page to suggest chroot entropy fix. 8527 852818 July 2008: Wouter 8529 - branch for 1.0 support. 8530 - trunk work on tube.c. 8531 853217 July 2008: Wouter 8533 - fix bug #196, compile outside source tree. 8534 - fix bug #195, add --with-username=user configure option. 8535 - print error and exit if started with config that requires more 8536 fds than the builtin minievent can handle. 8537 853816 July 2008: Wouter 8539 - made svn tag 1.0.1, trunk now 1.0.2 8540 - sha256 checksums enabled in makedist.sh 8541 854215 July 2008: Wouter 8543 - Follow draft-ietf-dnsop-default-local-zones-06 added reverse 8544 IPv6 example prefix to AS112 default blocklist. 8545 - fixup lookup of DS records by client with trustanchor for same. 8546 - libunbound ub_resolve, fix handling of error condition during setup. 8547 - lowered log_hex blocksize to fit through BSD syslog linesize. 8548 - no useless initialisation if getpwnam not available. 8549 - iana, ldns snapshot updated. 8550 85513 July 2008: Wouter 8552 - Matthijs fixed memory leaks in root hints file reading. 8553 855426 June 2008: Wouter 8555 - fixup streamtcp bounds setting for udp mode, in the test framework. 8556 - contrib item for updating trust anchors. 8557 855825 June 2008: Wouter 8559 - fixup fwd_ancil test typos. 8560 - Fix for newegg lameness : ok for qtype=A, but lame for others. 8561 - fixup unit test for infra cache, test lame merging. 8562 - porting to mingw, bind, listen, getsockopt and setsockopt error 8563 handling. 8564 856524 June 2008: Wouter 8566 - removed testcode/checklocks from production code compilation path. 8567 - streamtcp can use UDP mode (connected UDP socket), for testing IPv6 8568 on windows. 8569 - fwd_ancil test fails if platform support is lacking. 8570 857123 June 2008: Wouter 8572 - fixup minitpkg to cleanup on windows with its file locking troubles. 8573 - minitpkg shows skipped tests in report. 8574 - skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not 8575 ipv6 connectivity). 8576 - winsock event handler keeps track of sticky TCP events, that have 8577 not been fully handled yet. when interest in the event(s) resumes, 8578 they are sent again. When WOULDBLOCK is returned events are cleared. 8579 - skip tests that need signals when testing on mingw. 8580 858118 June 2008: Wouter 8582 - open testbound replay files in binary mode, because fseek/ftell 8583 do not work in ascii-mode on windows. The b does nothing on unix. 8584 unittest and testbound tests work on windows (xp too). 8585 - ioctlsocket prints nicer error message. 8586 - fixed up some TCP porting for winsock. 8587 - lack of IPv6 gives a warning, no fatal error. 8588 - use WSAGetLastError() on windows instead of errno for some errors. 8589 859017 June 2008: Wouter 8591 - outgoing num fds 32 by default on windows ; it supports less 8592 fds for waiting on than unixes. 8593 - winsock_event minievent handler for windows. (you could also 8594 attempt to link with libevent/libev ports for windows). 8595 - neater crypto check and gdi32 detection. 8596 - unbound.exe works to resolve and validate www.nlnetlabs.nl on vista. 8597 859816 June 2008: Wouter 8599 - on windows, use windows threads, mutex and thread-local-storage(Tls). 8600 - detect if openssl needs gdi32. 8601 - if no threading, THREADS_DISABLED is defined for use in the code. 8602 - sets USE_WINSOCK if using ws2_32 on windows. 8603 - wsa_strerror() function for more readable errors. 8604 - WSA Startup and Cleanup called in unbound.exe. 8605 860613 June 2008: Wouter 8607 - port mingw32, more signal ifdefs, detect sleep, usleep, 8608 random, srandom (used inside the tests). 8609 - signed or unsigned FD_SET is cast. 8610 861110 June 2008: Wouter 8612 - fixup warnings compiling on eeepc xandros linux. 8613 86149 June 2008: Wouter 8615 - in iteration response type code 8616 * first check for SOA record (negative answer) before NS record 8617 and lameness. 8618 * check if no AA bit for non-forwarder, and thus lame zone. 8619 In response to error report by Richard Doty for mail.opusnet.com. 8620 - fixup unput warning from lexer on freeBSD. 8621 - bug#183. pidfile, rundir, and chroot configure options. Also the 8622 example.conf and manual pages get the configured defaults. 8623 You can use: (or accept the defaults to /usr/local/etc/unbound/) 8624 --with-conf-file=filename 8625 --with-pidfile=filename 8626 --with-run-dir=path 8627 --with-chroot-dir=path 8628 86298 June 2008: Wouter 8630 - if multiple CNAMEs, use the first one. Fixup akamai CNAME bug. 8631 Reported by Robert Edmonds. 8632 - iana port updated. 8633 86344 June 2008: Wouter 8635 - updated libtool files with newer version. 8636 - iana portlist updated. 8637 86383 June 2008: Wouter 8639 - fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the 8640 trailing dot is not used during comparison. 8641 86422 June 2008: Wouter 8643 - Jelte fixed bugs in my absence 8644 - bug 178: fixed unportable shell usage in configure (relied on 8645 bash shell). 8646 - bug 180: fixed buffer overflow in unbound-checkconf use of strncat. 8647 - bug 181: fixed buffer overflow in ldns (called by unbound to parse 8648 config file parts). 8649 - fixes by Wouter 8650 - bug 177: fixed compilation failure on opensuse, the 8651 --disable-static configure flag caused problems. (Patch from 8652 Klaus Singvogel) 8653 - bug 179: same fix as 177. 8654 - bug 185: --disable-shared not passed along to ldns included with 8655 unbound. Fixed so that configure parameters are passed to the 8656 subdir configure script. 8657 fixed that ./libtool is used always, you can still override 8658 manually with ./configure libtool=mylibtool or set $libtool in 8659 the environment. 8660 - update of the ldns tarball to current ldns svn version (fix 181). 8661 - bug 184: -r option for unbound-host, read resolv.conf for 8662 forwarder. (Note that forwarder must support DNSSEC for validation 8663 to succeed). 8664 866523 May 2008: Wouter 8666 - mingw32 porting. 8667 - test for sys/wait.h 8668 - WSAEWOULDBLOCK test after nonblocking TCP connect. 8669 - write_iov_buffer removed: unused and no struct iov on windows. 8670 - signed/unsigned warning fixup mini_event. 8671 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable. 8672 - skip signals that are not defined 8673 - detect pwd.h. 8674 - detect getpwnam, getrlimit, setsid, sbrk, chroot. 8675 - default config has no chroot if chroot() unavailable. 8676 - if no kill() then no pidfile is read or written. 8677 - gmtime_r is replaced by nonthreadsafe alternative if unavail. 8678 used in rrsig time validation errors. 8679 868022 May 2008: Wouter 8681 - contrib unbound.spec from Patrick Vande Walle. 8682 - fixup bug#175: call tzset before chroot to have correct timestamps 8683 in system log. 8684 - do not generate lex input and lex unput functions. 8685 - mingw port. replacement functions labelled _unbound. 8686 - fix bug 174 - check for tcp_sigpipe that ldns-testns is installed. 8687 868819 May 2008: Wouter 8689 - fedora 9, check in6_pktinfo define in configure. 8690 - CREDITS fixup of history. 8691 - ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative. 8692 869316 May 2008: Wouter 8694 - fixup for MacOSX hosts file reading (reported by John Dickinson). 8695 - created 1.0.0 svn tag. 8696 - trunk version 1.0.1. 8697 869814 May 2008: Wouter 8699 - accepted patch from Ondrej Sury for library version libtool option. 8700 - configure --disable-rpath fixes up libtool for rpath trouble. 8701 Adapted from debian package patch file. 8702 870313 May 2008: Wouter 8704 - Added root ipv6 addresses to builtin root hints. 8705 - TODO modified for post 1.0 plans. 8706 - trunk version set to 1.0.0. 8707 - no unnecessary linking with librt (only when libevent/libev used). 8708 87097 May 2008: Wouter 8710 - fixup no-ip4 problem with error callback in outside network. 8711 871225 April 2008: Wouter 8713 - DESTDIR is honored by the Makefile for rpms. 8714 - contrib files unbound.spec and unbound.init, builds working RPM 8715 on FC7 Linux, a chrooted caching resolver, and libunbound. 8716 - iana ports update. 8717 871824 April 2008: Wouter 8719 - chroot checks improved. working directory relative to chroot. 8720 checks if config file path is inside chroot. Documentation on it. 8721 - nicer example.conf text. 8722 - created 0.11 tag. 8723 872423 April 2008: Wouter 8725 - parseunbound.pl contrib update from Kai Storbeck for threads. 8726 - iana ports update 8727 872822 April 2008: Wouter 8729 - ignore SIGPIPE. 8730 - unit test for SIGPIPE ignore. 8731 873221 April 2008: Wouter 8733 - FEATURES document. 8734 - fixup reread of config file if it was given as a full path 8735 and chroot was used. 8736 873716 April 2008: Wouter 8738 - requirements doc, updated clean query returns. 8739 - parseunbound.pl update from Kai Storbeck. 8740 - sunos4 porting changes. 8741 874215 April 2008: Wouter 8743 - fixup default rc.d pidfile location to /usr/local/etc. 8744 - iana ports updated. 8745 - copyright updated in ldns-testpkts to keep same as in ldns. 8746 - fixup checkconf chroot tests a bit more, chdir must be inside 8747 chroot dir. 8748 - documented 'gcc: unrecognized -KPIC option' errors on Solaris. 8749 - example.conf values changed to /usr/local/etc/unbound 8750 - DSA test work. 8751 - DSA signatures: unbound is compatible with both encodings found. 8752 It will detect and convert when necessary. 8753 875414 April 2008: Wouter 8755 - got update for parseunbound.pl statistics script from Kai Storbeck. 8756 - tpkg tests for udp wait list. 8757 - documented 0x20 status. 8758 - fixup chroot and checkconf, it is much smarter now. 8759 - fixup DSA EVP signature decoding. Solution that Jelte found copied. 8760 - and check first sig byte for the encoding type. 8761 876211 April 2008: Wouter 8763 - random port selection out of the configged ports. 8764 - fixup threadsafety for libevent-1.4.3+ (event_base_get_method). 8765 - removed base_port. 8766 - created 256-port ephemeral space for the OS, 59802 available. 8767 - fixup consistency of port_if out array during heavy use. 8768 876910 April 2008: Wouter 8770 - --with-libevent works with latest libevent 1.4.99-trunk. 8771 - added log file statistics perl script to contrib. 8772 - automatic iana ports update from makefile. 60058 available. 8773 87749 April 2008: Wouter 8775 - configure can detect libev(from its build directory) when passed 8776 --with-libevent=/home/wouter/libev-3.2 8777 libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%). 8778 - unused commpoints not listed in epoll list. 8779 - statistics-cumulative option so that the values are not reset. 8780 - config creates array of available ports, 61841 available, 8781 it excludes <1024 and iana assigned numbers. 8782 config statements to modify the available port numbers. 8783 87848 April 2008: Wouter 8785 - unbound tries to set the ulimit fds when started as server. 8786 if that does not work, it will scale back its requirements. 8787 878827 March 2008: Wouter 8789 - documented /dev/random symlink from chrootdir as FAQ entry. 8790 879126 March 2008: Wouter 8792 - implemented AD bit signaling. If a query sets AD bit (but not DO) 8793 then the AD bit is set in the reply if the answer validated. 8794 Without including DNSSEC signatures. Useful if you have a trusted 8795 path from the client to the resolver. Follows dnssec-updates draft. 8796 879725 March 2008: Wouter 8798 - implemented check that for NXDOMAIN and NOERROR answers a query 8799 section must be present in the reply (by the scrubber). And it must 8800 be equal to the question sent, at least lowercase folded. 8801 Previously this feature happened because the cache code refused 8802 to store such messages. However blocking by the scrubber makes 8803 sure nothing gets into the RRset cache. Also, this looks like a 8804 timeout (instead of an allocation failure) and this retries are 8805 done (which is useful in a spoofing situation). 8806 - RTT banding. Band size 400 msec, this makes band around zero (fast) 8807 include unknown servers. This makes unbound explore unknown servers. 8808 88097 March 2008: Wouter 8810 - -C config feature for harvest program. 8811 - harvest handles CNAMEs too. 8812 88135 March 2008: Wouter 8814 - patch from Hugo Koji Kobayashi for iterator logs spelling. 8815 88164 March 2008: Wouter 8817 - From report by Jinmei Tatuya, rfc2181 trust value for remainder 8818 of a cname trust chain is lower; not full answer_AA. 8819 - test for this fix. 8820 - default config file location is /usr/local/etc/unbound. 8821 Thus prefix is used to determine the location. This is also the 8822 chroot and pidfile default location. 8823 88243 March 2008: Wouter 8825 - Create 0.10 svn tag. 8826 - 0.11 version in trunk. 8827 - indentation nicer. 8828 882929 February 2008: Wouter 8830 - documentation update. 8831 - fixup port to Solaris of perf test tool. 8832 - updated ldns-tarball with decl-after-statement fixes. 8833 883428 February 2008: Wouter 8835 - fixed memory leaks in libunbound (during cancellation and wait). 8836 - libunbound returns the answer packet in full. 8837 - snprintf compat update. 8838 - harvest performs lookup. 8839 - ldns-tarball update with fix for ldns_dname_label. 8840 - installs to sbin by default. 8841 - install all manual pages (unbound-host and libunbound too). 8842 884327 February 2008: Wouter 8844 - option to use caps for id randomness. 8845 - config file option use-caps-for-id: yes 8846 - harvest debug tool 8847 884826 February 2008: Wouter 8849 - delay utility delays TCP as well. If the server that is forwarded 8850 to has a TCP error, the delay utility closes the connection. 8851 - delay does REUSE_ADDR, and can handle a server that closes its end. 8852 - answers use casing from query. 8853 885425 February 2008: Wouter 8855 - delay utility works. Gets decent thoughput too (>20000). 8856 885722 February 2008: Wouter 8858 - +2% for recursions, if identical queries (except for destination 8859 and query ID) in the reply list, avoid re-encoding the answer. 8860 - removed TODO items for optimizations that do not show up in 8861 profile reports. 8862 - default is now minievent - not libevent. As its faster and 8863 not needed for regular installs, only for very large port ranges. 8864 - loop check different speedup pkt-dname-reading, 1% faster for 8865 nocache-recursion check. 8866 - less hashing during msg parse, 4% for recursion. 8867 - small speed fix for dname_count_size_labels, +1 or +2% recursion. 8868 - some speed results noted: 8869 optimization resulted in +40% for recursion (cache miss) and 8870 +70 to +80 for cache hits, and +96% for version.bind. 8871 zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4 8872 www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3 8873 www with DO bit set : BIND 8269.31 Ub 28735.6 qps. 8874 So, unbound can be about equal qps to NSD in cache hits. 8875 And about 3.4x faster than BIND in cache performance. 8876 - delay utility for testing. 8877 887821 February 2008: Wouter 8879 - speedup of root-delegation message encoding by 15%. 8880 - minor speedup of compress tree_lookup, maybe 1%. 8881 - speedup of dname_lab_cmp and memlowercmp - the top functions in 8882 profiler output, maybe a couple percent when it matters. 8883 888420 February 2008: Wouter 8885 - setup speec_cache for need-ldns-testns in dotests. 8886 - check number of queued replies on incoming queries to avoid overload 8887 on that account. 8888 - fptr whitelist checks are not disabled in optimize mode. 8889 - do-daemonize config file option. 8890 - minievent time share initializes time at start. 8891 - updated testdata for nsec3 new algorithm numbers (6, 7). 8892 - small performance test of packet encoding (root delegation). 8893 889419 February 2008: Wouter 8895 - applied patch to unbound-host man page from Jan-Piet Mens. 8896 - fix donotquery-localhost: yes default (it erroneously was switched 8897 to default 'no'). 8898 - time is only gotten once and the value is shared across unbound. 8899 - unittest cleans up crypto, so that it has no memory leaks. 8900 - mini_event shares the time value with unbound this results in 8901 +3% speed for cache responses and +9% for recursions. 8902 - ldns tarball update with new NSEC3 sign code numbers. 8903 - perform several reads per UDP operation. This improves performance 8904 in DoS conditions, and costs very little in normal conditions. 8905 improves cache response +50%, and recursions +10%. 8906 - modified asynclook test. because the callback from async is not 8907 in any sort of lock (and thus can use all library functions freely), 8908 this causes a tiny race condition window when the last lock is 8909 released for a callback and a new cancel() for that callback. 8910 The only way to remove this is by putting callbacks into some 8911 lock window. I'd rather have the small possibility of a callback 8912 for a cancelled function then no use of library functions in 8913 callbacks. Could be possible to only outlaw process(), wait(), 8914 cancel() from callbacks, by adding another lock, but I'd rather not. 8915 891618 February 2008: Wouter 8917 - patch to unbound-host from Jan-Piet Mens. 8918 - unbound host prints errors if fails to configure context. 8919 - fixup perf to resend faster, so that long waiting requests do 8920 not hold up the queue, they become lost packets or SERVFAILs, 8921 or can be sent a little while later (i.e. processing time may 8922 take long, but throughput has to be high). 8923 - fixup iterator operating in no cache conditions (RD flag unset 8924 after a CNAME). 8925 - streamlined code for RD flag setting. 8926 - profiled code and changed dname compares to be faster. 8927 The speedup is about +3% to +8% (depending on the test). 8928 - minievent tests for eintr and eagain. 8929 893015 February 2008: Wouter 8931 - added FreeBSD rc.d script to contrib. 8932 - --prefix option for configure also changes directory: pidfile: 8933 and chroot: defaults in config file. 8934 - added cache speed test, for cache size OK and cache too small. 8935 893614 February 2008: Wouter 8937 - start without a config file (will complain, but start with 8938 defaults). 8939 - perf test program works. 8940 894113 February 2008: Wouter 8942 - 0.9 released. 8943 - 1.0 development. Printout ldns version on unbound -h. 8944 - start of perf tool. 8945 - bugfix to read empty lines from /etc/hosts. 8946 894712 February 2008: Wouter 8948 - fixup problem with configure calling itself if ldns-src tarball 8949 is not present. 8950 895111 February 2008: Wouter 8952 - changed library to use ub_ instead of ub_val_ as prefix. 8953 - statistics output text nice. 8954 - etc/hosts handling. 8955 - library function to put logging to a stream. 8956 - set any option interface. 8957 89588 February 2008: Wouter 8959 - test program for multiple queries over a TCP channel. 8960 - tpkg test for stream tcp queries. 8961 - unbound replies to multiple TCP queries on a TCP channel. 8962 - fixup misclassification of root referral with NS in answer 8963 when validating a nonrec query. 8964 - tag 0.9 8965 - layout of manpages, spelling fix in header, manpages process by 8966 makedist, list asynclook and tcpstream tests as ldns-testns 8967 required. 8968 89697 February 2008: Wouter 8970 - moved up all current level 2 to be level 3. And 3 to 4. 8971 to make room for new debug level 2 for detailed information 8972 for operators. 8973 - verbosity level 2. Describes recursion and validation. 8974 - cleaner configure script and fixes for libevent solaris. 8975 - signedness for log output memory sizes in high verbosity. 8976 89776 February 2008: Wouter 8978 - clearer explanation of threading configure options. 8979 - fixup asynclook test for nothreading (it creates only one process 8980 to do the extended test). 8981 - changed name of ub_val_result_free to ub_val_resolve_free. 8982 - removes warning message during library linking, renamed 8983 libunbound/unbound.c -> libunbound.c and worker to libworker. 8984 - fallback without EDNS if result is NOTIMPL as well as on FORMERR. 8985 89865 February 2008: Wouter 8987 - statistics-interval: seconds option added. 8988 - test for statistics option 8989 - ignore errors making directories, these can occur in parallel builds 8990 - fixup Makefile strip command and libunbound docs typo. 8991 899231 January 2008: Wouter 8993 - bg thread/process reads and writes the pipe nonblocking all the time 8994 so that even if the pipe is buffered or so, the bg thread does not 8995 block, and services both pipes and queries. 8996 899730 January 2008: Wouter 8998 - check trailing / on chrootdir in checkconf. 8999 - check if root hints and anchor files are in chrootdir. 9000 - no route to host tcp error is verbosity level 2. 9001 - removed unused send_reply_iov. and its configure check. 9002 - added prints of 'remote address is 1.2.3.4 port 53' to errors 9003 from netevent; the basic socket errors. 9004 900528 January 2008: Wouter 9006 - fixup uninit use of buffer by libunbound (query id, flags) for 9007 local_zone answers. 9008 - fixup uninit warning from random.c; also seems to fix sporadic 9009 sigFPE coming out of openssl. 9010 - made openssl entropy warning more silent for library use. Needs 9011 verbosity 1 now. 9012 - fixup forgotten locks for rbtree_searches on ctx->query tree. 9013 - random generator cleanup - RND_STATE_SIZE removed, and instead 9014 a super-rnd can be passed at init to chain init random states. 9015 - test also does lock checks if available. 9016 - protect config access in libworker_setup(). 9017 - libevent doesn't like comm_base_exit outside of runloop. 9018 - close fds after removing commpoints only (for epoll, kqueue). 9019 902025 January 2008: Wouter 9021 - added tpkg for asynclook and library use. 9022 - allows localhost to be queried when as a library. 9023 - fixup race condition between cancel and answer (in case of 9024 really fast answers that beat the cancel). 9025 - please doxygen, put doxygen comment in one place. 9026 - asynclook -b blocking mode and test. 9027 - refactor asynclook, nicer code. 9028 - fixup race problems from opensll in rand init from library, with 9029 a mutex around the rand init. 9030 - fix pass async_id=NULL to _async resolve(). 9031 - rewrote _wait() routine, so that it is threadsafe. 9032 - cancelation is threadsafe. 9033 - asynclook extended test in tpkg. 9034 - fixed two races where forked bg process waits for (somehow shared?) 9035 locks, so does not service the query pipe on the bg side. 9036 Now those locks are only held for fg_threads and for bg_as_a_thread. 9037 903824 January 2008: Wouter 9039 - tested the cancel() function. 9040 - asynclook -c (cancel) feature. 9041 - fix fail to allocate context actions. 9042 - make pipe nonblocking at start. 9043 - update plane for retry mode with caution to limit bandwidth. 9044 - fix Makefile for concurrent make of unbound-host. 9045 - renamed ub_val_ctx_wait/poll/process/fd to ub_val*. 9046 - new calls to set forwarding added to header and docs. 9047 904823 January 2008: Wouter 9049 - removed debug prints from if-auto, verb-algo enables some. 9050 - libunbound QUIT setup, remove memory leaks, when using threads 9051 will share memory for passing results instead of writing it over 9052 the pipe, only writes ID number over the pipe (towards the handler 9053 thread that does process() ). 9054 905522 January 2008: Wouter 9056 - library code for async in libunbound/unbound.c. 9057 - fix link testbound. 9058 - fixup exit bug in mini_event. 9059 - background worker query enter and result functions. 9060 - bg query test application asynclook, it looks up multiple 9061 hostaddresses (A records) at the same time. 9062 906321 January 2008: Wouter 9064 - libworker work, netevent raw commpoints, write_msg, serialize. 9065 906618 January 2008: Wouter 9067 - touch up of manpage for libunbound. 9068 - support for IP_RECVDSTADDR (for *BSD ip4). 9069 - fix for BSD, do not use ip4to6 mapping, make two sockets, once 9070 ip6 and once ip4, uses socket options. 9071 - goodbye ip4to6 mapping. 9072 - update ldns-testpkts with latest version from ldns-trunk. 9073 - updated makedist for relative ldns pathnames. 9074 - library API with more information inside the result structure. 9075 - work on background resolves. 9076 907717 January 2008: Wouter 9078 - fixup configure in case -lldns is installed. 9079 - fixup a couple of doxygen warnings, about enum variables. 9080 - interface-automatic now copies the interface address from the 9081 PKT_INFO structure as well. 9082 - manual page with library API, all on one page 'man libunbound'. 9083 - rewrite of PKTINFO structure, it also captures IP4 PKTINFO. 9084 908516 January 2008: Wouter 9086 - incoming queries to the server with TC bit on are replied FORMERR. 9087 - interface-automatic replied the wrong source address on localhost 9088 queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying 9089 to use ifnum=-1 to mean 'no interface, use kernel route'. 9090 909115 January 2008: Wouter 9092 - interface-automatic feature. experimental. Nice for anycast. 9093 - tpkg test for ip6 ancillary data. 9094 - removed debug prints. 9095 - porting experience, define for Solaris, test refined for BSD 9096 compatibility. The feature probably will not work on OpenBSD. 9097 - makedist fixup for ldns-src in build-dir. 9098 909914 January 2008: Wouter 9100 - in no debug sets NDEBUG to remove asserts. 9101 - configure --enable-debug is needed for dependency generation 9102 for assertions and for compiler warnings. 9103 - ldns.tgz updated with ldns-trunk (where buffer.h is updated). 9104 - fix lint, unit test in optimize mode. 9105 - default access control allows ::ffff:127.0.0.1 v6mapped localhost. 9106 910711 January 2008: Wouter 9108 - man page, warning removed. 9109 - added text describing the use of stub zones for private zones. 9110 - checkconf tests for bad hostnames (IP address), and for doubled 9111 interface lines. 9112 - memory sizes can be given with 'k', 'Kb', or M or G appended. 9113 911410 January 2008: Wouter 9115 - typo in example.conf. 9116 - made using ldns-src that is included the package more portable 9117 by linking with .lo instead of .o files in the ldns package. 9118 - nicer do-ip6: yes/no documentation. 9119 - nicer linking of libevent .o files. 9120 - man pages render correctly on solaris. 9121 91229 January 2008: Wouter 9123 - fixup openssl RAND problem, when the system is not configured to 9124 give entropy, and the rng needs to be seeded. 9125 91268 January 2008: Wouter 9127 - print median and quartiles with extensive logging. 9128 91294 January 2008: Wouter 9130 - document misconfiguration in private network. 9131 91322 January 2008: Wouter 9133 - fixup typo in requirements. 9134 - document that 'refused' is a better choice than 'drop' for 9135 the access control list, as refused will stop retries. 9136 91377 December 2007: Wouter 9138 - unbound-host has a -d option to show what happens. This can help 9139 with debugging (why do I get this answer). 9140 - fixup CNAME handling, on nodata, sets and display canonname. 9141 - dot removed from CNAME display. 9142 - respect -v for NXDOMAINs. 9143 - updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes). 9144 - size_t to int for portability of the header file. 9145 - fixup bogus handling. 9146 - dependencies and lint for unbound-host. 9147 91486 December 2007: Wouter 9149 - library resolution works in foreground mode, unbound-host app 9150 receives data. 9151 - unbound-host prints rdata using ldns. 9152 - unbound-host accepts trust anchors, and prints validation 9153 information when you give -v. 9154 91555 December 2007: Wouter 9156 - locking in context_new() inside the function. 9157 - setup of libworker. 9158 91594 December 2007: Wouter 9160 - minor Makefile fixup. 9161 - moved module-stack code out of daemon/daemon into services/modstack, 9162 preparing for code-reuse. 9163 - move context into own header file. 9164 - context query structure. 9165 - removed unused variable pwd from checkconf. 9166 - removed unused assignment from outside netw. 9167 - check timeval length of string. 9168 - fixup error in val_utils getsigner. 9169 - fixup same (*var) error in netblocktostr. 9170 - fixup memleak on parse error in localzone. 9171 - fixup memleak on packet parse error. 9172 - put ; after union in parser.y. 9173 - small hardening in iter_operate against iq==NULL. 9174 - hardening, if error reply with rcode=0 (noerror) send servfail. 9175 - fixup same (*var) error in find_rrset in msgparse, was harmless. 9176 - check return value of evtimer_add(). 9177 - fixup lockorder in lruhash_reclaim(), building up a list of locked 9178 entries one at a time. Instead they are removed and unlocked. 9179 - fptr_wlist for markdelfunc. 9180 - removed is_locked param from lruhash delkeyfunc. 9181 - moved bin_unlock during bin_split purely to please. 9182 91833 December 2007: Wouter 9184 - changed checkconf/ to smallapp/ to make room for more support tools. 9185 (such as unbound-host). 9186 - install dirs created with -m 755 because they need to be accessible. 9187 - library extensive featurelist added to TODO. 9188 - please doxygen, lint. 9189 - library test application, with basic functionality. 9190 - fix for building in a subdirectory. 9191 - link lib fix for Leopard. 9192 919330 November 2007: Wouter 9194 - makefile that creates libunbound.la, basic file or libunbound.a 9195 when creating static executables (no libtool). 9196 - more API setup. 9197 919829 November 2007: Wouter 9199 - 0.9 public API start. 9200 920128 November 2007: Wouter 9202 - Changeup plan for 0.8 - no complication needed, a simple solution 9203 has been chosen for authoritative features. 9204 - you can use single quotes in the config file, so it is possible 9205 to specify TXT records in local data. 9206 - fixup small memory problem in implicit transparent zone creation. 9207 - test for implicit zone creation and multiple RR RRsets local data. 9208 - local-zone nodefault test. 9209 - show testbound testlist on commit. 9210 - iterator normalizer changes CNAME chains ending in NXDOMAIN where 9211 the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial 9212 domain exists). 9213 - nicer verbosity: 0 and 1 levels. 9214 - lower nonRDquery chance of eliciting wrongly typed validation 9215 requiring message from the cache. 9216 - fix for nonRDquery validation typing; nodata is detected when 9217 SOA record in auth section (all validation-requiring nodata messages 9218 have a SOA record in authority, so this is OK for the validator), 9219 and NS record is needed to be a referral. 9220 - duplicate checking when adding NSECs for a CNAME, and test. 9221 - created svn tag 0.8, after completing testbed tests. 9222 922327 November 2007: Wouter 9224 - per suggestion in rfc2308, replaced default max-ttl value with 1 day. 9225 - set size of msgparse lookup table to 32, from 1024, so that its size 9226 is below the 2048 regional large size threshold, and does not cause 9227 a call to malloc when a message is parsed. 9228 - update of memstats tool to print number of allocation calls. 9229 This is what is taking time (not space) and indicates the avg size 9230 of the allocations as well. region_alloc stat is removed. 9231 923222 November 2007: Wouter 9233 - noted EDNS in-the-middle dropping trouble as a TODO. 9234 At this point theoretical, no user trouble has been reported. 9235 - added all default AS112 zones. 9236 - answers from local zone content. 9237 * positive answer, the rrset in question 9238 * nodata answer (exist, but not that type). 9239 * nxdomain answer (domain does not exist). 9240 * empty-nonterminal answer. 9241 * But not: wildcard, nsec, referral, rrsig, cname/dname, 9242 or additional section processing, NS put in auth. 9243 - test for correct working of static and transparent and couple 9244 of important defaults (localhost, as112, reverses). 9245 Also checks deny and refuse settings. 9246 - fixup implicit zone generation and AA bit for NXDOMAIN on localdata. 9247 924821 November 2007: Wouter 9249 - local zone internal data setup. 9250 925120 November 2007: Wouter 9252 - 0.8 - str2list config support for double string config options. 9253 - local-zone and local-data options, config storage and documentation. 9254 925519 November 2007: Wouter 9256 - do not downcase NSEC and RRSIG for verification. Follows 9257 draft-ietf-dnsext-dnssec-bis-updates-06.txt. 9258 - fixup leaking unbound daemons at end of tests. 9259 - README file updated. 9260 - nice libevent not found error. 9261 - README talks about gnu make. 9262 - 0.8: unit test for addr_mask and fixups for it. 9263 and unit test for addr_in_common(). 9264 - 0.8: access-control config file element. 9265 and unit test rpl replay file. 9266 - 0.8: fixup address reporting from netevent. 9267 926816 November 2007: Wouter 9269 - privilege separation is not needed in unbound at this time. 9270 TODO item marked as such. 9271 - created beta-0.7 branch for support. 9272 - tagged 0.7 for beta release. 9273 - moved trunk to 0.8 for 0.8(auth features) development. 9274 - 0.8: access control list setup. 9275 927615 November 2007: Wouter 9277 - review fixups from Jelte. 9278 927914 November 2007: Wouter 9280 - testbed script does not recreate configure, since its in svn now. 9281 - fixup checkconf test so that it does not test 9282 /etc/unbound/unbound.conf. 9283 - tag 0.6. 9284 928513 November 2007: Wouter 9286 - remove debug print. 9287 - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists. 9288 928912 November 2007: Wouter 9290 - fixup signal handling where SIGTERM could be ignored if a SIGHUP 9291 arrives later on. 9292 - bugreports to unbound-bugs@nlnetlabs.nl 9293 - fixup testbound so it exits cleanly. 9294 - cleanup the caches on a reload, so that rrsetID numbers won't clash. 9295 92969 November 2007: Wouter 9297 - took ldns snapshot in repo. 9298 - default config file is /etc/unbound/unbound.conf. 9299 If it doesn't exist, it is installed with the doc/example.conf file. 9300 The file is not deleted on uninstall. 9301 - default listening is not all, but localhost interfaces. 9302 93038 November 2007: Wouter 9304 - Fixup chroot and drop user privileges. 9305 - new L root ip address in default hints. 9306 93071 November 2007: Wouter 9308 - Fixup of crash on reload, due to anchors in env not NULLed after 9309 dealloc during deinit. 9310 - Fixup of chroot call. Happens after privileges are dropped, so 9311 that checking the passwd entry still works. 9312 - minor touch up of clear() hashtable function. 9313 - VERB_DETAIL prints out what chdir, username, chroot is being done. 9314 - when id numbers run out, caches are cleared, as in design notes. 9315 Tested with a mock setup with very few bits in id, it worked. 9316 - harden-dnssec-stripped: yes is now default. It insists on dnssec 9317 data for trust anchors. Included tests for the feature. 9318 931931 October 2007: Wouter 9320 - cache-max-ttl config option. 9321 - building outside sourcedir works again. 9322 - defaults more secure: 9323 username: "unbound" 9324 chroot: "/etc/unbound" 9325 The operator can override them to be less secure ("") if necessary. 9326 - fix horrible oversight in sorting rrset references in a message, 9327 sort per reference key pointer, not on referencepointer itself. 9328 - pidfile: "/etc/unbound/unbound.pid" is now the default. 9329 - tests changed to reflect the updated default. 9330 - created hashtable clear() function that respects locks. 9331 933230 October 2007: Wouter 9333 - fixup assertion failure that relied on compressed names to be 9334 smaller than uncompressed names. A packet from comrite.com was seen 9335 to be compressed to a larger size. Added it as unit test. 9336 - quieter logging at low verbosity level for common tcp messages. 9337 - no greedy TTL update. 9338 933923 October 2007: Wouter 9340 - fixup (grand-)parent problem for dnssec-lameness detection. 9341 - fixup tests to do additional section processing for lame replies, 9342 since the detection needs that. 9343 - no longer trust in query section in reply during dnssec lame detect. 9344 - dnssec lameness does not make the server never ever queried, but 9345 non-preferred. If no other servers exist or answer, the dnssec lame 9346 server is used; the fastest dnssec lame server is chosen. 9347 - added test then when trust anchor cannot be primed (nodata), the 9348 insecure mode from unbound works. 9349 - Fixup max queries per thread, any more are dropped. 9350 935122 October 2007: Wouter 9352 - added donotquerylocalhost config option. Can be turned off for 9353 out test cases. 9354 - ISO C compat changes. 9355 - detect RA-no-AA lameness, as LAME. 9356 - DNSSEC-lameness detection, as LAME. 9357 See notes in requirements.txt for choices made. 9358 - tests for lameness detection. 9359 - added all to make test target; need unbound for fwd tests. 9360 - testbound does not pollute /etc/unbound. 9361 936219 October 2007: Wouter 9363 - added configure (and its files) to svn, so that the trunk is easier 9364 to use. ./configure, config.guess, config.sub, ltmain.sh, 9365 and config.h.in. 9366 - added yacc/lex generated files, util/configlexer.c, 9367 util/configparser.c util/configparser.h, to svn. 9368 - without lex no attempt to use it. 9369 - unsecure response validation collated into one block. 9370 - remove warning about const cast of cfgfile name. 9371 - outgoing-interfaces can be different from service interfaces. 9372 - ldns-src configure is done during unbound configure and 9373 ldns-src make is done during unbound make, and so inherits the 9374 make arguments from the unbound make invocation. 9375 - nicer error when libevent problem causes instant exit on signal. 9376 - read root hints from a root hint file (like BIND does). 9377 937818 October 2007: Wouter 9379 - addresses are logged with errors. 9380 - fixup testcode fake event to remove pending before callback 9381 since the callback may create new pending items. 9382 - tests updated because retries are now in iterator module. 9383 - ldns-testpkts code is checked for differences between unbound 9384 and ldns by makedist.sh. 9385 - ldns trunk from today added in svn repo for fallback in case 9386 no ldns is installed on the system. 9387 make download_ldns refreshes the tarball with ldns svn trunk. 9388 - ldns-src.tar.gz is used if no ldns is found on the system, and 9389 statically linked into unbound. 9390 - start of regional allocator code. 9391 - regional uses less memory and variables, simplified code. 9392 - remove of region-allocator. 9393 - alloc cache keeps a cache of recently released regional blocks, 9394 up to a maximum. 9395 - make unit test cleanly free memory. 9396 939717 October 2007: Wouter 9398 - fixup another cycle detect and ns-addr timeout resolution bug. 9399 This time by refusing delegations from the cache without addresses 9400 when resolving a mandatory-glue nameserver-address for that zone. 9401 We're going to have to ask a TLD server anyway; might as well be 9402 the TLD server for this name. And this resolves a lot of cases where 9403 the other nameserver names lead to cycles or are not available. 9404 - changed random generator from random(3) clone to arc4random wrapped 9405 for thread safety. The random generator is initialised with 9406 entropy from the system. 9407 - fix crash where failure to prime DNSKEY tried to print null pointer 9408 in the log message. 9409 - removed some debug prints, only verb_algo (4) enables them. 9410 - fixup test; new random generator took new paths; such as one 9411 where no scripted answer was available. 9412 - mark insecure RRs as insecure. 9413 - fixup removal of nonsecure items from the additional. 9414 - reduced timeout values to more realistic, 376 msec (262 msec has 9415 90% of roundtrip times, 512 msec has 99% of roundtrip times.) 9416 - server selection failover to next server after timeout (376 msec). 9417 941816 October 2007: Wouter 9419 - no malloc in log_hex. 9420 - assertions around system calls. 9421 - protect against gethostname without ending zero. 9422 - ntop output is null terminated by unbound. 9423 - pidfile content null termination 9424 - various snprintf use sizeof(stringbuf) instead of fixed constant. 9425 - changed loopdetect % 8 with & 0x7 since % can become negative for 9426 weird negative input and particular interpretation of integer math. 9427 - dname_pkt_copy checks length of result, to protect result buffers. 9428 prints an error, this should not happen. Bad strings should have 9429 been rejected earlier in the program. 9430 - remove a size_t underflow from msgreply size func. 9431 943215 October 2007: Wouter 9433 - nicer warning. 9434 - fix IP6 TCP, wrong definition check. With test package. 9435 - fixup the fact that the query section was not compressed to, 9436 the code was there but was called by value instead of by reference. 9437 And test for the case, uses xxd and nc. 9438 - more portable ip6 check for sockaddr types. 9439 94408 October 2007: Wouter 9441 - --disable-rpath option in configure for 64bit systems with 9442 several dynamic lib dirs. 9443 94447 October 2007: Wouter 9445 - fixup tests for no AD bit in non-DO queries. 9446 - test that makes sure AD bit is not set on non-DO query. 9447 94486 October 2007: Wouter 9449 - removed logfile open early. It did not have the proper permissions; 9450 it was opened as root instead of the user. And we cannot change user 9451 id yet, since chroot and bind ports need to be done. 9452 - callback checks for event callbacks done from mini_event. Because 9453 of deletions cannot do this from netevent. This means when using 9454 libevent the protection does not work on event-callbacks. 9455 - fixup too small reply (did not zero counts). 9456 - fixup reply no longer AD bit when query without DO bit. 9457 94585 October 2007: Wouter 9459 - function pointer whitelist. 9460 94614 October 2007: Wouter 9462 - overwrite sensitive random seed value after use. 9463 - switch to logfile very soon if not -d (console attached). 9464 - error messages do not reveal the trustanchor contents. 9465 - start work on function pointer whitelists. 9466 94673 October 2007: Wouter 9468 - fix for multiple empty nonterminals, after multiple DSes in the 9469 chain of trust. 9470 - mesh checks if modules are looping, and stops them. 9471 - refetch with CNAMEd nameserver address regression test added. 9472 - fixup line count bug in testcode, so testbound prints correct line 9473 number with parse errors. 9474 - unit test for multiple ENT case. 9475 - fix for cname out of validated unsec zone. 9476 - fixup nasty id=0 reuse. Also added assertions to detect its 9477 return (the assertion catches in the existing test cases). 9478 94791 October 2007: Wouter 9480 - skip F77, CXX, objC tests in configure step. 9481 - fixup crash in refetch glue after a CNAME. 9482 and protection against similar failures (with error print). 9483 948428 September 2007: Wouter 9485 - test case for unbound-checkconf, fixed so it also checks the 9486 interface: statements. 9487 948826 September 2007: Wouter 9489 - SIGHUP will reopen the log file. 9490 - Option to log to syslog. 9491 - please lint, fixup tests (that went to syslog on open, oops). 9492 - config check program. 9493 949425 September 2007: Wouter 9495 - tests for NSEC3. Fixup bitmap checks for NSEC3. 9496 - positive ANY response needs to check if wildcard expansion, and 9497 check that original data did not exist. 9498 - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure 9499 delegation, for abuse of child zone apex nsec3. 9500 - create 0.5 release tag. 9501 950224 September 2007: Wouter 9503 - do not make test programs by default. 9504 - But 'make test' will perform all of the tests. 9505 - Advertise builtin select libevent alternative when no libevent 9506 is found. 9507 - signit can generate NSEC3 hashes, for generating tests. 9508 - multiple nsec3 parameters in message test. 9509 - too high nsec3 iterations becomes insecure test. 9510 951121 September 2007: Wouter 9512 - fixup empty_DS_name allocated in wrong region (port DEC Alpha). 9513 - fixup testcode lock safety (port FreeBSD). 9514 - removes subscript has type char warnings (port Solaris 9). 9515 - fixup of field with format type to int (port MacOS/X intel). 9516 - added test for infinite loop case in nonRD answer validation. 9517 It was a more general problem, but hard to reproduce. When an 9518 unsigned rrset is being validated and the key fetched, the DS 9519 sequence is followed, but if the final name has no DS, then no 9520 proof is possible - the signature has been stripped off. 9521 952220 September 2007: Wouter 9523 - fixup and test for NSEC wildcard with empty nonterminals. 9524 - makedist.sh fixup for svn info. 9525 - acl features request in plan. 9526 - improved DS empty nonterminal handling. 9527 - compat with ANS nxdomain for empty nonterminals. Attempts the nodata 9528 proof anyway, which succeeds in ANS failure case. 9529 - striplab protection in case it becomes -1. 9530 - plans for static and blacklist config. 9531 953219 September 2007: Wouter 9533 - comments about non-packed usage. 9534 - plan for overload support in 0.6. 9535 - added testbound tests for a failed resolution from the logs 9536 and for failed prime when missing glue. 9537 - fixup so useless delegation points are not returned from the 9538 cache. Also the safety belt is used if priming fails to complete. 9539 - fixup NSEC rdata not to be lowercased, bind compat. 9540 954118 September 2007: Wouter 9542 - wildcard nsec3 testcases, and fixup to get correct wildcard name. 9543 - validator prints subtype classification for debug. 9544 954517 September 2007: Wouter 9546 - NSEC3 hash cache unit test. 9547 - validator nsec3 nameerror test. 9548 954914 September 2007: Wouter 9550 - nsec3 nodata proof, nods proof, wildcard proof. 9551 - nsec3 support for cname chain ending in noerror or nodata. 9552 - validator calls nsec3 proof routines if no NSECs prove anything. 9553 - fixup iterator bug where it stored the answer to a cname under 9554 the wrong qname into the cache. When prepending the cnames, the 9555 qname has to be reset to the original qname. 9556 955713 September 2007: Wouter 9558 - nsec3 find matching and covering, ce proof, prove namerror msg. 9559 956012 September 2007: Wouter 9561 - fixup of manual page warnings, like for NSD bugreport. 9562 - nsec3 work, config, max iterations, filter, and hash cache. 9563 95646 September 2007: Wouter 9565 - fixup to find libevent on mac port install. 9566 - fixup size_t vs unsigned portability in validator/sigcrypt. 9567 - please compiler on different platforms, for unreachable code. 9568 - val_nsec3 file. 9569 - pthread_rwlock type is optional, in case of old pthread libs. 9570 95715 September 2007: Wouter 9572 - cname, name error validator tests. 9573 - logging of qtype ANY works. 9574 - ANY type answers get RRSIG in answer section of replies (but not 9575 in other sections, unless DO bit is on). 9576 - testbound can replay a TCP query (set MATCH TCP in the QUERY). 9577 - DS and noDS referral validation test. 9578 - if you configure many trust anchors, parent trust anchors can 9579 securely deny existence of child trust anchors, if validated. 9580 - not all *.name NSECs are present because a wildcard was matched, 9581 and *.name NSECs can prove nodata for empty nonterminals. 9582 Also, for wildcard name NSECs, check they are not from the parent 9583 zone (for wildcarded zone cuts), and check absence of CNAME bit, 9584 for a nodata proof. 9585 - configure option for memory allocation debugging. 9586 - port configure option for memory allocation to solaris10. 9587 95884 September 2007: Wouter 9589 - fixup of Leakage warning when serviced queries processed multiple 9590 callbacks for the same query from the same server. 9591 - testbound removes config file from /tmp on failed exit. 9592 - fixup for referral cleanup of the additional section. 9593 - tests for cname, referral validation. 9594 - neater testbound tpkg output. 9595 - DNAMEs no longer match their apex when synthesized from the cache. 9596 - find correct signer name for DNAME responses. 9597 - wildcarded DNAME test and fixup code to detect. 9598 - prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs. 9599 So that wildcarded CNAMEs get their NSEC with them to the answer. 9600 - test for a CNAME to a DNAME to a CNAME to an answer, all from 9601 different domains, for key fetching and signature checking of 9602 CNAME'd messages. 9603 96043 September 2007: Wouter 9605 - Fixed error in iterator that would cause assertion failure in 9606 validator. CNAME to a NXDOMAIN response was collated into a response 9607 with both a CNAME and the NXDOMAIN rcode. Added a test that the 9608 rcode is changed to NOERROR (because of the CNAME). 9609 - timeout on tcp does not lead to spurious leakage detect. 9610 - account memory for name of lame zones, so that memory leakages does 9611 not show lame cache growth as a leakage growth. 9612 - config setting for lameness cache expressed in bytes, instead of 9613 number of entries. 9614 - tool too summarize allocations per code line. 9615 961631 August 2007: Wouter 9617 - can read bind trusted-keys { ... }; files, in a compatibility mode. 9618 - iterator should not detach target queries that it still could need. 9619 the protection against multiple outstanding queries is moved to a 9620 current_query num check. 9621 - validator nodata, positive, referral tests. 9622 - dname print can print '*' wildcard. 9623 962430 August 2007: Wouter 9625 - fixup override date config option. 9626 - config options to control memory usage. 9627 - caught bad free of un-alloced data in worker_send error case. 9628 - memory accounting for key cache (trust anchors and temporary cache). 9629 - memory accounting fixup for outside network tcp pending waits. 9630 - memory accounting fixup for outside network tcp callbacks. 9631 - memory accounting for iterator fixed storage. 9632 - key cache size and slabs config options. 9633 - lib crypto cleanups at exit. 9634 963529 August 2007: Wouter 9636 - test tool to sign rrsets for testing validator with. 9637 - added RSA and DSA test keys, public and private pairs, 512 bits. 9638 - default configuration is with validation enabled. 9639 Only a trust-anchor needs to be configured for DNSSEC to work. 9640 - do not convert to DER for DSA signature verification. 9641 - validator replay test file, for a DS to DNSKEY DSA key prime and 9642 positive response. 9643 964428 August 2007: Wouter 9645 - removed double use for udp buffers, that could fail, 9646 instead performs a malloc to do the backup. 9647 - validator validates referral messages, by validating all the rrsets 9648 and stores the rrsets in the cache. Further referral (nonRD queries) 9649 replies are made from the rrset cache directly. Unless unchecked 9650 rrsets are encountered, there are then validated. 9651 - enforce that signing is done by a parent domain (or same domain). 9652 - adjust TTL downwards if rrset TTL bigger than signature allows. 9653 - permissive mode feature, sets AD bit for secure, but bogus does 9654 not give servfail (bogus is changed into indeterminate). 9655 - optimization of rrset verification. rr canonical sorting is reused, 9656 for the same rrset. canonical rrset image in buffer is reused for 9657 the same signature. 9658 - if the rrset is too big (64k exactly + large owner name) the 9659 canonicalization routine will fail if it does not fit in buffer. 9660 - faster verification for large sigsets. 9661 - verb_detail mode reports validation failures, but not the entire 9662 algorithm for validation. Key prime failures are reported as 9663 verb_ops level. 9664 966527 August 2007: Wouter 9666 - do not garble the edns if a cache answer fails. 9667 - answer norecursive from cache if possible. 9668 - honor clean_additional setting when returning secure non-recursive 9669 referrals. 9670 - do not store referral in msg cache for nonRD queries. 9671 - store verification status in the rrset cache to speed up future 9672 verification. 9673 - mark rrsets indeterminate and insecure if they are found to be so. 9674 and store this in the cache. 9675 967624 August 2007: Wouter 9677 - message is bogus if unsecure authority rrsets are present. 9678 - val-clean-additional option, so you can turn it off. 9679 - move rrset verification out of the specific proof types into one 9680 routine. This makes the proof routines prettier. 9681 - fixup cname handling in validator, cname-to-positive and cname-to- 9682 nodata work. 9683 - Do not synthesize DNSKEY and DS responses from the rrset cache if 9684 the rrset is from the additional section. Signatures may have 9685 fallen off the packet, and cause validation failure. 9686 - more verbose signature date errors (with the date attached). 9687 - increased default infrastructure cache size. It is important for 9688 performance, and 1000 entries are only 212k (or a 400 k total cache 9689 size). To 10000 entries (for 2M entries, 4M cache size). 9690 969123 August 2007: Wouter 9692 - CNAME handling - move needs_validation to before val_new(). 9693 val_new() setups the chase-reply to be an edited copy of the msg. 9694 new classification, and find signer can find for it. 9695 removal of unsigned crap from additional, and query restart for 9696 cname. 9697 - refuse to follow wildcarded DNAMEs when validating. 9698 But you can query for qtype ANY, or qtype DNAME and validate that. 9699 970022 August 2007: Wouter 9701 - bogus TTL. 9702 - review - use val_error(). 9703 970421 August 2007: Wouter 9705 - ANY response validation. 9706 - store security status in cache. 9707 - check cache security status and either send the query to be 9708 validated, return the query to client, or send servfail to client. 9709 Sets AD bit on validated replies. 9710 - do not examine security status on an error reply in mesh_done. 9711 - construct DS, DNSKEY messages from rrset cache. 9712 - manual page entry for override-date. 9713 971420 August 2007: Wouter 9715 - validate and positive validation, positive wildcard NSEC validation. 9716 - nodata validation, nxdomain validation. 9717 971818 August 2007: Wouter 9719 - process DNSKEY response in FINDKEY state. 9720 972117 August 2007: Wouter 9722 - work on DS2KE routine. 9723 - val_nsec.c for validator NSEC proofs. 9724 - unit test for NSEC bitmap reading. 9725 - dname iswild and canonical_compare with unit tests. 9726 972716 August 2007: Wouter 9728 - DS sig unit test. 9729 - latest release libevent 1.3c and 1.3d have threading fixed. 9730 - key entry fixup data pointer and ttl absolute. 9731 - This makes a key-prime succeed in validator, with DS or DNSKEY as 9732 trust-anchor. 9733 - fixup canonical compare byfield routine, fix bug and also neater. 9734 - fixed iterator response type classification for queries of type 9735 ANY and NS. 9736 dig ANY gives sometimes NS rrset in AN and NS section, and parser 9737 removes the NS section duplicate. dig NS gives sometimes the NS 9738 in the answer section, as referral. 9739 - validator FINDKEY state. 9740 974115 August 2007: Wouter 9742 - crypto calls to verify signatures. 9743 - unit test for rrsig verification. 9744 974514 August 2007: Wouter 9746 - default outgoing ports changed to avoid port 2049 by default. 9747 This port is widely blocked by firewalls. 9748 - count infra lameness cache in memory size. 9749 - accounting of memory improved 9750 - outbound entries are allocated in the query region they are for. 9751 - extensive debugging for memory allocations. 9752 - --enable-lock-checks can be used to enable lock checking. 9753 - protect undefs in config.h from autoheaders ministrations. 9754 - print all received udp packets. log hex will print on multiple 9755 lines if needed. 9756 - fixed error in parser with backwards rrsig references. 9757 - mark cycle targets for iterator did not have CD flag so failed 9758 its task. 9759 976013 August 2007: Wouter 9761 - fixup makefile, if lexer is missing give nice error and do not 9762 mess up the dependencies. 9763 - canonical compare routine updated. 9764 - canonical hinfo compare. 9765 - printout list of the queries that the mesh is working on. 9766 976710 August 2007: Wouter 9768 - malloc and free overrides that track total allocation and frees. 9769 for memory debugging. 9770 - work on canonical sort. 9771 97729 August 2007: Wouter 9773 - canonicalization, signature checks 9774 - dname signature label count and unit test. 9775 - added debug heap size print to memory printout. 9776 - typo fixup in worker.c 9777 - -R needed on solaris. 9778 - validator override option for date check testing. 9779 97808 August 2007: Wouter 9781 - ldns _raw routines created (in ldns trunk). 9782 - sigcrypt DS digest routines 9783 - val_utils uses sigcrypt to perform signature cryptography. 9784 - sigcrypt keyset processing 9785 97867 August 2007: Wouter 9787 - security status type. 9788 - security status is copied when rdata is equal for rrsets. 9789 - rrset id is updated to invalidate all the message cache entries 9790 that refer to NSEC, NSEC3, DNAME rrsets that have changed. 9791 - val_util work 9792 - val_sigcrypt file for validator signature checks. 9793 97946 August 2007: Wouter 9795 - key cache for validator. 9796 - moved isroot and dellabel to own dname routines, with unit test. 9797 97983 August 2007: Wouter 9799 - replanning. 9800 - scrubber check section of lame NS set. 9801 - trust anchors can be in config file or read from zone file, 9802 DS and DNSKEY entries. 9803 - unit test trust anchor storage. 9804 - trust anchors converted to packed rrsets. 9805 - key entry definition. 9806 98072 August 2007: Wouter 9808 - configure change for latest libevent trunk version (needs -lrt). 9809 - query_done and walk_supers are moved out of module interface. 9810 - fixup delegation point duplicates. 9811 - fixup iterator scrubber; lame NS set is let through the scrubber 9812 so that the classification is lame. 9813 - validator module exists, and does nothing but pass through, 9814 with calling of next module and return. 9815 - validator work. 9816 98171 August 2007: Wouter 9818 - set version to 0.5 9819 - module work for module to module interconnections. 9820 - config of modules. 9821 - detect cycle takes flags. 9822 982331 July 2007: Wouter 9824 - updated plan 9825 - release 0.4 tag. 9826 982730 July 2007: Wouter 9828 - changed random state init, so that sequential process IDs are not 9829 cancelled out by sequential thread-ids in the random number seed. 9830 - the fwd_three test, which sends three queries to unbound, and 9831 unbound is kept waiting by ldns-testns for 3 seconds, failed 9832 because the retry timeout for default by unbound is 3 seconds too, 9833 it would hit that timeout and fail the test. Changed so that unbound 9834 is kept waiting for 2 seconds instead. 9835 983627 July 2007: Wouter 9837 - removed useless -C debug option. It did not work. 9838 - text edit of documentation. 9839 - added doc/CREDITS file, referred to by the manpages. 9840 - updated planning. 9841 984226 July 2007: Wouter 9843 - cycle detection, for query state dependencies. Will attempt to 9844 circumvent the cycle, but if no other targets available fails. 9845 - unit test for AXFR, IXFR response. 9846 - test for cycle detection. 9847 984825 July 2007: Wouter 9849 - testbound read ADDRESS and check it. 9850 - test for version.bind and friends. 9851 - test for iterator chaining through several referrals. 9852 - test and fixup for refetch for glue. Refetch fails if glue 9853 is still not provided. 9854 985524 July 2007: Wouter 9856 - Example section in config manual. 9857 - Addr stored for range and moment in replay. 9858 985920 July 2007: Wouter 9860 - Check CNAME chain before returning cache entry with CNAMEs. 9861 - Option harden-glue, default is on. It will discard out of zone 9862 data. If disabled, performance is faster, but spoofing attempts 9863 become a possibility. Note that still normalize scrubbing is done, 9864 and that the potentially spoofed data is used for infrastructure 9865 and not returned to the client. 9866 - if glue times out, refetch by asking parent of delegation again. 9867 Much like asking for DS at the parent side. 9868 - TODO items from forgery-resilience draft. 9869 and on memory handling improvements. 9870 - renamed module_event_timeout to module_event_noreply. 9871 - memory reporting code; reports on memory usage after handling 9872 a network packet (not on cache replies). 9873 987419 July 2007: Wouter 9875 - shuffle NS selection when getting nameserver target addresses. 9876 - fixup of deadlock warnings, yield cpu in checklock code so that 9877 freebsd scheduler selects correct process to run. 9878 - added identity and version config options and replies. 9879 - store cname messages complete answers. 9880 988118 July 2007: Wouter 9882 - do not query addresses, 127.0.0.1, and ::1 by default. 9883 988417 July 2007: Wouter 9885 - forward zone options in config file. 9886 - forward per zone in iterator. takes precedence over stubs. 9887 - fixup commithooks. 9888 - removed forward-to and forward-to-port features, subsumed by 9889 new forward zones. 9890 - fix parser to handle absent server: clause. 9891 - change untrusted rrset test to account for scrubber that is now 9892 applied during the test (which removes the poison, by the way). 9893 - feature, addresses can be specified with @portnumber, like nsd.conf. 9894 - test config files changed over to new forwarder syntax. 9895 989627 June 2007: Wouter 9897 - delete of mesh does a postorder traverse of the tree. 9898 - found and fixed a memory leak. For TTL=0 messages, that would 9899 not be cached, instead the msg-replyinfo structure was leaked. 9900 - changed server selection so it will filter out hosts that are 9901 unresponsive. This is defined as a host with the maximum rto value. 9902 This means that unbound tried the host for retries up to 120 secs. 9903 The rto value will time out after host-ttl seconds from the cache. 9904 This keeps such unresolvable queries from taking up resources. 9905 - utility for keeping histogram. 9906 990726 June 2007: Wouter 9908 - mesh is called by worker, and iterator uses it. 9909 This removes the hierarchical code. 9910 QueryTargets state and Finished state are merged for iterator. 9911 - forwarder mode no longer sets AA bit on first reply. 9912 - rcode in walk_supers is not needed. 9913 991425 June 2007: Wouter 9915 - more mesh work. 9916 - error encode routine for ease. 9917 991822 June 2007: Wouter 9919 - removed unused _node iterator value from rbtree_t. Takes up space. 9920 - iterator can handle querytargets state without a delegation point 9921 set, so that a priming(stub) subquery error can be handled. 9922 - iterator stores if it is priming or not. 9923 - log_query_info() neater logging. 9924 - changed iterator so that it does not alter module_qstate.qinfo 9925 but keeps a chase query info. Also query_flags are not altered, 9926 the iterator uses chase_flags. 9927 - fixup crash in case no ports for the family exist. 9928 992921 June 2007: Wouter 9930 - Fixup secondary buffer in case of error callback. 9931 - cleanup slumber list of runnable states. 9932 - module_subreq_depth fails to work in slumber list. 9933 - fixup query release for cached results to sub targets. 9934 - neater error for tcp connection failure, shows addr in verbose. 9935 - rbtree_init so that it can be used with preallocated memory. 9936 993720 June 2007: Wouter 9938 - new -C option to enable coredumps after forking away. 9939 - doc update. 9940 - fixup CNAME generation by scrubber, and memory allocation of it. 9941 - fixup deletion of serviced queries when all callbacks delete too. 9942 - set num target queries to 0 when you move them to slumber list. 9943 - typo in check caused subquery errors to be ignored, fixed. 9944 - make lint happy about rlim_t. 9945 - freeup of modules after freeup of module-states. 9946 - duplicate replies work, this uses secondary udp buffer in outnet. 9947 994819 June 2007: Wouter 9949 - nicer layout in stats.c, review 0.3 change. 9950 - spelling improvement, review 0.3 change. 9951 - uncapped timeout for server selection, so that very fast or slow 9952 servers will stand out from the rest. 9953 - target-fetch-policy: "3 2 1 0 0" config setting. 9954 - fixup queries answered without RD bit (for root prime results). 9955 - refuse AXFR and IXFR requests. 9956 - fixup RD flag in error reply from iterator. fixup RA flag from 9957 worker error reply. 9958 - fixup encoding of very short edns buffer sizes, now sets TC bit. 9959 - config options harden-short-bufsize and harden-large-queries. 9960 996118 June 2007: Wouter 9962 - same, move subqueries to slumber list when first has resolved. 9963 - fixup last fix for duplicate callbacks. 9964 - another offbyone in targetcounter. Also in Java prototype by the way. 9965 996615 June 2007: Wouter 9967 - if a query asks to be notified of the same serviced query result 9968 multiple times, this will succeed. Only one callback will happen; 9969 multiple outbound-list entries result (but the double cleanup of it 9970 will not matter). 9971 - when iterator moves on due to CNAME or referral, it will remove 9972 the subqueries (for other targets). These are put on the slumber 9973 list. 9974 - state module wait subq is OK with no new subqs, an old one may have 9975 stopped, with an error, and it is still waiting for other ones. 9976 - if a query loops, halt entire query (easy way to clean up properly). 9977 997814 June 2007: Wouter 9979 - num query targets was > 0 , not >= 0 compared, so that fetch 9980 policy of 0 did nothing. 9981 998213 June 2007: Wouter 9983 - debug option: configure --enable-static-exe for compile where 9984 ldns and libevent are linked statically. Default is off. 9985 - make install and make uninstall. Works with static-exe and without. 9986 installation of unbound binary and manual pages. 9987 - alignment problem fix on solaris 64. 9988 - fixup address in case of TCP error. 9989 999012 June 2007: Wouter 9991 - num target queries was set to 0 at a bad time. Default it to 0 and 9992 increase as target queries are done. 9993 - synthesize CNAME and DNAME responses from the cache. 9994 - Updated doxygen config for doxygen 1.5. 9995 - aclocal newer version. 9996 - doxygen 1.5 fixes for comments (for the strict check on docs). 9997 999811 June 2007: Wouter 9999 - replies on TCP queries have the address field set in replyinfo, 10000 for serviced queries, because the initiator does not know that 10001 a TCP fallback has occured. 10002 - omit DNSSEC types from nonDO replies, except if qtype is ANY or 10003 if qtype directly queries for the type (and then only show that 10004 'unknown type' in the answer section). 10005 - fixed message parsing where rrsigs on their own would be put 10006 in the signature list over the rrsig type. 10007 100087 June 2007: Wouter 10009 - fixup error in double linked list insertion for subqueries and 10010 for outbound list of serviced queries for iterator module. 10011 - nicer printout of outgoing port selection. 10012 - fixup cname target readout. 10013 - nicer debug output. 10014 - fixup rrset counts when prepending CNAMEs to the answer. 10015 - fixup rrset TTL for prepended CNAMEs. 10016 - process better check for looping modules, and which submodule to 10017 run next. 10018 - subreq insertion code fixup for slumber list. 10019 - VERB_DETAIL, verbosity: 2 level gives short but readable output. 10020 VERB_ALGO, verbosity: 3 gives extensive output. 10021 - fixup RA bit in cached replies. 10022 - fixup CNAME responses from the cache no longer partial response. 10023 - error in network send handled without leakage. 10024 - enable ip6 from config, and try ip6 addresses if available, 10025 if ip6 is not connected, skips to next server. 10026 100275 June 2007: Wouter 10028 - iterator state finished. 10029 - subrequests without parent store in cache and stop. 10030 - worker slumber list for ongoing promiscuous queries. 10031 - subrequest error handling. 10032 - priming failure returns SERVFAIL. 10033 - priming gives LAME result, returns SERVFAIL. 10034 - debug routine to print dns_msg as handled by iterator. 10035 - memleak in config file stubs fixup. 10036 - more small bugs, in scrubber, query compare no ID for lookup, 10037 in dname validation for NS targets. 10038 - sets entry.key for new special allocs. 10039 - lognametypeclass can display unknown types and classes. 10040 100414 June 2007: Wouter 10042 - random selection of equally preferred nameserver targets. 10043 - reply info copy routine. Reuses existing code. 10044 - cache lameness in response handling. 10045 - do not touch qstate after worker_process_query because it may have 10046 been deleted by that routine. 10047 - Prime response state. 10048 - Process target response state. 10049 - some memcmp changed to dname_compare for case preservation. 10050 100511 June 2007: Wouter 10052 - normalize incoming messages. Like unbound-java, with CNAME chain 10053 checked, DNAME checked, CNAME's synthesized, glue checked. 10054 - sanitize incoming messages. 10055 - split msgreply encode functions into own file msgencode.c. 10056 - msg_parse to queryinfo/replyinfo conversion more versatile. 10057 - process_response, classify response, delegpt_from_message. 10058 1005931 May 2007: Wouter 10060 - querytargets state. 10061 - dname_subdomain_c() routine. 10062 - server selection, based on RTT. ip6 is filtered out if not available, 10063 and lameness is checked too. 10064 - delegation point copy routine. 10065 1006630 May 2007: Wouter 10067 - removed FLAG_CD from message and rrset caches. This was useful for 10068 an agnostic forwarder, but not for a sophisticated (trust value per 10069 rrset enabled) cache. 10070 - iterator response typing. 10071 - iterator cname handle. 10072 - iterator prime start. 10073 - subquery work. 10074 - processInitRequest and processInitRequest2. 10075 - cache synthesizes referral messages, with DS and NSEC. 10076 - processInitRequest3. 10077 - if a request creates multiple subrequests these are all activated. 10078 1007929 May 2007: Wouter 10080 - routines to lock and unlock array of rrsets moved to cache/rrset. 10081 - lookup message from msg cache (and copy to region). 10082 - fixed cast error in dns msg lookup. 10083 - message with duplicate rrset does not increase its TTLs twice. 10084 - 'qnamesize' changed to 'qname_len' for similar naming scheme. 10085 1008625 May 2007: Wouter 10087 - Acknowledge use of unbound-java code in iterator. Nicer readme. 10088 - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and 10089 rrset cache from module environment. 10090 - packed rrset key has type and class as easily accessible struct 10091 members. They are still kept in network format for fast msg encode. 10092 - dns cache find_delegation routine. 10093 - iterator main functions setup. 10094 - dns cache lookup setup. 10095 1009624 May 2007: Wouter 10097 - small changes to prepare for subqueries. 10098 - iterator forwarder feature separated out. 10099 - iterator hints stub code, config file stub code, so that first 10100 testing can proceed locally. 10101 - replay tests now have config option to enable forwarding mode. 10102 1010323 May 2007: Wouter 10104 - outside network does precise timers for roundtrip estimates for rtt 10105 and for setting timeout for UDP. Pending_udp takes milliseconds. 10106 - cleaner iterator sockaddr conversion of forwarder address. 10107 - iterator/iter_utils and iter_delegpt setup. 10108 - root hints. 10109 1011022 May 2007: Wouter 10111 - outbound query list for modules and support to callback with the 10112 outbound entry to the module. 10113 - testbound support for new serviced queries. 10114 - test for retry to TCP cannot use testbound any longer. 10115 - testns test for EDNS fallback, test for TCP fallback already exists. 10116 - fixes for no-locking compile. 10117 - mini_event timer precision and fix for change in timeouts during 10118 timeout callback. Fix for fwd_three tests, performed nonexit query. 10119 1012021 May 2007: Wouter 10121 - small comment on hash table locking. 10122 - outside network serviced queries, contain edns and tcp fallback, 10123 and udp retries and rtt timing. 10124 1012516 May 2007: Wouter 10126 - lruhash_touch() would cause locking order problems. Fixup in 10127 lock-verify in case locking cycle is found. 10128 - services/cache/rrset.c for rrset cache code. 10129 - special rrset_cache LRU updating function that uses the rrset id. 10130 - no dependencies calculation when make clean is called. 10131 - config settings for infra cache. 10132 - daemon code slightly cleaner, only creates caches once. 10133 1013415 May 2007: Wouter 10135 - host cache code. 10136 - unit test for host cache. 10137 1013814 May 2007: Wouter 10139 - Port to OS/X and Dec Alpha. Printf format and alignment fixes. 10140 - extensive lock debug report on join timeout. 10141 - proper RTT calculation, in utility code. 10142 - setup of services/cache/infra, host cache. 10143 1014411 May 2007: Wouter 10145 - iterator/iterator.c module. 10146 - fixup to pass reply_info in testcode and in netevent. 10147 1014810 May 2007: Wouter 10149 - created release-0.3 svn tag. 10150 - util/module.h 10151 - fixed compression - no longer compresses root name. 10152 101539 May 2007: Wouter 10154 - outside network cleans up waiting tcp queries on exit. 10155 - fallback to TCP. 10156 - testbound replay with retry in TCP mode. 10157 - tpkg test for retry in TCP mode, against ldns-testns server. 10158 - daemon checks max number of open files and complains if not enough. 10159 - test where data expires in the cache. 10160 - compiletests: fixed empty body ifstatements in alloc.c, in case 10161 locks are disabled. 10162 101638 May 2007: Wouter 10164 - outgoing network keeps list of available tcp buffers for outgoing 10165 tcp queries. 10166 - outgoing-num-tcp config option. 10167 - outgoing network keeps waiting list of queries waiting for buffer. 10168 - netevent supports outgoing tcp commpoints, nonblocking connects. 10169 101707 May 2007: Wouter 10171 - EDNS read from query, used to make reply smaller. 10172 - advertised edns value constants. 10173 - EDNS BADVERS response, if asked for too high edns version. 10174 - EDNS extended error responses once the EDNS record from the query 10175 has successfully been parsed. 10176 101774 May 2007: Wouter 10178 - msgreply sizefunc is more accurate. 10179 - config settings for rrset cache size and slabs. 10180 - hashtable insert takes argument so that a thread can use its own 10181 alloc cache to store released keys. 10182 - alloc cache special_release() locks if necessary. 10183 - rrset trustworthiness type added. 10184 - thread keeps a scratchpad region for handling messages. 10185 - writev used in netevent to write tcp length and data after another. 10186 This saves a roundtrip on tcp replies. 10187 - test for one rrset updated in the cache. 10188 - test for one rrset which is not updated, as it is not deemed 10189 trustworthy enough. 10190 - test for TTL refreshed in rrset. 10191 101923 May 2007: Wouter 10193 - fill refs. Use new parse and encode to answer queries. 10194 - stores rrsets in cache. 10195 - uses new msgreply format in cache. 10196 101972 May 2007: Wouter 10198 - dname unit tests in own file and spread out neatly in functions. 10199 - more dname unit tests. 10200 - message encoding creates truncated TC flagged messages if they do 10201 not fit, and will leave out (whole)rrsets from additional if needed. 10202 102031 May 2007: Wouter 10204 - decompress query section, extremely lenient acceptance. 10205 But only for answers from other servers, not for plain queries. 10206 - compression and decompression test cases. 10207 - some stats added. 10208 - example.conf interface: line is changed from 127.0.0.1 which leads 10209 to problems if used (restricting communication to the localhost), 10210 to a documentation and test address. 10211 1021227 April 2007: Wouter 10213 - removed iov usage, it is not good for dns message encoding. 10214 - owner name compression more optimal. 10215 - rrsig owner name compression. 10216 - rdata domain name compression. 10217 1021826 April 2007: Wouter 10219 - floating point exception fix in lock-verify. 10220 - lint uses make dependency 10221 - fixup lint in dname owner domain name compression code. 10222 - define for offset range that can be compressed to. 10223 1022425 April 2007: Wouter 10225 - prettier code; parse_rrset->type kept in host byte order. 10226 - datatype used for hashvalue of converted rrsig structure. 10227 - unit test compares edns section data too. 10228 1022924 April 2007: Wouter 10230 - ttl per RR, for RRSIG rrsets and others. 10231 - dname_print debug function. 10232 - if type is not known, size calc will skip DNAME decompression. 10233 - RRSIG parsing and storing and putting in messages. 10234 - dnssec enabled unit tests (from nlnetlabs.nl and se queries). 10235 - EDNS extraction routine. 10236 1023720 April 2007: Wouter 10238 - code comes through all of the unit tests now. 10239 - disabled warning about spurious extra data. 10240 - documented the RRSIG parse plan in msgparse.h. 10241 - rrsig reading and outputting. 10242 1024319 April 2007: Wouter 10244 - fix unit test to actually to tests. 10245 - fix write iov helper, and fakevent code. 10246 - extra builtin testcase (small packet). 10247 - ttl converted to network format in packets. 10248 - flags converted correctly 10249 - rdatalen off by 2 error fixup. 10250 - uses less iov space for header. 10251 1025218 April 2007: Wouter 10253 - review of msgparse code. 10254 - smaller test cases. 10255 1025617 April 2007: Wouter 10257 - copy and decompress dnames. 10258 - store calculated hash value too. 10259 - routine to create message out of stored information. 10260 - util/data/msgparse.c for message parsing code. 10261 - unit test, and first fixes because of test. 10262 * forgot rrset_count addition. 10263 * did & of ptr on stack for memory position calculation. 10264 * dname_pkt_copy forgot to read next label length. 10265 - test from file and fixes 10266 * double frees fixed in error conditions. 10267 * types with less than full rdata allowed by parser. 10268 Some dynamic update packets seem to use it. 10269 1027016 April 2007: Wouter 10271 - following a small change in LDNS, parsing code calculates the 10272 memory size to allocate for rrs. 10273 - code to handle ID creation. 10274 1027513 April 2007: Wouter 10276 - parse routines. Code that parses rrsets, rrs. 10277 1027812 April 2007: Wouter 10279 - dname compare routine that preserves case, with unit tests. 10280 1028111 April 2007: Wouter 10282 - parse work - dname packet parse, msgparse, querysection parse, 10283 start of sectionparse. 10284 1028510 April 2007: Wouter 10286 - Improved alignment of reply_info packet, nice for 32 and 64 bit. 10287 - Put RRset counts in reply_info, because the number of RRs can change 10288 due to RRset updates. 10289 - import of region-allocator code from nsd. 10290 - set alloc special type to ub_packed_rrset_key. 10291 Uses lruhash entry overflow chain next pointer in alloc cache. 10292 - doxygen documentation for region-allocator. 10293 - setup for parse scratch data. 10294 102955 April 2007: Wouter 10296 - discussed packed rrset with Jelte. 10297 102984 April 2007: Wouter 10299 - moved to version 0.3. 10300 - added util/data/dname.c 10301 - layout of memory for rrsets. 10302 103033 April 2007: Wouter 10304 - detect sign of msghdr.msg_iovlen so that the cast to that type 10305 in netevent (which is there to please lint) can be correct. 10306 The type on several OSes ranges from int, int32, uint32, size_t. 10307 Detects unsigned or signed using math trick. 10308 - constants for DNS flags. 10309 - compilation without locks fixup. 10310 - removed include of unportable header from lookup3.c. 10311 - more portable use of struct msghdr. 10312 - casts for printf warning portability. 10313 - tweaks to tests to port them to the testbed. 10314 - 0.2 tag created. 10315 103162 April 2007: Wouter 10317 - check sizes of udp received messages, not too short. 10318 - review changes. Some memmoves can be memcpys: 4byte aligned. 10319 set id correctly on cached answers. 10320 - review changes msgreply.c, memleak on error condition. AA flag 10321 clear on cached reply. Lowercase queries on hashing. 10322 unit test on lowercasing. Test AA bit not set on cached reply. 10323 Note that no TTLs are managed. 10324 1032529 March 2007: Wouter 10326 - writev or sendmsg used when answering from cache. 10327 This avoids a copy of the data. 10328 - do not do useless byteswap on query id. Store reply flags in uint16 10329 for easier access (and no repeated byteswapping). 10330 - reviewed code. 10331 - configure detects and config.h includes sys/uio.h for writev decl. 10332 1033328 March 2007: Wouter 10334 - new config option: num-queries-per-thread. 10335 - added tpkg test for answering three queries at the same time 10336 using one thread (from the query service list). 10337 1033827 March 2007: Wouter 10339 - added test for cache and not cached answers, in testbound replays. 10340 - testbound can give config file and commandline options from the 10341 replay file to unbound. 10342 - created test that checks if items drop out of the cache. 10343 - added word 'partitioned hash table' to documentation on slab hash. 10344 A slab hash is a partitioned hash table. 10345 - worker can handle multiple queries at a time. 10346 1034726 March 2007: Wouter 10348 - config settings for slab hash message cache. 10349 - test for cached answer. 10350 - Fixup deleting fake answer from testbound list. 10351 1035223 March 2007: Wouter 10353 - review of yesterday's commits. 10354 - covered up memory leak of the entry locks. 10355 - answers from the cache correctly. Copies flags correctly. 10356 - sanity check for incoming query replies. 10357 - slabbed hash table. Much nicer contention, need dual cpu to see. 10358 1035922 March 2007: Wouter 10360 - AIX configure check. 10361 - lock-verify can handle references to locks that are created 10362 in files it has not yet read in. 10363 - threaded hash table test. 10364 - unit test runs lock-verify afterwards and checks result. 10365 - need writelock to update data on hash_insert. 10366 - message cache code, msgreply code. 10367 1036821 March 2007: Wouter 10369 - unit test of hash table, fixup locking problem in table_grow(). 10370 - fixup accounting of sizes for removing items from hashtable. 10371 - unit test for hash table, single threaded test of integrity. 10372 - lock-verify reports errors nicely. More quiet in operation. 10373 1037416 March 2007: Wouter 10375 - lock-verifier, checks consistent order of locking. 10376 1037714 March 2007: Wouter 10378 - hash table insert (and subroutines) and lookup implemented. 10379 - hash table remove. 10380 - unit tests for hash internal bin, lru functions. 10381 1038213 March 2007: Wouter 10383 - lock_unprotect in checklocks. 10384 - util/storage/lruhash.h for LRU hash table structure. 10385 1038612 March 2007: Wouter 10387 - configure.ac moved to 0.2. 10388 - query_info and replymsg util/data structure. 10389 103909 March 2007: Wouter 10391 - added rwlock writelock checking. 10392 So it will keep track of the writelock, and readlocks are enforced 10393 to not change protected memory areas. 10394 - log_hex function to dump hex strings to the logfile. 10395 - checklocks zeroes its destroyed lock after checking memory areas. 10396 - unit test for alloc. 10397 - identifier for union in checklocks to please older compilers. 10398 - created 0.1 tag. 10399 104008 March 2007: Wouter 10401 - Reviewed checklock code. 10402 104037 March 2007: Wouter 10404 - created a wrapper around thread calls that performs some basic 10405 checking for data race and deadlock, and basic performance 10406 contention measurement. 10407 104086 March 2007: Wouter 10409 - Testbed works with threading (different machines, different options). 10410 - alloc work, does the special type. 10411 104122 March 2007: Wouter 10413 - do not compile fork funcs unless needed. Otherwise will give 10414 type errors as their typedefs have not been enabled. 10415 - log shows thread numbers much more nicely (and portably). 10416 - even on systems with nonthreadsafe libevent signal handling, 10417 unbound will exit if given a signal. 10418 Reloads will not work, and exit is not graceful. 10419 - start of alloc framework layout. 10420 104211 March 2007: Wouter 10422 - Signals, libevent and threads work well, with libevent patch and 10423 changes to code (close after event_del). 10424 - set ipc pipes nonblocking. 10425 1042627 February 2007: Wouter 10427 - ub_thread_join portable definition. 10428 - forking is used if no threading is available. 10429 Tested, it works, since pipes work across processes as well. 10430 Thread_join is replaced with waitpid. 10431 - During reloads the daemon will temporarily handle signals, 10432 so that they do not result in problems. 10433 - Also randomize the outgoing port range for tests. 10434 - If query list is full, will stop selecting listening ports for read. 10435 This makes all threads service incoming requests, instead of one. 10436 No memory is leaking during reloads, service of queries, etc. 10437 - test that uses ldns-testns -f to test threading. Have to answer 10438 three queries at the same time. 10439 - with verbose=0 operates quietly. 10440 1044126 February 2007: Wouter 10442 - ub_random code used to select ID and port. 10443 - log code prints thread id. 10444 - unbound can thread itself, with reload(HUP) and quit working 10445 correctly. 10446 - don't open pipes for #0, doesn't need it. 10447 - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload). 10448 1044923 February 2007: Wouter 10450 - Can do reloads on sigHUP. Everything is stopped, and freed, 10451 except the listening ports. Then the config file is reread. 10452 And everything is started again (and listening ports if needed). 10453 - Ports for queries are shared. 10454 - config file added interface:, chroot: and username:. 10455 - config file: directory, logfile, pidfile. And they work too. 10456 - will daemonize by default now. Use -d to stay in the foreground. 10457 - got BSD random[256 state] code, made it threadsafe. util/random. 10458 1045922 February 2007: Wouter 10460 - Have a config file. Removed commandline options, moved to config. 10461 - tests use config file. 10462 1046321 February 2007: Wouter 10464 - put -c option in man page. 10465 - minievent fd array capped by FD_SETSIZE. 10466 1046720 February 2007: Wouter 10468 - Added locks code and pthread spinlock detection. 10469 - can use no locks, or solaris native thread library. 10470 - added yacc and lex configure, and config file parsing code. 10471 also makedist.sh, and manpage. 10472 - put include errno.h in config.h 10473 1047419 February 2007: Wouter 10475 - Created 0.0 svn tag. 10476 - added acx_pthread.m4 autoconf check for pthreads from 10477 the autoconf archive. It is GPL-with-autoconf-exception Licensed. 10478 You can specify --with-pthreads, or --without-pthreads to configure. 10479 1048016 February 2007: Wouter 10481 - Updated testbed script, works better by using make on remote end. 10482 - removed check decls, we can compile without them. 10483 - makefile supports LIBOBJ replacements. 10484 - docs checks ignore compat code. 10485 - added util/mini-event.c and .h, a select based alternative used with 10486 ./configure --with-libevent=no 10487 It is limited to 1024 file descriptors, and has less features. 10488 - will not create ip6 sockets if ip6 not on the machine. 10489 1049015 February 2007: Wouter 10491 - port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64, 10492 Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc. 10493 - malloc rndstate, so that it is aligned for access. 10494 - fixed rbtree cleanup with postorder traverse. 10495 - fixed pending messages are deleted when handled. 10496 - You can control verbosity; default is not verbose, every -v 10497 adds more verbosity. 10498 1049914 February 2007: Wouter 10500 - Included configure.ac changes from ldns. 10501 - detect (some) headers before the standards check. 10502 - do not use isblank to test c99, since its not available on solaris9. 10503 - review of testcode. 10504 * entries in a RANGE are no longer reversed. 10505 * print name of file with replay entry parse errors. 10506 - port to OSX: cast to int for some prints of sizet. 10507 - Makefile copies ldnstestpkts.c before doing dependencies on it. 10508 1050913 February 2007: Wouter 10510 - work on fake events, first fwd replay works. 10511 - events can do timeouts and errors on queries to servers. 10512 - test package that runs replay scenarios. 10513 1051412 February 2007: Wouter 10515 - work on fake events. 10516 105179 February 2007: Wouter 10518 - replay file reading. 10519 - fake event setup, it creates fake structures, and teardowns, 10520 added signal callbacks to reply to be able to fake those, 10521 and main structure of event replay routines. 10522 105238 February 2007: Wouter 10524 - added tcp test. 10525 - replay storage. 10526 - testcode/fake_event work. 10527 105287 February 2007: Wouter 10529 - return answer with the same ID as query was sent with. 10530 - created udp forwarder test. I've done some effort to make it perform 10531 quickly. After servers are created, no big sleep statements but 10532 it checks the logfiles to see if servers have come up. Takes 0.14s. 10533 - set addrlen value when calling recvfrom. 10534 - comparison of addrs more portable. 10535 - LIBEVENT option for testbed to set libevent directory. 10536 - work on tcp input. 10537 105386 February 2007: Wouter 10539 - reviewed code and improved in places. 10540 105415 February 2007: Wouter 10542 - Picked up stdc99 and other define tests from ldns. Improved 10543 POSIX define test to include getaddrinfo. 10544 - defined constants for netevent callback error code. 10545 - unit test for strisip6. 10546 105472 February 2007: Wouter 10548 - Created udp4 and udp6 port arrays to provide service for both 10549 address families. 10550 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets. 10551 - listens on both ip4 and ip6 ports to provide correct return address. 10552 - worker fwder address filled correctly. 10553 - fixup timer code. 10554 - forwards udp queries and sends answer. 10555 105561 February 2007: Wouter 10557 - outside network more UDP work. 10558 - moved * closer to type. 10559 - comm_timer object and events. 10560 1056131 January 2007: Wouter 10562 - Added makedist.sh script to make release tarball. 10563 - Removed listen callback layer, did not add anything. 10564 - Added UDP recv to netevent, worker callback for udp. 10565 - netevent communication reply storage structure. 10566 - minimal query header sanity checking for worker. 10567 - copied over rbtree implementation from NSD (BSD licensed too). 10568 - outgoing network query service work. 10569 1057030 January 2007: Wouter 10571 - links in example/ldns-testpkts.c and .h for premade packet support. 10572 - added callback argument to listen_dnsport and daemon/worker. 10573 1057429 January 2007: Wouter 10575 - unbound.8 a short manpage. 10576 1057726 January 2007: Wouter 10578 - fixed memleak. 10579 - make lint works on BSD and Linux (openssl defines). 10580 - make tags works. 10581 - testbound program start. 10582 1058325 January 2007: Wouter 10584 - fixed lint so it may work on BSD. 10585 - put license into header of every file. 10586 - created verbosity flag. 10587 - fixed libevent configure flag. 10588 - detects event_base_free() in new libevent 1.2 version. 10589 - getopt in daemon. fatal_exit() and verbose() logging funcs. 10590 - created log_assert, that throws assertions to the logfile. 10591 - listen_dnsport service. Binds ports. 10592 1059324 January 2007: Wouter 10594 - cleaned up configure.ac. 10595 1059623 January 2007: Wouter 10597 - added libevent to configure to link with. 10598 - util/netevent setup work. 10599 - configure searches for libevent. 10600 - search for libs at end of configure (when other headers and types 10601 have been found). 10602 - doxygen works with ATTR_UNUSED(). 10603 - util/netevent implementation. 10604 1060522 January 2007: Wouter 10606 - Designed header file for network communication. 10607 1060816 January 2007: Wouter 10609 - added readme.svn and readme.tests. 10610 106114 January 2007: Wouter 10612 - Testbed script (run on multiple platforms the test set). 10613 Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5. 10614 - added unit test tpkg. 10615 106163 January 2007: Wouter 10617 - committed first set of files into subversion repository. 10618 svn co svn+ssh://unbound.net/svn/unbound 10619 You need a ssh login. There is no https access yet. 10620 - Added LICENSE, the BSD license. 10621 - Added doc/README with compile help. 10622 - main program stub and quiet makefile. 10623 - minimal logging service (to stderr). 10624 - added postcommit hook that serves emails. 10625 - added first test 00-lint. postcommit also checks if build succeeds. 10626 - 01-doc: doxygen doc target added for html docs. And stringent test 10627 on documented files, functions and parameters. 10628 1062915 December 2006: Wouter 10630 - Created Makefile.in and configure.ac. 10631