12 February 2021: Wouter 2 - branch-1.13.1 is created, with release-1.13.1rc1 tag. 3 - Fix dynlibmod link on rhel8 for -ldl inclusion. 4 - Fix windows dependency on libssp.dll because of default stack 5 protector in mingw. 6 - Fix indentation of root anchor for use by windows install script. 7 81 February 2021: George 9 - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411. 10 1129 January 2021: Wouter 12 - Fix for doxygen 1.8.20 compatibility. 13 1428 January 2021: Wouter 15 - Annotate that we ignore the return value of if_indextoname. 16 - Fix to use correct type for label count in rpz routine. 17 - Fix empty clause warning in config_file nsid parse. 18 - Fix to use correct type for label count in ipdnametoaddr rpz routine. 19 - Fix empty clause warning in edns pass for padding. 20 - Fix fwd ancil test post script when not supported. 21 2226 January 2021: George 23 - Merge PR #408 from fobser: Prevent a few more yacc clashes. 24 - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the 25 original instead of a decrementing TTL ('serve-original-ttl') 26 - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor 27 static data. 28 - Ignore cache blacklisting when trying to reply with expired data from 29 cache (#394). 30 3126 January 2021: Wouter 32 - Fix compile of unbound-dnstap-socket without dnstap installed. 33 3422 January 2021: Willem 35 - Padding of queries and responses with DNS over TLS as specified in 36 RFC7830 and RFC8467. 37 3822 January 2021: George 39 - Fix TTL of SOA record for negative answers (localzone and 40 authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM. 41 4219 January 2021: Willem 43 - Support for RFC5001: DNS Name Server Identifier (NSID) Option 44 with the nsid: option in unbound.conf 45 4618 January 2021: Wouter 47 - Fix #404: DNS query with small edns bufsize fail. 48 - Fix declaration before statement and signed comparison warning in 49 dns64. 50 5115 January 2021: Wouter 52 - Merge #402 from fobser: Implement IPv4-Embedded addresses according 53 to RFC6052. 54 5514 January 2021: Wouter 56 - Fix for #93: dynlibmodule import library is named libunbound.dll.a. 57 5813 January 2021: Wouter 59 - Merge #399 from xiangbao227: The lock of lruhash table should 60 unlocked after markdel entry. 61 - Fix for #93: dynlibmodule link fix for Windows. 62 6312 January 2021: Wouter 64 - Fix #397: [Feature request] add new type always_null to local-zone 65 similar to always_nxdomain. 66 - Fix so local zone types always_nodata and always_deny can be used 67 from the config file. 68 698 January 2021: Wouter 70 - Merge PR #391 from fhriley: Add start_time to reply callbacks so 71 modules can compute the response time. 72 - For #391: use struct timeval* start_time for callback information. 73 - For #391: fix indentation. 74 - For #391: more double casts in python start time calculation. 75 - Add comment documentation. 76 - Fix clang analysis warning. 77 786 January 2021: Wouter 79 - Fix #379: zone loading over HTTP appears to have buffer issues. 80 - Merge PR #395 from mptre: add missing null check. 81 - Fix #387: client-subnet-always-forward seems to effectively bypass 82 any caching? 83 845 January 2021: Wouter 85 - Fix #385: autoconf 2.70 impacts unbound build 86 - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands 87 to unbound-control. 88 894 January 2021: Wouter 90 - For #376: Fix that comm point event is not double removed or double 91 added to event map. 92 - iana portlist updated. 93 9416 December 2020: George 95 - Fix error cases when udp-connect is set and send() returns an error 96 (modified patch from Xin Li @delphij). 97 9811 December 2020: Wouter 99 - Fix #371: unbound-control timeout when Unbound is not running. 100 - Fix to squelch permission denied and other errors from remote host, 101 they are logged at higher verbosity but not on low verbosity. 102 - Merge PR #335 from fobser: Sprinkle in some static to prevent 103 missing prototype warnings. 104 - Merge PR #373 from fobser: Warning: arithmetic on a pointer to void 105 is a GNU extension. 106 - Fix missing prototypes in the code. 107 1083 December 2020: Wouter 109 - make depend. 110 - iana portlist updated. 111 1122 December 2020: Wouter 113 - Fix #360: for the additionally reported TCP Fast Open makes TCP 114 connections fail, in that case we print a hint that this is 115 happening with the error in the logs. 116 - Fix #356: deadlock when listening tcp. 117 - Fix unbound-dnstap-socket to not use log routine from interrupt 118 handler and not print so frequently when invoked in sequence. 119 - Fix on windows to ignore connection failure on UDP, unless verbose. 120 - Fix for #283: fix stream reuse and tcp fast open. 121 - Fix update, with write event check with streamreuse and fastopen. 122 1231 December 2020: Wouter 124 - Fix #358: Squelch udp connect 'no route to host' errors on low 125 verbosity. 126 12730 November 2020: Wouter 128 - Fix assertion failure on double callback when iterator loses 129 interest in query at head of line that then has the tcp stream 130 not kept for reuse. 131 - tag for the 1.13.0rc4 release. This also became the 1.13.0 132 release version on 3 dec 2020 with the streamreuse and fastopen 133 fix from 2 dec 2020. The code repo continues for 1.13.1 in 134 development. 135 13627 November 2020: Wouter 137 - Fix compile warning for type cast in http2_submit_dns_response. 138 - Fix when use free buffer to initialize rbtree for stream reuse. 139 - Fix compile warnings for windows. 140 - Fix compile warnings in rpz initialization. 141 - Fix contrib/metrics.awk for FreeBSD awk compatibility. 142 - tag for the 1.13.0rc3 release. 143 14426 November 2020: Wouter 145 - Fix to omit UDP receive errors from log, if verbosity low. 146 These happen because of udp-connect. 147 - For #352: contrib/metrics.awk for Prometheus style metrics output. 148 - Fix that after failed read, the readagain cannot activate. 149 - Clear readagain upon decommission of pending tcp structure. 150 15125 November 2020: Wouter 152 - with udp-connect ignore connection refused with UDP timeouts. 153 - Fix udp-connect on FreeBSD, do send calls on connected UDP socket. 154 - Better fix for reuse tree comparison for is-tls sockets. Where 155 the tree key identity is preserved after cleanup of the TLS state. 156 - Remove debug commands from reuse tests. 157 - Fix memory leak for edns client tag opcode config element. 158 - Attempt fix for libevent state in tcp reuse cases after a packet 159 is written. 160 - Fix readagain and writeagain callback functions for comm point 161 cleanup. 162 - tag for the 1.13.0rc2 release. 163 16424 November 2020: Wouter 165 - Merge PR #283 : Stream reuse. This implements upstream stream 166 reuse for performing several queries over the same TCP or TLS 167 channel. 168 - set version of main branch to 1.13.0 for upcoming release. 169 - iana portlist updated. 170 - Fix one port unit test for udp-connect. 171 - tag for the 1.13.0rc1 release. 172 - Fix crash when TLS connection is closed prematurely, when 173 reuse tree comparison is not properly identical to insertion. 174 - Fix padding of struct regional for 32bit systems. 175 17623 November 2020: George 177 - Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with 178 edns-client-string option. 179 18023 November 2020: Wouter 181 - Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket 182 address families. 183 - Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error: 184 failed to list interfaces: getifaddrs: Address family not 185 supported by protocol. 186 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2. 187 - Option to toggle udp-connect, default is enabled. 188 - Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere 189 with chown of pidfile. 190 - Further fix for it and retvalue 0 fix for it. 191 19212 November 2020: Wouter 193 - Fix to connect() to UDP destinations, default turned on, 194 this lowers vulnerability to ICMP side channels. 195 - Retry for interfaces with unused ports if possible. 196 19710 November 2020: Wouter 198 - Fix #341: fixing a possible memory leak. 199 - Fix memory leak after fix for possible memory leak failure. 200 - Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX' 201 undeclared. 202 20327 October 2020: Wouter 204 - In man page note that tls-cert-bundle is read before permission 205 drop and chroot. 206 20722 October 2020: Wouter 208 - Fix #333: Unbound Segmentation Fault w/ log_info Functions From 209 Python Mod. 210 - Fix that minimal-responses does not remove addresses from a priming 211 query response. 212 21321 October 2020: George 214 - Fix #327: net/if.h check fails on some darwin versions; contribution by 215 Joshua Root. 216 - Fix #320: potential memory corruption due to size miscomputation upton 217 custom region alloc init. 218 21921 October 2020: Wouter 220 - Merge PR #228 : infra-keep-probing option to probe hosts that are 221 down. Add infra-keep-probing: yes option. Hosts that are down are 222 probed more frequently. 223 With the option turned on, it probes about every 120 seconds, 224 eventually after exponential backoff, and that keeps that way. If 225 traffic keeps up for the domain. It probes with one at a time, eg. 226 one query is allowed to probe, other queries within that 120 second 227 interval are turned away. 228 22919 October 2020: George 230 - Merge PR #324 from James Renken: Add modern X.509v3 extensions to 231 unbound-control TLS certificates. 232 - Fix for PR #324 to attach the x509v3 extensions to the client 233 certificate. 234 23519 October 2020: Ralph 236 - local-zone regional allocations outside of chunk 237 23819 October 2020: Wouter 239 - Fix that http settings have colon in set_option, for 240 http-endpoint, http-max-streams, http-query-buffer-size, 241 http-response-buffer-size, and http-nodelay. 242 - Fix memory leak of https port string when reading config. 243 - Fix #330: [Feature request] Add unencrypted DNS over HTTPS support. 244 This adds the option http-notls-downstream: yesno to change that, 245 and the dohclient test code has the -n option. 246 - Fix python documentation warning on functions.rst inplace_cb_reply. 247 - Fix dnstap test to wait for log timer to see if queries are logged. 248 - Log ip address when http session recv fails, eg. due to tls fail. 249 - Fix to set the tcp handler event toggle flag back to default when 250 the handler structure is reused. 251 - Clean the fix for out of order TCP processing limits on number 252 of queries. It was tested to work. 253 25416 October 2020: Wouter 255 - Fix that the out of order TCP processing does not limit the 256 number of outstanding queries over a connection. 257 25815 October 2020: George 259 - Fix that if there are reply callbacks for the given rcode, those 260 are called per reply and a new message created if that was modified 261 by the call. 262 - Pass the comm_reply information to the inplace_cb_reply* functions 263 during the mesh state and update the documentation on that. 264 26515 October 2020: Wouter 266 - Merge PR #326 from netblue30: DoH: implement content-length 267 header field 268 - DoH content length, simplify code, remove declaration after 269 statement and fix cast warning. 270 27114 October 2020: Wouter 272 - Fix for python reply callback to see mesh state reply_list member, 273 it only removes it briefly for the commpoint call so that it does 274 not drop it and attempt to modify the reply list during reply. 275 - Fix that if there are on reply callbacks, those are called per 276 reply and a new message created if that was modified by the call. 277 - Free up auth zone parse region after use for lookup of host 278 27913 October 2020: Wouter 280 - Fix #323: unbound testsuite fails on mock build in systemd-nspawn 281 if systemd support is build. 282 2839 October 2020: Wouter 284 - Fix dnstap socket and the chroot not applied properly to the dnstap 285 socket path. 286 - Fix warning in libnss compile, nss_buf2dsa is not used without DSA. 287 2888 October 2020: Wouter 289 - Tag for 1.12.0 release. 290 - Current repo is version 1.12.1 in development. 291 - Fix #319: potential memory leak on config failure, in rpz config. 292 2931 October 2020: Wouter 294 - Current repo is version 1.12.0 for release. Tag for 1.12.0rc1. 295 29630 September 2020: Wouter 297 - Fix doh tests when not compiled in. 298 - Add dohclient test executable to gitignore. 299 - Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for 300 alloc check debug output. 301 - Easier kill of unbound-dnstap-socket tool in test. 302 - Fix memory leak of edns tags at libunbound context delete. 303 - Fix double loopexit for unbound-dnstap-socket after sigterm. 304 30529 September 2020: Ralph 306 - DNS Flag Day 2020: change edns-buffer-size default to 1232. 307 30828 September 2020: Wouter 309 - Fix unit test for dnstap changes, so that it waits for the timer. 310 31123 September 2020: Wouter 312 - Fix #305: dnstap logging significantly affects unbound performance 313 (regression in 1.11). 314 - Fix #305: only wake up thread when threshold reached. 315 - Fix to ifdef fptr wlist item for dnstap. 316 31723 September 2020: Ralph 318 - Fix edns-client-tags get_option typo 319 - Add edns-client-tag-opcode option 320 - Use inclusive language in configuration 321 32221 September 2020: Ralph 323 - Fix #304: dnstap logging not recovering after dnstap process restarts 324 32521 September 2020: Wouter 326 - Merge PR #311 by luismerino: Dynlibmod leak. 327 - Error message is logged for dynlibmod malloc failures. 328 - iana portlist updated. 329 33018 September 2020: Wouter 331 - Fix that prefer-ip4 and prefer-ip6 can be get and set with 332 unbound-control, with libunbound and the unbound-checkconf option 333 output function. 334 - iana portlist updated. 335 33615 September 2020: George 337 - Introduce test for statistics. 338 33915 September 2020: Wouter 340 - Spelling fix. 341 34211 September 2020: Wouter 343 - Remove x file mode on ipset/ipset.c and h files. 344 3459 September 2020: Wouter 346 - Fix num.expired statistics output. 347 34831 August 2020: Wouter 349 - Merge PR #293: Add missing prototype. Also refactor to use the new 350 shorthand function to clean up the code. 351 - Refactor to use sock_strerr shorthand function. 352 - Fix #296: systemd nss-lookup.target is reached before unbound can 353 successfully answer queries. Changed contrib/unbound.service.in. 354 35527 August 2020: Wouter 356 - Similar to NSD PR#113, implement that interface names can be used, 357 eg. something like interface: eth0 is resolved at server start and 358 uses the IP addresses for that named interface. 359 - Review fix, doxygen and assign null in case of error free. 360 36126 August 2020: George 362 - Update documentation in python example code. 363 36424 August 2020: Wouter 365 - Fix that dnstap reconnects do not spam the log with the repeated 366 attempts. Attempts on the timer are only logged on high verbosity, 367 if they produce a connection failure error. 368 - Fix to apply chroot to dnstap-socket-path, if chroot is enabled. 369 - Change configure to use EVP_sha256 instead of HMAC_Update for 370 openssl-3.0.0. 371 37220 August 2020: Ralph 373 - Fix stats double count issue (#289). 374 37513 August 2020: Ralph 376 - Create and init edns tags data for libunbound. 377 37810 August 2020: Ralph 379 - Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available, 380 by Vítězslav Čížek. 381 38210 August 2020: Wouter 383 - Fix #287: doc typo: "Additionaly". 384 - Rerun autoconf 385 3866 August 2020: Wouter 387 - Merge PR #284 and Fix #246: Remove DLV entirely from Unbound. 388 The DLV has been decommisioned and in unbound 1.5.4, in 2015, there 389 was advise to stop using it. The current code base does not contain 390 DLV code any more. The use of dlv options displays a warning. 391 3925 August 2020: Wouter 393 - contrib/aaaa-filter-iterator.patch file renewed diff content to 394 apply cleanly to the current coderepo for the current code version. 395 3965 August 2020: Ralph 397 - Merge PR #272: Add EDNS client tag functionality. 398 3994 August 2020: George 400 - Improve error log message when inserting rpz RR. 401 - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as 402 definedness, by Felipe Gasper. 403 4044 August 2020: Wouter 405 - Fix mini_event.h on OpenBSD cannot find fd_set. 406 40731 July 2020: Wouter 408 - Fix doxygen comment for no ssl for tls session ticket key callback 409 routine. 410 41127 July 2020: George 412 - Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on 413 March 2020, by and0x000. 414 41527 July 2020: Ralph 416 - Merge PR #269, Fix python module len() implementations, by Torbjörn 417 Lönnemark 418 41927 July 2020: Wouter 420 - branch now named 1.11.1. 1.11.0rc1 became the 1.11.0 release. 421 - Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf 422 42320 July 2020: Wouter 424 - Fix streamtcp to print packet data to stdout. This makes the 425 stdout and stderr not mix together lines, when parsing its output. 426 - Fix contrib/fastrpz.patch to apply cleanly. It fixes for changes 427 due to added libdynmod, but it does not compile, it conflicts with 428 new rpz code. 429 - branch now named 1.11.0 and 1.11.0rc1 tag. 430 43117 July 2020: Wouter 432 - Fix libnettle compile for session ticket key callback function 433 changes. 434 - Fix lock dependency cycle in rpz zone config setup. 435 43617 July 2020: Ralph 437 - Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie 438 Courrèges-Anglas. 439 - Fix PR #234 log_assert sizeof to use union buffer. 440 44116 July 2020: Wouter 442 - Fix check conf test for referencing installation paths. 443 - Fix unused variable warning for clang analyzer. 444 44516 July 2020: George 446 - Introduce 'include-toplevel:' configuration option. 447 44816 July 2020: Ralph 449 - Add bidirectional frame streams support. 450 4518 July 2020: Wouter 452 - Fix add missing DSA header, for compilation without deprecated 453 OpenSSL APIs. 454 - Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL 455 3.0.0-alpha4. 456 - Longer keys for the test set, this avoids weak crypto errors. 457 4587 July 2020: Wouter 459 - Fix #259: Fix unbound-checkconf does not check view existence. 460 unbound-checkconf checks access-control-view, access-control-tags, 461 access-control-tag-actions and access-control-tag-datas. 462 - Fix offset of error printout for access-control-tag-datas. 463 - Review fixes for checkconf #259 change. 464 4656 July 2020: Wouter 466 - run_vm cleanup better and removes trailing slash on single argument. 467 46829 June 2020: Wouter 469 - Move reply list clean for serve expired mesh callback to after 470 the reply is sent, so that script callbacks have reply_info. 471 - Also move reply list clean for mesh callbacks to the scrip callback 472 can see the reply_info. 473 - Fix for mesh accounting if the reply list already empty to begin 474 with. 475 - Fix for mesh accounting when rpz decides to drop a reply with a 476 tcp stream waiting for it. 477 - Review fix for number of detached states due to use of variable 478 after end of loop. 479 - Fix tcp req info drop due to size call into mesh accounting 480 removal of mesh state during mesh send reply. 481 48224 June 2020: Wouter 483 - iana portlist updated. 484 - doxygen file comments for dynlibmodule. 485 48617 June 2020: Wouter 487 - Fix default explanation in man page for qname-minimisation-strict. 488 - Fix display of event loop method with libev. 489 4908 June 2020: Wouter 491 - Mention tls name possible when tls is enabled for stub-addr in the 492 man page. 493 49427 May 2020: George 495 - Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use 496 "Requires:". 497 49825 May 2020: George 499 - Update contrib/aaaa-filter-iterator.patch for the recent 500 generate_sub_request() change and to apply cleanly. 501 50221 May 2020: George 503 - Fix for integer overflow when printing RDF_TYPE_TIME. 504 50519 May 2020: Wouter 506 - CVE-2020-12662 Unbound can be tricked into amplifying an incoming 507 query into a large number of queries directed to a target. 508 - CVE-2020-12663 Malformed answers from upstream name servers can be 509 used to make Unbound unresponsive. 510 - Release 1.10.1 is 1.10.0 with fixes, code repository continues, 511 including those fixes, towards the next release. Configure has 512 version 1.10.2 version number in it. 513 - For PR #93: windows compile warnings removal 514 - windows compile warnings removal for ip dscp option code. 515 - For PR #93: unit test for dynlib module. 516 51718 May 2020: Wouter 518 - For PR #93: dynlibmod can handle reloads and deinit and inits again, 519 with dlclose and dlopen of the library again. Also for multiple 520 modules. Fix memory leak by not closing dlopened content. Fix 521 to allow one dynlibmod instance by unbound-checkconf. 522 - For PR #93: checkconf allows multiple dynlib in module-config, for 523 a couple cases. 524 - For PR #93: checkconf allows python dynlib in module-config, for 525 a couple cases. 526 - For PR #93: man page spelling reference fix. 527 - For PR #93: fix link of other executables for dynlibmod dependency. 528 52915 May 2020: Wouter 530 - Merge PR #93: Add dynamic library support. 531 - Fixed conflicts for PR #93 and make configure, yacc, lex. 532 - For PR #93: Fix warnings for dynlibmodule. 533 53415 May 2020: Ralph 535 - Cache ECS answers with longest scope of CNAME chain. 536 53722 April 2020: George 538 - Explicitly use 'rrset-roundrobin: no' for test cases. 539 54021 April 2020: Wouter 541 - Merge #225 from akhait: KSK-2010 has been revoked. It removes the 542 KSK-2010 from the default list in unbound-anchor, now that the 543 revocation period is over. KSK-2017 is the only trust anchor in 544 the shipped default now. 545 54621 April 2020: George 547 - Change default value for 'rrset-roundrobin' to yes. 548 - Fix tests for new rrset-roundrobin default. 549 55020 April 2020: Wouter 551 - Fix #222: --enable-rpath, fails to rpath python lib. 552 - Fix for count of reply states in the mesh. 553 - Remove unneeded was_mesh_reply check. 554 55517 April 2020: George 556 - Add SNI support on more TLS connections (fixes #193). 557 - Add SNI support to unbound-anchor. 558 55916 April 2020: George 560 - Add doxygen documentation for DSCP. 561 56216 April 2020: Wouter 563 - Fix help return code in unbound-control-setup script. 564 - Fix for posix shell syntax for trap in nsd-control-setup. 565 - Fix for posix shell syntax for trap in run_msg.sh test script. 566 56715 April 2020: George 568 - Fix #220: auth-zone section in config may lead to segfault. 569 5707 April 2020: Wouter 571 - Merge PR #214 from gearnode: unbound-control-setup recreate 572 certificates. With the -r option the certificates are created 573 again, without it, only the files that do not exist are created. 574 5756 April 2020: Ralph 576 - Keep track of number of timeouts. Use this counter to determine if 577 capsforid fallback should be started. 578 5796 April 2020: George 580 - More documentation for redis-expire-records option. 581 5821 April 2020: George 583 - Merge PR #206: Redis TTL, by Talkabout. 584 58530 March 2020: Wouter 586 - Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and :: 587 - Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful 588 transports. 589 59027 March 2020: Wouter 591 - Merge PR #203 from noloader: Update README-Travis.md with current 592 procedures. 593 59427 March 2020: Ralph 595 - Make unbound-control error returned on missing domain name more user 596 friendly. 597 59826 March 2020: Ralph 599 - Fix RPZ concurrency issue when using auth_zone_reload. 600 60125 March 2020: George 602 - Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings. 603 - Fix on #201. 604 60524 March 2020: Wouter 606 - Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP 607 tag for outgoing packets. 608 - Fixes on #200. 609 - Travis fix for ios by omitting tools from install. 610 61123 March 2020: Wouter 612 - Fix compile on Solaris for unbound-checkconf. 613 61420 March 2020: George 615 - Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's 616 only used in this file. 617 61820 March 2020: Wouter 619 - Merge PR #197 from fobser: Make log_ident_revert_to_default() a 620 proper prototype. 621 62219 March 2020: Ralph 623 - Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton. 624 - Fix #158: open tls-session-ticket-keys as binary, for Windows. By 625 Daisuke HIGASHI. 626 - Merge PR#134, Allow the kernel to provide random source ports. By 627 Florian Obser. 628 - Log warning when using outgoing-port-permit and outgoing-port-avoid 629 while explicit port randomisation is disabled. 630 - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton. 631 - Fix .travis.yml error, missing 'env' option. 632 63316 March 2020: Wouter 634 - Fix #192: In the unbound-checkconf tool, the module config of 635 dns64 subnetcache respip validator iterator is whitelisted, it was 636 reported it seems to work. 637 63812 March 2020: Wouter 639 - Fix compile of test tools without protobuf. 640 64111 March 2020: Ralph 642 - Add check to make sure RPZ records are subdomains of configured 643 zone origin. 644 64511 March 2020: George 646 - Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete 647 type, by noloader. 648 - Changelog entry for (Fix #189, Merge PR #190). 649 65011 March 2020: Wouter 651 - Fix #188: unbound-control.c:882:6: error: 'execlp' is 652 unavailable: not available on tvOS. 653 6546 March 2020: George 655 - Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by 656 noloader 657 6585 March 2020: Wouter 659 - Fix PR #182 from noloader: Add iOS testing to Travis. 660 6614 March 2020: Ralph 662 - Update README-Travis.md (from PR #179), by Jeffrey Walton. 663 6644 March 2020: George 665 - Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android. 666 6674 March 2020: Wouter 668 - Merge PR #180 from noloader: Avoid calling exit in Travis script. 669 6703 March 2020: George 671 - Upgrade config.guess(2020-01-01) and config.sub(2020-01-01). 672 6732 March 2020: Ralph 674 - Fix #175, Merge PR #176: fix link error when OpenSSL is configured 675 with no-engine, thanks noloader. 676 6772 March 2020: George 678 - Fix compiler warning in dns64/dns64.c 679 - Merge PR #174: Add Android to Travis testing, by noloader. 680 - Move android build scripts to contrib/ and allow android tests to fail. 681 6822 March 2020: Wouter 683 - Fix #177: dnstap does not build on macOS. 684 68528 February 2020: Ralph 686 - Merge PR #172: Add IBM s390x arch for testing, by noloader. 687 68828 February 2020: Wouter 689 - Merge PR #173: updated makedist.sh for config.guess and 690 config.sub and sha256 digest for gpg, by noloader. 691 - Merge PR #164: Framestreams, this branch implements dnstap 692 unidirectional connectivity in unbound. This has a number of 693 new features. 694 695 The dependency on libfstrm is removed. The fstrm protocol code 696 resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This 697 contains a brief definition of what unbound needs. 698 699 The make unbound-dnstap-socket builds a debug tool, 700 unbound-dnstap-socket. It can listen, accept multiple DNSTAP 701 streams and print information. Commandline options control it. 702 703 Unbound can reconnect if the unix domain socket file socket is 704 closed. This uses exponential backoff after which it uses a 705 one second timer to throttle cpu down. There is also support 706 to use TCP and TLS for connecting to the log server. There 707 are new config options to turn them on, in the dnstap section 708 in the man page and example config file. dnstap-ip with IP 709 address of server for TCP or TLS use. dnstap-tls to turn 710 on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle, 711 dnstap-tls-client-key-file and dnstap-tls-client-cert-file 712 to configure the certificates for server authentication and 713 client authentication, or leave at "" to not use that. 714 71527 February 2020: George 716 - Merge PR #171: Add additional compilers and platforms to Travis 717 testing, by noloader. 718 71927 February 2020: Wouter 720 - Fix #169: Fix warning for daemon/remote.c output may be truncated 721 from snprintf. 722 - Fix #170: Fix gcc undefined sanitizer signed integer overflow 723 warning in signature expiry RFC1982 serial number arithmetic. 724 - Fix more undefined sanitizer issues, in respip copy_rrset null 725 dname, and in the client_info_compare routine for null memcmp. 726 72726 February 2020: Wouter 728 - iana portlist updated. 729 73025 February 2020: Wouter 731 - Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for 732 using ipv4 filters, because the hosts ip6 netblock /64 is not owned 733 by one operator, and thus reputation is shared. 734 73524 February 2020: George 736 - Merge PR #166: Fix typo in unbound.service.in, by glitsj16. 737 73820 February 2020: Wouter 739 - Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for 740 Unbound from Yuri Voinov. 741 - master branch has 1.10.1 version. 742 74318 February 2020: Wouter 744 - protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for 745 different openssl versions. 746 74717 February 2020: Wouter 748 - changelog point where the tag for 1.10.0rc2 release is. And with 749 the unbound_smf23 commit added to it, that is the 1.10.0 release. 750 75117 February 2020: Ralph 752 - Add respip to supported module-config options in unbound-checkconf. 753 75417 February 2020: George 755 - Remove unused variable. 756 75717 February 2020: Wouter 758 - contrib/drop2rpz: perl script that converts the Spamhaus DROP-List 759 in RPZ-Format, contributed by Andreas Schulze. 760 76114 February 2020: Wouter 762 - Fix spelling in unbound.conf.5.in. 763 - Stop unbound-checkconf from insisting that auth-zone and rpz 764 zonefiles have to exist. They can not exist, and download later. 765 76613 February 2020: Wouter 767 - tag for 1.10.0rc1 release. 768 76912 February 2020: Wouter 770 - Fix with libnettle make test with dsa disabled. 771 - Fix contrib/fastrpz.patch to apply cleanly. Fix for serve-stale 772 fixes, but it does not compile, conflicts with new rpz code. 773 - Fix to clean memory leak of respip_addr.lock when ip_tree deleted. 774 - Fix compile warning when threads disabled. 775 - updated version number to 1.10.0. 776 77710 February 2020: George 778 - Document 'ub_result.was_ratelimited' in libunbound. 779 - Fix use after free on log-identity after a reload; Fixes #163. 780 7816 February 2020: George 782 - Fix num_reply_states and num_detached_states counting with 783 serve_expired_callback. 784 - Cleaner code in mesh_serve_expired_lookup. 785 - Document in unbound.conf manpage that configuration clauses can be 786 repeated in the configuration file. 787 7886 February 2020: Wouter 789 - Fix num_reply_addr counting in mesh and tcp drop due to size 790 after serve_stale commit. 791 - Fix to create and destroy rpz_lock in auth_zones structure. 792 - Fix to lock zone before adding rpz qname trigger. 793 - Fix to lock and release once in mesh_serve_expired_lookup. 794 - Fix to put braces around empty if body when threading is disabled. 795 7965 February 2020: George 797 - Added serve-stale functionality as described in 798 draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used 799 to configure the behavior. 800 - Updated cachedb to honor `serve-expired-ttl`; Fixes #107. 801 - Renamed statistic `num.zero_ttl` to `num.expired` as expired replies 802 come with a configurable TTL value (`serve-expired-reply-ttl`). 803 - Fixed stats when replying with cached, cname-aliased records. 804 - Added missing default values for redis cachedb backend. 805 8063 February 2020: Ralph 807 - Add assertion to please static analyzer 808 80931 January 2020: Wouter 810 - Fix fclose on error in TLS session ticket code. 811 81230 January 2020: Ralph 813 - Fix memory leak in error condition remote.c 814 - Fix double free in error condition view.c 815 - Fix memory leak in do_auth_zone_transfer on success 816 - Merge RPZ support into master. Only QNAME and Response IP triggers are 817 supported. 818 - Stop working on socket when socket() call returns an error. 819 - Check malloc return values in TLS session ticket code 820 82130 January 2020: Wouter 822 - Fix subnet tests for disabled DSA algorithm by default. 823 - Update contrib/fastrpz.patch for clean diff with current code. 824 - Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds 825 and Frzk. Updates the unbound.service systemd file and adds 826 a portable systemd service file. 827 - updated .gitignore for added contrib file. 828 - Add build rule for ipset to Makefile 829 - Add getentropy_freebsd.o to Makefile dependencies. 830 83129 January 2020: Ralph 832 - Merge PR#156 from Alexander Berkes; Added unbound-control 833 view_local_datas_remove command. 834 83529 January 2020: Wouter 836 - Fix #157: undefined reference to `htobe64'. 837 83828 January 2020: Ralph 839 - Merge PR#147; change rfc reference for reserved top level dns names. 840 84128 January 2020: Wouter 842 - iana portlist updated. 843 - Fix to silence the tls handshake errors for broken pipe and reset 844 by peer, unless verbosity is set to 2 or higher. 845 84627 January 2020: Ralph 847 - Merge PR#154; Allow use of libbsd functions with configure option 848 --with-libbsd. By Robert Edmonds and Steven Chamberlain. 849 - Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai. 850 85127 January 2020: Wouter 852 - Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes 853 to Libs/Requires for crypto library dependencies. 854 - Fix #153: Disable validation for DSA algorithms. RFC 8624 855 compliance. 856 85723 January 2020: Wouter 858 - Merge PR#150 from Frzk: Systemd unit without chroot. It add 859 contrib/unbound_nochroot.service.in, a systemd file for use with 860 chroot: "", see comments in the file, it uses systemd protections 861 instead. 862 86314 January 2020: Wouter 864 - Removed the dnscrypt_queries and dnscrypt_queries_chacha tests, 865 because dnscrypt-proxy (2.0.36) does not support the test setup 866 any more, and also the config file format does not seem to have 867 the appropriate keys to recreate that setup. 868 - Fix crash after reload where a stats lookup could reference old key 869 cache and neg cache structures. 870 - Fix for memory leak when edns subnet config options are read when 871 compiled without edns subnet support. 872 - Fix auth zone support for NSEC3 records without salt. 873 87410 January 2020: Wouter 875 - Fix the relationship between serve-expired and prefetch options, 876 patch from Saksham Manchanda from Secure64. 877 - Fix unreachable code in ssl set options code. 878 8798 January 2020: Ralph 880 - Fix #138: stop binding pidfile inside chroot dir in systemd service 881 file. 882 8838 January 2020: Wouter 884 - Fix 'make test' to work for --disable-sha1 configure option. 885 - Fix out-of-bounds null-byte write in sldns_bget_token_par while 886 parsing type WKS, reported by Luis Merino from X41 D-Sec. 887 - Updated sldns_bget_token_par fix for also space for the zero 888 delimiter after the character. And update for more spare space. 889 8906 January 2020: George 891 - Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD. 892 The dl_iterate_phdr() function introduced in newer versions raises 893 compilation errors on solaris 10. 894 - Changes to compat/getentropy_solaris.c for, 895 ifdef stdint.h inclusion for older systems. 896 ifdef sha2.h inclusion for older systems. 897 8986 January 2020: Wouter 899 - Merge #135 from Florian Obser: Use passed in neg and key cache 900 if non-NULL. 901 - Fix #140: Document slave not downloading new zonefile upon update. 902 90316 December 2019: George 904 - Update mailing list URL. 905 90612 December 2019: Ralph 907 - Master is 1.9.7 in development. 908 - Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by 909 Florian Obser 910 91110 December 2019: Wouter 912 - Fix to make auth zone IXFR to fallback to AXFR if a single 913 response RR is received over TCP with the SOA in it. 914 9156 December 2019: Wouter 916 - Fix ipsecmod compile. 917 - Fix Makefile.in for ipset module compile, from Adi Prasaja. 918 - release-1.9.6 tag, which became the 1.9.6 release 919 9205 December 2019: Wouter 921 - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1 922 replacements for unbound-fuzzme.c that gets created after applying 923 the contrib/unbound-fuzzme.patch. They are contributed by 924 Eric Sesterhenn from X41 D-Sec. 925 - tag for 1.9.6rc1. 926 9274 December 2019: Wouter 928 - Fix lock type for memory purify log lock deletion. 929 - Fix testbound for alloccheck runs, memory purify and lock checks. 930 - update contrib/fastrpz.patch to apply more cleanly. 931 - Fix Make Test Fails when Configured With --enable-alloc-nonregional, 932 reported by X41 D-Sec. 933 9343 December 2019: Wouter 935 - Merge pull request #124 from rmetrich: Changed log lock 936 from 'quick' to 'basic' because this is an I/O lock. 937 - Fix text around serial arithmatic used for RRSIG times to refer 938 to correct RFC number. 939 - Fix Assert Causing DoS in synth_cname(), 940 reported by X41 D-Sec. 941 - Fix similar code in auth_zone synth cname to add the extra checks. 942 - Fix Assert Causing DoS in dname_pkt_copy(), 943 reported by X41 D-Sec. 944 - Fix OOB Read in sldns_wire2str_dname_scan(), 945 reported by X41 D-Sec. 946 - Fix Out of Bounds Write in sldns_str2wire_str_buf(), 947 reported by X41 D-Sec. 948 - Fix Out of Bounds Write in sldns_b64_pton(), 949 fixed by check in sldns_str2wire_int16_data_buf(), 950 reported by X41 D-Sec. 951 - Fix Insufficient Handling of Compressed Names in dname_pkt_copy(), 952 reported by X41 D-Sec. 953 - Fix Out of Bound Write Compressed Names in rdata_copy(), 954 reported by X41 D-Sec. 955 - Fix Hang in sldns_wire2str_pkt_scan(), 956 reported by X41 D-Sec. 957 This further lowers the max to 256. 958 - Fix snprintf() supports the n-specifier, 959 reported by X41 D-Sec. 960 - Fix Bad Indentation, in dnscrypt.c, 961 reported by X41 D-Sec. 962 - Fix Client NONCE Generation used for Server NONCE, 963 reported by X41 D-Sec. 964 - Fix compile error in dnscrypt. 965 - Fix _vfixed not Used, removed from sbuffer code, 966 reported by X41 D-Sec. 967 - Fix Hardcoded Constant, reported by X41 D-Sec. 968 - make depend 969 9702 December 2019: Wouter 971 - Merge pull request #122 from he32: In tcp_callback_writer(), 972 don't disable time-out when changing to read. 973 97422 November 2019: George 975 - Fix compiler warnings. 976 97722 November 2019: Wouter 978 - Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec. 979 - Add make distclean that removes everything configure produced, 980 and make maintainer-clean that removes bison and flex output. 981 98220 November 2019: Wouter 983 - Fix Out of Bounds Read in rrinternal_get_owner(), 984 reported by X41 D-Sec. 985 - Fix Race Condition in autr_tp_create(), 986 reported by X41 D-Sec. 987 - Fix Shared Memory World Writeable, 988 reported by X41 D-Sec. 989 - Adjust unbound-control to make stats_shm a read only operation. 990 - Fix Weak Entropy Used For Nettle, 991 reported by X41 D-Sec. 992 - Fix Randomness Error not Handled Properly, 993 reported by X41 D-Sec. 994 - Fix Out-of-Bounds Read in dname_valid(), 995 reported by X41 D-Sec. 996 - Fix Config Injection in create_unbound_ad_servers.sh, 997 reported by X41 D-Sec. 998 - Fix Local Memory Leak in cachedb_init(), 999 reported by X41 D-Sec. 1000 - Fix Integer Underflow in Regional Allocator, 1001 reported by X41 D-Sec. 1002 - Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD. 1003 - Synchronize compat/getentropy_win.c with version 1.5 from 1004 OpenBSD, no changes but makes the file, comments, identical. 1005 - Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD. 1006 - Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD. 1007 - Changes to compat/getentropy files for, 1008 no link to openssl if using nettle, and hence config.h for 1009 HAVE_NETTLE variable. 1010 compat definition of MAP_ANON, for older systems. 1011 ifdef stdint.h inclusion for older systems. 1012 ifdef sha2.h inclusion for older systems. 1013 - Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec. 1014 - Fix compile with --enable-alloc-checks, reported by X41 D-Sec. 1015 - Fix Terminating Quotes not Written, reported by X41 D-Sec. 1016 - Fix Useless memset() in validator, reported by X41 D-Sec. 1017 - Fix Unrequired Checks, reported by X41 D-Sec. 1018 - Fix Enum Name not Used, reported by X41 D-Sec. 1019 - Fix NULL Pointer Dereference via Control Port, 1020 reported by X41 D-Sec. 1021 - Fix Bad Randomness in Seed, reported by X41 D-Sec. 1022 - Fix python examples/calc.py for eval, reported by X41 D-Sec. 1023 - Fix comments for doxygen in dns64. 1024 102519 November 2019: Wouter 1026 - Fix CVE-2019-18934, shell execution in ipsecmod. 1027 - 1.9.5 is 1.9.4 with bugfix, trunk is 1.9.6 in development. 1028 - Fix authzone printout buffer length check. 1029 - Fixes to please lint checks. 1030 - Fix Integer Overflow in Regional Allocator, 1031 reported by X41 D-Sec. 1032 - Fix Unchecked NULL Pointer in dns64_inform_super() 1033 and ipsecmod_new(), reported by X41 D-Sec. 1034 - Fix Out-of-bounds Read in rr_comment_dnskey(), 1035 reported by X41 D-Sec. 1036 - Fix Integer Overflows in Size Calculations, 1037 reported by X41 D-Sec. 1038 - Fix Integer Overflow to Buffer Overflow in 1039 sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec. 1040 - Fix Out of Bounds Read in sldns_str2wire_dname(), 1041 reported by X41 D-Sec. 1042 - Fix Out of Bounds Write in sldns_bget_token_par(), 1043 reported by X41 D-Sec. 1044 104518 November 2019: Wouter 1046 - In unbound-host use separate variable for get_option to please 1047 code checkers. 1048 - update to bison output of 3.4.1 in code repository. 1049 - Provide a prototype for compat malloc to remove compile warning. 1050 - Portable grep usage for reuseport configure test. 1051 - Check return type of HMAC_Init_ex for openssl 0.9.8. 1052 - gitignore .source tempfile used for compatible make. 1053 105413 November 2019: Wouter 1055 - iana portlist updated. 1056 - contrib/fastrpz.patch updated to apply for current code. 1057 - fixes for splint cleanliness, long vs int in SSL set_mode. 1058 105911 November 2019: Wouter 1060 - Fix #109: check number of arguments for stdin-pipes in 1061 unbound-control and fail if too many arguments. 1062 - Merge #102 from jrtc27: Add getentropy emulation for FreeBSD. 1063 106424 October 2019: Wouter 1065 - Fix #99: Memory leak in ub_ctx (event_base will never be freed). 1066 106723 October 2019: George 1068 - Add new configure option `--enable-fully-static` to enable full static 1069 build if requested; in relation to #91. 1070 107123 October 2019: Wouter 1072 - Merge #97: manpage: Add missing word on unbound.conf, 1073 from Erethon. 1074 107522 October 2019: Wouter 1076 - drop-tld.diff: adds option drop-tld: yesno that drops 2 label 1077 queries, to stop random floods. Apply with 1078 patch -p1 < contrib/drop-tld.diff and compile. 1079 From Saksham Manchanda (Secure64). Please note that we think this 1080 will drop DNSKEY and DS lookups for tlds and hence break DNSSEC 1081 lookups for downstream clients. 1082 10837 October 2019: Wouter 1084 - Add doxygen comments to unbound-anchor source address code, in #86. 1085 10863 October 2019: Wouter 1087 - Merge #90 from vcunat: fix build with nettle-3.5. 1088 - Merge 1.9.4 release with fix for vulnerability CVE-2019-16866. 1089 - Continue with development of 1.9.5. 1090 - Merge #86 from psquarejho: Added -b source address option to 1091 smallapp/unbound-anchor.c, from Lukas Wunner. 1092 109326 September 2019: Wouter 1094 - Merge #87 from hardfalcon: Fix contrib/unbound.service.in, 1095 Drop CAP_KILL, use + prefix for ExecReload= instead. 1096 109725 September 2019: Wouter 1098 - The unbound.conf includes are sorted ascending, for include 1099 statements with a '*' from glob. 1100 110123 September 2019: Wouter 1102 - Merge #85 for #84 from sam-lunt: Add kill capability to systemd 1103 service file to fix that systemctl reload fails. 1104 110520 September 2019: Wouter 1106 - Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW 1107 in unbound.service. 1108 - Merge #81 from Maryse47: Consistently use /dev/urandom instead 1109 of /dev/random in scripts and docs. 1110 - Merge #83 from Maryse47: contrib/unbound.service.in: do not fork 1111 into the background. 1112 111319 September 2019: Wouter 1114 - Fix #78: Memory leak in outside_network.c. 1115 - Merge pull request #76 from Maryse47: Improvements and fixes for 1116 systemd unbound.service. 1117 - oss-fuzz badge on README.md. 1118 - Fix fix for #78 to also free service callback struct. 1119 - Fix for oss-fuzz build warning. 1120 - Fix wrong response ttl for prepended short CNAME ttls, this would 1121 create a wrong zero_ttl response count with serve-expired enabled. 1122 - Merge #80 from stasic: Improve wording in man page. 1123 112411 September 2019: Wouter 1125 - Use explicit bzero for wiping clear buffer of hash in cachedb, 1126 reported by Eric Sesterhenn from X41 D-Sec. 1127 11289 September 2019: Wouter 1129 - Fix #72: configure --with-syslog-facility=LOCAL0-7 with default 1130 LOG_DAEMON (as before) can set the syslog facility that the server 1131 uses to log messages. 1132 11334 September 2019: Wouter 1134 - Fix #71: fix openssl error squelch commit compilation error. 1135 11363 September 2019: Wouter 1137 - squelch DNS over TLS errors 'ssl handshake failed crypto error' 1138 on low verbosity, they show on verbosity 3 (query details), because 1139 there is a high volume and the operator cannot do anything for the 1140 remote failure. Specifically filters the high volume errors. 1141 11422 September 2019: Wouter 1143 - ipset module #28: log that an address is added, when verbosity high. 1144 - ipset: refactor long routine into three smaller ones. 1145 - updated Makefile dependencies. 1146 114723 August 2019: Wouter 1148 - Fix contrib/fastrpz.patch asprintf return value checks. 1149 115022 August 2019: Wouter 1151 - Fix that pkg-config is setup before --enable-systemd needs it. 1152 - 1.9.3rc2 release candidate tag. And this became the 1.9.3 release. 1153 Master is 1.9.4 in development. 1154 115521 August 2019: Wouter 1156 - Fix log_dns_msg to log irrespective of minimal responses config. 1157 115819 August 2019: Ralph 1159 - Document limitation of pidfile removal outside of chroot directory. 1160 116116 August 2019: Wouter 1162 - Fix unittest valgrind false positive uninitialised value report, 1163 where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0 1164 issues an uninitialised value for the token buffer at the str2wire.c 1165 rrinternal_get_owner() strcmp with the '@' value. Rewritten to use 1166 straight character comparisons removes the false positive. Also 1167 valgrinds --expensive-definedness-checks=yes can stop this false 1168 positive. 1169 - Please doxygen's parser for "@" occurrence in doxygen comment. 1170 - Fixup contrib/fastrpz.patch 1171 - Remove warning about unknown cast-function-type warning pragma. 1172 117315 August 2019: Wouter 1174 - iana portlist updated. 1175 - Fix autotrust temp file uniqueness windows compile. 1176 - avoid warning about upcast on 32bit systems for autotrust. 1177 - escape commandline contents for -V. 1178 - Fix character buffer size in ub_ctx_hosts. 1179 - 1.9.3rc1 release candidate tag. 1180 - Option -V prints if TCP fastopen is available. 1181 118214 August 2019: George 1183 - Fix #59, when compiled with systemd support check that we can properly 1184 communicate with systemd through the `NOTIFY_SOCKET`. 1185 118614 August 2019: Wouter 1187 - Generate configlexer with newer flex. 1188 - Fix warning for unused variable for compilation without systemd. 1189 119012 August 2019: George 1191 - Introduce `-V` option to print the version number and build options. 1192 Previously reported build options like linked libs and linked modules 1193 are now moved from `-h` to `-V` as well for consistency. 1194 - PACKAGE_BUGREPORT now also includes link to GitHub issues. 1195 11961 August 2019: Wouter 1197 - For #52 #53, second context does not close logfile override. 1198 - Fix #52 #53, fix for example fail program. 1199 - Fix to return after failed auth zone http chunk write. 1200 - Fix to remove unused test for task_probe existance. 1201 - Fix to timeval_add for remaining second in microseconds. 1202 - Check repinfo in worker_handle_request, if null, drop it. 1203 120429 July 2019: Wouter 1205 - Add verbose log message when auth zone file is written, at level 4. 1206 - Add hex print of trust anchor pointer to trust anchor file temp 1207 name to make it unique, for libunbound created multiple contexts. 1208 120923 July 2019: Wouter 1210 - Fix question section mismatch in local zone redirect. 1211 121219 July 2019: Wouter 1213 - Fix #49: Set no renegotiation on the SSL context to stop client 1214 session renegotiation. 1215 121612 July 2019: Wouter 1217 - Fix #48: Unbound returns additional records on NODATA response, 1218 if minimal-responses is enabled, also the additional for negative 1219 responses is removed. 1220 12219 July 2019: Ralph 1222 - Fix in respip addrtree selection. Absence of addr_tree_init_parents() 1223 call made it impossible to go up the tree when the matching netmask is 1224 too specific. 1225 12265 July 2019: Ralph 1227 - Fix for possible assertion failure when answering respip CNAME from 1228 cache. 1229 123025 June 2019: Wouter 1231 - For #45, check that 127.0.0.1 and ::1 are not used in unbound.conf 1232 when do-not-query-localhost is turned on, or at default on, 1233 unbound-checkconf prints a warning if it is found in forward-addr or 1234 stub-addr statements. 1235 123624 June 2019: Wouter 1237 - Fix memleak in unit test, reported from the clang 8.0 static analyzer. 1238 123918 June 2019: Wouter 1240 - PR #28: IPSet module, by Kevin Chou. Created a module to support 1241 the ipset that could add the domain's ip to a list easily. 1242 Needs libmnl, and --enable-ipset and config it, doc/README.ipset.md. 1243 - Fix to omit RRSIGs from addition to the ipset. 1244 - Fix to make unbound-control with ipset, remove unused variable, 1245 use unsigned type because of comparison, and assign null instead 1246 of compare with it. Remade lex and yacc output. 1247 - make depend 1248 - Added documentation to the ipset files (for doxygen output). 1249 - Merge PR #6: Python module: support multiple instances 1250 - Merge PR #5: Python module: define constant MODULE_RESTART_NEXT 1251 - Merge PR #4: Python module: assign something useful to the 1252 per-query data store 'qdata' 1253 - Fix python dict reference and double free in config. 1254 125517 June 2019: Wouter 1256 - Master contains version 1.9.3 in development. 1257 - Fix #39: In libunbound, leftover logfile is close()d unpredictably. 1258 - Fix for #24: Fix abort due to scan of auth zone masters using old 1259 address from previous scan. 1260 126112 June 2019: Wouter 1262 - Fix another spoolbuf storage code point, in prefetch. 1263 - 1.9.2rc3 release candidate tag. Which became the 1.9.2 release 1264 on 17 June 2019. 1265 126611 June 2019: Wouter 1267 - Fix that fixes the Fix that spoolbuf is not used to store tcp 1268 pipelined response between mesh send and callback end, this fixes 1269 error cases that did not use the correct spoolbuf. 1270 - 1.9.2rc2 release candidate tag. 1271 12726 June 2019: Wouter 1273 - 1.9.2rc1 release candidate tag. 1274 12754 June 2019: Wouter 1276 - iana portlist updated. 1277 127829 May 2019: Wouter 1279 - Fix to guard _OPENBSD_SOURCE from redefinition. 1280 128128 May 2019: Wouter 1282 - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD. 1283 - gitignore config.h.in~. 1284 128527 May 2019: Wouter 1286 - Fix double file close in tcp pipelined response code. 1287 128824 May 2019: Wouter 1289 - Fix that spoolbuf is not used to store tcp pipelined response 1290 between mesh send and callback end. 1291 129220 May 2019: Wouter 1293 - Note that so-reuseport at extreme load is better turned off, 1294 otherwise queries are not distributed evenly, on Linux 4.4.x. 1295 129616 May 2019: Wouter 1297 - Fix #31: swig 4.0 and python module. 1298 129913 May 2019: Wouter 1300 - Squelch log messages from tcp send about connection reset by peer. 1301 They can be enabled with verbosity at higher values for diagnosing 1302 network connectivity issues. 1303 - Attempt to fix malformed tcp response. 1304 13059 May 2019: Wouter 1306 - Revert fix for oss-fuzz, error is in that build script that 1307 unconditionally includes .o files detected by configure, also 1308 when the machine architecture uses different LIBOBJS files. 1309 13108 May 2019: Wouter 1311 - Attempt to fix build failure in oss-fuzz because of reallocarray. 1312 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648. 1313 Does not omit compile flags from commandline. 1314 13157 May 2019: Wouter 1316 - Fix edns-subnet locks, in error cases the lock was not unlocked. 1317 - Fix doxygen output error on readme markdown vignettes. 1318 13196 May 2019: Wouter 1320 - Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64. 1321 - Fix #30: AddressSanitizer finding in lookup3.c. This sets the 1322 hash function to use a slower but better auditable code that does 1323 not read beyond array boundaries. This makes code better security 1324 checkable, and is better for security. It is fixed to be slower, 1325 but not read outside of the array. 1326 13272 May 2019: Wouter 1328 - contrib/fastrpz.patch updated for code changes, and with git diff. 1329 - Fix .gitignore, add pythonmod and dnstap generated files. 1330 And unit test generated files, and generated doc files. 1331 13321 May 2019: Wouter 1333 - Update makedist for git. 1334 - Nicer travis output for clang analysis. 1335 - PR #16: XoT support, AXFR over TLS, turn it on with 1336 master: <ip>#<authname> in unbound.conf. This uses TLS to 1337 download the AXFR (or IXFR). 1338 133925 April 2019: Wouter 1340 - Fix wrong query name in local zone redirect answers with a CNAME, 1341 the copy of the local alias is in unpacked form. 1342 134318 April 2019: Ralph 1344 - Scrub RRs from answer section when reusing NXDOMAIN message for 1345 subdomain answers. 1346 - For harden-below-nxdomain: do not consider a name to be non-exitent 1347 when message contains a CNAME record. 1348 134918 April 2019: Wouter 1350 - travis build file. 1351 135216 April 2019: Wouter 1353 - Better braces in if statement in TCP fastopen code. 1354 - iana portlist updated. 1355 135615 April 2019: Wouter 1357 - Fix tls write event for read state change to re-call SSL_write and 1358 not resume the TLS handshake. 1359 136011 April 2019: George 1361 - Update python documentation for init_standard(). 1362 - Typos. 1363 136411 April 2019: Wouter 1365 - Fix that auth zone uses correct network type for sockets for 1366 SOA serial probes. This fixes that probes fail because earlier 1367 probe addresses are unreachable. 1368 - Fix that auth zone fails over to next master for timeout in tcp. 1369 - Squelch SSL read and write connection reset by peer and broken pipe 1370 messages. Verbosity 2 and higher enables them. 1371 13728 April 2019: Wouter 1373 - Fix to use event_assign with libevent for thread-safety. 1374 - verbose information about auth zone lookup process, also lookup 1375 start, timeout and fail. 1376 - Fix #17: Add python module example from Jan Janak, that is a 1377 plugin for the Unbound DNS resolver to resolve DNS records in 1378 multicast DNS [RFC 6762] via Avahi. The plugin communicates 1379 with Avahi via DBus. The comment section at the beginning of 1380 the file contains detailed documentation. 1381 - Fix to wipe ssl ticket keys from memory with explicit_bzero, 1382 if available. 1383 13845 April 2019: Wouter 1385 - Fix to reinit event structure for accepted TCP (and TLS) sockets. 1386 13874 April 2019: Wouter 1388 - Fix spelling error in log output for event method. 1389 13903 April 2019: Wouter 1391 - Move goto label in answer_from_cache to the end of the function 1392 where it is more visible. 1393 - Fix auth-zone NSEC3 response for wildcard nodata answers, 1394 include the closest encloser in the answer. 1395 13962 April 2019: Wouter 1397 - Fix auth-zone NSEC3 response for empty nonterminals with exact 1398 match nsec3 records. 1399 - Fix for out of bounds integers, thanks to OSTIF audit. It is in 1400 allocation debug code. 1401 - Fix for auth zone nsec3 ent fix for wildcard nodata. 1402 140325 March 2019: Wouter 1404 - Fix that tls-session-ticket-keys: "" on its own in unbound.conf 1405 disables the tls session ticker key calls into the OpenSSL API. 1406 - Fix crash if tls-servic-pem not filled in when necessary. 1407 140821 March 2019: Wouter 1409 - Fix #4240: Fix whitespace cleanup in example.conf. 1410 141119 March 2019: Wouter 1412 - add type CAA to libpyunbound (accessing libunbound from python). 1413 141418 March 2019: Wouter 1415 - Add log message, at verbosity 4, that says the query is encrypted 1416 with TLS, if that is enabled for the query. 1417 - Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482. 1418 14197 March 2019: Wouter 1420 - Fix for #4233: guard use of NDEBUG, so that it can be passed in 1421 CFLAGS into configure. 1422 14235 March 2019: Wouter 1424 - Tag release 1.9.1rc1. Which became 1.9.1 on 12 March 2019. Trunk 1425 has 1.9.2 in development. 1426 14271 March 2019: Wouter 1428 - output forwarder log in ssl_req_order test. 1429 143028 February 2019: Wouter 1431 - Remove memory leak on pythonmod python2 script file init. 1432 - Remove swig gcc8 python function cast warnings, they are ignored. 1433 - Print correct module that failed when module-config is wrong. 1434 143527 February 2019: Wouter 1436 - Fix #4229: Unbound man pages lack information, about access-control 1437 order and local zone tags, and elements in views. 1438 - Fix #14: contrib/unbound.init: Fix wrong comparison judgment 1439 before copying. 1440 - Fix for python module on Windows, fix fopen. 1441 144225 February 2019: Wouter 1443 - Fix #4227: pair event del and add for libevent for tcp_req_info. 1444 144521 February 2019: Wouter 1446 - Fix the error for unknown module in module-config is understandable, 1447 and explains it was not compiled in and where to see the list. 1448 - In example.conf explain where to put cachedb module in module-config. 1449 - In man page and example config explain that most modules have to 1450 be listed at the start of module-config. 1451 145220 February 2019: Wouter 1453 - Fix pythonmod include and sockaddr_un ifdefs for compile on 1454 Windows, and for libunbound. 1455 145618 February 2019: Wouter 1457 - Print query name with ip_ratelimit exceeded log lines. 1458 - Spaces instead of tabs in that log message. 1459 - Print query name and IP address when domain rate limit exceeded. 1460 146114 February 2019: Wouter 1462 - Fix capsforid canonical sort qsort callback. 1463 146411 February 2019: Wouter 1465 - Note default for module-config in man page. 1466 - Fix recursion lame test for qname minimisation asked queries, 1467 that were not present in the set of prepared answers. 1468 - Fix #13: Remove left-over requirements on OpenSSL >= 1.1.0 for 1469 cert name matching, from man page. 1470 - make depend, with newer gcc, nicer layout. 1471 14727 February 2019: Wouter 1473 - Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2. 1474 - Fix that qname minimisation does not skip a label when missing 1475 nameserver targets need to be fetched. 1476 - Fix #4225: clients seem to erroneously receive no answer with 1477 DNS-over-TLS and qname-minimisation. 1478 14794 February 2019: Wouter 1480 - Fix that log-replies prints the correct name for local-alias 1481 names, for names that have a CNAME in local-data configuration. 1482 It logs the original query name, not the target of the CNAME. 1483 - Add local-zone type inform_redirect, which logs like type inform, 1484 and redirects like type redirect. 1485 - Perform canonical sort for 0x20 capsforid compare of replies, 1486 this sorts rrsets in the authority and additional section before 1487 comparison, so that out of order rrsets do not cause failure. 1488 148931 January 2019: Wouter 1490 - Set ub_ctx_set_tls call signature in ltrace config file for 1491 libunbound in contrib/libunbound.so.conf. 1492 - improve documentation for tls-service-key and forward-first. 1493 - #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of 1494 conditional section, fixes systemd builds, from Enrico Scholz. 1495 - #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks, 1496 still supports the set_id_callback previous API. And for 1.1.0 1497 no locking callbacks are needed. 1498 - #8: Fix OpenSSL without ENGINE support compilation. 1499 - Wipe TLS session key data from memory on exit. 1500 150130 January 2019: Ralph 1502 - Fix case in which query timeout can result in marking delegation 1503 as edns_lame_known. 1504 150529 January 2019: Wouter 1506 - Fix spelling of tls-ciphers in example.conf.in. 1507 - Fix #4224: auth_xfr_notify.rpl test broken due to typo 1508 - Fix locking for libunbound context setup with broken port config. 1509 151028 January 2019: Wouter 1511 - ub_ctx_set_tls call for libunbound that enables DoT for the machines 1512 set with ub_ctx_set_fwd. Patch from Florian Obser. 1513 - Set build system for added call in the libunbound API. 1514 - List example config for root zone copy locally hosted with auth-zone 1515 as suggested from draft-ietf-dnsop-7706-bis-02. But with updated 1516 B root address. 1517 - set version to 1.9.0 for release. And this was released with the 1518 spelling for tls-ciphers fix as 1.9.0 on Feb 5. Trunk has 1.9.1 in 1519 development. 1520 152125 January 2019: Wouter 1522 - Fix that tcp for auth zone and outgoing does not remove and 1523 then gets the ssl read again applied to the deleted commpoint. 1524 - updated contrib/fastrpz.patch to cleanly diff. 1525 - no lock when threads disabled in tcp request buffer count. 1526 - remove compile warnings from libnettle compile. 1527 - output of newer lex 2.6.1 and bison 3.0.5. 1528 152924 January 2019: Wouter 1530 - Newer aclocal and libtoolize used for generating configure scripts, 1531 aclocal 1.16.1 and libtoolize 2.4.6. 1532 - Fix unit test for python 3.7 new keyword 'async'. 1533 - clang analysis fixes, assert arc4random buffer in init, 1534 no check for already checked delegation pointer in iterator, 1535 in testcode check for NULL packet matches, in perf do not copy 1536 from NULL start list when growing capacity. Adjust host and file 1537 only when present in test header read to please checker. In 1538 testcode for unknown macro operand give zero result. Initialise the 1539 passed argv array in test code. In test code add EDNS data 1540 segment copy only when nonempty. 1541 - Patch from Florian Obser fixes some compiler warnings: 1542 include mini_event.h to have a prototype for mini_ev_cmp 1543 include edns.h to have a prototype for apply_edns_options 1544 sldns_wire2str_edns_keepalive_print is only called in the wire2str, 1545 module declare it static to get rid of compiler warning: 1546 no previous prototype for function 1547 infra_find_ip_ratedata() is only called in the infra module, 1548 declare it static to get rid of compiler warning: 1549 no previous prototype for function 1550 do not shadow local variable buf in authzone 1551 auth_chunks_delete and az_nsec3_findnode are only called in the 1552 authzone module, declare them static to get rid of compiler warning: 1553 no previous prototype for function... 1554 copy_rrset() is only called in the respip module, declare it 1555 static to get rid of compiler warning: 1556 no previous prototype for function 'copy_rrset' 1557 no need for another variable "r"; gets rid of compiler warning: 1558 declaration shadows a local variable in libunbound.c 1559 no need for another variable "ns"; gets rid of compiler warning: 1560 declaration shadows a local variable in iterator.c 1561 - Moved includes and make depend. 1562 156323 January 2019: Wouter 1564 - Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites 1565 options for unbound.conf. 1566 - Fixes for the patch, and man page entry. 1567 - Fix configure to detect SSL_CTX_set_ciphersuites, for better 1568 library compatibility when compiling. 1569 - Patch for TLS session resumption from Manabu Sonoda, 1570 enable with tls-session-ticket-keys in unbound.conf. 1571 - Fixes for patch (includes, declarations, warnings). Free at end 1572 and keep config options in order read from file to keep the first 1573 one as the first one. 1574 - Fix for IXFR fallback to reset counter when IXFR does not timeout. 1575 157622 January 2019: Wouter 1577 - Fix space calculation for tcp req buffer size. 1578 - Doc for stream-wait-size and unit test. 1579 - unbound-control stats has mem.streamwait that counts TCP and TLS 1580 waiting result buffers. 1581 - Fix for #4219: secondaries not updated after serial change, unbound 1582 falls back to AXFR after IXFR gives several timeout failures. 1583 - Fix that auth zone after IXFR fallback tries the same master. 1584 158521 January 2019: Wouter 1586 - Fix tcp idle timeout test, for difference in the tcp reply code. 1587 - Unit test for tcp request reorder and timeouts. 1588 - Unit tests for ssl out of order processing. 1589 - Fix that multiple dns fragments can be carried in one TLS frame. 1590 - Add stream-wait-size: 4m config option to limit the maximum 1591 memory used by waiting tcp and tls stream replies. This avoids 1592 a denial of service where these replies use up all of the memory. 1593 159417 January 2019: Wouter 1595 - For caps-for-id fallback, use the whitelist to avoid timeout 1596 starting a fallback sequence for it. 1597 - increase mesh max activation count for capsforid long fetches. 1598 159916 January 2019: Ralph 1600 - Get ready for the DNS flag day: remove EDNS lame procedure, do not 1601 re-query without EDNS after timeout. 1602 160315 January 2019: Wouter 1604 - In the out of order processing, reset byte count for (potential) 1605 partial read. 1606 - Review fixes in out of order processing. 1607 160814 January 2019: Wouter 1609 - streamtcp option -a send queries consecutively and prints answers 1610 as they arrive. 1611 - Fix for out of order processing administration quit cleanup. 1612 - unit test for tcp out of order processing. 1613 161411 January 2019: Wouter 1615 - Initial commit for out-of-order processing for TCP and TLS. 1616 16179 January 2019: Wouter 1618 - Log query name for looping module errors. 1619 16208 January 2019: Wouter 1621 - Fix syntax in comment of local alias processing. 1622 - Fix NSEC3 record that is returned in wildcard replies from 1623 auth-zone zones with NSEC3 and wildcards. 1624 16257 January 2019: Wouter 1626 - On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN, 1627 and server tcp fastopen is enabled at compile time. 1628 - Document interaction between the tls-upstream option in the server 1629 section and forward-tls-upstream option in the forward-zone sections. 1630 - Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews, 1631 the patch adds a program used for fuzzing. 1632 163312 December 2018: Wouter 1634 - Fix for crash in dns64 module if response is null. 1635 163610 December 2018: Wouter 1637 - Fix config parser memory leaks. 1638 - ip-ratelimit-factor of 1 allows all traffic through, instead of the 1639 previous blocking everything. 1640 - Fix for FreeBSD port make with dnscrypt and dnstap enabled. 1641 - Fix #4206: support openssl 1.0.2 for TLS hostname verification, 1642 alongside the 1.1.0 and later support that is already there. 1643 - Fixup openssl 1.0.2 compile 1644 16456 December 2018: Wouter 1646 - Fix dns64 allocation in wrong region for returned internal queries. 1647 16483 December 2018: Wouter 1649 - Fix icon, no ragged edges and nicer resolutions available, for eg. 1650 Win 7 and Windows 10 display. 1651 - cache-max-ttl also defines upperbound of initial TTL in response. 1652 165330 November 2018: Wouter 1654 - Patch for typo in unbound.conf man page. 1655 - log-tag-queryreply: yes in unbound.conf tags the log-queries and 1656 log-replies in the log file for easier log filter maintenance. 1657 165829 November 2018: Wouter 1659 - iana portlist updated. 1660 - Fix chroot auth-zone fix to remove chroot prefix. 1661 - tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon 1662 updated. Trunk contains 1.8.3 in development. 1663 Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec. 1664 Trunk then became 1.8.4 in development. 1665 - Fix that unbound-checkconf does not complains if the config file 1666 is not placed inside the chroot. 1667 - Refuse to start with no ports. 1668 - Remove clang analysis warnings. 1669 167028 November 2018: Wouter 1671 - Fix leak in chroot fix for auth-zone. 1672 - Fix clang analysis for outside directory build test. 1673 167427 November 2018: Wouter 1675 - Fix DNS64 to not store intermediate results in cache, this avoids 1676 other threads from picking up the wrong data. The module restores 1677 the previous no_cache_store setting when the the module is finished. 1678 - Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work. 1679 - New and better fix for Fix #4193: Fix that prefetch failure does 1680 not overwrite valid cache entry with SERVFAIL. 1681 - auth-zone give SERVFAIL when expired, fallback activates when 1682 expired, and this is documented in the man page. 1683 - stat count SERVFAIL downstream auth-zone queries for expired zones. 1684 - Put new logos into windows installer. 1685 - Fix windows compile for new rrset roundrobin fix. 1686 - Update contrib fastrpz patch for latest release. 1687 168826 November 2018: Wouter 1689 - Fix to not set GLOB_NOSORT so the unbound.conf include: files are 1690 sorted and in a predictable order. 1691 - Fix #4193: Fix that prefetch failure does not overwrite valid cache 1692 entry with SERVFAIL. 1693 - Add unbound-control view_local_datas command, like local_datas. 1694 - Fix that unbound-control can send file for view_local_datas. 1695 169622 November 2018: Wouter 1697 - With ./configure --with-pyunbound --with-pythonmodule 1698 PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests 1699 succeed for the python module. 1700 - pythonmod logs the python error and traceback on failure. 1701 - ignore debug python module for test in doxygen output. 1702 - review fixes for python module. 1703 - Fix #4209: Crash in libunbound when called from getdns. 1704 - auth zone zonefiles can be in a chroot, the chroot directory 1705 components are removed before use. 1706 - Fix that empty zonefile means the zonefile is not set and not used. 1707 - make depend. 1708 170921 November 2018: Wouter 1710 - Scrub NS records from NODATA responses as well. 1711 171220 November 2018: Wouter 1713 - Scrub NS records from NXDOMAIN responses to stop fragmentation 1714 poisoning of the cache. 1715 - Add patch from Jan Vcelak for pythonmod, 1716 add sockaddr_storage getters, add support for query callbacks, 1717 allow raw address access via comm_reply and update API documentation. 1718 - Removed compile warnings in pythonmod sockaddr routines. 1719 172019 November 2018: Wouter 1721 - Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes 1722 option in unbound.conf. 1723 17246 November 2018: Ralph 1725 - Bugfix min-client-subnet-ipv6 1726 172725 October 2018: Ralph 1728 - Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options. 1729 173025 October 2018: Wouter 1731 - Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query. 1732 - Fix #4190: Please create a "ANY" deny option, adds the option 1733 deny-any: yes in unbound.conf. This responds with an empty message 1734 to queries of type ANY. 1735 - Fix #4141: More randomness to rrset-roundrobin. 1736 - Fix #4132: Openness/closeness of RANGE intervals in rpl files. 1737 - Fix #4126: RTT_band too low on VSAT links with 600+ms latency, 1738 adds the option unknown-server-time-limit to unbound.conf that 1739 can be increased to avoid the problem. 1740 - remade makefile dependencies. 1741 - Fix #4152: Logs shows wrong time when using log-time-ascii: yes. 1742 174324 October 2018: Ralph 1744 - Add markdel function to ECS slabhash. 1745 - Limit ECS scope returned to client to the scope used for caching. 1746 - Make lint like previous #4154 fix. 1747 174822 October 2018: Wouter 1749 - Fix #4192: unbound-control-setup generates keys not readable by 1750 group. 1751 - check that the dnstap socket file can be opened and exists, print 1752 error if not. 1753 - Fix #4154: make ECS_MAX_TREESIZE configurable, with 1754 the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options. 1755 175622 October 2018: Ralph 1757 - Change fast-server-num default to 3. 1758 17598 October 2018: Ralph 1760 - Add fast-server-permil and fast-server-num options. 1761 - Deprecate low-rtt and low-rtt-permil options. 1762 17638 October 2018: Wouter 1764 - Squelch log of failed to tcp initiate after TCP Fastopen failure. 1765 17665 October 2018: Wouter 1767 - Squelch EADDRNOTAVAIL errors when the interface goes away, 1768 this omits 'can't assign requested address' errors unless 1769 verbosity is set to a high value. 1770 - Set default for so-reuseport to no for FreeBSD. It is enabled 1771 by default for Linux and DragonFlyBSD. The setting can 1772 be configured in unbound.conf to override the default. 1773 - iana port update. 1774 17752 October 2018: Wouter 1776 - updated contrib/fastrpz.patch to apply for this version 1777 - dnscrypt.c removed sizeof to get array bounds. 1778 - Fix testlock code to set noreturn on error routine. 1779 - Remove unused variable from contrib fastrpz/rpz.c and 1780 remove unused diagnostic pragmas that themselves generate warnings 1781 - clang analyze test is used only when assertions are enabled. 1782 17831 October 2018: Wouter 1784 - tag for release 1.8.1rc1. Became release 1.8.1 on 8 oct, with 1785 fastrpz.patch fix included. Trunk has 1.8.2 in development. 1786 178727 September 2018: Wouter 1788 - Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes 1789 qname minimisation with a forwarder when connectivity has issues 1790 from rejecting responses. 1791 179225 September 2018: Wouter 1793 - Perform TLS SNI indication of the host that is being contacted 1794 for DNS over TLS service. It sets the configured tls auth name. 1795 This is useful for hosts that apart from the DNS over TLS services 1796 also provide other (web) services. 1797 - Fix #4149: Add SSL cleanup for tcp timeout. 1798 179917 September 2018: Wouter 1800 - Fix compile on Mac for unbound, provide explicit_bzero when libc 1801 does not have it. 1802 - Fix unbound for openssl in FIPS mode, it uses the digests with 1803 the EVP call contexts. 1804 - Fix that with harden-below-nxdomain and qname minisation enabled 1805 some iterator states for nonresponsive domains can get into a 1806 state where they waited for an empty list. 1807 - Stop UDP to TCP failover after timeouts that causes the ping count 1808 to be reset by the TCP time measurement (that exists for TLS), 1809 because that causes the UDP part to not be measured as timeout. 1810 - Fix #4156: Fix systemd service manager state change notification. 1811 181213 September 2018: Wouter 1813 - Fix seed for random backup code to use explicit zero when wiped. 1814 - exit log routine is annotated as noreturn function. 1815 - free memory leaks in config strlist and str2list insert functions. 1816 - do not move unused argv variable after getopt. 1817 - Remove unused if clause in testcode. 1818 - in testcode, free async ids, initialise array, and check for null 1819 pointer during test of the test. And use exit for return to note 1820 irregular program stop. 1821 - Free memory leak in config strlist append. 1822 - make sure nsec3 comparison salt is initialized. 1823 - unit test has clang analysis. 1824 - remove unused variable assignment from iterator scrub routine. 1825 - check for null in delegation point during iterator refetch 1826 in forward zone. 1827 - neater pointer cast in libunbound context quit routine. 1828 - initialize statistics totals for printout. 1829 - in authzone check that node exists before adding rrset. 1830 - in unbound-anchor, use readwrite memory BIO. 1831 - assertion in autotrust that packed rrset is formed correctly. 1832 - Fix memory leak when message parse fails partway through copy. 1833 - remove unused udpsize assignment in message encode. 1834 - nicer bio free code in unbound-anchor. 1835 - annotate exit functions with noreturn in unbound-control. 1836 183711 September 2018: Wouter 1838 - Fixed unused return value warnings in contrib/fastrpz.patch for 1839 asprintf. 1840 - Fix to squelch respip warning in unit test, it is printed at 1841 higher verbosity settings. 1842 - Fix spelling errors. 1843 - Fix initialisation in remote.c 1844 184510 September 2018: Wouter 1846 - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply). 1847 - iana port update. 1848 18495 September 2018: Wouter 1850 - Fix spelling error in header, from getdns commit by Andreas Gelmini. 1851 18524 September 2018: Ralph 1853 - More explicitly mention the type of ratelimit when applying 1854 ip-ratelimit. 1855 18564 September 2018: Wouter 1857 - Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018. 1858 185931 August 2018: Wouter 1860 - Disable minimal-responses in subnet unit tests. 1861 186230 August 2018: Wouter 1863 - Fix that a local-zone with a local-zone-type that is transparent 1864 in a view with view-first, makes queries check for answers from the 1865 local-zones defined outside of views. 1866 186728 August 2018: Ralph 1868 - Disable minimal-responses in ipsecmod unit tests. 1869 - Added serve-expired-ttl and serve-expired-ttl-reset options. 1870 187127 August 2018: Wouter 1872 - Set defaults to yes for a number of options to increase speed and 1873 resilience of the server. The so-reuseport, harden-below-nxdomain, 1874 and minimal-responses options are enabled by default. They used 1875 to be disabled by default, waiting to make sure they worked. They 1876 are enabled by default now, and can be disabled explicitly by 1877 setting them to "no" in the unbound.conf config file. The reuseport 1878 and minimal options increases speed of the server, and should be 1879 otherwise harmless. The harden-below-nxdomain option works well 1880 together with the recently default enabled qname minimisation, this 1881 causes more fetches to use information from the cache. 1882 - next release is called 1.8.0. 1883 - Fix lintflags for lint on FreeBSD. 1884 188522 August 2018: George 1886 - #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This 1887 gives access to reply information for the client's communication 1888 point when the callback is called before the mesh state (modules). 1889 Changes to C and Python's inplace_callback signatures were also 1890 necessary. 1891 189221 August 2018: Wouter 1893 - log-local-actions: yes option for unbound.conf that logs all the 1894 local zone actions, a patch from Saksham Manchanda (Secure64). 1895 - #4146: num.query.subnet and num.query.subnet_cache counters. 1896 - Fix only misc failure from log-servfail when val-log-level is not 1897 enabled. 1898 189917 August 2018: Ralph 1900 - Fix classification for QTYPE=CNAME queries when QNAME minimisation is 1901 enabled. 1902 190317 August 2018: Wouter 1904 - Set libunbound to increase current, because the libunbound change 1905 to the event callback function signature. That needs programs, 1906 that use it, to recompile against the new header definition. 1907 - print servfail info to log as error. 1908 - added more servfail printout statements, to the iterator. 1909 - log-servfail: yes prints log lines that say why queries are 1910 returning SERVFAIL to clients. 1911 191216 August 2018: Wouter 1913 - Fix warning on compile without threads. 1914 - Fix contrib/fastrpz.patch. 1915 191615 August 2018: Wouter 1917 - Fix segfault in auth-zone read and reorder of RRSIGs. 1918 191914 August 2018: Wouter 1920 - Fix that printout of error for cycle targets is a verbosity 4 1921 printout and does not wrongly print it is a memory error. 1922 - Upgraded crosscompile script to include libunbound DLL in the 1923 zipfile. 1924 192510 August 2018: Wouter 1926 - Fix #4144: dns64 module caches wrong (negative) information. 1927 19289 August 2018: Wouter 1929 - unbound-checkconf checks if modules exist and prints if they are 1930 not compiled in the name of the wrong module. 1931 - document --enable-subnet in doc/README. 1932 - Patch for stub-no-cache and forward-no-cache options that disable 1933 caching for the contents of that stub or forward, for when you 1934 want immediate changes visible, from Bjoern A. Zeeb. 1935 19367 August 2018: Ralph 1937 - Make capsforid fallback QNAME minimisation aware. 1938 19397 August 2018: Wouter 1940 - Fix #4142: unbound.service.in: improvements and fixes. 1941 Add unit dependency ordering (based on systemd-resolved). 1942 Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings 1943 about missing privileges during startup). Add 'AF_INET6' to 1944 'RestrictAddressFamilies' (without it IPV6 can't work). From 1945 Guido Shanahan. 1946 - Patch to implement tcp-connection-limit from Jim Hague (Sinodun). 1947 This limits the number of simultaneous TCP client connections 1948 from a nominated netblock. 1949 - make depend, yacc, lex, doc, headers. And log the limit exceeded 1950 message only on high verbosity, so as to not spam the logs when 1951 it is busy. 1952 19536 August 2018: Wouter 1954 - Fix for #4136: Fix to unconditionally call destroy in daemon.c. 1955 19563 August 2018: George 1957 - Expose if a query (or a subquery) was ratelimited (not src IP 1958 ratelimiting) to libunbound under 'ub_result.was_ratelimited'. 1959 This also introduces a change to 'ub_event_callback_type' in 1960 libunbound/unbound-event.h. 1961 - Tidy pylib tests. 1962 19633 August 2018: Wouter 1964 - Revert previous change for #4136: because it introduces build 1965 problems. 1966 - New fix for #4136: This one ignores lex without without 1967 yylex_destroy. 1968 19691 August 2018: Wouter 1970 - Fix to remove systemd sockaddr function check, that is not 1971 always present. Make socket activation more lenient. But not 1972 different when socket activation is not used. 1973 - iana port list update. 1974 197531 July 2018: Wouter 1976 - Patches from Jim Hague (Sinodun) for EDNS KeepAlive. 1977 - Sort out test runs when the build directory isn't the project 1978 root directory. 1979 - Add config tcp-idle-timeout (default 30s). This applies to 1980 client connections only; the timeout on TCP connections upstream 1981 is unaffected. 1982 - Error if EDNS Keepalive received over UDP. 1983 - Add edns-tcp-keepalive and edns-tcp-keepalive timeout options 1984 and implement option in client responses. 1985 - Correct and expand manual page entries for keepalive and idle timeout. 1986 - Implement progressive backoff of TCP idle/keepalive timeout. 1987 - Fix 'make depend' to work when build dir is not project root. 1988 - Add delay parameter to streamtcp, -d secs. 1989 To be used when testing idle timeout. 1990 - From Wouter: make depend, the dependencies in the patches did not 1991 apply cleanly. Also remade yacc and lex. 1992 - Fix mesh.c incompatible pointer pass. 1993 - Please doxygen so it passes. 1994 - Fix #4139: Fix unbound-host leaks memory on ANY. 1995 199630 July 2018: Wouter 1997 - Fix #4136: insufficiency from mismatch of FLEX capability between 1998 released tarball and build host. 1999 200027 July 2018: Wouter 2001 - Fix man page, say that chroot is enabled by default. 2002 200326 July 2018: Wouter 2004 - Fix #4135: 64-bit Windows Installer Creates Entries Under The 2005 Wrong Registry Key, reported by Brian White. 2006 200723 July 2018: Wouter 2008 - Fix use-systemd readiness signalling, only when use-systemd is yes 2009 and not in signal handler. 2010 201120 July 2018: Wouter 2012 - Fix #4130: print text describing -dd and unbound-checkconf on 2013 config file read error at startup, the errors may have been moved 2014 away by the startup process. 2015 - Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared. 2016 201719 July 2018: Wouter 2018 - Fix #4129 unbound-control error message with wrong cert permissions 2019 is too cryptic. 2020 202117 July 2018: Wouter 2022 - Fix #4127 unbound -h does not list -p help. 2023 - Print error if SSL name verification configured but not available 2024 in the ssl library. 2025 - Fix that ratelimit and ip-ratelimit are applied after reload of 2026 changed config file. 2027 - Resize ratelimit and ip-ratelimit caches if changed on reload. 2028 202916 July 2018: Wouter 2030 - Fix qname minimisation NXDOMAIN validation lookup failures causing 2031 error_supers assertion fails. 2032 - Squelch can't bind socket errors with Permission denied unless 2033 verbosity is 4 or higher, for UDP outgoing sockets. 2034 203512 July 2018: Wouter 2036 - Fix to improve systemd socket activation code file descriptor 2037 assignment. 2038 - Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more 2039 easily changed to adjust default rtt assumptions. 2040 204110 July 2018: Wouter 2042 - Note in documentation that the cert name match code needs 2043 OpenSSL 1.1.0 or later to be enabled. 2044 20456 July 2018: Wouter 2046 - Fix documentation ambiguity for tls-win-cert in tls-upstream and 2047 forward-tls-upstream docs. 2048 - iana port update. 2049 - Note RFC8162 support. SMIMEA record type can be read in by the 2050 zone record parser. 2051 - Fix round robin for failed addresses with prefer-ip6: yes 2052 20534 July 2018: Wouter 2054 - Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass 2055 if DNSSEC is not enabled. New option -R allows fallback from 2056 resolv.conf to direct queries. 2057 20583 July 2018: Wouter 2059 - Better documentation for unblock-lan-zones and insecure-lan-zones 2060 config statements. 2061 - Fix permission denied printed for auth zone probe random port nrs. 2062 20632 July 2018: Wouter 2064 - Fix checking for libhiredis printout in configure output. 2065 - Fix typo on man page in ip-address description. 2066 - Update libunbound/python/examples/dnssec_test.py example code to 2067 also set the 20326 trust anchor for the root in the example code. 2068 206929 June 2018: Wouter 2070 - dns64-ignore-aaaa: config option to list domain names for which the 2071 existing AAAA is ignored and dns64 processing is used on the A 2072 record. 2073 207428 June 2018: Wouter 2075 - num.queries.tls counter for queries over TLS. 2076 - log port number with err_addr logs. 2077 207827 June 2018: Wouter 2079 - #4109: Fix that package config depends on python unconditionally. 2080 - Patch, do not export python from pkg-config, from Petr Menšík. 2081 208226 June 2018: Wouter 2083 - Partial fix for permission denied on IPv6 address on FreeBSD. 2084 - Fix that auth-zone master reply with current SOA serial does not 2085 stop scan of masters for an updated zone. 2086 - Fix that auth-zone does not start the wait timer without checking 2087 if the wait timer has already been started. 2088 208921 June 2018: Wouter 2090 - #4108: systemd reload hang fix. 2091 - Fix usage printout for unbound-host, hostname has to be last 2092 argument on BSDs and Windows. 2093 209419 June 2018: Wouter 2095 - Fix for unbound-control on Windows and set TCP socket parameters 2096 more closely. 2097 This fix is part of 1.7.3. 2098 - Windows example service.conf edited with more windows specific 2099 configuration. 2100 - Fix windows unbound-control no cert bad file descriptor error. 2101 This fix is part of 1.7.3. 2102 210318 June 2018: Wouter 2104 - Fix that control-use-cert: no works for 127.0.0.1 to disable certs. 2105 This fix is part of 1.7.3rc2. 2106 - Fix unbound-checkconf for control-use-cert. 2107 This fix is part of 1.7.3. 2108 210915 June 2018: Wouter 2110 - tag for 1.7.3rc1. 2111 - trunk has 1.7.4. 2112 - unbound-control auth_zone_reload _zone_ option rereads the zonefile. 2113 - unbound-control auth_zone_transfer _zone_ option starts the probe 2114 sequence for a master to transfer the zone from and transfers when 2115 a new zone version is available. 2116 211714 June 2018: Wouter 2118 - #4103: Fix that auth-zone does not insist on SOA record first in 2119 file for url downloads. 2120 - Fix that first control-interface determines if TLS is used. Warn 2121 when IP address interfaces are used without TLS. 2122 - Fix nettle compile. 2123 212412 June 2018: Ralph 2125 - Don't count CNAME response types received during qname minimisation as 2126 query restart. 2127 212812 June 2018: Wouter 2129 - #4102 for NSD, but for Unbound. Named unix pipes do not use 2130 certificate and key files, access can be restricted with file and 2131 directory permissions. The option control-use-cert is no longer 2132 used, and ignored if found in unbound.conf. 2133 - Rename tls-additional-ports to tls-additional-port, because every 2134 line adds one port. 2135 - Fix buffer size warning in unit test. 2136 - remade dependencies in the Makefile. 2137 21386 June 2018: Wouter 2139 - Patch to fix openwrt for mac os build darwin detection in configure. 2140 21415 June 2018: Wouter 2142 - Fix crash if ratelimit taken into use with unbound-control 2143 instead of with unbound.conf. 2144 21454 June 2018: Wouter 2146 - Fix deadlock caused by incoming notify for auth-zone. 2147 - tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018, 2148 trunk is 1.7.3 in development from this point. 2149 - #4100: Fix stub reprime when it becomes useless. 2150 21511 June 2018: Wouter 2152 - Rename additional-tls-port to tls-additional-ports. 2153 The older name is accepted for backwards compatibility. 2154 215530 May 2018: Wouter 2156 - Patch from Syzdek: Add ability to ignore RD bit and treat all 2157 requests as if the RD bit is set. 2158 215929 May 2018: Wouter 2160 - in compat/arc4random call getentropy_urandom when getentropy fails 2161 with ENOSYS. 2162 - Fix that fallback for windows port. 2163 216428 May 2018: Wouter 2165 - Fix windows tcp and tls spin on events. 2166 - Add routine from getdns to add windows cert store to the SSL_CTX. 2167 - tls-win-cert option that adds the system certificate store for 2168 authenticating DNS-over-TLS connections. It can be used instead 2169 of the tls-cert-bundle option, or with it to add certificates. 2170 217125 May 2018: Wouter 2172 - For TCP and TLS connections that don't establish, perform address 2173 update in infra cache, so future selections can exclude them. 2174 - Fix that tcp sticky events are removed for closed fd on windows. 2175 - Fix close events for tcp only. 2176 217724 May 2018: Wouter 2178 - Fix that libunbound can do DNS-over-TLS, when configured. 2179 - Fix that windows unbound service can use DNS-over-TLS. 2180 - unbound-host initializes ssl (for potential DNS-over-TLS usage 2181 inside libunbound), when ssl upstream or a cert-bundle is configured. 2182 218323 May 2018: Wouter 2184 - Use accept4 to speed up incoming TCP (and TLS) connections, 2185 available on Linux, FreeBSD and OpenBSD. 2186 218717 May 2018: Ralph 2188 - Qname minimisation default changed to yes. 2189 219015 May 2018: Wouter 2191 - Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand. 2192 219311 May 2018: Wouter 2194 - Fix contrib/libunbound.pc for libssl libcrypto references, 2195 from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914 2196 21977 May 2018: Wouter 2198 - Fix windows to not have sticky TLS events for TCP. 2199 - Fix read of DNS over TLS length and data in one read call. 2200 - Fix mesh state assertion failure due to callback removal. 2201 22023 May 2018: Wouter 2203 - Fix that configure --with-libhiredis also turns on cachedb. 2204 - Fix gcc 8 buffer warning in testcode. 2205 - Fix function type cast warning in libunbound context callback type. 2206 22072 May 2018: Wouter 2208 - Fix fail to reject dead peers in forward-zone, with ssl-upstream. 2209 22101 May 2018: Wouter 2211 - Fix that unbound-control reload frees the rrset keys and returns 2212 the memory pages to the system. 2213 221430 April 2018: Wouter 2215 - Fix spelling error in man page and note defaults as no instead of 2216 off. 2217 221826 April 2018: Wouter 2219 - Fix for crash in daemon_cleanup with dnstap during reload, 2220 from Saksham Manchanda. 2221 - Also that for dnscrypt. 2222 - tag for 1.7.1rc1 release. Became 1.7.1 release on 3 May, trunk 2223 is from here 1.7.2 in development. 2224 222525 April 2018: Ralph 2226 - Fix memory leak when caching wildcard records for aggressive NSEC use 2227 222824 April 2018: Wouter 2229 - Fix contrib/fastrpz.patch for this release. 2230 - Fix auth https for libev. 2231 223224 April 2018: Ralph 2233 - Added root-key-sentinel support 2234 223523 April 2018: Wouter 2236 - makedist uses bz2 for expat code, instead of tar.gz. 2237 - Fix #4092: libunbound: use-caps-for-id lacks colon in 2238 config_set_option. 2239 - auth zone http download stores exact copy of downloaded file, 2240 including comments in the file. 2241 - Fix sldns parse failure for CDS alternate delete syntax empty hex. 2242 - Attempt for auth zone fix; add of callback in mesh gets from 2243 callback does not skip callback of result. 2244 - Fix cname classification with qname minimisation enabled. 2245 - list_auth_zones unbound-control command. 2246 224720 April 2018: Wouter 2248 - man page documentation for dns-over-tls forward-addr '#' notation. 2249 - removed free from failed parse case. 2250 - Fix #4091: Fix that reload of auth-zone does not merge the zonefile 2251 with the previous contents. 2252 - Delete auth zone when removed from config. 2253 225419 April 2018: Wouter 2255 - Can set tls authentication with forward-addr: IP#tls.auth.name 2256 And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem". 2257 such as forward-addr: 9.9.9.9@853#dns.quad9.net or 2258 1.1.1.1@853#cloudflare-dns.com 2259 - Fix #658: unbound using TLS in a forwarding configuration does not 2260 verify the server's certificate (RFC 8310 support). 2261 - For addr with #authname and no @port notation, the default is 853. 2262 226318 April 2018: Wouter 2264 - Fix auth-zone retry timer to be on schedule with retry timeout, 2265 with backoff. Also time a refresh at the zone expiry. 2266 226717 April 2018: Wouter 2268 - auth zone notify work. 2269 - allow-notify: config statement for auth-zones. 2270 - unit test for allow-notify 2271 227216 April 2018: Wouter 2273 - Fix auth zone target lookup iterator. 2274 - auth zone notify with prefix 2275 - auth zone notify work. 2276 227713 April 2018: Wouter 2278 - Fix for max include depth for authzones. 2279 - Fix memory free on fail for $INCLUDE in authzone. 2280 - Fix that an internal error to look up the wrong rr type for 2281 auth zone gets stopped, before trying to send there. 2282 - auth zone notify work. 2283 228410 April 2018: Ralph 2285 - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN 2286 statistics counters. 2287 228810 April 2018: Wouter 2289 - documentation for low-rtt and low-rtt-pct. 2290 - auth zone notify work. 2291 22929 April 2018: Wouter 2293 - Fix that flush_zone sets prefetch ttl expired, so that with 2294 serve-expired enabled it'll start prefetching those entries. 2295 - num.query.authzone.up and num.query.authzone.down statistics counters. 2296 - Fix downstream auth zone, only fallback when auth zone fails to 2297 answer and fallback is enabled. 2298 - Accept both option names with and without colon for get_option 2299 and set_option. 2300 - low-rtt and low-rtt-pct in unbound.conf enable the server selection 2301 of fast servers for some percentage of the time. 2302 23035 April 2018: Wouter 2304 - Combine write of tcp length and tcp query for dns over tls. 2305 - nitpick fixes in example.conf. 2306 - Fix above stub queries for type NS and useless delegation point. 2307 - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3 2308 tls_choose_sigalg routine does not allow the ciphers for the pipe, 2309 so use TLSv1.2. 2310 - ED448 support. 2311 23123 April 2018: Wouter 2313 - Fix #4043: make test fails due to v6 presentation issue in macOS. 2314 - Fix unable to resolve after new WLAN connection, due to auth-zone 2315 failing with a forwarder set. Now, auth-zone is only used for 2316 answers (not referrals) when a forwarder is set. 2317 231829 March 2018: Ralph 2319 - Check "result" in dup_all(), by Florian Obser. 2320 232123 March 2018: Ralph 2322 - Fix unbound-control get_option aggressive-nsec 2323 232421 March 2018: Ralph 2325 - Do not use cached NSEC records to generate negative answers for 2326 domains under DNSSEC Negative Trust Anchors. 2327 232819 March 2018: Wouter 2329 - iana port update. 2330 233116 March 2018: Wouter 2332 - corrected a minor typo in the changelog. 2333 - move htobe64/be64toh portability code to cachedb.c. 2334 233515 March 2018: Wouter 2336 - Add --with-libhiredis, unbound support for a new cachedb backend 2337 that uses a Redis server as the storage. This implementation 2338 depends on the hiredis client library (https://redislabs.com/lp/hiredis/). 2339 And unbound should be built with both --enable-cachedb and 2340 --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h 2341 should exist). Patch from Jinmei Tatuya (Infoblox). 2342 - Fix #3817: core dump happens in libunbound delete, when queued 2343 servfail hits deleted message queue. 2344 - Create additional tls service interfaces by opening them on other 2345 portnumbers and listing the portnumbers as additional-tls-port: nr. 2346 234713 March 2018: Wouter 2348 - Fix typo in documentation. 2349 - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually 2350 flushed with serve-expired on. 2351 235212 March 2018: Wouter 2353 - Added documentation for aggressive-nsec: yes. 2354 - tag 1.7.0rc3. That became the 1.7.0 release on 15 Mar, trunk 2355 now has 1.7.1 in development. 2356 - Fix #3727: Protocol name is TLS, options have been renamed but 2357 documentation is not consistent. 2358 - Check IXFR start serial. 2359 23609 March 2018: Wouter 2361 - Fix #3598: Fix swig build issue on rhel6 based system. 2362 configure --disable-swig-version-check stops the swig version check. 2363 23648 March 2018: Wouter 2365 - tag 1.7.0rc2. 2366 23677 March 2018: Wouter 2368 - Fixed contrib/fastrpz.patch, even though this already applied 2369 cleanly for me, now also for others. 2370 - patch to log creates keytag queries, from A. Schulze. 2371 - patch suggested by Debian lintian: allow to -> allow one to, from 2372 A. Schulze. 2373 - Attempt to remove warning about trailing whitespace. 2374 23756 March 2018: Wouter 2376 - Reverted fix for #3512, this may not be the best way forward; 2377 although it could be changed at a later time, to stay similar to 2378 other implementations. 2379 - svn trunk contains 1.7.0, this is the number for the next release. 2380 - Fix for windows compile. 2381 - tag 1.7.0rc1. 2382 23835 March 2018: Wouter 2384 - Fix to check define of DSA for when openssl is without deprecated. 2385 - iana port update. 2386 - Fix #3582: Squelch address already in use log when reuseaddr option 2387 causes same port to be used twice for tcp connections. 2388 238927 February 2018: Wouter 2390 - Fixup contrib/fastrpz.patch so that it applies. 2391 - Fix compile without threads, and remove unused variable. 2392 - Fix compile with staticexe and python module. 2393 - Fix nettle compile. 2394 239522 February 2018: Ralph 2396 - Save wildcard RRset from answer with original owner for use in 2397 aggressive NSEC. 2398 239921 February 2018: Wouter 2400 - Fix #3512: unbound incorrectly reports SERVFAIL for CAA query 2401 when there is a CNAME loop. 2402 - Fix validation for CNAME loops. When it detects a cname loop, 2403 by finding the cname, cname in the existing list, it returns 2404 the partial result with the validation result up to then. 2405 - more robust cachedump rrset routine. 2406 240719 February 2018: Wouter 2408 - Fix #3505: Documentation for default local zones references 2409 wrong RFC. 2410 - Fix #3494: local-zone noview can be used to break out of the view 2411 to the global local zone contents, for queries for that zone. 2412 - Fix for more maintainable code in localzone. 2413 241416 February 2018: Wouter 2415 - Fixes for clang static analyzer, the missing ; in 2416 edns-subnet/addrtree.c after the assert made clang analyzer 2417 produce a failure to analyze it. 2418 241913 February 2018: Ralph 2420 - Aggressive NSEC tests 2421 242213 February 2018: Wouter 2423 - tls-cert-bundle option in unbound.conf enables TLS authentication. 2424 - iana port update. 2425 242612 February 2018: Wouter 2427 - Unit test for auth zone https url download. 2428 242912 February 2018: Ralph 2430 - Added tests with wildcard expanded NSEC records (CVE-2017-15105 test) 2431 - Processed aggressive NSEC code review remarks Wouter 2432 24338 February 2018: Ralph 2434 - Aggressive use of NSEC implementation. Use cached NSEC records to 2435 generate NXDOMAIN, NODATA and positive wildcard answers. 2436 24378 February 2018: Wouter 2438 - iana port update. 2439 - auth zone url config. 2440 24415 February 2018: Wouter 2442 - Fix #3451: dnstap not building when you have a separate build dir. 2443 And removed protoc warning, set dnstap.proto syntax to proto2. 2444 - auth-zone provides a way to configure RFC7706 from unbound.conf, 2445 eg. with auth-zone: name: "." for-downstream: no for-upstream: yes 2446 fallback-enabled: yes and masters or a zonefile with data. 2447 24482 February 2018: Wouter 2449 - Fix unfreed locks in log and arc4random at exit of unbound. 2450 - unit test with valgrind 2451 - Fix lock race condition in dns cache dname synthesis. 2452 - lock subnet new item before insertion to please checklocks, 2453 no modification of critical regions outside of lock region. 2454 24551 February 2018: Wouter 2456 - fix unaligned structure making a false positive in checklock 2457 unitialised memory. 2458 245929 January 2018: Ralph 2460 - Use NSEC with longest ce to prove wildcard absence. 2461 - Only use *.ce to prove wildcard absence, no longer names. 2462 246325 January 2018: Wouter 2464 - ltrace.conf file for libunbound in contrib. 2465 246623 January 2018: Wouter 2467 - Fix that unbound-checkconf -f flag works with auto-trust-anchor-file 2468 for startup scripts to get the full pathname(s) of anchor file(s). 2469 - Print fatal errors about remote control setup before log init, 2470 so that it is printed to console. 2471 247222 January 2018: Wouter 2473 - Accept tls-upstream in unbound.conf, the ssl-upstream keyword is 2474 also recognized and means the same. Also for tls-port, 2475 tls-service-key, tls-service-pem, stub-tls-upstream and 2476 forward-tls-upstream. 2477 - Fix #3397: Fix that cachedb could return a partial CNAME chain. 2478 - Fix #3397: Fix that when the cache contains an unsigned DNAME in 2479 the middle of a cname chain, a result without the DNAME could 2480 be returned. 2481 248219 January 2018: Wouter 2483 - tag 1.6.8 for release with CVE fix. 2484 - trunk has 1.6.9 with fix and previous commits. 2485 - patch for CVE-2017-15105: vulnerability in the processing of 2486 wildcard synthesized NSEC records. 2487 - iana port update. 2488 - make depend: code dependencies updated in Makefile. 2489 24904 January 2018: Ralph 2491 - Copy query and correctly set flags on REFUSED answers when cache 2492 snooping is not allowed. 2493 24943 January 2018: Ralph 2495 - Fix queries being leaked above stub when refetching glue. 2496 24972 January 2017: Wouter 2498 - Fix that DS queries with referral replies are answered straight 2499 away, without a repeat query picking the DS from cache. 2500 The correct reply should have been an answer, the reply is fixed 2501 by the scrubber to have the answer in the answer section. 2502 - Remove clang optimizer disable, 2503 Fix that expiration date checks don't fail with clang -O2. 2504 250515 December 2017: Wouter 2506 - Fix timestamp failure because of clang optimizer failure, by 2507 disabling -O2 when the compiler --version is clang. 2508 - iana port update. 2509 - Also disable -flto for clang, to make incep-expi signature check 2510 work. 2511 251212 December 2017: Ralph 2513 - Fix qname-minimisation documentation (A QTYPE, not NS) 2514 251512 December 2017: Wouter 2516 - authzone work, transfer connect. 2517 25187 December 2017: Ralph 2519 - Check whether --with-libunbound-only is set when using --with-nettle 2520 or --with-nss. 2521 25224 December 2017: Wouter 2523 - Fix link failure on OmniOS. 2524 25251 December 2017: Wouter 2526 - auth zone work. 2527 252830 November 2017: Wouter 2529 - Fix #3299 - forward CNAME daisy chain is not working 2530 253114 November 2017: Wouter 2532 - Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is 2533 set for stub zone. It no longer searches for DNSSEC information. 2534 - auth xfer work on probe timer and lookup. 2535 253613 November 2017: Wouter 2537 - Fix #2801: Install libunbound.pc. 2538 - Fix qname minimisation to send AAAA queries at zonecut like type A. 2539 - reverted AAAA change. 2540 25417 November 2017: Wouter 2542 - Fix #2492: Documentation libunbound. 2543 25443 November 2017: Wouter 2545 - Fix #2362: TLS1.3/openssl-1.1.1 not working. 2546 - Fix #2034 - Autoconf and -flto. 2547 - Fix #2141 - for libsodium detect lack of entropy in chroot, print 2548 a message and exit. 2549 25502 November 2017: Wouter 2551 - Fix #1913: ub_ctx_config is under circumstances thread-safe. 2552 - make ip-transparent option work on OpenBSD. 2553 255431 October 2017: Wouter 2555 - Document that errno is left informative on libunbound config read 2556 fail. 2557 - lexer output. 2558 - iana port update. 2559 256025 October 2017: Ralph 2561 - Fixed libunbound manual typo. 2562 - Fix #1949: [dnscrypt] make provider name mismatch more obvious. 2563 - Fix #2031: Double included headers 2564 256524 October 2017: Ralph 2566 - Update B root ipv4 address. 2567 256819 October 2017: Wouter 2569 - authzone work, probe timer setup. 2570 257118 October 2017: Wouter 2572 - lint for recent authzone commit. 2573 257417 October 2017: Wouter 2575 - Fix #1749: With harden-referral-path: performance drops, due to 2576 circular dependency in NS and DS lookups. 2577 - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert 2578 duplicates 2579 - [dnscrypt] introduce dnscrypt-provider-cert-rotated option, 2580 from Manu Bretelle. 2581 This option allows handling multiple cert/key pairs while only 2582 distributing some of them. 2583 In order to reliably match a client magic with a given key without 2584 strong assumption as to how those were generated, we need both key and 2585 cert. Likewise, in order to know which ES version should be used. 2586 On the other hand, when rotating a cert, it can be desirable to only 2587 serve the new cert but still be able to handle clients that are still 2588 using the old certs's public key. 2589 The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not 2590 publish the cert as part of the DNS's provider_name's TXT answer. 2591 - Better documentation for cache-max-negative-ttl. 2592 - Work on local root zone code. 2593 259410 October 2017: Wouter 2595 - tag 1.6.7 2596 - trunk has version 1.6.8. 2597 25986 October 2017: Wouter 2599 - Fix spelling in unbound-control man page. 2600 26015 October 2017: Wouter 2602 - Fix trust-anchor-signaling works in libunbound. 2603 - Fix some more crpls in testdata for different signaling default. 2604 - tag 1.6.7rc1 2605 26065 October 2017: Ralph 2607 - Set trust-anchor-signaling default to yes 2608 - Use RCODE from A query on DNS64 synthesized answer. 2609 26102 October 2017: Wouter 2611 - Fix param unused warning for windows exportsymbol compile. 2612 261325 September 2017: Ralph 2614 - Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch 2615 (by Danilo G. Baio). 2616 261721 September 2017: Ralph 2618 - Log name of looping module 2619 262019 September 2017: Wouter 2621 - use a cachedb answer even if it's "expired" when serve-expired is yes 2622 (patch from Jinmei Tatuya). 2623 - trigger refetching of the answer in that case (this will bypass 2624 cachedb lookup) 2625 - allow storing a 0-TTL answer from cachedb in the in-memory message 2626 cache when serve-expired is yes 2627 - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff. 2628 262918 September 2017: Ralph 2630 - Fix #1400: allowing use of global cache on ECS-forwarding unless 2631 always-forward. 2632 263318 September 2017: Wouter 2634 - tag 1.6.6 (is 1.6.6rc2) 2635 - Fix that looping modules always stop the query, and don't pass 2636 control. 2637 - Fix #1435: Please allow UDP to be disabled separately upstream and 2638 downstream. 2639 - Fix #1440: [dnscrypt] client nonce cache. 2640 264115 September 2017: Wouter 2642 - Fix unbound-host to report error for DNSSEC state of failed lookups. 2643 - Spelling fixes, from Josh Soref. 2644 264513 September 2017: Wouter 2646 - tag 1.6.6rc2, became 1.6.6 on 18 sep. trunk 1.6.7 in development. 2647 264812 September 2017: Wouter 2649 - Add dns64 for client-subnet in unbound-checkconf. 2650 26514 September 2017: Ralph 2652 - Fix #1412: QNAME minimisation strict mode not honored 2653 - Fix #1434: Fix windows openssl 1.1.0 linking. 2654 26554 September 2017: Wouter 2656 - tag 1.6.6rc1 2657 - makedist fix for windows binaries, with openssl 1.1.0 windres fix, 2658 and expat 2.2.4 install target fix. 2659 26601 September 2017: Wouter 2661 - Recommend 1472 buffer size in unbound.conf 2662 266331 August 2017: Wouter 2664 - Fix #1424: cachedb:testframe is not thread safe. 2665 - For #1417: escape ; in dnscrypt tests. 2666 - but reverted that, tests fails with that escape. 2667 - Fix #1417: [dnscrypt] shared secret cache counters, and works when 2668 dnscrypt is not enabled. And cache size configuration option. 2669 - make depend 2670 - Fix #1418: [ip ratelimit] initialize slabhash using 2671 ip-ratelimit-slabs. 2672 267330 August 2017: Wouter 2674 - updated contrib/fastrpz.patch to apply with configparser changes. 2675 - Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs. 2676 267729 August 2017: Wouter 2678 - Fix #1414: fix segfault on parse failure and log_replies. 2679 - zero qinfo in handle_request, this zeroes local_alias and also the 2680 qname member. 2681 - new keys and certs for dnscrypt tests. 2682 - fixup WKS test on buildhost without servicebyname. 2683 268428 August 2017: Wouter 2685 - Fix #1415: patch to free dnscrypt environment on reload. 2686 - iana portlist update 2687 - Fix #1415: [dnscrypt] shared secret cache, patch from 2688 Manu Bretelle. 2689 - Small fixes for the shared secret cache patch. 2690 - Fix WKS records on kvm autobuild host, with default protobyname 2691 entries for udp and tcp. 2692 269323 August 2017: Wouter 2694 - Fix #1407: Add ECS options check to unbound-checkconf. 2695 - make depend 2696 - Fix to reclaim tcp handler when it is closed due to dnscrypt buffer 2697 allocation failure. 2698 269922 August 2017: Wouter 2700 - Fix install of trust anchor when two anchors are present, makes both 2701 valid. Checks hash of DS but not signature of new key. This fixes 2702 the root.key file if created when unbound is installed between 2703 sep11 and oct11 2017. 2704 - tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix). 2705 - trunk version 1.6.6 in development. 2706 - Fix issue on macOX 10.10 where TCP fast open is detected but not 2707 implemented causing TCP to fail. The fix allows fallback to regular 2708 TCP in this case and is also more robust for cases where connectx() 2709 fails for some reason. 2710 - Fix #1402: squelch invalid argument error for fd_set_block on windows. 2711 271210 August 2017: Wouter 2713 - Patch to show DNSCrypt status in help output, from Carsten 2714 Strotmann. 2715 27168 August 2017: Wouter 2717 - Fix #1398: make cachedb secret configurable. 2718 - Remove spaces from Makefile. 2719 27207 August 2017: Wouter 2721 - Fix #1397: Recursive DS lookups for AS112 zones names should recurse. 2722 27233 August 2017: Ralph 2724 - Remove unused iter_env member (ip6arpa_dname) 2725 - Do not reset rrset.bogus stats when called using stats_noreset. 2726 - Added stats for queries that have been ratelimited by domain 2727 recursion. 2728 - Do not add rrset_bogus and query ratelimiting stats per thread, these 2729 module stats are global. 2730 27313 August 2017: Wouter 2732 - Fix #1394: mix of serve-expired and response-ip could cause a crash. 2733 273424 July 2017: Wouter 2735 - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), 2736 config.sub(2016-09-05). 2737 - annotate case statement fallthrough for gcc 7.1.1. 2738 - flex output from flex 2.6.1. 2739 - snprintf of thread number does not warn about truncated string. 2740 - squelch TCP fast open error on FreeBSD when kernel has it disabled, 2741 unless verbosity is high. 2742 - remove warning from windows compile. 2743 - Fix compile with libnettle 2744 - Fix DSA configure switch (--disable dsa) for libnettle and libnss. 2745 - Fix #1365: Add Ed25519 support using libnettle. 2746 - iana portlist update 2747 274817 July 2017: Wouter 2749 - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya). 2750 - Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor). 2751 With the -p option unbound does not create a pidfile. 2752 275311 July 2017: Wouter 2754 - Fix #1344: RFC6761-reserved domains: test. and invalid. 2755 - Redirect all localhost names to localhost address for RFC6761. 2756 27576 July 2017: Wouter 2758 - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg. 2759 - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists).. 2760 27614 July 2017: Wouter 2762 - Fix 1332: Bump verbosity of failed chown'ing of the control socket. 2763 27643 July 2017: Wouter 2765 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned 2766 on. 2767 - Fix #1331: libunbound segfault in threaded mode when context is 2768 deleted. 2769 - Fix pythonmod link line option flag. 2770 - Fix openssl 1.1.0 load of ssl error strings from ssl init. 2771 277229 June 2017: Wouter 2773 - Fix python example0 return module wait instead of error for pass. 2774 - iana portlist update 2775 - enhancement for hardened-tls for DNS over TLS. Removed duplicated 2776 security settings. 2777 277827 June 2017: Wouter 2779 - Tag 1.6.4 is created with the 1.6.4rc2 contents. 2780 - Trunk contains 1.6.5, with changes from 26, 27 june. 2781 - Remove signed unsigned warning from authzone. 2782 - Fix that infra cache host hash does not change after reconfig. 2783 278426 June 2017: Wouter 2785 - (for 1.6.5) 2786 Better fixup of dnscrypt_cert_chacha test for different escapes. 2787 - First fix for zero b64 and hex text zone format in sldns. 2788 - unbound-control dump_infra prints port number for address if not 53. 2789 279023 June 2017: Wouter 2791 - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle). 2792 279322 June 2017: Wouter 2794 - Tag 1.6.4rc2 2795 279622 June 2017: Ralph 2797 - Added fastrpz patch to contrib 2798 279921 June 2017: Wouter 2800 - Fix #1316: heap read buffer overflow in parse_edns_options. 2801 280220 June 2017: Wouter 2803 - Fix warning in pythonmod under clang compiler. 2804 - Tag 1.6.4rc1 2805 - Fix lintian typo. 2806 280716 June 2017: Ralph 2808 - Fix #1277: disable domain ratelimit by setting value to 0. 2809 281016 June 2017: Wouter 2811 - Fix #1301: memory leak in respip and tests. 2812 - Free callback in edns-subnetmod on exit and restart. 2813 - Fix memory leak in sldns_buffer_new_frm_data. 2814 - Fix memory leak in dnscrypt config read. 2815 - Fix dnscrypt chacha cert support ifdefs. 2816 - Fix dnscrypt chacha cert unit test escapes in grep. 2817 - Remove asynclook tests that cause test and purifier problems. 2818 - Fix to unlock view in view test. 2819 282015 June 2017: Wouter 2821 - Fix stub zone queries leaking to the internet for 2822 harden-referral-path ns checks. 2823 - Fix query for refetch_glue of stub leaking to internet. 2824 282513 June 2017: Wouter 2826 - Fix #1279: Memory leak on reload when python module is enabled. 2827 - Fix #1280: Unbound fails assert when response from authoritative 2828 contains malformed qname. When 0x20 caps-for-id is enabled, when 2829 assertions are not enabled the malformed qname is handled correctly. 2830 - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development. 2831 - More fixes in depth for buffer checks in 0x20 qname checks. 2832 283312 June 2017: Wouter 2834 - Fix #1278: Incomplete wildcard proof. 2835 28368 June 2017: Ralph 2837 - Added domain name based ECS whitelist. 2838 28398 June 2017: Wouter 2840 - Detect chacha for dnscrypt at configure time. 2841 - dnscrypt unit tests with chacha. 2842 28437 June 2017: Wouter 2844 - Fix that unbound-control can set val_clean_additional and val_permissive_mode. 2845 - Add dnscrypt XChaCha20 tests. 2846 28476 June 2017: Wouter 2848 - Add an explicit type cast for TCP FASTOPEN fix. 2849 - renumbering B-Root's IPv6 address to 2001:500:200::b. 2850 - Fix #1275: cached data in cachedb is never used. 2851 - Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher. 2852 28531 June 2017: Ralph 2854 - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths 2855 (from Manu Bretelle). 2856 28571 June 2017: Wouter 2858 - Fix fastopen EPIPE fallthrough to perform connect. 2859 286031 May 2017: Ralph 2861 - Also use global local-zones when there is a matching view that does 2862 not have any local-zone specified. 2863 286431 May 2017: Wouter 2865 - Fix #1273: cachedb.c doesn't compile with -Wextra. 2866 - If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write. 2867 286830 May 2017: Ralph 2869 - Fix #1269: inconsistent use of built-in local zones with views. 2870 - Add defaults for new local-zone trees added to views using 2871 unbound-control. 2872 287330 May 2017: Wouter 2874 - Support for openssl EVP_DigestVerify. 2875 - Support for the ED25519 algorithm with openssl (from openssl 1.1.1). 2876 287729 May 2017: Wouter 2878 - Fix assertion for low buffer size and big edns payload when worker 2879 overrides udpsize. 2880 288126 May 2017: Ralph 2882 - Added redirect-bogus.patch to contrib directory. 2883 288426 May 2017: Wouter 2885 - Fix #1270: unitauth.c doesn't compile with higher warning level 2886 and optimization 2887 - exec_prefix is by default equal to prefix. 2888 - printout localzone for duplicate local-zone warnings. 2889 289024 May 2017: Wouter 2891 - authzone cname chain, no rrset duplicates, wildcard doesn't change 2892 rrsets added for cname chain. 2893 289423 May 2017: Wouter 2895 - first services/authzone check in, it compiles and reads and writes 2896 zonefiles. 2897 - iana portlist update 2898 289922 May 2017: Wouter 2900 - Fix #1268: SIGSEGV after log_reopen. 2901 290218 May 2017: Wouter 2903 - Fix #1265 to use /bin/kill. 2904 - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs, 2905 and compatibility with BoringSSL. 2906 290717 May 2017: Wouter 2908 - Fix #1265: contrib/unbound.service contains hardcoded path. 2909 291017 May 2017: George 2911 - Use qstate's region for IPSECKEY rrset (ipsecmod). 2912 291316 May 2017: George 2914 - Implemented opportunistic IPsec support module (ipsecmod). 2915 - Some whitespace fixup. 2916 291716 May 2017: Wouter 2918 - updated dependencies in the makefile. 2919 - document trust-anchor-signaling in example config file. 2920 - updated configure, dependencies and flex output. 2921 - better module memory lookup, fix of unbound-control shm names for 2922 module memory printout of statistics. 2923 - Fix type AVC sldns rrdef. 2924 292512 May 2017: Wouter 2926 - Adjust servfail by iterator to not store in cache when serve-expired 2927 is enabled, to avoid overwriting useful information there. 2928 - Fix queries for nameservers under a stub leaking to the internet. 2929 29309 May 2017: Ralph 2931 - Add 'c' to getopt() in testbound. 2932 - iana portlist update 2933 29348 May 2017: Wouter 2935 - Fix tcp-mss failure printout text. 2936 - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before 2937 connect limited tcp connections. With the option tcp connections 2938 can share the same source port (for different destinations). 2939 29402 May 2017: Ralph 2941 - Added mesh_add_sub to add detached mesh entries. 2942 - Use mesh_add_sub for key tag signaling query. 2943 29442 May 2017: Wouter 2945 - Added test for leak of stub information. 2946 - Fix sldns wire2str printout of RR type CAA tags. 2947 - Fix sldns int16_data parse. 2948 - Fix sldns parse and printout of TSIG RRs. 2949 - sldns SMIMEA and AVC definitions, same as getdns definitions. 2950 29511 May 2017: Wouter 2952 - Fix #1259: "--disable-ecdsa" argument overwritten 2953 by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c". 2954 - iana portlist update 2955 - Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start. 2956 and fix that 64bit getting installed in C:\Program Files (x86). 2957 295826 April 2017: Ralph 2959 - Implemented trust anchor signaling using key tag query. 2960 296126 April 2017: Wouter 2962 - Based on #1257: check parse limit before t increment in sldns RR 2963 string parse routine. 2964 296524 April 2017: Wouter 2966 - unbound-checkconf -o allows query of dnstap config variables. 2967 Also unbound-control get_option. Also for dnscrypt. 2968 - trunk contains 1.6.3 version number (changes from 1.6.2 back from 2969 when the 1.6.2rc1 tag has been created). 2970 297121 April 2017: Ralph 2972 - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle). 2973 - iana portlist update 2974 297518 April 2017: Ralph 2976 - Fix #1252: more indentation inconsistencies. 2977 - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit(). 2978 297913 April 2017: Ralph 2980 - Added ECS unit test (from Manu Bretelle). 2981 - ECS documentation fix (from Manu Bretelle). 2982 298313 April 2017: Wouter 2984 - Fix #1250: inconsistent indentation in services/listen_dnsport.c. 2985 - tag for 1.6.2rc1 2986 - (for 1.6.3:) unbound.h exports the shm stats structures. They use 2987 type long long and no ifdefs, and ub_ before the typenames. 2988 298912 April 2017: Wouter 2990 - subnet mem value is available in shm, also when not enabled, 2991 to make the struct easier to memmap by other applications, 2992 independent of the configuration of unbound. 2993 299412 April 2017: Ralph 2995 - Fix #1247: unbound does not shorten source prefix length when 2996 forwarding ECS. 2997 - Properly check for allocation failure in local_data_find_tag_datas. 2998 - Fix #1249: unbound doesn't return FORMERR to bogus ECS. 2999 - Set SHM ECS memory usage to 0 when module not loaded. 3000 300111 April 2017: Ralph 3002 - Display ECS module memory usage. 3003 300410 April 2017: Wouter 3005 - harden-algo-downgrade: no also makes unbound more lenient about 3006 digest algorithms in DS records. 3007 300810 April 2017: Ralph 3009 - Remove ECS option after REFUSED answer. 3010 - Fix small memory leak in edns_opt_copy_alloc. 3011 - Respip dereference after NULL check. 3012 - Zero initialize addrtree allocation. 3013 - Use correct identifier for SHM destroy. 3014 30157 April 2017: George 3016 - Fix pythonmod for cb changes. 3017 - Some whitespace fixup. 3018 30197 April 2017: Ralph 3020 - Unlock view in respip unit test 3021 30226 April 2017: Ralph 3023 - Generalise inplace callback (de)registration 3024 - (de)register inplace callbacks for module id 3025 - No unbound-control set_option for ECS options 3026 - Deprecated client-subnet-opcode config option 3027 - Introduced client-subnet-always-forward config option 3028 - Changed max-client-subnet-ipv6 default to 56 (as in RFC) 3029 - Removed extern ECS config options 3030 - module_restart_next now calls clear on all following modules 3031 - Also create ECS module qstate on module_event_pass event 3032 - remove malloc from inplace_cb_register 3033 30346 April 2017: Wouter 3035 - Small fixup for documentation. 3036 - iana portlist update 3037 - Fix respip for braces when locks arent used. 3038 - Fix pythonmod for cb changes. 3039 30404 April 2017: Wouter 3041 - Fix #1244: document that use of chroot requires trust anchor file to 3042 be under chroot. 3043 - iana portlist update 3044 30453 April 2017: Ralph 3046 - Do not add current time twice to TTL before ECS cache store. 3047 - Do not touch rrset cache after ECS cache message generation. 3048 - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode. 3049 30503 April 2017: Wouter 3051 - Fix #1217: Add metrics to unbound-control interface showing 3052 crypted, cert request, plaintext and malformed queries (from 3053 Manu Bretelle). 3054 - iana portlist update 3055 305627 March 2017: Wouter 3057 - Remove (now unused) event2 include from dnscrypt code. 3058 305924 March 2017: George 3060 - Fix to prevent non-referal query from being cached as referal when the 3061 no_cache_store flag was set. 3062 306323 March 2017: Wouter 3064 - Fix #1239: configure fails to find python distutils if python 3065 prints warning. 3066 306722 March 2017: Wouter 3068 - Fix #1238: segmentation fault when adding through the remote 3069 interface a per-view local zone to a view with no previous 3070 (configured) local zones. 3071 - Fix #1229: Systemd service sandboxing, options in wrong sections. 3072 307321 March 2017: Ralph 3074 - Merge EDNS Client subnet implementation from feature branch into main 3075 branch, using new EDNS processing framework. 3076 307721 March 2017: Wouter 3078 - Fix doxygen for dnscrypt files. 3079 308020 March 2017: Wouter 3081 - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then 3082 enabled in the config file from Manu Bretelle. 3083 - make depend, autoconf, remove warnings about statement before var. 3084 - lru_demote and lruhash_insert_or_retrieve functions for getdns. 3085 - fixup for lruhash (whitespace and header file comment). 3086 - dnscrypt tests. 3087 308817 March 2017: Wouter 3089 - Patch for view functionality for local-data-ptr from Björn Ketelaars. 3090 - Fix #1237 - Wrong resolving in chain, for norec queries that get 3091 SERVFAIL returned. 3092 309316 March 2017: Wouter 3094 - Fix that SHM is not inited if not enabled. 3095 - Add trustanchor.unbound CH TXT that gets a response with a number 3096 of TXT RRs with a string like "example.com. 2345 1234" with 3097 the trust anchors and their keytags. 3098 - Fix that looped DNAMEs do not cause unbound to spend effort. 3099 - trustanchor tags are sorted. reusable routine to fetch taglist. 3100 310113 March 2017: Wouter 3102 - testbound understands Deckard MATCH rcode question answer commands. 3103 - Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead 3104 of YXDOMAIN + query loop, reported by Petr Spacek. 3105 310610 March 2017: Wouter 3107 - Fix #1234: shortening DNAME loop produces duplicate DNAME records 3108 in ANSWER section. 3109 31109 March 2017: Wouter 3111 - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and 3112 DS records. NSEC3 is not disabled. 3113 - fake-sha1 test option; print warning if used. To make unit tests. 3114 - unbound-control list local zone and data commands listed in the 3115 help output. 3116 31178 March 2017: Wouter 3118 - make depend for build dependencies. 3119 - swig version 2.0.1 required. 3120 - fix enum conversion warnings 3121 31227 March 2017: Wouter 3123 - Fix #1230: swig version 2.0.0 is required for pythonmod, with 3124 1.3.40 it crashes when running repeatly unbound-control reload. 3125 - Response actions based on IP address from Jinmei Tatuya (Infoblox). 3126 31276 March 2017: Wouter 3128 - Fix #1229: Systemd service sandboxing in contrib/unbound.service. 3129 - iana portlist update 3130 313128 February 2017: Ralph 3132 - Fix testpkts.c, check if DO bit is set, not only if there is an OPT 3133 record. 3134 313528 February 2017: Wouter 3136 - For #1227: if we have sha256, set the cipher list to have no 3137 known vulns. 3138 313927 February 2017: Wouter 3140 - Fix #1227: Fix that Unbound control allows weak ciphersuits. 3141 - Fix #1226: provide official 32bit binary for windows. 3142 314324 February 2017: Wouter 3144 - include sys/time.h for new shm code on NetBSD. 3145 314623 February 2017: Wouter 3147 - Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to 3148 redirect. 3149 - Patch from Luiz Fernando Softov for Stats Shared Memory. 3150 - unbound-control stats_shm command prints stats using shared memory, 3151 which uses less cpu. 3152 - make depend, autoconf, doxygen and lint fixed up. 3153 315422 February 2017: Wouter 3155 - Fix #1224: Fix that defaults should not fall back to "Program Files 3156 (x86) if Unbound is 64bit by default on windows. 3157 315821 February 2017: Wouter 3159 - iana portlist update 3160 316116 February 2017: Wouter 3162 - sldns updated for vfixed and buffer resize indication from getdns. 3163 316415 February 2017: Wouter 3165 - sldns has ED25519 and ED448 algorithm number and name for display. 3166 316714 February 2017: Wouter 3168 - tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2 3169 317013 February 2017: Wouter 3171 - Fix autoconf of systemd check for lack of pkg-config. 3172 317310 February 2017: Wouter 3174 - Fix pythonmod for typedef changes. 3175 - Fix dnstap for warning of set but not used. 3176 - tag 1.6.1rc2. 3177 31789 February 2017: Wouter 3179 - tag 1.6.1rc1. 3180 31818 February 2017: Wouter 3182 - Fix for type name change and fix warning on windows compile. 3183 31847 February 2017: Wouter 3185 - Include root trust anchor id 20326 in unbound-anchor. 3186 31876 February 2017: Wouter 3188 - Fix compile on solaris of the fix to use $host detect. 3189 31904 February 2017: Wouter 3191 - fix root_anchor test for updated icannbundle.pem lower certificates. 3192 319326 January 2017: Wouter 3194 - Fix 1211: Fix can't enable interface-automatic if no IPv6 with 3195 more helpful error message. 3196 319720 January 2017: Wouter 3198 - Increase MAX_MODULE to 16. 3199 320019 January 2017: Wouter 3201 - Fix to Rename ub_callback_t to ub_callback_type, because POSIX 3202 reserves _t typedefs. 3203 - Fix to rename internally used types from _t to _type, because _t 3204 type names are reserved by POSIX. 3205 - iana portlist update 3206 320712 January 2017: Wouter 3208 - Fix to also block meta types 128 through to 248 with formerr. 3209 - Fix #1206: Some view-related commands are missing from 'unbound-control -h' 3210 32119 January 2017: Wouter 3212 - Fix #1202: Fix code comment that packed_rrset_data is not always 3213 'packed'. 3214 32156 January 2017: Wouter 3216 - Fix #1201: Fix missing unlock in answer_from_cache error condition. 3217 32185 January 2017: Wouter 3219 - Fix to return formerr for queries for meta-types, to avoid 3220 packet amplification if this meta-type is sent on to upstream. 3221 - Fix #1184: Log DNS replies. This includes the same logging 3222 information that DNS queries and response code and response size, 3223 patch from Larissa Feng. 3224 - Fix #1187: Source IP rate limiting, patch from Larissa Feng. 3225 32263 January 2017: Wouter 3227 - configure --enable-systemd and lets unbound use systemd sockets if 3228 you enable use-systemd: yes in unbound.conf. 3229 Also there are contrib/unbound.socket and contrib/unbound.service: 3230 systemd files for unbound, install them in /usr/lib/systemd/system. 3231 Contributed by Sami Kerola and Pavel Odintsov. 3232 - Fix reload chdir failure when also chrooted to that directory. 3233 32342 January 2017: Wouter 3235 - Fix #1194: Cross build fails when $host isn't `uname` for getentropy. 3236 323723 December 2016: Ralph 3238 - Fix #1190: Do not echo back EDNS options in local-zone error response. 3239 - iana portlist update 3240 324121 December 2016: Ralph 3242 - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built 3243 with Nettle 3244 324519 December 2016: Ralph 3246 - Fix #1191: remove comment about view deletion. 3247 324815 December 2016: Wouter 3249 - iana portlist update 3250 - 64bit is default for windows builds. 3251 - Fix inet_ntop and inet_pton warnings in windows compile. 3252 325314 December 2016: Wouter 3254 - Fix #1178: attempt to fix setup error at end, pop result values 3255 at end of install. 3256 325713 December 2016: Wouter 3258 - Fix #1182: Fix Resource leak (socket), at startup. 3259 - Fix unbound-control and ipv6 only. 3260 32619 December 2016: Wouter 3262 - Fix #1176: stack size too small for Alpine Linux. 3263 32648 December 2016: Wouter 3265 - Fix downcast warnings from visual studio in sldns code. 3266 - tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1. 3267 32687 December 2016: Ralph 3269 - Add DSA support for OpenSSL 1.1.0 3270 - Fix remote control without cert for LibreSSL 3271 32726 December 2016: George 3273 - Added generic EDNS code for registering known EDNS option codes, 3274 bypassing the cache response stage and uniquifying mesh states. Four EDNS 3275 option lists were added to module_qstate (module_qstate.edns_opts_*) to 3276 store EDNS options from/to front/back side. 3277 - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that 3278 control the modules' cache interactions. 3279 - Added code for registering inplace callback functions. The registered 3280 functions can be called just before replying with local data or Chaos, 3281 replying from cache, replying with SERVFAIL, replying with a resolved 3282 query, sending a query to a nameserver. The functions can inspect the 3283 available data and maybe change response/query related data (i.e. append 3284 EDNS options). 3285 - Updated Python module for the above. 3286 - Updated Python documentation. 3287 32885 December 2016: Ralph 3289 - Fix #1173: differ local-zone type deny from unset 3290 tag_actions element. 3291 32925 December 2016: Wouter 3293 - Fix #1170: document that 'inform' local-zone uses local-data. 3294 32951 December 2016: Ralph 3296 - hyphen as minus fix, by Andreas Schulze 3297 329830 November 2016: Ralph 3299 - Added local-zones and local-data bulk addition and removal 3300 functionality in unbound-control (local_zones, local_zones_remove, 3301 local_datas and local_datas_remove). 3302 - iana portlist update 3303 330429 November 2016: Wouter 3305 - version 1.6.0 is in the development branch. 3306 - braces in view.c around lock statements. 3307 330828 November 2016: Wouter 3309 - new install-sh. 3310 331125 November 2016: Wouter 3312 - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by 3313 using no encryption over the unix socket. 3314 331522 Novenber 2016: Ralph 3316 - Make access-control-tag-data RDATA absolute. This makes the RDATA 3317 origin consistent between local-data and access-control-tag-data. 3318 - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a 3319 subdomain of the NSEC owner. 3320 - QNAME minimisation uses QTYPE=A, therefore always check cache for 3321 this type in harden-below-nxdomain functionality. 3322 - Added unit test for QNAME minimisation + harden below nxdomain 3323 synergy. 3324 332522 November 2016: Wouter 3326 - iana portlist update. 3327 - Fix unit tests for DS hash processing for fake-dsa test option. 3328 - patch from Dag-Erling Smorgrav that removes code that relies 3329 on sbrk(). 3330 333121 November 2016: Wouter 3332 - Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing 3333 Underneath" for the harden-below-nxdomain option. 3334 333510 November 2016: Ralph 3336 - Fix #1155: test status code of unbound-control in 04-checkconf, 3337 not the status code from the tee command. 3338 33394 November 2016: Ralph 3340 - Added stub-ssl-upstream and forward-ssl-upstream options. 3341 33424 November 2016: Wouter 3343 - configure detects ssl security level API function in the autoconf 3344 manner. Every function on its own, so that other libraries (eg. 3345 LibreSSL) can develop their API without hindrance. 3346 - Fix #1154: segfault when reading config with duplicate zones. 3347 - Note that for harden-below-nxdomain the nxdomain must be secure, 3348 this means nsec3 with optout is insufficient. 3349 33503 November 2016: Ralph 3351 - Set OpenSSL security level to 0 when using aNULL ciphers. 3352 33533 November 2016: Wouter 3354 - .gitattributes line for githubs code language display. 3355 - log-identity: config option to set sys log identity, patch from 3356 "Robin H. Johnson" <robbat2@gentoo.org> 3357 33582 November 2016: Wouter 3359 - iana portlist update. 3360 336131 October 2016: Wouter 3362 - Fix failure to build on arm64 with no sbrk. 3363 - iana portlist update. 3364 336528 October 2016: Wouter 3366 - Patch for server.num.zero_ttl stats for count of expired replies, 3367 from Pavel Odintsov. 3368 336926 October 2016: Wouter 3370 - Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled 3371 with the undocumented switch 'fake-dsa'. It logs a warning. 3372 337325 October 2016: Wouter 3374 - Fix #1134: unbound-control set_option -- val-override-date: -1 works 3375 immediately to ignore datetime, or back to 0 to enable it again. 3376 The -- is to ignore the '-1' as an option flag. 3377 337824 October 2016: Wouter 3379 - serve-expired config option: serve expired responses with TTL 0. 3380 - g.root-servers.net has AAAA address. 3381 338221 October 2016: Wouter 3383 - Ported tests for local_cname unit test to testbound framework. 3384 338520 October 2016: Wouter 3386 - suppress compile warning in lex files. 3387 - init lzt variable, for older gcc compiler warnings. 3388 - fix --enable-dsa to work, instead of copying ecdsa enable. 3389 - Fix DNSSEC validation of query type ANY with DNAME answers. 3390 - Fixup query_info local_alias init. 3391 339219 October 2016: Wouter 3393 - Fix #1130: whitespace in example.conf.in more consistent. 3394 339518 October 2016: Wouter 3396 - Patch that resolves CNAMEs entered in local-data conf statements that 3397 point to data on the internet, from Jinmei Tatuya (Infoblox). 3398 - Removed patch comments from acllist.c and msgencode.c 3399 - Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf, 3400 from Jinmei Tatuya (Infoblox). 3401 - Fix #1125: unbound could reuse an answer packet incorrectly for 3402 clients with different EDNS parameters, from Jinmei Tatuya. 3403 - Fix #1118: libunbound.pc sets strange Libs, Libs.private values. 3404 - Added Requires line to libunbound.pc 3405 - Please doxygen by modifying mesh.h 3406 340717 October 2016: Wouter 3408 - Re-fix #839 from view commit overwrite. 3409 - Fixup const void cast warning. 3410 341112 October 2016: Ralph 3412 - Free view config elements. 3413 341411 October 2016: Ralph 3415 - Added qname-minimisation-strict config option. 3416 - iana portlist update. 3417 - fix memoryleak logfile when in debug mode. 3418 34195 October 2016: Ralph 3420 - Added views functionality. 3421 - Fix #1117: spelling errors, from Robert Edmonds. 3422 342330 September 2016: Wouter 3424 - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav. 3425 342629 September 2016: Wouter 3427 - Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX. 3428 - Fix #839: Memory grows unexpectedly with large RPZ files. 3429 - Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile. 3430 - Fix #841: big local-zone's make it consume large amounts of memory. 3431 343227 September 2016: Wouter 3433 - tag for 1.5.10 release 3434 - trunk contains 1.5.11 in development. 3435 - Fix dnstap relaying "random" messages instead of resolver/forwarder 3436 responses, from Nikolay Edigaryev. 3437 - Fix #836: unbound could echo back EDNS options in an error response. 3438 343920 September 2016: Wouter 3440 - iana portlist update. 3441 - Fix #835: fix --disable-dsa with nettle verify. 3442 - tag for 1.5.10rc1 release. 3443 344415 September 2016: Wouter 3445 - Fix 883: error for duplicate local zone entry. 3446 - Test for openssl init_crypto and init_ssl functions. 3447 344815 September 2016: Ralph 3449 - fix potential memory leak in daemon/remote.c and nullpointer 3450 dereference in validator/autotrust. 3451 - iana portlist update. 3452 345313 September 2016: Wouter 3454 - Silenced flex-generated sign-unsigned warning print with gcc 3455 diagnostic pragma. 3456 - Fix for new splint on FreeBSD. Fix cast for sockaddr_un.sun_len. 3457 34589 September 2016: Wouter 3459 - Fix #831: workaround for spurious fread_chk warning against petal.c 3460 34615 September 2016: Ralph 3462 - Take configured minimum TTL into consideration when reducing TTL 3463 to original TTL from RRSIG. 3464 34655 September 2016: Wouter 3466 - Fix #829: doc of sldns_wire2str_rdata_buf() return value has an 3467 off-by-one typo, from Jinmei Tatuya (Infoblox). 3468 - Fix incomplete prototypes reported by Dag-Erling Smørgrav. 3469 - Fix #828: missing type in access-control-tag-action redirect results 3470 in NXDOMAIN. 3471 34722 September 2016: Wouter 3473 - Fix compile with openssl 1.1.0 with api=1.1.0. 3474 34751 September 2016: Wouter 3476 - RFC 7958 is now out, updated docs for unbound-anchor. 3477 - Fix for compile without warnings with openssl 1.1.0. 3478 - Fix #826: Fix refuse_non_local could result in a broken response. 3479 - iana portlist update. 3480 348129 August 2016: Wouter 3482 - Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A. 3483 Siewior. 3484 - Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e. 3485 348625 August 2016: Ralph 3487 - Clarify local-zone-override entry in unbound.conf.5 3488 348925 August 2016: Wouter 3490 - 64bit build option for makedist windows compile, -w64. 3491 349224 August 2016: Ralph 3493 - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter 3494 in each iteration in find_tag_datas(). 3495 - unbound.conf.5 entries for define-tag, access-control-tag, 3496 access-control-tag-action, access-control-tag-data, local-zone-tag, 3497 and local-zone-override. 3498 349923 August 2016: Wouter 3500 - Fix #804: unbound stops responding after outage. Fixes queries 3501 that attempt to wait for an empty list of subqueries. 3502 - Fix #804: lower num_target_queries for iterator also for failed 3503 lookups. 3504 35058 August 2016: Wouter 3506 - Note that OPENPGPKEY type is RFC 7929. 3507 35084 August 2016: Wouter 3509 - Fix #807: workaround for possible some "unused" function parameters 3510 in test code, from Jinmei Tatuya. 3511 35123 August 2016: Wouter 3513 - use sendmsg instead of sendto for TFO. 3514 351528 July 2016: Wouter 3516 - Fix #806: wrong comment removed. 3517 351826 July 2016: Wouter 3519 - nicer ratelimit-below-domain explanation. 3520 352122 July 2016: Wouter 3522 - Fix #801: missing error condition handling in 3523 daemon_create_workers(). 3524 - Fix #802: workaround for function parameters that are "unused" 3525 without log_assert. 3526 - Fix #803: confusing (and incorrect) code comment in daemon_cleanup(). 3527 352820 July 2016: Wouter 3529 - Fix typo in unbound.conf. 3530 353118 July 2016: Wouter 3532 - Fix #798: Client-side TCP fast open fails (Linux). 3533 353414 July 2016: Wouter 3535 - TCP Fast open patch from Sara Dickinson. 3536 - Fixed unbound.doxygen for 1.8.11. 3537 35387 July 2016: Wouter 3539 - access-control-tag-data implemented. verbose(4) prints tag debug. 3540 35415 July 2016: Wouter 3542 - Fix dynamic link of anchor-update.exe on windows. 3543 - Fix detect of mingw for MXE package build. 3544 - Fixes for 64bit windows compile. 3545 - Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and 3546 --with-libunbound-only --with-nettle. 3547 35484 July 2016: Wouter 3549 - For #787: prefer-ip6 option for unbound.conf prefers to send 3550 upstream queries to ipv6 servers. 3551 - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux 3552 freebind to use 64bits of entropy for every query with random local 3553 part. 3554 355530 June 2016: Wouter 3556 - Document always_transparent, always_refuse, always_nxdomain types. 3557 355829 June 2016: Wouter 3559 - Fix static compile on windows missing gdi32. 3560 356128 June 2016: Wouter 3562 - Create a pkg-config file for libunbound in contrib. 3563 356427 June 2016: Wouter 3565 - Fix #784: Build configure assumess that having getpwnam means there 3566 is endpwent function available. 3567 - Updated repository with newer flex and bison output. 3568 356924 June 2016: Ralph 3570 - Possibility to specify local-zone type for an acl/tag pair 3571 - Possibility to specify (override) local-zone type for a source address 3572 block 357316 June 2016: Ralph 3574 - Decrease dp attempts at each QNAME minimisation iteration 3575 357616 June 2016: Wouter 3577 - Fix tcp timeouts in tv.usec. 3578 357915 June 2016: Wouter 3580 - TCP_TIMEOUT is specified in milliseconds. 3581 - If more than half of tcp connections are in use, a shorter timeout 3582 is used (200 msec, vs 2 minutes) to pressure tcp for new connects. 3583 358414 June 2016: Ralph 3585 - QNAME minimisation unit test for dropped QTYPE=A queries. 3586 358714 June 2016: Wouter 3588 - Fix 775: unbound-host and unbound-anchor crash on windows, ignore 3589 null delete for wsaevent. 3590 - Fix spelling in freebind option man page text. 3591 - Fix windows link of ssl with crypt32. 3592 - Fix 779: Union casting is non-portable. 3593 - Fix 780: MAP_ANON not defined in HP-UX 11.31. 3594 - Fix 781: prealloc() is an HP-UX system library call. 3595 359613 June 2016: Ralph 3597 - Use QTYPE=A for QNAME minimisation. 3598 - Keep track of number of time-outs when performing QNAME minimisation. 3599 Stop minimising when number of time-outs for a QNAME/QTYPE pair is 3600 more than three. 3601 360213 June 2016: Wouter 3603 - Fix #778: unbound 1.5.9: -h segfault (null deref). 3604 - Fix directory: fix for unbound-checkconf, it restores cwd. 3605 360610 June 2016: Wouter 3607 - And delete service.conf.shipped on uninstall. 3608 - In unbound.conf directory: dir immediately changes to that directory, 3609 so that include: file below that is relative to that directory. 3610 With chroot, make the directory an absolute path inside chroot. 3611 - keep debug symbols in windows build. 3612 - do not delete service.conf on windows uninstall. 3613 - document directory immediate fix and allow EXECUTABLE syntax in it 3614 on windows. 3615 36169 June 2016: Wouter 3617 - Trunk is called 1.5.10 (with previous fixes already in there to 2 3618 june). 3619 - Revert fix for NetworkService account on windows due to breakage 3620 it causes. 3621 - Fix that windows install will not overwrite existing service.conf 3622 file (and ignore gui config choices if it exists). 3623 36247 June 2016: Ralph 3625 - Lookup localzones by taglist from acl. 3626 - Possibility to lookup local_zone, regardless the taglist. 3627 - Added local_zone/taglist/acl unit test. 3628 36297 June 2016: Wouter 3630 - Fix #773: Non-standard Python location build failure with pyunbound. 3631 - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures. 3632 36336 June 2016: Wouter 3634 - Better help text from -h (from Ray Griffith). 3635 - access-control-tag config directive. 3636 - local-zone-override config directive. 3637 - access-control-tag-action and access-control-tag-data config 3638 directives. 3639 - free acl-tags, acltag-action and acltag-data config lists during 3640 initialisation to free up memory for more entries. 3641 36423 June 2016: Wouter 3643 - Fix to not ignore return value of chown() in daemon startup. 3644 36452 June 2016: Wouter 3646 - Fix libubound for edns optlist feature. 3647 - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc. 3648 - Fix #752: retry resource temporarily unavailable on control pipe. 3649 - un-document localzone tags. 3650 - tag for release 1.5.9rc1. 3651 And this also became release 1.5.9. 3652 - Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to 3653 Program Files with (x86) appended. 3654 - re-documented localzone tags in example.conf. 3655 365631 May 2016: Wouter 3657 - Fix windows service to be created run with limited rights, as a 3658 network service account, from Mario Turschmann. 3659 - compat strsep implementation. 3660 - generic edns option parse and store code. 3661 - and also generic edns options for upstream messages (and replies). 3662 after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID), 3663 to insert use edns_opt_append(edns, region, code, len, bindata) on 3664 the opt_list passed to send_query, or in edns_opt_inplace_reply. 3665 366630 May 2016: Wouter 3667 - Fix time in case answer comes from cache in ub_resolve_event(). 3668 - Attempted fix for #765: _unboundmodule missing for python3. 3669 367027 May 2016: Wouter 3671 - Fix #770: Small subgroup attack on DH used in unix pipe on localhost 3672 if unbound control uses a unix local named pipe. 3673 - Document write permission to directory of trust anchor needed. 3674 - Fix #768: Unbound Service Sometimes Can Not Shutdown 3675 Completely, WER Report Shown Up. Close handle before closing WSA. 3676 367726 May 2016: Wouter 3678 - Updated patch from Charles Walker. 3679 368024 May 2016: Wouter 3681 - disable-dnssec-lame-check config option from Charles Walker. 3682 - remove memory leak from lame-check patch. 3683 - iana portlist update. 3684 368523 May 2016: Wouter 3686 - Fix #767: Reference to an expired Internet-Draft in 3687 harden-below-nxdomain documentation. 3688 368920 May 2016: Ralph 3690 - No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 3691 signed zones. 3692 - iana portlist update. 3693 369419 May 2016: Wouter 3695 - Fix #766: dns64 should synthesize results on timeout/errors. 3696 369718 May 2016: Wouter 3698 - Fix #761: DNSSEC LAME false positive resolving nic.club. 3699 370017 May 2016: Wouter 3701 - trunk updated with output of flex 2.6.0. 3702 37036 May 2016: Wouter 3704 - Fix memory leak in out-of-memory conditions of local zone add. 3705 370629 April 2016: Wouter 3707 - Fix sldns with static checking fixes copied from getdns. 3708 370928 April 2016: Wouter 3710 - Fix #759: 0x20 capsforid no longer checks type PTR, for 3711 compatibility with cisco dns guard. This lowers false positives. 3712 371318 April 2016: Wouter 3714 - Fix some malformed responses to edns queries get fallback to nonedns. 3715 371615 April 2016: Wouter 3717 - cachedb module event handling design. 3718 371914 April 2016: Wouter 3720 - cachedb module framework (empty). 3721 - iana portlist update. 3722 372312 April 2016: Wouter 3724 - Fix #753: document dump_requestlist is for first thread. 3725 372624 March 2016: Wouter 3727 - Document permit-small-holddown for 5011 debug. 3728 - Fix #749: unbound-checkconf gets SIGSEGV when use against a 3729 malformatted conf file. 3730 373123 March 2016: Wouter 3732 - OpenSSL 1.1.0 portability, --disable-dsa configure option. 3733 373421 March 2016: Wouter 3735 - Fix compile of getentropy_linux for SLES11 servicepack 4. 3736 - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 3737 - Fix test for openssl to use HMAC_Update for 1.1.0. 3738 - acx_nlnetlabs.m4 to v33, with HMAC_Update. 3739 - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto. 3740 - ERR_remove_state deprecated since openssl 1.0.0. 3741 - OPENSSL_config is deprecated, removing. 3742 374318 March 2016: Ralph 3744 - Validate QNAME minimised NXDOMAIN responses. 3745 - If QNAME minimisation is enabled, do cache lookup for QTYPE NS in 3746 harden-below-nxdomain. 3747 374817 March 2016: Ralph 3749 - Limit number of QNAME minimisation iterations. 3750 375117 March 2016: Wouter 3752 - Fix #746: Fix unbound sets CD bit on all forwards. 3753 If no trust anchors, it'll not set CD bit when forwarding to another 3754 server. If a trust anchor, no CD bit on the first attempt to a 3755 forwarder, but CD bit thereafter on repeated attempts to get DNSSEC. 3756 - iana portlist update. 3757 375816 March 2016: Wouter 3759 - Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma. 3760 - Fix ip-transparent for tcp on freebsd. 3761 376215 March 2016: Wouter 3763 - ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for 3764 binding to an IP address while the interface or address is down. 3765 376614 March 2016: Wouter 3767 - Fix warnings in ifdef corner case, older or unknown libevent. 3768 - Fix compile for ub_event code with older libev. 3769 377011 March 2016: Wouter 3771 - Remove warning about unused parameter in event_pluggable.c. 3772 - Fix libev usage of dispatch return value. 3773 - No side effects in tolower() call, in case it is a macro. 3774 - For test put free in pluggable api in parenthesis. 3775 377610 March 2016: Wouter 3777 - Fixup backend2str for libev. 3778 377909 March 2016: Willem 3780 - User defined pluggable event API for libunbound 3781 - Fixup of compile fix for pluggable event API from P.Y. Adi 3782 Prasaja. 3783 378409 March 2016: Wouter 3785 - Updated configure and ltmain.sh. 3786 - Updated L root IPv6 address. 3787 378807 March 2016: Wouter 3789 - Fix #747: assert in outnet_serviced_query_stop. 3790 - iana ports fetched via https. 3791 - iana portlist update. 3792 379303 March 2016: Wouter 3794 - configure tests for the weak attribute support by the compiler. 3795 379602 March 2016: Wouter 3797 - 1.5.8 release tag 3798 - trunk contains 1.5.9 in development. 3799 - iana portlist update. 3800 - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname 3801 contains trailing dot. 3802 380324 February 2016: Wouter 3804 - Fix OpenBSD asynclook lock free that gets used later (fix test code). 3805 - Fix that NSEC3 negative cache is used when there is no salt. 3806 380723 February 2016: Wouter 3808 - ub_ctx_set_stub() function for libunbound to config stub zones. 3809 - sorted ubsyms.def file with exported libunbound functions. 3810 381119 February 2016: Wouter 3812 - Print understandable debug log when unusable DS record is seen. 3813 - load gost algorithm if digest is seen before key algorithm. 3814 - iana portlist update. 3815 381617 February 2016: Wouter 3817 - Fix that "make install" fails due to "text file busy" error. 3818 381916 February 2016: Wouter 3820 - Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error. 3821 382215 February 2016: Wouter 3823 - ip-transparent option for FreeBSD with IP_BINDANY socket option. 3824 - wait for sendto to drain socket buffers when they are full. 3825 38269 February 2016: Wouter 3827 - Test for type OPENPGPKEY. 3828 - insecure-lan-zones: yesno config option, patch from Dag-Erling 3829 Smørgrav. 3830 38318 February 2016: Wouter 3832 - Fix patch typo in prevuous commit for 734 from Adi Prasaja. 3833 - RR Type CSYNC support RFC 7477, in debug printout and config input. 3834 - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07). 3835 383629 January 2016: Wouter 3837 - Neater cmdline_verbose increment patch from Edgar Pettijohn. 3838 383927 January 2016: Wouter 3840 - Made netbsd sendmsg test nonfatal, in case of false positives. 3841 - Fix #741: log message for dnstap socket connection is more clear. 3842 384326 January 2016: Wouter 3844 - Fix #734: chown the pidfile if it resides inside the chroot. 3845 - Use arc4random instead of random in tests (because it is 3846 available, possibly as compat, anyway). 3847 - Fix cmsg alignment for argument to sendmsg on NetBSD. 3848 - Fix that unbound complains about unimplemented IP_PKTINFO for 3849 sendmsg on NetBSD (for interface-automatic). 3850 385125 January 2016: Wouter 3852 - Fix #738: Swig should not be invoked with CPPFLAGS. 3853 385419 January 2016: Wouter 3855 - Squelch 'cannot assign requested address' log messages unless 3856 verbosity is high, it was spammed after network down. 3857 385814 January 2016: Wouter 3859 - Fix to simplify empty string checking from Michael McConville. 3860 - iana portlist update. 3861 386212 January 2016: Wouter 3863 - Fix #734: Do not log an error when the PID file cannot be chown'ed. 3864 Patch from Simon Deziel. 3865 386611 January 2016: Wouter 3867 - Fix test if -pthreads unused to use better grep for portability. 3868 386906 January 2016: Wouter 3870 - Fix mingw crosscompile for recent mingw. 3871 - Update aclocal, autoconf output with new versions (1.15, 2.4.6). 3872 387305 January 2016: Wouter 3874 - #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch 3875 from Daisuke Higashi. 3876 - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked 3877 by default, and can be unblocked with "nodefault" localzone config. 3878 387904 January 2016: Wouter 3880 - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined, 3881 for Linux glibc 2.20. 3882 - Fixup contrib/aaaa-filter-iterator.patch for moved contents in the 3883 source code, so it applies cleanly again. Removed unused variable 3884 warnings. 3885 388615 December 2015: Ralph 3887 - Fix #729: omit use of escape sequences in echo since they are not 3888 portable (unbound-control-setup). 3889 389011 December 2015: Wouter 3891 - remove NULL-checks before free, patch from Michael McConville. 3892 - updated ax_pthread.m4 to version 21 with clang support, this 3893 removes a warning from compilation. 3894 - OSX portability, detect if sbrk is deprecated. 3895 - OSX clang, stop -pthread unused during link stage warnings. 3896 - OSX clang new flto check. 3897 389810 December 2015: Wouter 3899 - 1.5.7 release 3900 - trunk has 1.5.8 in development. 3901 39028 December 2015: Wouter 3903 - Fixup 724 for unbound-control. 3904 39057 December 2015: Ralph 3906 - Do not minimise forwarded requests. 3907 39084 December 2015: Wouter 3909 - Removed unneeded whitespace from example.conf. 3910 39113 December 2015: Ralph 3912 - (after rc1 tag) 3913 - Committed fix to qname minimisation and unit test case for it. 3914 39153 December 2015: Wouter 3916 - iana portlist update. 3917 - 1.5.7rc1 prerelease tag. 3918 39192 December 2015: Wouter 3920 - Fixup 724: Fix PCA prompt for unbound-service-install.exe. 3921 re-enable stdout printout. 3922 - For 724: Add Changelog to windows binary dist. 3923 39241 December 2015: Ralph 3925 - Qname minimisation review fixes 3926 39271 December 2015: Wouter 3928 - Fixup 724 fix for fname_after_chroot() calls. 3929 - Remove stdout printout for unbound-service-install.exe 3930 - .gitignore for git users. 3931 393230 November 2015: Ralph 3933 - Implemented qname minimisation 3934 393530 November 2015: Wouter 3936 - Fix for #724: conf syntax to read files from run dir (on Windows). 3937 393825 November 2015: Wouter 3939 - Fix for #720, fix unbound-control-setup windows batch file. 3940 394124 November 2015: Wouter 3942 - Fix #720: add windows scripts to zip bundle. 3943 - iana portlist update. 3944 394520 November 2015: Wouter 3946 - Added assert on rrset cache correctness. 3947 - Fix that malformed EDNS query gets a response without malformed EDNS. 3948 394918 November 2015: Wouter 3950 - newer acx_nlnetlabs.m4. 3951 - spelling fixes from Igor Sobrado Delgado. 3952 395317 November 2015: Wouter 3954 - Fix #594. libunbound: optionally use libnettle for crypto. 3955 Contributed by Luca Bruno. Added --with-nettle for use with 3956 --with-libunbound-only. 3957 - refactor nsec3 hash implementation to be more library-portable. 3958 - iana portlist update. 3959 - Fixup DER encoded DSA signatures for libnettle. 3960 396116 November 2015: Wouter 3962 - Fix for lenient accept of reverse order DNAME and CNAME. 3963 39646 November 2015: Wouter 3965 - Change example.conf: ftp.internic.net to https://www.internic.net 3966 39675 November 2015: Wouter 3968 - ACX_SSL_CHECKS no longer adds -ldl needlessly. 3969 39703 November 2015: Wouter 3971 - Fix #718: Fix unbound-control-setup with support for env 3972 without HEREDOC bash support. 3973 397429 October 2015: Wouter 3975 - patch from Doug Hogan for SSL_OP_NO_SSLvx options. 3976 - Fix #716: nodata proof with empty non-terminals and wildcards. 3977 397828 October 2015: Wouter 3979 - Fix checklock testcode for linux threads on exit. 3980 398127 October 2015: Wouter 3982 - isblank() compat implementation. 3983 - detect libexpat without xml_StopParser function. 3984 - portability fixes. 3985 - portability, replace snprintf if return value broken. 3986 398723 October 2015: Wouter 3988 - Fix #714: Document config to block private-address for IPv4 3989 mapped IPv6 addresses. 3990 399122 October 2015: Wouter 3992 - Fix #712: unbound-anchor appears to not fsync root.key. 3993 399420 October 2015: Wouter 3995 - 1.5.6 release. 3996 - trunk tracks development of 1.5.7. 3997 399815 October 2015: Wouter 3999 - Fix segfault in the dns64 module in the formaterror error path. 4000 - Fix sldns_wire2str_rdata_scan for malformed RRs. 4001 - tag for 1.5.6rc1 release. 4002 400314 October 2015: Wouter 4004 - ANY responses include DNAME records if present, as per Evan Hunt's 4005 remark in dnsop. 4006 - Fix manpage to suggest using SIGTERM to terminate the server. 4007 40089 October 2015: Wouter 4009 - Default for ssl-port is port 853, the temporary port assignment 4010 for secure domain name system traffic. 4011 If you used to rely on the older default of port 443, you have 4012 to put a clause in unbound.conf for that. The new value is likely 4013 going to be the standardised port number for this traffic. 4014 - iana portlist update. 4015 40166 October 2015: Wouter 4017 - 1.5.5 release. 4018 - trunk tracks the development of 1.5.6. 4019 402028 September 2015: Wouter 4021 - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution 4022 failures. 4023 - tag for 1.5.5rc1 release. 4024 - makedist.sh: pgp sig echo commands. 4025 402625 September 2015: Wouter 4027 - Fix unbound-control flush that does not succeed in removing data. 4028 402922 September 2015: Wouter 4030 - Fix config globbed include chroot treatment, this fixes reload of 4031 globs (patch from Dag-Erling Smørgrav). 4032 - iana portlist update. 4033 - Fix #702: New IPs for for h.root-servers.net. 4034 - Remove confusion comment from canonical_compare() function. 4035 - Fix #705: ub_ctx_set_fwd() return value mishandled on windows. 4036 - testbound selftest also works in non-debug mode. 4037 - Fix minor error in unbound.conf.5.in 4038 - Fix unbound.conf(5) access-control description for precedence 4039 and default. 4040 404131 August 2015: Wouter 4042 - changed windows setup compression to be more transparent. 4043 404428 August 2015: Wouter 4045 - Fix #697: Get PY_MAJOR_VERSION failure at configure for python 4046 2.4 to 2.6. 4047 - Feature #699: --enable-pie option to that builds PIE binary. 4048 - Feature #700: --enable-relro-now option that enables full read-only 4049 relocation. 4050 405124 August 2015: Wouter 4052 - Fix deadlock for local data add and zone add when unbound-control 4053 list_local_data printout is interrupted. 4054 - iana portlist update. 4055 - Change default of harden-algo-downgrade to off. This is lenient 4056 for algorithm rollover. 4057 405813 August 2015: Wouter 4059 - 5011 implementation does not insist on all algorithms, when 4060 harden-algo-downgrade is turned off. 4061 - Reap the child process that libunbound spawns. 4062 406311 August 2015: Wouter 4064 - Fix #694: configure script does not detect LibreSSL 2.2.2 4065 40664 August 2015: Wouter 4067 - Document that local-zone nodefault matches exactly and transparent 4068 can be used to release a subzone. 4069 40703 August 2015: Wouter 4071 - Document in the manual more text about configuring locally served 4072 zones. 4073 - Fix 5011 anchor update timer after reload. 4074 - Fix mktime in unbound-anchor not using UTC. 4075 407630 July 2015: Wouter 4077 - please afl-gcc (llvm) for uninitialised variable warning. 4078 - Added permit-small-holddown config to debug fast 5011 rollover. 4079 408024 July 2015: Wouter 4081 - Fix #690: Reload fails when so-reuseport is yes after changing 4082 num-threads. 4083 - iana portlist update. 4084 408521 July 2015: Wouter 4086 - Fix configure to detect SSL_CTX_set_ecdh_auto. 4087 - iana portlist update. 4088 408920 July 2015: Wouter 4090 - Enable ECDHE for servers. Where available, use 4091 SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to 4092 enable ECDHE. Otherwise, manually offer curve p256. 4093 Client connections should automatically use ECDHE when available. 4094 (thanks Daniel Kahn Gillmor) 4095 409618 July 2015: Willem 4097 - Allow certificate chain files to allow for intermediate certificates. 4098 (thanks Daniel Kahn Gillmor) 4099 410013 July 2015: Wouter 4101 - makedist produces sha1 and sha256 files for created binaries too. 4102 41039 July 2015: Wouter 4104 - 1.5.4 release tag 4105 - trunk has 1.5.5 in development. 4106 - Fix #681: Setting forwarders with unbound-control forward 4107 implicitly turns on forward-first. 4108 410929 June 2015: Wouter 4110 - iana portlist update. 4111 - Fix alloc with log for allocation size checks. 4112 411326 June 2015: Wouter 4114 - Fix #677 Fix DNAME responses from cache that failed internal chain 4115 test. 4116 - iana portlist update. 4117 411822 June 2015: Wouter 4119 - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly 4120 and was therefore always synthesized (thanks to Valentin Dietrich). 4121 41224 June 2015: Wouter 4123 - RFC 7553 RR type URI support, is now enabled by default. 4124 41252 June 2015: Wouter 4126 - Fix #674: Do not free pointers given by getenv. 4127 412829 May 2015: Wouter 4129 - Fix that unparseable error responses are ratelimited. 4130 - SOA negative TTL is capped at minimumttl in its rdata section. 4131 - cache-max-negative-ttl config option, default 3600. 4132 413326 May 2015: Wouter 4134 - Document that ratelimit works with unbound-control set_option. 4135 413621 May 2015: Wouter 4137 - iana portlist update. 4138 - documentation proposes ratelimit of 1000 (closer to what upstream 4139 servers expect from us). 4140 414120 May 2015: Wouter 4142 - DLV is going to be decommissioned. Advice to stop using it, and 4143 put text in the example configuration and man page to that effect. 4144 414510 May 2015: Wouter 4146 - Change syntax of particular validator error to be easier for 4147 machine parse, swap rrset and ip adres info so it looks like: 4148 validation failure <www.example.nl. TXT IN>: signature crypto 4149 failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN> 4150 41511 May 2015: Wouter 4152 - caps-whitelist in unbound.conf allows whitelist of loadbalancers 4153 that cannot work with caps-for-id or its fallback. 4154 415530 April 2015: Wouter 4156 - Unit test for type ANY synthesis. 4157 415822 April 2015: Wouter 4159 - Removed contrib/unbound_unixsock.diff, because it has been 4160 integrated, use control-interface: /path in unbound.conf. 4161 - iana portlist update. 4162 416317 April 2015: Wouter 4164 - Synthesize ANY responses from cache. Does not search exhaustively, 4165 but MX,A,AAAA,SOA,NS also CNAME. 4166 - Fix leaked dns64prefix configuration string. 4167 416816 April 2015: Wouter 4169 - Add local-zone type inform_deny, that logs query and drops answer. 4170 - Ratelimit does not apply to prefetched queries, and ratelimit-factor 4171 is default 10. Repeated normal queries get resolved and with 4172 prefetch stay in the cache. 4173 - Fix bug#664: libunbound python3 related fixes (from Tomas Hozza) 4174 Use print_function also for Python2. 4175 libunbound examples: produce sorted output. 4176 libunbound-Python: libldns is not used anymore. 4177 Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns. 4178 417910 April 2015: Wouter 4180 - unbound-control ratelimit_list lists high rate domains. 4181 - ratelimit feature, ratelimit: 100, or some sensible qps, can be 4182 used to turn it on. It ratelimits recursion effort per zone. 4183 For particular names you can configure exceptions in unbound.conf. 4184 - Fix that get_option for cache-sizes does not print double newline. 4185 - Fix#663: ssl handshake fails when using unix socket because dh size 4186 is too small. 4187 41888 April 2015: Wouter 4189 - Fix crash in dnstap: Do not try to log TCP responses after timeout. 4190 41917 April 2015: Wouter 4192 - Libunbound skips dos-line-endings from etc/hosts. 4193 - Unbound exits with a fatal error when the auto-trust-anchor-file 4194 fails to be writable. This is seconds after startup. You can 4195 load a readonly auto-trust-anchor-file with trust-anchor-file. 4196 The file has to be writable to notice the trust anchor change, 4197 without it, a trust anchor change will be unnoticed and the system 4198 will then become inoperable. 4199 - unbound-control list_insecure command shows the negative trust 4200 anchors currently configured, patch from Jelte Jansen. 4201 42022 April 2015: Wouter 4203 - Fix #660: Fix interface-automatic broken in the presence of 4204 asymmetric routing. 4205 420626 March 2015: Wouter 4207 - remote.c probedelay line is easier to read. 4208 - rename ldns subdirectory to sldns to avoid name collision. 4209 421025 March 2015: Wouter 4211 - Fix #657: libunbound(3) recommends deprecated 4212 CRYPTO_set_id_callback. 4213 - If unknown trust anchor algorithm, and libressl is used, error 4214 message encourages upgrade of the libressl package. 4215 421623 March 2015: Wouter 4217 - Fix segfault on user not found at startup (from Maciej Soltysiak). 4218 421920 March 2015: Wouter 4220 - Fixed to add integer overflow checks on allocation (defense in depth). 4221 422219 March 2015: Wouter 4223 - Add ip-transparent config option for bind to non-local addresses. 4224 422517 March 2015: Wouter 4226 - Use reallocarray for integer overflow protection, patch submitted 4227 by Loganaden Velvindron. 4228 422916 March 2015: Wouter 4230 - Fixup compile on cygwin, more portable openssl thread id. 4231 423212 March 2015: Wouter 4233 - Updated default keylength in unbound-control-setup to 3k. 4234 423510 March 2015: Wouter 4236 - Fix lintian warning in unbound-checkconf man page (from Andreas 4237 Schulze). 4238 - print svnroot when building windows dist. 4239 - iana portlist update. 4240 - Fix warning on sign compare in getentropy_linux. 4241 42429 March 2015: Wouter 4243 - Fix #644: harden-algo-downgrade option, if turned off, fixes the 4244 reported excessive validation failure when multiple algorithms 4245 are present. It allows the weakest algorithm to validate the zone. 4246 - iana portlist update. 4247 42485 March 2015: Wouter 4249 - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal 4250 scripts. Contributed by Yuri Voinov. 4251 - Document that incoming-num-tcp increase is good for large servers. 4252 - stats reports tcp usage, of incoming-num-tcp buffers. 4253 42544 March 2015: Wouter 4255 - Patch from Brad Smith that syncs compat/getentropy_linux with 4256 OpenBSD's version (2015-03-04). 4257 - 0x20 fallback improved: servfail responses do not count as missing 4258 comparisons (except if all responses are errors), 4259 inability to find nameservers does not fail equality comparisons, 4260 many nameservers does not try to compare more than max-sent-count, 4261 parse failures start 0x20 fallback procedure. 4262 - store caps_response with best response in case downgrade response 4263 happens to be the last one. 4264 - Document windows 8 tests. 4265 42663 March 2015: Wouter 4267 - tag 1.5.3rc1 4268 [ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ] 4269 42702 March 2015: Wouter 4271 - iana portlist update. 4272 427320 February 2015: Wouter 4274 - Use the getrandom syscall introduced in Linux 3.17 (from Heiner 4275 Kallweit). 4276 - Fix #645 Portability to Solaris 10, use AF_LOCAL. 4277 - Fix #646 Portability to Solaris, -lrt for getentropy_solaris. 4278 - Fix #647 crash in 1.5.2 because pwd.db no longer accessible after 4279 reload. 4280 428119 February 2015: Wouter 4282 - 1.5.2 release tag. 4283 - svn trunk contains 1.5.3 under development. 4284 428513 February 2015: Wouter 4286 - Fix #643: doc/example.conf.in: unnecessary whitespace. 4287 428812 February 2015: Wouter 4289 - tag 1.5.2rc1 4290 429111 February 2015: Wouter 4292 - iana portlist update. 4293 429410 February 2015: Wouter 4295 - Fix scrubber with harden-glue turned off to reject NS (and other 4296 not-address) records. 4297 42989 February 2015: Wouter 4299 - Fix validation failure in case upstream forwarder (ISC BIND) does 4300 not have the same trust anchors and decides to insert unsigned NS 4301 record in authority section. 4302 43032 February 2015: Wouter 4304 - infra-cache-min-rtt patch from Florian Riehm, for expected long 4305 uplink roundtrip times. 4306 430730 January 2015: Wouter 4308 - Fix 0x20 capsforid fallback to omit gratuitous NS and additional 4309 section changes. 4310 - Portability fix for Solaris ('sun' is not usable for a variable). 4311 431229 January 2015: Wouter 4313 - Fix pyunbound byte string representation for python3. 4314 431526 January 2015: Wouter 4316 - Fix unintended use of gcc extension for incomplete enum types, 4317 compile with pedantic c99 compliance (from Daniel Dickman). 4318 431923 January 2015: Wouter 4320 - windows port fixes, no AF_LOCAL, no chown, no chmod(grp). 4321 432216 January 2015: Wouter 4323 - unit test for local unix connection. Documentation and log_addr 4324 does not inspect port for AF_LOCAL. 4325 - unbound-checkconf -f prints chroot with pidfile path. 4326 432713 January 2015: Wouter 4328 - iana portlist update. 4329 433012 January 2015: Wouter 4331 - Cast sun_len sizeof to socklen_t. 4332 - Fix pyunbound ord call, portable for python 2 and 3. 4333 43347 January 2015: Wouter 4335 - Fix warnings in pythonmod changes. 4336 43376 January 2015: Wouter 4338 - iana portlist update. 4339 - patch for remote control over local sockets, from Dag-Erling 4340 Smorgrav, Ilya Bakulin. Use control-interface: /path/sock and 4341 control-use-cert: no. 4342 - Fixup that patch and uid lookup (only for daemon). 4343 - coded the default of control-use-cert, to yes. 4344 43455 January 2015: Wouter 4346 - getauxval test for ppc64 linux compatibility. 4347 - make strip works for unbound-host and unbound-anchor. 4348 - patch from Stephane Lapie that adds to the python API, that 4349 exposes struct delegpt, and adds the find_delegation function. 4350 - print query name when max target count is exceeded. 4351 - patch from Stuart Henderson that fixes DESTDIR in 4352 unbound-control-setup for installs where config is not in 4353 the prefix location. 4354 - Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing 4355 IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne). 4356 - Updated contrib warmup.cmd/sh to support two modes - load 4357 from pre-defined list of domains or (with filename as argument) 4358 load from user-specified list of domains, and updated contrib 4359 unbound_cache.sh/cmd to support loading/save/reload cache to/from 4360 default path or (with secondary argument) arbitrary path/filename, 4361 from Yuri Voinov. 4362 - Patch from Philip Paeps to contrib/unbound_munin_ that uses 4363 type ABSOLUTE. Allows munin.conf: [idleserver.example.net] 4364 unbound_munin_hits.graph_period minute 4365 43669 December 2014: Wouter 4367 - svn trunk has 1.5.2 in development. 4368 - config.guess and config.sub update from libtoolize. 4369 - local-zone: example.com inform makes unbound log a message with 4370 client IP for queries in that zone. Eg. for finding infected hosts. 4371 43728 December 2014: Wouter 4373 - Fix CVE-2014-8602: denial of service by making resolver chase 4374 endless series of delegations. 4375 43761 December 2014: Wouter 4377 - Fix bug#632: unbound fails to build on AArch64, protects 4378 getentropy compat code from calling sysctl if it is has been removed. 4379 438029 November 2014: Wouter 4381 - Add include to getentropy_linux.c, hopefully fixing debian build. 4382 438328 November 2014: Wouter 4384 - Fix makefile for build from noexec source tree. 4385 438626 November 2014: Wouter 4387 - Fix libunbound undefined symbol errors for main. 4388 Referencing main does not seem to be possible for libunbound. 4389 439024 November 2014: Wouter 4391 - Fix log at high verbosity and memory allocation failure. 4392 - iana portlist update. 4393 439421 November 2014: Wouter 4395 - Fix crash on multiple thread random usage on systems without 4396 arc4random. 4397 439820 November 2014: Wouter 4399 - fix compat/getentropy_win.c check if CryptGenRandom works and no 4400 immediate exit on windows. 4401 440219 November 2014: Wouter 4403 - Fix cdflag dns64 processing. 4404 440518 November 2014: Wouter 4406 - Fix that CD flag disables DNS64 processing, returning the DNSSEC 4407 signed AAAA denial. 4408 - iana portlist update. 4409 441017 November 2014: Wouter 4411 - Fix #627: SSL_CTX_load_verify_locations return code not properly 4412 checked. 4413 441414 November 2014: Wouter 4415 - parser with bison 2.7 4416 441713 November 2014: Wouter 4418 - Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter, 4419 added to contrib/aaaa-filter-iterator.patch. 4420 442112 November 2014: Wouter 4422 - trunk has 1.5.1 in development. 4423 - Patch from Robert Edmonds to build pyunbound python module 4424 differently. No versioninfo, with -shared and without $(LIBS). 4425 - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page. 4426 - Removed 'increased limit open files' log message that is written 4427 to console. It is only written on verbosity 4 and higher. 4428 This keeps system bootup console cleaner. 4429 - Patch from James Raftery, always print stats for rcodes 0..5. 4430 443111 November 2014: Wouter 4432 - iana portlist update. 4433 - Fix bug where forward or stub addresses with same address but 4434 different port number were not tried. 4435 - version number in svn trunk is 1.5.0 4436 - tag 1.5.0rc1 4437 - review fix from Ralph. 4438 44397 November 2014: Wouter 4440 - dnstap fixes by Robert Edmonds: 4441 dnstap/dnstap.m4: cosmetic fixes 4442 dnstap/: Remove compiled protoc-c output files 4443 dnstap/dnstap.m4: Error out if required libraries are not found 4444 dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of 4445 protobuf-c 1.0.0 4446 dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0) 4447 44484 November 2014: Wouter 4449 - Add ub_ctx_add_ta_autr function to add a RFC5011 automatically 4450 tracked trust anchor to libunbound. 4451 - Redefine internal minievent symbols to unique symbols that helps 4452 linking on platforms where the linker leaks names across modules. 4453 445427 October 2014: Wouter 4455 - Disabled use of SSLv3 in remote-control and ssl-upstream. 4456 - iana portlist update. 4457 445816 October 2014: Wouter 4459 - Documented dns64 configuration in unbound.conf man page. 4460 446113 October 2014: Wouter 4462 - Fix #617: in ldns in unbound, lowercase WKS services. 4463 - Fix ctype invocation casts. 4464 446510 October 2014: Wouter 4466 - Fix unbound-checkconf check for module config with dns64 module. 4467 - Fix unbound capsforid fallback, it ignores TTLs in comparison. 4468 44696 October 2014: Wouter 4470 - Fix #614: man page variable substitution bug. 44716 October 2014: Willem 4472 - Whitespaces after $ORIGIN are not part of the origin dname (ldns). 4473 - $TTL's value starts at position 5 (ldns). 4474 44751 October 2014: Wouter 4476 - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire). 4477 447829 September 2014: Wouter 4479 - Fix #612: create service with service.conf in present directory and 4480 auto load it. 4481 - Fix for mingw compile openssl ranlib. 4482 448325 September 2014: Wouter 4484 - updated configure and aclocal with newer autoconf 1.13. 4485 448622 September 2014: Wouter 4487 - Fix swig and python examples for Python 3.x. 4488 - Fix for mingw compile with openssl-1.0.1i. 4489 449019 September 2014: Wouter 4491 - improve python configuration detection to build on Fedora 22. 4492 449318 September 2014: Wouter 4494 - patches to also build with Python 3.x (from Pavel Simerda). 4495 449616 September 2014: Wouter 4497 - Fix tcp timer waiting list removal code. 4498 - iana portlist update. 4499 - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue 4500 is longer and more tcp connections can be handled. 4501 450215 September 2014: Wouter 4503 - Fix unit test for CDS typecode. 4504 45055 September 2014: Wouter 4506 - type CDS and CDNSKEY types in sldns. 4507 450825 August 2014: Wouter 4509 - Fixup checklock code for log lock and its mutual initialization 4510 dependency. 4511 - iana portlist update. 4512 - Removed necessity for pkg-config from the dnstap.m4, new are 4513 the --with-libfstrm and --with-protobuf-c configure options. 4514 451519 August 2014: Wouter 4516 - Update unbound manpage with more explanation (from Florian Obser). 4517 451818 August 2014: Wouter 4519 - Fix #603: unbound-checkconf -o <option> should skip verification 4520 checks. 4521 - iana portlist update. 4522 - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings. 4523 45245 August 2014: Wouter 4525 - dnstap support, with a patch from Farsight Security, written by 4526 Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c. 4527 It is BSD licensed (see dnstap/dnstap.c). 4528 Building with --enable-dnstap needs pkg-config with this patch. 4529 - Noted dnstap in doc/README and doc/CREDITS. 4530 - Changes to the dnstap patch. 4531 - lint fixes. 4532 - dnstap/dnstap_config.h should not have been added to the repo, 4533 because is it generated. 4534 45351 August 2014: Wouter 4536 - Patch add msg, rrset, infra and key cache sizes to stats command 4537 from Maciej Soltysiak. 4538 - iana portlist update. 4539 454031 July 2014: Wouter 4541 - DNS64 from Viagenie (BSD Licensed), written by Simon Perrault. 4542 Initial commit of the patch from the FreeBSD base (with its fixes). 4543 This adds a module (for module-config in unbound.conf) dns64 that 4544 performs DNS64 processing, see README.DNS64. 4545 - Changes from DNS64: 4546 strcpy changed to memmove. 4547 arraybound check fixed from prefix_net/8/4 to prefix_net/8+4. 4548 allocation of result consistently in the correct region. 4549 time_t is now used for ttl in unbound (since the patch's version). 4550 - testdata/dns64_lookup.rpl for unit test for dns64 functionality. 4551 455229 July 2014: Wouter 4553 - Patch from Dag-Erling Smorgrav that implements feature, unbound -dd 4554 does not fork in the background and also logs to stderr. 4555 455621 July 2014: Wouter 4557 - Fix endian.h include for OpenBSD. 4558 455916 July 2014: Wouter 4560 - And Fix#596: Bail out of unbound-control dump_infra when ssl 4561 write fails. 4562 456315 July 2014: Wouter 4564 - Fix #596: Bail out of unbound-control list_local_zones when ssl 4565 write fails. 4566 - iana portlist update. 4567 456813 July 2014: Wouter 4569 - Configure tests if main can be linked to from getentropy compat. 4570 457112 July 2014: Wouter 4572 - Fix getentropy compat code, function refs were not portable. 4573 - Fix to check openssl version number only for OpenSSL. 4574 - LibreSSL provides compat items, check for that in configure. 4575 - Fix bug in fix for log locks that caused deadlock in signal handler. 4576 - update compat/getentropy and arc4random to the most recent ones from OpenBSD. 4577 457811 July 2014: Matthijs 4579 - fake-rfc2553 patch (thanks Benjamin Baier). 4580 458111 July 2014: Wouter 4582 - arc4random in compat/ and getentropy, explicit_bzero, chacha for 4583 dependencies, from OpenBSD. arc4_lock and sha512 in compat. 4584 This makes arc4random available on all platforms, except when 4585 compiled with LIBNSS (it uses libNSS crypto random). 4586 - fix strptime implicit declaration error on OpenBSD. 4587 - arc4random, getentropy and explicit_bzero compat for Windows. 4588 45894 July 2014: Wouter 4590 - Fix #593: segfault or crash upon rotating logfile. 4591 45923 July 2014: Wouter 4593 - DLV tests added. 4594 - signit tool fixup for compile with libldns library. 4595 - iana portlist updated. 4596 459727 June 2014: Wouter 4598 - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X. 4599 460026 June 2014: Wouter 4601 - unbound-control status reports if so-reuseport was successful. 4602 - iana portlist updated. 4603 460424 June 2014: Wouter 4605 - Fix caps-for-id fallback, and added fallback attempt when servers 4606 drop 0x20 perturbed queries. 4607 - Fixup testsetup for VM tests (run testcode/run_vm.sh). 4608 460917 June 2014: Wouter 4610 - iana portlist updated. 4611 46123 June 2014: Wouter 4613 - Add AAAA for B root server to default root hints. 4614 46152 June 2014: Wouter 4616 - Remove unused define from iterator.h 4617 461830 May 2014: Wouter 4619 - Fixup sldns_enum_edns_option typedef definition. 4620 462128 May 2014: Wouter 4622 - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue 4623 fixes from FreeBSD's copy of Unbound, he notes: 4624 Generate unbound-control-setup.sh at build time so it respects 4625 prefix and sysconfdir from the configure script. Also fix the 4626 umask to match the comment, and the comment to match the umask. 4627 Add const and static where needed. Use unions instead of 4628 playing pointer poker. Move declarations that are needed in 4629 multiple source files into a shared header. Move sldns_bgetc() 4630 from parse.c to buffer.c where it belongs. Introduce a new 4631 header file, worker.h, which declares the callbacks that 4632 all workers must define. Remove those declarations from 4633 libworker.h. Include the correct headers in the correct places. 4634 Fix a few dummy callbacks that don't match their prototype. 4635 Fix some casts. Hide the sbrk madness behind #ifdef HAVE_SBRK. 4636 Remove a useless printf which breaks reproducible builds. 4637 Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're 4638 no longer used. Add unbound-control-setup.sh to the list of 4639 generated files. The prototype for libworker_event_done_cb() 4640 needs to be moved from libunbound/libworker.h to 4641 libunbound/worker.h. 4642 - Fixup out-of-directory compile with unbound-control-setup.sh.in. 4643 - make depend. 4644 464523 May 2014: Wouter 4646 - unbound-host -D enabled dnssec and reads root trust anchor from 4647 the default root key file that was compiled in. 4648 464920 May 2014: Wouter 4650 - Feature, unblock-lan-zones: yesno that you can use to make unbound 4651 perform 10.0.0.0/8 and other reverse lookups normally, for use if 4652 unbound is running service for localhost on localhost. 4653 465416 May 2014: Wouter 4655 - Updated create_unbound_ad_servers and unbound_cache scripts from 4656 Yuri Voinov in the source/contrib directory. Added 4657 warmup.cmd (and .sh): warm up the DNS cache with your MRU domains. 4658 46599 May 2014: Wouter 4660 - Implement draft-ietf-dnsop-rfc6598-rfc6303-01. 4661 - iana portlist updated. 4662 46638 May 2014: Wouter 4664 - Contrib windows scripts from Yuri Voinov added to src/contrib: 4665 create_unbound_ad_servers.cmd: enters anti-ad server lists. 4666 unbound_cache.cmd: saves and loads the cache. 4667 - Added unbound-control-setup.cmd from Yuri Voinov to the windows 4668 unbound distribution set. It requires openssl installed in %PATH%. 4669 46706 May 2014: Wouter 4671 - Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier. 4672 46735 May 2014: Wouter 4674 - More #567: remove : from output of stub and forward lists, this is 4675 easier to parse. 4676 467729 April 2014: Wouter 4678 - iana portlist updated. 4679 - Add unbound-control flush_negative that flushed nxdomains, nodata, 4680 and errors from the cache. For dnssec-trigger and NetworkManager, 4681 fixes cases where network changes have localdata that was already 4682 negatively cached from the previous network. 4683 468423 April 2014: Wouter 4685 - Patch from Jeremie Courreges-Anglas to use arc4random_uniform 4686 if available on the OS, it gets entropy from the OS. 4687 468815 April 2014: Wouter 4689 - Fix compile with libevent2 on FreeBSD. 4690 469111 April 2014: Wouter 4692 - Fix #502: explain that do-ip6 disable does not stop AAAA lookups, 4693 but it stops the use of the ipv6 transport layer for DNS traffic. 4694 - iana portlist updated. 4695 469610 April 2014: Wouter 4697 - iana portlist updated. 4698 - Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation 4699 option for DNS fragmentation defense. 4700 - Document that dump_requestlist only prints queries from thread 0. 4701 - unbound-control stats prints num.query.tcpout with number of TCP 4702 outgoing queries made in the previous statistics interval. 4703 - Fix #567: unbound lists if forward zone is secure or insecure with 4704 +i annotation in output of list_forwards, also for list_stubs 4705 (for NetworkManager integration.) 4706 - Fix #554: use unsigned long to print 64bit statistics counters on 4707 64bit systems. 4708 - Fix #558: failed prefetch lookup does not remove cached response 4709 but delays next prefetch (in lieu of caching a SERVFAIL). 4710 - Fix #545: improved logging, the ip address of the error is printed 4711 on the same log-line as the error. 4712 47138 April 2014: Wouter 4714 - Fix #574: make test fails on Ubuntu 14.04. Disabled remote-control 4715 in testbound scripts. 4716 - iana portlist updated. 4717 47187 April 2014: Wouter 4719 - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root 4720 hints (patch from Anand Buddhdev). 4721 - Fix #572: Fix unit test failure for systems with different 4722 /etc/services. 4723 472428 March 2014: Wouter 4725 - Fix #569: do_tcp is do-tcp in unbound.conf man page. 4726 472725 March 2014: Wouter 4728 - Patch from Stuart Henderson to build unbound-host man from .1.in. 4729 473024 March 2014: Wouter 4731 - Fix print filename of encompassing config file on read failure. 4732 473312 March 2014: Wouter 4734 - tag 1.4.22 4735 - trunk has 1.4.23 in development. 4736 473710 March 2014: Wouter 4738 - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes 4739 because of spelling. Patch from Chris Coates. 4740 474127 February 2014: Wouter 4742 - tag 1.4.22rc1 4743 474421 February 2014: Wouter 4745 - iana portlist updated. 4746 474720 February 2014: Matthijs 4748 - Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is 4749 received. This is okay according 4035, but not after revising 4750 existence in 4592. NSEC empty non-terminals exist and thus the 4751 RCODE should have been NOERROR. If this occurs, and the RRsets 4752 are secure, we set the RCODE to NOERROR and the security status 4753 of the response is also considered secure. 4754 475514 February 2014: Wouter 4756 - Works on Minix (3.2.1). 4757 475811 February 2014: Wouter 4759 - Fix parse of #553(NSD) string in sldns, quotes without spaces. 4760 47617 February 2014: Wouter 4762 - iana portlist updated. 4763 - add body to ifstatement if locks disabled. 4764 - add TXT string"string" test case to unit test. 4765 - Fix #551: License change "Regents" to "Copyright holder", matching 4766 the BSD license on opensource.org. 4767 47686 February 2014: Wouter 4769 - sldns has type HIP. 4770 - code documentation on the module interface. 4771 47725 February 2014: Wouter 4773 - Fix sldns parse tests on osx. 4774 47753 February 2014: Wouter 4776 - Detect libevent2 install automatically by configure. 4777 - Fixup link with lib/event2 subdir. 4778 - Fix parse in sldns of quoted parenthesized text strings. 4779 478031 January 2014: Wouter 4781 - unit test for ldns wire to str and back with zones, root, nlnetlabs 4782 and types.sidnlabs. 4783 - Fix for hex to string in unknown, atma and nsap. 4784 - fixup nss compile (no ldns in it). 4785 - fixup warning in unitldns 4786 - fixup WKS and rdata type service to print unsigned because strings 4787 are not portable; they cannot be read (for sure) on other computers. 4788 - fixup type EUI48 and EUI64, type APL and type IPSECKEY in string 4789 parse sldns. 4790 479130 January 2014: Wouter 4792 - delay-close does not act if there are udp-wait queries, so that 4793 it does not make a socketdrain DoS easier. 4794 479528 January 2014: Wouter 4796 - iana portlist updated. 4797 - iana portlist test updated so it does not touch the source 4798 if there are no changes. 4799 - delay-close: msec option that delays closing ports for which 4800 the UDP reply has timed out. Keeps the port open, only accepts 4801 the correct reply. This correct reply is not used, but the port 4802 is open so that no port-denied ICMPs are generated. 4803 480427 January 2014: Wouter 4805 - reuseport is attempted, then fallback to without on failure. 4806 480724 January 2014: Wouter 4808 - Change unbound-event.h to use void* buffer, length idiom. 4809 - iana portlist updated. 4810 - unbound-event.h is installed if you configure --enable-event-api. 4811 - speed up unbound (reports say it could be up to 10%), by reducing 4812 lock contention on localzones.lock. It is changed to an rwlock. 4813 - so-reuseport: yesno option to distribute queries evenly over 4814 threads on Linux (Thanks Robert Edmonds). 4815 - made lint clean. 4816 481721 January 2014: Wouter 4818 - Fix #547: no trustanchor written if filesystem full, fclose checked. 4819 482017 January 2014: Wouter 4821 - Fix isprint() portability in sldns, uses unsigned int. 4822 - iana portlist updated. 4823 482416 January 2014: Wouter 4825 - fix #544: Fixed +i causes segfault when running with module conf 4826 "iterator". 4827 - Windows port, adjust %lld to %I64d, and warning in win_event.c. 4828 482914 January 2014: Wouter 4830 - iana portlist updated. 4831 48325 Dec 2013: Wouter 4833 - Fix bug in cachedump that uses sldns. 4834 - update pythonmod for ldns_ to sldns_ name change. 4835 48363 Dec 2013: Wouter 4837 - Fix sldns to use sldns_ prefix for all ldns_ variables. 4838 - Fix windows compile to compile with sldns. 4839 484030 Nov 2013: Wouter 4841 - Fix sldns to make globals use sldns_ prefix. This fixes 4842 linking with libldns that uses global variables ldns_ . 4843 484413 Nov 2013: Wouter 4845 - Fix bug#537: compile python plugin without ldns library. 4846 484712 Nov 2013: Wouter 4848 - Fix bug#536: acl_deny_non_local and refuse_non_local added. 4849 48505 Nov 2013: Wouter 4851 - Patch from Neel Goyal to fix async id assignment if callback 4852 is called by libunbound in the mesh attach. 4853 - Accept ip-address: as an alternative for interface: for 4854 consistency with nsd.conf syntax. 4855 48564 Nov 2013: Wouter 4857 - Patch from Neel Goyal to fix callback in libunbound. 4858 48593 Nov 2013: Wouter 4860 - if configured --with-libunbound-only fix make install. 4861 486231 Oct 2013: Wouter 4863 - Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 4864 more specific interface port 53 can be used at the same time, and 4865 one of the daemons is unbound. 4866 - iana portlist update. 4867 - separate ldns into core ldns inside ldns/ subdirectory. No more 4868 --with-ldns is needed and unbound does not rely on libldns. 4869 - portability fixes for new USE_SLDNS ldns subdir codebase. 4870 487122 Oct 2013: Wouter 4872 - Patch from Neel Goyal: Add an API call to set an event base on an 4873 existing ub_ctx. This basically just destroys the current worker and 4874 sets the event base to the current. And fix a deadlock in 4875 ub_resolve_event – the cfglock is held when libworker_create is 4876 called. This ends up trying to acquire the lock again in 4877 context_obtain_alloc in the call chain. 4878 - Fix #528: if very high logging (4 or more) segfault on allow_snoop. 4879 488026 Sep 2013: Wouter 4881 - unbound-event.h is installed if configured --with-libevent. It 4882 contains low-level library calls, that use libevent's event_base 4883 and an ldns_buffer for the wire return packet to perform async 4884 resolution in the client's eventloop. 4885 488619 Sep 2013: Wouter 4887 - 1.4.21 tag created. 4888 - trunk has 1.4.22 number inside it. 4889 - iana portlist updated. 4890 - acx_nlnetlabs.m4 to 26; improve FLTO help text. 4891 489216 Sep 2013: Wouter 4893 - Fix#524: max-udp-size not effective to non-EDNS0 queries, from 4894 Daisuke HIGASHI. 4895 489610 Sep 2013: Wouter 4897 - MIN_TTL and MAX_TTL also in time_t. 4898 - tag 1.4.21rc1 made again. 4899 490026 Aug 2013: Wouter 4901 - More fixes for bug#519: for the threaded case test if the bg 4902 thread has been killed, on ub_ctx_delete, to avoid hangs. 4903 490422 Aug 2013: Wouter 4905 - more fixes that I overlooked. 4906 - review fixes from Willem. 4907 490821 Aug 2013: Wouter 4909 - Fix#520: Errors found by static analysis from Tomas Hozza(redhat). 4910 491120 Aug 2013: Wouter 4912 - Fix for 2038, with time_t instead of uint32_t. 4913 491419 Aug 2013: Wouter 4915 - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound). 4916 491714 Aug 2013: Wouter 4918 - Fix uninit variable in fix#516. 4919 49208 Aug 2013: Wouter 4921 - Fix#516 dnssec lameness detection for answers that are improper. 4922 492330 Jun 2013: Wouter 4924 - tag 1.4.21rc1 4925 492629 Jun 2013: Wouter 4927 - Fix#512 memleak in testcode for testbound (if it fails). 4928 - Fix#512 NSS returned arrays out of setup function to be statics. 4929 493026 Jun 2013: Wouter 4931 - max include of 100.000 files (depth and globbed at one time). 4932 This is to preserve system memory in bug cases, or endless cases. 4933 - iana portlist updated. 4934 493519 Jun 2013: Wouter 4936 - streamtcp man page, contributed by Tomas Hozza. 4937 - iana portlist updated. 4938 - libunbound documentation on how to avoid openssl race conditions. 4939 494025 Jun 2013: Wouter 4941 - Squelch sendto-permission denied errors when the network is 4942 not connected, to avoid spamming syslog. 4943 - configure --disable-flto option (from Robert Edmonds). 4944 494518 Jun 2013: Wouter 4946 - Fix for const string literals in C++ for libunbound, from Karel 4947 Slany. 4948 - iana portlist updated. 4949 495017 Jun 2013: Wouter 4951 - Fixup manpage syntax. 4952 495314 Jun 2013: Wouter 4954 - get_option and set_option support for log-time-ascii, python-script 4955 val-sig-skew-min and val-sig-skew-max. log-time-ascii takes effect 4956 immediately. The others are mostly useful for libunbound users. 4957 495813 Jun 2013: Wouter 4959 - get_option, set_option, unbound-checkconf -o and libunbound 4960 getoption and setoption support cache-min-ttl and cache-max-ttl. 4961 496210 Jun 2013: Wouter 4963 - Fix#501: forward-first does not recurse, when forward name is ".". 4964 - iana portlist update. 4965 - Max include depth is unlimited. 4966 496727 May 2013: Wouter 4968 - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply 4969 patch to it to not fail when -Werror is also specified, from the 4970 autoconf-archives. 4971 - iana portlist update. 4972 497321 May 2013: Wouter 4974 - Explain bogus and secure flags in libunbound more. 4975 497616 May 2013: Wouter 4977 - Fix#499 use-after-free in out-of-memory handling code (thanks Jake 4978 Montgomery). 4979 - Fix#500 use on non-initialised values on socket bind failures. 4980 498115 May 2013: Wouter 4982 - Fix round-robin doesn't work with some Windows clients (from Ilya 4983 Bakulin). 4984 49853 May 2013: Wouter 4986 - update acx_nlnetlabs.m4 to v23, sleep w32 fix. 4987 498826 April 2013: Wouter 4989 - add unbound-control insecure_add and insecure_remove for the 4990 administration of negative trust anchors. 4991 499225 April 2013: Wouter 4993 - Implement max-udp-size config option, default 4096 (thanks 4994 Daisuke Higashi). 4995 - Robust checks on dname validity from rdata for dname compare. 4996 - updated iana portlist. 4997 499819 April 2013: Wouter 4999 - Fixup snprintf return value usage, fixed libunbound_get_option. 5000 500118 April 2013: Wouter 5002 - fix bug #491: pick program name (0th argument) as syslog identity. 5003 - own implementation of compat/snprintf.c. 5004 500515 April 2013: Wouter 5006 - Fix so that for a configuration line of include: "*.conf" it is not 5007 an error if there are no files matching the glob pattern. 5008 - unbound-anchor review: BIO_write can return 0 successfully if it 5009 has successfully appended a zero length string. 5010 501111 April 2013: Wouter 5012 - Fix queries leaking up for stubs and forwards, if the configured 5013 nameservers all fail to answer. 5014 501510 April 2013: Wouter 5016 - code improve for minimal responses, small speed increase. 5017 50189 April 2013: Wouter 5019 - updated iana portlist. 5020 - Fix crash in previous private address fixup of 22 March. 5021 502228 March 2013: Wouter 5023 - Make reverse zones easier by documenting the nodefault statements 5024 commented-out in the example config file. 5025 502626 March 2013: Wouter 5027 - more fixes to lookup3.c endianness detection. 5028 502925 March 2013: Wouter 5030 - #492: Fix endianness detection, revert to older lookup3.c detection 5031 and put new detect lines after previous tests, to avoid regressions 5032 but allow new detections to succeed. 5033 And add detection for machine/endian.h to it. 5034 503522 March 2013: Wouter 5036 - Fix resolve of names that use a mix of public and private addresses. 5037 - iana portlist update. 5038 - Fix makedist for new svn for -d option. 5039 - unbound.h header file has UNBOUND_VERSION_MAJOR define. 5040 - Fix windows RSRC version for long version numbers. 5041 504221 March 2013: Wouter 5043 - release 1.4.20 5044 - trunk has 1.4.21 5045 - committed libunbound version 4:1:2 for binary API updated in 1.4.20 5046 - install copy of unbound-control.8 man page for unbound-control-setup 5047 504814 March 2013: Wouter 5049 - iana portlist update. 5050 - tag 1.4.20rc1 5051 505212 March 2013: Wouter 5053 - Fixup makedist.sh for windows compile. 5054 505511 March 2013: Wouter 5056 - iana portlist update. 5057 - testcode/ldns-testpkts.c check for makedist is informational. 5058 505915 February 2013: Wouter 5060 - fix defines in lookup3 for bigendian bsd alpha 5061 506211 February 2013: Wouter 5063 - Fixup openssl_thread init code to only run if compiled with SSL. 5064 50657 February 2013: Wouter 5066 - detect endianness in lookup3 on BSD. 5067 - add libunbound.ttl at end of result structure, version bump for 5068 libunbound and binary backwards compatible, but 1.4.19 is not 5069 forward compatible with 1.4.20. 5070 - update iana port list. 5071 507230 January 2013: Wouter 5073 - includes and have_ssl fixes for nss. 5074 507529 January 2013: Wouter 5076 - printout name of zone with duplicate fwd and hint errors. 5077 507828 January 2013: Wouter 5079 - updated fwd_zero for newer nc. Updated common.sh for newer netstat. 5080 508117 January 2013: Wouter 5082 - unbound-anchors checks the emailAddress of the signer of the 5083 root.xml file, default is dnssec@iana.org. It also checks that 5084 the signer has the correct key usage for a digital signature. 5085 - update iana port list. 5086 50873 January 2013: Wouter 5088 - Test that unbound-control checks client credentials. 5089 - Test that unbound can handle a CNAME at an intermediate node in 5090 the chain of trust (where it seeks a DS record). 5091 - Check the commonName of the signer of the root.xml file in 5092 unbound-anchor, default is dnssec@iana.org. 5093 50942 January 2013: Wouter 5095 - Fix openssl lock free on exit (reported by Robert Fleischman). 5096 - iana portlist updated. 5097 - Tested that unbound implements the RFC5155 Technical Errata id 3441. 5098 Unbound already implements insecure classification of an empty 5099 nonterminal in NSEC3 optout zone. 5100 510120 December 2012: Wouter 5102 - Fix unbound-anchor xml parse of entity declarations for safety. 5103 510419 December 2012: Wouter 5105 - iana portlist updated. 5106 510718 December 2012: Wouter 5108 - iana portlist updated. 5109 511014 December 2012: Wouter 5111 - Change of D.ROOT-SERVERS.NET A address in default root hints. 5112 511312 December 2012: Wouter 5114 - 1.4.19 release. 5115 - trunk has 1.4.20 under development. 5116 51175 December 2012: Wouter 5118 - note support for AAAA RR type RFC. 5119 51204 December 2012: Wouter 5121 - 1.4.19rc1 tag. 5122 512330 November 2012: Wouter 5124 - bug 481: fix python example0. 5125 - iana portlist updated. 5126 512727 November 2012: Wouter 5128 - iana portlist updated. 5129 51309 November 2012: Wouter 5131 - Fix unbound-control forward disables configured stubs below it. 5132 51337 November 2012: Wouter 5134 - Fixup ldns-testpkts, identical to ldns/examples. 5135 - iana portlist updated. 5136 513730 October 2012: Wouter 5138 - Fix bug #477: unbound-anchor segfaults if EDNS is blocked. 5139 514029 October 2012: Matthijs 5141 - Fix validation for responses with both CNAME and wildcard 5142 expanded CNAME records in answer section. 5143 51448 October 2012: Wouter 5145 - update ldns-testpkts.c to ldns 1.6.14 version. 5146 - fix build of pythonmod in objdir, for unbound.py. 5147 - make clean and makerealclean remove generated python and docs. 5148 51495 October 2012: Wouter 5150 - fix build of pythonmod in objdir (thanks Jakob Schlyter). 5151 51523 October 2012: Wouter 5153 - fix text in unbound-anchor man page. 5154 51551 October 2012: Wouter 5156 - ignore trusted-keys globs that have no files (from Paul Wouters). 5157 515827 September 2012: Wouter 5159 - include: directive in config file accepts wildcards. Patch from 5160 Paul Wouters. Suggested use: include: "/etc/unbound.d/conf.d/*" 5161 - unbound-control -q option is quiet, patch from Mariano Absatz. 5162 - iana portlist updated. 5163 - updated contrib/unbound.spec, patch from Valentin Bud. 5164 516521 September 2012: Wouter 5166 - chdir to / after chroot call (suggested by Camiel Dobbelaar). 5167 516817 September 2012: Wouter 5169 - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation 5170 otherwise it is treated as insecure. The RSAMD5 algorithm is 5171 deprecated (RFC6725). The MD5 hash is considered weak for some 5172 purposes, if you want to sign your zone, then RSASHA256 is an 5173 uncontested hash. 5174 517530 August 2012: Wouter 5176 - RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled. 5177 - iana portlist updated. 5178 517929 August 2012: Wouter 5180 - Nicer comments outgoing-port-avoid, thanks Stu (bug #465). 5181 518222 August 2012: Wouter 5183 - Fallback to 1472 and 1232, one fragment size without headers. 5184 518521 August 2012: Wouter 5186 - Fix timeouts so that when a server has been offline for a while 5187 and is probed to see it works, it becomes fully available for 5188 server selection again. 5189 519017 August 2012: Wouter 5191 - Add documentation to libunbound for default nonuse of resolv.conf. 5192 51932 August 2012: Wouter 5194 - trunk has 1.4.19 under development (fixes from 1 aug and 31 july 5195 are for 1.4.19). 5196 - iana portlist updated. 5197 51981 August 2012: Wouter 5199 - Fix openssl race condition, initializes openssl locks, reported 5200 by Einar Lonn and Patrik Wallstrom. 5201 520231 July 2012: Wouter 5203 - Improved forward-first and stub-first documentation. 5204 - Fix that enables modules to register twice for the same 5205 serviced_query, without race conditions or administration issues. 5206 This should not happen with the current codebase, but it is robust. 5207 - Fix forward-first option where it sets the RD flag wrongly. 5208 - added manpage links for libunbound calls (Thanks Paul Wouters). 5209 521030 July 2012: Wouter 5211 - tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012). 5212 521327 July 2012: Wouter 5214 - unbound-host works with libNSS 5215 - fix bogus nodata cname chain not reported as bogus by validator, 5216 (Thanks Peter van Dijk). 5217 521826 July 2012: Wouter 5219 - iana portlist updated. 5220 - tag 1.4.18rc1. 5221 522225 July 2012: Wouter 5223 - review fix for libnss, check hash prefix allocation size. 5224 522523 July 2012: Wouter 5226 - fix missing break for GOST DS hash function. 5227 - implemented forward_first for the root. 5228 522920 July 2012: Wouter 5230 - Fix bug#452 and another assertion failure in mesh.c, makes 5231 assertions in mesh.c resist duplicates. Fixes DS NS search to 5232 not generate duplicate sub queries. 5233 523419 July 2012: Willem 5235 - Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac, 5236 if CFLAGS is specified at configure time then '-g -O2' is not 5237 appended to CFLAGS, so that the user can override them. 5238 523918 July 2012: Willem 5240 - Fix libunbound report of errors when in background mode. 5241 524211 July 2012: Willem 5243 - updated iana ports list. 5244 52459 July 2012: Willem 5246 - Add flush_bogus option for unbound-control 5247 52486 July 2012: Wouter 5249 - Fix validation of qtype DS queries that result in no data for 5250 non-optout NSEC3 zones. 5251 52524 July 2012: Wouter 5253 - compile libunbound with libnss on Suse, passes regression tests. 5254 52553 July 2012: Wouter 5256 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes. 5257 52582 July 2012: Wouter 5259 - updated iana ports list. 5260 526129 June 2012: Wouter 5262 - patch for unbound_munin_ script to handle arbitrary thread count by 5263 Sven Ulland. 5264 526528 June 2012: Wouter 5266 - detect if openssl has FIPS_mode. 5267 - code review: return value of cache_store can be ignored for better 5268 performance in out of memory conditions. 5269 - fix edns-buffer-size and msg-buffer-size manpage documentation. 5270 - updated iana ports list. 5271 527225 June 2012: Wouter 5273 - disable RSAMD5 if in FIPS mode (for openssl and for libnss). 5274 527522 June 2012: Wouter 5276 - implement DS records, NSEC3 and ECDSA for compile with libnss. 5277 527821 June 2012: Wouter 5279 - fix error handling of alloc failure during rrsig verification. 5280 - nss check for verification failure. 5281 - nss crypto works for RSA and DSA. 5282 528320 June 2012: Wouter 5284 - work on --with-nss build option (for now, --with-libunbound-only). 5285 528619 June 2012: Wouter 5287 - --with-libunbound-only build option, only builds the library and 5288 not the daemon and other tools. 5289 529018 June 2012: Wouter 5291 - code review. 5292 529315 June 2012: Wouter 5294 - implement log-time-ascii on windows. 5295 - The key-cache bad key ttl is now 60 seconds. 5296 - updated iana ports list. 5297 - code review. 5298 529911 June 2012: Wouter 5300 - bug #452: fix crash on assert in mesh_state_attachment. 5301 530230 May 2012: Wouter 5303 - silence warning from swig-generated code (md set but not used in 5304 swig initmodule, due to ifdefs in swig-generated code). 5305 530627 May 2012: Wouter 5307 - Fix debian-bugs-658021: Please enable hardened build flags. 5308 530925 May 2012: Wouter 5310 - updated iana ports list. 5311 531224 May 2012: Wouter 5313 - tag for 1.4.17 release. 5314 - trunk is 1.4.18 in development. 5315 531618 May 2012: Wouter 5317 - Review comments, removed duplicate memset to zero in delegpt. 5318 531916 May 2012: Wouter 5320 - Updated doc/FEATURES with RFCs that are implemented but not listed. 5321 - Protect if statements in val_anchor for compile without locks. 5322 - tag for 1.4.17rc1. 5323 532415 May 2012: Wouter 5325 - fix configure ECDSA support in ldns detection for windows compile. 5326 - fix possible uninitialised variable in windows pipe implementation. 5327 53289 May 2012: Wouter 5329 - Fix alignment problem in util/random on sparc64/freebsd. 5330 53318 May 2012: Wouter 5332 - Fix for accept spinning reported by OpenBSD. 5333 - iana portlist updated. 5334 53352 May 2012: Wouter 5336 - Fix validation of nodata for DS query in NSEC zones, reported by 5337 Ondrej Mikle. 5338 533913 April 2012: Wouter 5340 - ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older 5341 openssl. 5342 534310 April 2012: Wouter 5344 - Applied patch from Daisuke HIGASHI for rrset-roundrobin and 5345 minimal-responses features. 5346 - iana portlist updated. 5347 53485 April 2012: Wouter 5349 - fix bug #443: --with-chroot-dir not honoured by configure. 5350 - fix bug #444: setusercontext was called too late (thanks Bjorn 5351 Ketelaars). 5352 535327 March 2012: Wouter 5354 - fix bug #442: Fix that Makefile depends on pythonmod headers 5355 even using --without-pythonmodule. 5356 535722 March 2012: Wouter 5358 - contrib/validation-reporter follows rotated log file (patch from 5359 Augie Schwer). 5360 536121 March 2012: Wouter 5362 - new approach to NS fetches for DS lookup that works with 5363 cornercases, and is more robust and considers forwarders. 5364 536519 March 2012: Wouter 5366 - iana portlist updated. 5367 - fix to locate nameservers for DS lookup with NS fetches. 5368 536916 March 2012: Wouter 5370 - Patch for access to full DNS packet data in unbound python module 5371 from Ondrej Mikle. 5372 53739 March 2012: Wouter 5374 - Applied line-buffer patch from Augie Schwer to validation.reporter.sh. 5375 53762 March 2012: Wouter 5377 - flush_infra cleans timeouted servers from the cache too. 5378 - removed warning from --enable-ecdsa. 5379 53801 March 2012: Wouter 5381 - forward-first option. Tries without forward if a query fails. 5382 Also stub-first option that is similar. 5383 538428 February 2012: Wouter 5385 - Fix from code review, if EINPROGRESS not defined chain if statement 5386 differently. 5387 538827 February 2012: Wouter 5389 - Fix bug#434: on windows check registry for config file location 5390 for unbound-control.exe, and unbound-checkconf.exe. 5391 539223 February 2012: Wouter 5393 - Fix to squelch 'network unreachable' errors from tcp connect in 5394 logs, high verbosity will show them. 5395 539616 February 2012: Wouter 5397 - iter_hints is now thread-owned in module env, and thus threadsafe. 5398 - Fix prefetch and sticky NS, now the prefetch works. It picks 5399 nameservers that 'would be valid in the future', and if this makes 5400 the NS timeout, it updates that NS by asking delegation from the 5401 parent again. If child NS has longer TTL, that TTL does not get 5402 refreshed from the lookup to the child nameserver. 5403 540415 February 2012: Wouter 5405 - Fix forward-zone memory, uses malloc and frees original root dp. 5406 - iter hints (stubs) uses malloc inside for more dynamicity. 5407 - unbound-control forward_add, forward_remove, stub_add, stub_remove 5408 can modify stubs and forwards for running unbound (on mobile computer) 5409 they can also add and remove domain-insecure for the zone. 5410 541114 February 2012: Wouter 5412 - Fix sticky NS (ghost domain problem) if prefetch is yes. 5413 - iter forwards uses malloc inside for more dynamicity. 5414 541513 February 2012: Wouter 5416 - RT#2955. Fix for cygwin compilation. 5417 - iana portlist updated. 5418 541910 February 2012: Wouter 5420 - Slightly smaller critical region in one case in infra cache. 5421 - Fix timeouts to keep track of query type, A, AAAA and other, if 5422 another has caused timeout blacklist, different type can still probe. 5423 - unit test fix for nomem_cnametopos.rpl race condition. 5424 54259 February 2012: Wouter 5426 - Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h. 5427 54288 February 2012: Wouter 5429 - implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This 5430 implementation is experimental at this time and not recommended 5431 for use on the public internet (the protocol numbers have not 5432 been assigned). Needs recent ldns with --enable-ecdsa. 5433 - fix memory leak in errorcase for DSA signatures. 5434 - iana portlist updated. 5435 - workaround for openssl 0.9.8 ecdsa sha2 and evp problem. 5436 54373 February 2012: Wouter 5438 - fix for windows, rename() is not posix compliant on windows. 5439 54402 February 2012: Wouter 5441 - 1.4.16 release tag. 5442 - svn trunk is 1.4.17 in development. 5443 - iana portlist updated. 5444 54451 February 2012: Wouter 5446 - Fix validation failures (like: validation failure xx: no NSEC3 5447 closest encloser from yy for DS zz. while building chain of trust, 5448 because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata 5449 for an NSEC3. Now it does not change rdata, and fixes TTL. 5450 545130 January 2012: Wouter 5452 - Fix version-number in libtool to be version-info so it produces 5453 libunbound.so.2 like it should. 5454 545526 January 2012: Wouter 5456 - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release. 5457 - trunk 1.4.16; includes changes memset testcode, #424 openindiana, 5458 and keyfile write fixup. 5459 - applied patch to support outgoing-interface with ub_ctx_set_option. 5460 546123 January 2012: Wouter 5462 - Fix memset in test code. 5463 546420 January 2012: Wouter 5465 - Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2. 5466 546719 January 2012: Wouter 5468 - Fix to write key files completely to a temporary file, and if that 5469 succeeds, replace the real key file. So failures leave a useful file. 5470 547118 January 2012: Wouter 5472 - tag 1.4.15rc1 created 5473 - updated libunbound/ubsyms.def and remade tag 1.4.15rc1. 5474 547517 January 2012: Wouter 5476 - Fix bug where canonical_compare of RRSIG did not downcase the 5477 signer-name. This is mostly harmless because RRSIGs do not have 5478 to be sorted in canonical order, usually. 5479 548012 January 2012: Wouter 5481 - bug#428: add ub_version() call to libunbound. API version increase, 5482 with (binary) backwards compatibility for the previous version. 5483 548410 January 2012: Wouter 5485 - Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL 5486 that would be permissible by the RFCs but it is not the TTL in the 5487 cache. 5488 - iana portlist updated. 5489 - uninitialised variable in reprobe for rtt blocked domains fixed. 5490 - lintfix and new flex output. 5491 54922 January 2012: Wouter 5493 - Fix to randomize hash function, based on 28c3 congress, reported 5494 by Peter van Dijk. 5495 549624 December 2011: Wouter 5497 - Fix for memory leak (about 20 bytes when a tcp or udp send operation 5498 towards authority servers failed, takes about 50.000 such failures to 5499 leak one Mb, such failures are also usually logged), reported by 5500 Robert Fleischmann. 5501 - iana portlist updated. 5502 550319 December 2011: Wouter 5504 - Fix for VU#209659 CVE-2011-4528: Unbound denial of service 5505 vulnerabilities from nonstandard redirection and denial of existence 5506 http://www.unbound.net/downloads/CVE-2011-4528.txt 5507 - robust checks for next-closer NSEC3s. 5508 - tag 1.4.14 created. 5509 - trunk has 1.4.15 in development. 5510 551115 December 2011: Wouter 5512 - remove uninit warning from cachedump code. 5513 - Fix parse error on negative SOA RRSIGs if badly ordered in the packet. 5514 551513 December 2011: Wouter 5516 - iana portlist updated. 5517 - svn tag 1.4.14rc1 5518 - fix infra cache comparison. 5519 - Fix to constrain signer_name to be a parent of the lookupname. 5520 55215 December 2011: Wouter 5522 - Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc. 5523 - Fix warnings with gcc 4.6 in compat/inet_ntop.c. 5524 - Fix warning unused in compat/strptime.c. 5525 - Fix malloc detection and double definition. 5526 55272 December 2011: Wouter 5528 - configure generated with autoconf 2.68. 5529 553030 November 2011: Wouter 5531 - Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes 5532 SERVFAILs. Also fixed for UDP (but less likely). 5533 553428 November 2011: Wouter 5535 - Fix quartile time estimate, it was too low, (thanks Jan Komissar). 5536 - iana ports updated. 5537 553811 November 2011: Wouter 5539 - Makefile compat with SunOS make, BSD make and GNU make. 5540 - iana ports updated. 5541 554210 November 2011: Wouter 5543 - Makefile changed for BSD make compatibility. 5544 55459 November 2011: Wouter 5546 - added unit test for SSL service and SSL-upstream. 5547 55488 November 2011: Wouter 5549 - can configure ssl service to one port number, and not on others. 5550 - fixup windows compile with ssl support. 5551 - Fix double free in unbound-host, reported by Steve Grubb. 5552 - iana portlist updated. 5553 55541 November 2011: Wouter 5555 - dns over ssl support as a client, ssl-upstream yes turns it on. 5556 It performs an SSL transaction for every DNS query (250 msec). 5557 - documentation for new options: ssl-upstream, ssl-service-key and 5558 ssl-service.pem. 5559 - iana portlist updated. 5560 - fix -flto detection on Lion for llvm-gcc. 5561 556231 October 2011: Wouter 5563 - dns over ssl support, ssl-service-pem and ssl-service-key files 5564 can be given and then TCP queries are serviced wrapped in SSL. 5565 556627 October 2011: Wouter 5567 - lame-ttl and lame-size options no longer exist, it is integrated 5568 with the host info. They are ignored (with verbose warning) if 5569 encountered to keep the config file backwards compatible. 5570 - fix iana-update for changing gzip compression of results. 5571 - fix export-all-symbols on OSX. 5572 557326 October 2011: Wouter 5574 - iana portlist updated. 5575 - Infra cache stores information about ping and lameness per IP, zone. 5576 This fixes bug #416. 5577 - fix iana_update target for gzipped file on iana site. 5578 557924 October 2011: Wouter 5580 - Fix resolve of partners.extranet.microsoft.com with a fix for the 5581 server selection for choosing out of a (particular) list of bad 5582 choices. (bug#415) 5583 - Fix make_new_space function so that the incoming query is not 5584 overwritten if a jostled out query causes a waiting query to be 5585 resumed that then fails and sends an error message. (Thanks to 5586 Matthew Lee). 5587 558821 October 2011: Wouter 5589 - fix --enable-allsymbols, fptr wlist is disabled on windows with this 5590 option enabled because of memory layout exe vs dll. 5591 559219 October 2011: Wouter 5593 - fix unbound-anchor for broken strptime on OSX lion, detected 5594 in configure. 5595 - Detect if GOST really works, openssl1.0 on OSX fails. 5596 - Implement ipv6%interface notation for scope_id usage. 5597 559817 October 2011: Wouter 5599 - better documentation for inform_super (Thanks Yang Zhe). 5600 560114 October 2011: Wouter 5602 - Fix for out-of-memory condition in libunbound (thanks 5603 Robert Fleischman). 5604 560513 October 2011: Wouter 5606 - Fix --enable-allsymbols, it depended on link specifics of the 5607 target platform, or fptr_wlist assertion failures could occur. 5608 560912 October 2011: Wouter 5610 - updated contrib/unbound_munin_ to family=auto so that it works with 5611 munin-node-configure automatically (if installed as 5612 /usr/local/share/munin/plugins/unbound_munin_ ). 5613 561427 September 2011: Wouter 5615 - unbound.exe -w windows option for start and stop service. 5616 561723 September 2011: Wouter 5618 - TCP-upstream calculates tcp-ping so server selection works if there 5619 are alternatives. 5620 562120 September 2011: Wouter 5622 - Fix classification of NS set in answer section, where there is a 5623 parent-child server, and the answer has the AA flag for dir.slb.com. 5624 Thanks to Amanda Constant from Secure64. 5625 562616 September 2011: Wouter 5627 - fix bug #408: accept patch from Steve Snyder that comments out 5628 unused functions in lookup3.c. 5629 - iana portlist updated. 5630 - fix EDNS1480 change memleak and TCP fallback. 5631 - fix various compiler warnings (reported by Paul Wouters). 5632 - max sent count. EDNS1480 only for rtt < 5000. No promiscuous 5633 fetch if sentcount > 3, stop query if sentcount > 16. Count is 5634 reset when referral or CNAME happens. This makes unbound better 5635 at managing large NS sets, they are explored when there is continued 5636 interest (in the form of queries). 5637 563815 September 2011: Wouter 5639 - release 1.4.13. 5640 - trunk contains 1.4.14 in development. 5641 - Unbound probes at EDNS1480 if there an EDNS0 timeout. 5642 564312 September 2011: Wouter 5644 - Reverted dns EDNS backoff fix, it did not help and needs 5645 fragmentation fixes instead. 5646 - tag 1.4.13rc2 5647 56487 September 2011: Wouter 5649 - Fix operation in ipv6 only (do-ip4: no) mode. 5650 56516 September 2011: Wouter 5652 - fedora specfile updated. 5653 56545 September 2011: Wouter 5655 - tag 1.4.13rc1 5656 56572 September 2011: Wouter 5658 - iana portlist updated. 5659 566026 August 2011: Wouter 5661 - Fix num-threads 0 does not segfault, reported by Simon Deziel. 5662 - Fix validation failures due to EDNS backoff retries, the retry 5663 for fetch of data has want_dnssec because the iter_indicate_dnssec 5664 function returns true when validation failure retry happens, and 5665 then the serviced query code does not fallback to noEDNS, even if 5666 the cache says it has this. This helps for DLV deployment when 5667 the DNSSEC status is not known for sure before the lookup concludes. 5668 566924 August 2011: Wouter 5670 - Applied patch from Karel Slany that fixes a memory leak in the 5671 unbound python module, in string conversions. 5672 567322 August 2011: Wouter 5674 - Fix validation of qtype ANY responses with CNAMEs (thanks Cathy 5675 Zhang and Luo Ce). Unbound responds with the RR types that are 5676 available at the name for qtype ANY and validates those RR types. 5677 It does not test for completeness (i.e. with NSEC or NSEC3 query), 5678 and it does not follow the CNAME or DNAME to another name (with 5679 even more data for the already large response). 5680 - Fix that internally, CNAMEs with NXDOMAIN have that as rcode. 5681 - Documented the options that work with control set_option command. 5682 - tcp-upstream yes/no option (works with set_option) for tunnels. 5683 568418 August 2011: Wouter 5685 - fix autoconf call in makedist crosscompile to RC or snapshot. 5686 568717 August 2011: Wouter 5688 - Fix validation of . DS query. 5689 - new xml format at IANA, new awk for iana_update. 5690 - iana portlist updated. 5691 569210 August 2011: Wouter 5693 - Fix python site-packages path to /usr/lib64. 5694 - updated patch from Tom. 5695 - fix memory and fd leak after out-of-memory condition. 5696 56979 August 2011: Wouter 5698 - patch from Tom Hendrikx fixes load of python modules. 5699 57008 August 2011: Wouter 5701 - make clean had ldns-src reference, removed. 5702 57031 August 2011: Wouter 5704 - Fix autoconf 2.68 warnings 5705 570614 July 2011: Wouter 5707 - Unbound implements RFC6303 (since version 1.4.7). 5708 - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the 5709 meantime, those are for 1.4.13). 5710 - iana portlist updated. 5711 571213 July 2011: Wouter 5713 - Quick fix for contrib/unbound.spec example, no ldns-builtin any more. 5714 571511 July 2011: Wouter 5716 - Fix wildcard expansion no-data reply under an optout NSEC3 zone is 5717 validated as insecure, reported by Jia Li (lijia@cnnic.cn). 5718 57194 July 2011: Wouter 5720 - 1.4.12rc1 tag created. 5721 57221 July 2011: Wouter 5723 - version number in example config file. 5724 - fix that --enable-static-exe does not complain about it unknown. 5725 572630 June 2011: Wouter 5727 - tag relase 1.4.11, trunk is 1.4.12 development. 5728 - iana portlist updated. 5729 - fix bug#395: id bits of other query may leak out under conditions 5730 - fix replyaddr count wrong after jostled queries, which leads to 5731 eventual starvation where the daemon has no replyaddrs left to use. 5732 - fix comment about rndc port, that referred to the old port number. 5733 - fix that the listening socket is not closed when too many remote 5734 control connections are made at the same time. 5735 - removed ldns-src tarball inside the unbound tarball. 5736 573723 June 2011: Wouter 5738 - Changed -flto check to support clang compiler. 5739 - tag 1.4.11rc3 created. 5740 574117 June 2011: Wouter 5742 - tag 1.4.11rc1 created. 5743 - remove warning about signed/unsigned from flex (other flex version). 5744 - updated aclocal.m4 and libtool to match. 5745 - tag 1.4.11rc2 created. 5746 574716 June 2011: Wouter 5748 - log-queries: yesno option, default is no, prints querylog. 5749 - version is 1.4.11. 5750 575114 June 2011: Wouter 5752 - Use -flto compiler flag for link time optimization, if supported. 5753 - iana portlist updated. 5754 575512 June 2011: Wouter 5756 - IPv6 service address for d.root-servers.net (2001:500:2D::D). 5757 575810 June 2011: Wouter 5759 - unbound-control has version number in the header, 5760 UBCT[version]_space_ is the header sent by the client now. 5761 - Unbound control port number is registered with IANA: 5762 ub-dns-control 8953/tcp unbound dns nameserver control 5763 This is the new default for the control-port config setting. 5764 - statistics-interval prints the number of jostled queries to log. 5765 576630 May 2011: Wouter 5767 - Fix Makefile for U in environment, since wrong U is more common than 5768 deansification necessity. 5769 - iana portlist updated. 5770 - updated ldns tarball to 1.6.10rc2 snapshot of today. 5771 577225 May 2011: Wouter 5773 - Fix assertion failure when unbound generates an empty error reply 5774 in response to a query, CVE-2011-1922 VU#531342. 5775 - This fix is in tag 1.4.10. 5776 - defense in depth against the above bug, an error is printed to log 5777 instead of an assertion failure. 5778 577910 May 2011: Wouter 5780 - bug#386: --enable-allsymbols option links all binaries to libunbound 5781 and reduces install size significantly. 5782 - feature, ignore-cd-flag: yesno to provide dnssec to legacy servers. 5783 - iana portlist updated. 5784 - Fix TTL of SOA so negative TTL is separately cached from normal TTL. 5785 578614 April 2011: Wouter 5787 - configure created with newer autoconf 2.66. 5788 578912 April 2011: Wouter 5790 - bug#378: Fix that configure checks for ldns_get_random presence. 5791 57928 April 2011: Wouter 5793 - iana portlist updated. 5794 - queries with CD flag set cause DNSSEC validation, but the answer is 5795 not withheld if it is bogus. Thus, unbound will retry if it is bad 5796 and curb the TTL if it is bad, thus protecting the cache for use by 5797 downstream validators. 5798 - val-override-date: -1 ignores dates entirely, for NTP usage. 5799 580029 March 2011: Wouter 5801 - harden-below-nxdomain: changed so that it activates when the 5802 cached nxdomain is dnssec secure. This avoids backwards 5803 incompatibility because those old servers do not have dnssec. 5804 580524 March 2011: Wouter 5806 - iana portlist updated. 5807 - release 1.4.9. 5808 - trunk is 1.5.0 5809 581017 March 2011: Wouter 5811 - bug#370: new unbound.spec for CentOS 5.x from Harold Jones. 5812 Applied but did not do the --disable-gost. 5813 581410 March 2011: Wouter 5815 - tag 1.4.9 release candidate 1 created. 5816 58173 March 2011: Wouter 5818 - updated ldns to today. 5819 58201 March 2011: Wouter 5821 - Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout. 5822 - give config parse error for multiple names on a stub or forward zone. 5823 - updated ldns tarball to 1.6.9(todays snapshot). 5824 582524 February 2011: Wouter 5826 - bug #361: Fix, time.elapsed variable not reset with stats_noreset. 5827 582823 February 2011: Wouter 5829 - iana portlist updated. 5830 - common.sh to version 3. 5831 583218 February 2011: Wouter 5833 - common.sh in testdata updated to version 2. 5834 583515 February 2011: Wouter 5836 - Added explicit note on unbound-anchor usage: 5837 Please note usage of unbound-anchor root anchor is at your own risk 5838 and under the terms of our LICENSE (see that file in the source). 5839 584011 February 2011: Wouter 5841 - iana portlist updated. 5842 - tpkg updated with common.sh for common functionality. 5843 58447 February 2011: Wouter 5845 - Added regression test for addition of a .net DS to the root, and 5846 cache effects with different TTL for glue and DNSKEY. 5847 - iana portlist updated. 5848 584928 January 2011: Wouter 5850 - Fix remove private address does not throw away entire response. 5851 585224 January 2011: Wouter 5853 - release 1.4.8 5854 585519 January 2011: Wouter 5856 - fix bug#349: no -L/usr for ldns. 5857 585818 January 2011: Wouter 5859 - ldns 1.6.8 tarball included. 5860 - release 1.4.8rc1. 5861 586217 January 2011: Wouter 5863 - add get and set option for harden-below-nxdomain feature. 5864 - iana portlist updated. 5865 586614 January 2011: Wouter 5867 - Fix so a changed NS RRset does not get moved name stuck on old 5868 server, for type NS the TTL is not increased. 5869 587013 January 2011: Wouter 5871 - Fix prefetch so it does not get stuck on old server for moved names. 5872 587312 January 2011: Wouter 5874 - iana portlist updated. 5875 587611 January 2011: Wouter 5877 - Fix insecure CNAME sequence marked as secure, reported by Bert 5878 Hubert. 5879 588010 January 2011: Wouter 5881 - faster lruhash get_mem routine. 5882 58834 January 2011: Wouter 5884 - bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root. 5885 - iana portlist updated. 5886 588723 December 2010: Wouter 5888 - Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept. 5889 589021 December 2010: Wouter 5891 - algorithm compromise protection using the algorithms signalled in 5892 the DS record. Also, trust anchors, DLV, and RFC5011 receive this, 5893 and thus, if you have multiple algorithms in your trust-anchor-file 5894 then it will now behave different than before. Also, 5011 rollover 5895 for algorithms needs to be double-signature until the old algorithm 5896 is revoked. 5897 It is not an option, because I see no use to turn the security off. 5898 - iana portlist updated. 5899 590017 December 2010: Wouter 5901 - squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them). 5902 - fix validation in this case: CNAME to nodata for co-hosted opt-in 5903 NSEC3 insecure delegation, was bogus, fixed to be insecure. 5904 590516 December 2010: Wouter 5906 - Fix our 'BDS' license (typo reported by Xavier Belanger). 5907 590810 December 2010: Wouter 5909 - iana portlist updated. 5910 - review changes for unbound-anchor. 5911 59122 December 2010: Wouter 5913 - feature typetransparent localzone, does not block other RR types. 5914 59151 December 2010: Wouter 5916 - Fix bug#338: print address when socket creation fails. 5917 591830 November 2010: Wouter 5919 - Fix storage of EDNS failures in the infra cache. 5920 - iana portlist updated. 5921 592218 November 2010: Wouter 5923 - harden-below-nxdomain option, default off (because very old 5924 software may be incompatible). We could enable it by default in 5925 the future. 5926 592717 November 2010: Wouter 5928 - implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN. 5929 - make test output nicer. 5930 593115 November 2010: Wouter 5932 - silence 'tcp connect: broken pipe' and 'net down' at low verbosity. 5933 - iana portlist updated. 5934 - so-sndbuf option for very busy servers, a bit like so-rcvbuf. 5935 59369 November 2010: Wouter 5937 - unbound-anchor compiles with openssl 0.9.7. 5938 59398 November 2010: Wouter 5940 - release tag 1.4.7. 5941 - trunk is version 1.4.8. 5942 - Be lenient and accept imgw.pl malformed packet (like BIND). 5943 59445 November 2010: Wouter 5945 - do not synthesize a CNAME message from cache for qtype DS. 5946 59474 November 2010: Wouter 5948 - Use central entropy to seed threads. 5949 59503 November 2010: Wouter 5951 - Change the rtt used to probe EDNS-timeout hosts to 1000 msec. 5952 59532 November 2010: Wouter 5954 - tag 1.4.7rc1. 5955 - code review. 5956 59571 November 2010: Wouter 5958 - GOST code enabled by default (RFC 5933). 5959 596027 October 2010: Wouter 5961 - Fix uninit value in dump_infra print. 5962 - Fix validation failure for parent and child on same server with an 5963 insecure childzone and a CNAME from parent to child. 5964 - Configure detects libev-4.00. 5965 596626 October 2010: Wouter 5967 - dump_infra and flush_infra commands for unbound-control. 5968 - no timeout backoff if meanwhile a query succeeded. 5969 - Change of timeout code. No more lost and backoff in blockage. 5970 At 12sec timeout (and at least 2x lost before) one probe per IP 5971 is allowed only. At 120sec, the IP is blocked. After 15min, a 5972 120sec entry has a single retry packet. 5973 597425 October 2010: Wouter 5975 - Configure errors if ldns is not found. 5976 597722 October 2010: Wouter 5978 - Windows 7 fix for the installer. 5979 598021 October 2010: Wouter 5981 - Fix bug where fallback_tcp causes wrong roundtrip and edns 5982 observation to be noted in cache. Fix bug where EDNSprobe halted 5983 exponential backoff if EDNS status unknown. 5984 - new unresponsive host method, exponentially increasing block backoff. 5985 - iana portlist updated. 5986 598720 October 2010: Wouter 5988 - interface automatic works for some people with ip6 disabled. 5989 Therefore the error check is removed, so they can use the option. 5990 599119 October 2010: Wouter 5992 - Fix for request list growth, if a server has long timeout but the 5993 lost counter is low, then its effective rtt is the one without 5994 exponential backoff applied. Because the backoff is not working. 5995 The lost counter can then increase and the server is blacklisted, 5996 or the lost counter does not increase and the server is working 5997 for some queries. 5998 599918 October 2010: Wouter 6000 - iana portlist updated. 6001 600213 October 2010: Wouter 6003 - Fix TCP so it uses a random outgoing-interface. 6004 - unbound-anchor handles ADDPEND keystate. 6005 600611 October 2010: Wouter 6007 - Fix bug when DLV below a trust-anchor that uses NSEC3 optout where 6008 the zone has a secure delegation hosted on the same server did not 6009 verify as secure (it was insecure by mistake). 6010 - iana portlist updated. 6011 - ldns tarball updated (for reading cachedumps with bad RR data). 6012 60131 October 2010: Wouter 6014 - test for unbound-anchor. fix for reading certs. 6015 - Fix alloc_reg_release for longer uptime in out of memory conditions. 6016 601728 September 2010: Wouter 6018 - unbound-anchor working, it creates or updates a root.key file. 6019 Use it before you start the validator (e.g. at system boot time). 6020 602127 September 2010: Wouter 6022 - iana portlist updated. 6023 602424 September 2010: Wouter 6025 - bug#329: in example.conf show correct ipv4 link-local 169.254/16. 6026 602723 September 2010: Wouter 6028 - unbound-anchor app, unbound requires libexpat (xml parser library). 6029 603022 September 2010: Wouter 6031 - compliance with draft-ietf-dnsop-default-local-zones-14, removed 6032 reverse ipv6 orchid prefix from builtin list. 6033 - iana portlist updated. 6034 603517 September 2010: Wouter 6036 - DLV has downgrade protection again, because the RFC says so. 6037 - iana portlist updated. 6038 603916 September 2010: Wouter 6040 - Algorithm rollover operational reality intrudes, for trust-anchor, 6041 5011-store, and DLV-anchor if one key matches it's good enough. 6042 - iana portlist updated. 6043 - Fix reported validation error in out of memory condition. 6044 604515 September 2010: Wouter 6046 - Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout. 6047 604814 September 2010: Wouter 6049 - increased mesh-max-activation from 1000 to 3000 for crazy domains 6050 like _tcp.slb.com with 262 servers. 6051 - iana portlist updated. 6052 605313 September 2010: Wouter 6054 - bug#327: Fix for cannot access stub zones until the root is primed. 6055 60569 September 2010: Wouter 6057 - unresponsive servers are not completely blacklisted (because of 6058 firewalls), but also not probed all the time (because of the request 6059 list size it generates). The probe rate is 1%. 6060 - iana portlist updated. 6061 606220 August 2010: Wouter 6063 - openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled. 6064 iterator get_mem includes priv_get_mem. delegpt nodup removed. 6065 listen_pushback, query_info_allocqname, write_socket, send_packet, 6066 comm_point_set_cb_arg and listen_resume removed. 6067 606819 August 2010: Wouter 6069 - Fix bug#321: resolution of rs.ripe.net artifacts with 0x20. 6070 Delegpt structures checked for duplicates always. 6071 No more nameserver lookups generated when depth is full anyway. 6072 - example.conf notes how to do DNSSEC validation and track the root. 6073 - iana portlist updated. 6074 607518 August 2010: Wouter 6076 - Fix bug#322: configure does not respect CFLAGS on Solaris. 6077 Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line 6078 if use sun-cc, but some systems need different flags. 6079 608016 August 2010: Wouter 6081 - Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP 6082 changes, uses m4_bpatsubst now. 6083 - make test (or make check) should be more portable and run the unit 6084 test and testbound scripts. (make longtest has special requirements). 6085 608613 August 2010: Wouter 6087 - More pleasant remote control command parsing. 6088 - documentation added for return values reported by doxygen 1.7.1. 6089 - iana portlist updated. 6090 60919 August 2010: Wouter 6092 - Fix name of rrset printed that failed validation. 6093 60945 August 2010: Wouter 6095 - Return NXDOMAIN after chain of CNAMEs ends at name-not-found. 6096 60974 August 2010: Wouter 6098 - Fix validation in case a trust anchor enters into a zone with 6099 unsupported algorithms. 6100 61013 August 2010: Wouter 6102 - updated ldns tarball with bugfixes. 6103 - release tag 1.4.6. 6104 - trunk becomes 1.4.7 develop. 6105 - iana portlist updated. 6106 610722 July 2010: Wouter 6108 - more error details on failed remote control connection. 6109 611015 July 2010: Wouter 6111 - rlimit adjustments for select and ulimit can happen at the same time. 6112 611314 July 2010: Wouter 6114 - Donation text added to README. 6115 - Fix integer underflow in prefetch ttl creation from cache. This 6116 fixes a potential negative prefetch ttl. 6117 611812 July 2010: Wouter 6119 - Changed the defaults for num-queries-per-thread/outgoing-range. 6120 For builtin-select: 512/960, for libevent 1024/4096 and for 6121 windows 24/48 (because of win api). This makes the ratio this way 6122 to improve resilience under heavy load. For high performance, use 6123 libevent and possibly higher numbers. 6124 612510 July 2010: Wouter 6126 - GOST enabled if SSL is recent and ldns has GOST enabled too. 6127 - ldns tarball updated. 6128 61299 July 2010: Wouter 6130 - iana portlist updated. 6131 - Fix validation of qtype DNSKEY when a key-cache entry exists but 6132 no rr-cache entry is used (it expired or prefetch), it then goes 6133 back up to the DS or trust-anchor to validate the DNSKEY. 6134 61357 July 2010: Wouter 6136 - Neat function prototypes, unshadowed local declarations. 6137 61386 July 2010: Wouter 6139 - failure to chown the pidfile is not fatal any more. 6140 - testbound uses UTC timezone. 6141 - ldns tarball updated (ports and works on Minix 3.1.7). On Minix, add 6142 /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake. 6143 61445 July 2010: Wouter 6145 - log if a server is skipped because it is on the donotquery list, 6146 at verbosity 4, to enable diagnosis why no queries to 127.0.0.1. 6147 - added feature to print configure date, target and options with -h. 6148 - added feature to print event backend system details with -h. 6149 - wdiff is not actually required by make test, updated requirements. 6150 61511 July 2010: Wouter 6152 - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex 6153 must be signed with all algorithms from the DS rrset at the parent. 6154 This is now checked and becomes bogus if not. 6155 615628 June 2010: Wouter 6157 - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps 6158 in overload situations to be about 5 qps for the class of shortly 6159 serviced queries. 6160 The capacity of the resolver is then about (numqueriesperthread / 2) 6161 / (average time for such long queries) qps for long queries. 6162 And about (numqueriesperthread / 2)/(jostletimeout in whole seconds) 6163 qps for short queries, per thread. 6164 - Fix the max number of reply-address count to be applied for duplicate 6165 queries, and not for new query list entries. This raises the memory 6166 usage to a max of (16+1)*numqueriesperthread reply addresses. 6167 616825 June 2010: Wouter 6169 - Fix handling of corner case reply from lame server, follows rfc2308. 6170 It could lead to a nodata reply getting into the cache if the search 6171 for a non-lame server turned up other misconfigured servers. 6172 - unbound.h has extern "C" statement for easier include in c++. 6173 617423 June 2010: Wouter 6175 - iana portlist updated. 6176 - makedist upgraded cross compile openssl option, like this: 6177 ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost 6178 617922 June 2010: Wouter 6180 - Unbound reports libev or libevent correctly in logs in verbose mode. 6181 - Fix to unload gost dynamic library module for leak testing. 6182 618318 June 2010: Wouter 6184 - iana portlist updated. 6185 618617 June 2010: Wouter 6187 - Add AAAA to root hints for I.ROOT-SERVERS.NET. 6188 618916 June 2010: Wouter 6190 - Fix assertion failure reported by Kai Storbeck from XS4ALL, the 6191 assertion was wrong. 6192 - updated ldns tarball. 6193 619415 June 2010: Wouter 6195 - tag 1.4.5 created. 6196 - trunk contains 1.4.6 in development. 6197 - Fix TCPreply on systems with no writev, if just 1 byte could be sent. 6198 - Fix to use one pointer less for iterator query state store_parent_NS. 6199 - makedist crosscompile to windows uses builtin ldns not host ldns. 6200 - Max referral count from 30 to 130, because 128 one character domains 6201 is valid DNS. 6202 - added documentation for the histogram printout to syslog. 6203 620411 June 2010: Wouter 6205 - When retry to parent the retrycount is not wiped, so failed 6206 nameservers are not tried again. 6207 - iana portlist updated. 6208 620910 June 2010: Wouter 6210 - Fix bug where a long loop could be entered, now cycle detection 6211 has a loop-counter and maximum search amount. 6212 62134 June 2010: Wouter 6214 - iana portlist updated. 6215 - 1.4.5rc1 tag created. 6216 62173 June 2010: Wouter 6218 - ldns tarball updated, 1.6.5. 6219 - review comments, split dependency cycle tracking for parentside 6220 last resort lookups for A and AAAA so there are more lookup options. 6221 62222 June 2010: Wouter 6223 - Fix compile warning if compiled without threads. 6224 - updated ldns-tarball with current ldns svn (pre 1.6.5). 6225 - GOST disabled-by-default, the algorithm number is allocated but the 6226 RFC is still has to pass AUTH48 at the IETF. 6227 62281 June 2010: Wouter 6229 - Ignore Z flag in incoming messages too. 6230 - Fix storage of negative parent glue if that last resort fails. 6231 - libtoolize 2.2.6b, autoconf 2.65 applied to configure. 6232 - new splint flags for newer splint install. 6233 623431 May 2010: Wouter 6235 - Fix AD flag handling, it could in some cases mistakenly copy the AD 6236 flag from upstream servers. 6237 - alloc_special_obtain out of memory is not a fatal error any more, 6238 enabling unbound to continue longer in out of memory conditions. 6239 - parentside names are dispreferred but not said to be dnssec-lame. 6240 - parentside check for cached newname glue. 6241 - fix parentside and querytargets modulestate, for dump_requestlist. 6242 - unbound-control-setup makes keys -rw-r--- so not all users permitted. 6243 - fix parentside from cache to be marked dispreferred for bad names. 6244 624528 May 2010: Wouter 6246 - iana portlist updated. 6247 - parent-child disagreement approach altered. Older fixes are 6248 removed in place of a more exhaustive search for misconfigured data 6249 available via the parent of a delegation. 6250 This is designed to be throttled by cache entries, with TTL from the 6251 parent if possible. Additionally the loop-counter is used. 6252 It also tests for NS RRset differences between parent and child. 6253 The fetch of misconfigured data should be more reliable and thorough. 6254 It should work reliably even with no or only partial data in cache. 6255 Data received from the child (as always) is deemed more 6256 authoritative than information received from the delegation parent. 6257 The search for misconfigured data is not performed normally. 6258 625926 May 2010: Wouter 6260 - Contribution from Migiel de Vos (Surfnet): nagios patch for 6261 unbound-host, in contrib/ (in the source tarball). Makes 6262 unbound-host suitable for monitoring dnssec(-chain) status. 6263 626421 May 2010: Wouter 6265 - EDNS timeout code will not fire if EDNS status already known. 6266 - EDNS failure not stored if EDNS status known to work. 6267 626819 May 2010: Wouter 6269 - Fix resolution for domains like safesvc.com.cn. If the iterator 6270 can not recurse further and it finds the delegation in a state 6271 where it would otherwise have rejected it outhand if so received 6272 from a cache lookup, then it can try to ask higherup (with loop 6273 protection). 6274 - Fix comments in iter_utils:dp_is_useless. 6275 627618 May 2010: Wouter 6277 - Fix various compiler warnings from the clang llvm compiler. 6278 - iana portlist updated. 6279 62806 May 2010: Wouter 6281 - Fix bug#308: spelling error in variable name in parser and lexer. 6282 62834 May 2010: Wouter 6284 - Fix dnssec-missing detection that was turned off by server selection. 6285 - Conforms to draft-ietf-dnsop-default-local-zones-13. Added default 6286 reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa, 6287 113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa. 6288 628929 April 2010: Wouter 6290 - Fix for dnssec lameness detection to use the key cache. 6291 - infra cache entries that are expired are wiped clean. Previously 6292 it was possible to not expire host data (if accessed often). 6293 629428 April 2010: Wouter 6295 - ldns tarball updated and GOST support is detected and then enabled. 6296 - iana portlist updated. 6297 - Fix detection of gost support in ldns (reported by Chris Smith). 6298 629927 April 2010: Wouter 6300 - unbound-control get_option domain-insecure shows config file items. 6301 - fix retry sequence if prime hints are recursion-lame. 6302 - autotrust anchor file can be initialized with a ZSK key as well. 6303 - harden-referral-path does not result in failures due to max-depth. 6304 You can increase the max-depth by adding numbers (' 0') after the 6305 target-fetch-policy, this increases the depth to which is checked. 6306 630726 April 2010: Wouter 6308 - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use 6309 CPPFLAGS during configure process. 6310 - if libev is installed on the base system (not libevent), detect 6311 it from the event.h header file and link with -lev. 6312 - configlexer.lex gets config.h, and configyyrename.h added by make, 6313 no more double include. 6314 - More strict scrubber (Thanks to George Barwood for the idea): 6315 NS set must be pertinent to the query (qname subdomain nsname). 6316 - Fix bug#307: In 0x20 backoff fix fallback so the number of 6317 outstanding queries does not become -1 and block the request. 6318 Fixed handling of recursion-lame in combination with 0x20 fallback. 6319 Fix so RRsets are compared canonicalized and sorted if the immediate 6320 comparison fails, this makes it work around round-robin sites. 6321 632223 April 2010: Wouter 6323 - Squelch log message: sendto failed permission denied for 6324 255.255.255.255, it is visible in VERB_DETAIL (verbosity 2). 6325 - Fix to fetch data as last resort more tenaciously. When cycle 6326 targets cause the server selection to believe there are more options 6327 when they really are not there, the server selection is reinitiated. 6328 - Fix fetch from blacklisted dnssec lame servers as last resort. The 6329 server's IP address is then given in validator errors as well. 6330 - Fix local-zone type redirect that did not use the query name for 6331 the answer rrset. 6332 633322 April 2010: Wouter 6334 - tag 1.4.4. 6335 - trunk contains 1.4.5 in development. 6336 - Fix validation failure for qtype ANY caused by a RRSIG parse failure. 6337 The validator error message was 'no signatures from ...'. 6338 633916 April 2010: Wouter 6340 - more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN. 6341 - tag 1.4.4rc1. 6342 634315 April 2010: Wouter 6344 - ECC-GOST algorithm number 12 that is assigned by IANA. New test 6345 example key and signatures for GOST. GOST requires openssl-1.0.0. 6346 GOST is still disabled by default. 6347 63489 April 2010: Wouter 6349 - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or 6350 get into an endless loop, if 0x20 was enabled, and buffers are small 6351 or particular broken packets are received. 6352 - Fix chain of trust with CNAME at an intermediate step, for the DS 6353 processing proof. 6354 63558 April 2010: Wouter 6356 - Fix validation of queries with wildcard names (*.example). 6357 63586 April 2010: Wouter 6359 - Fix EDNS probe for .de DNSSEC testbed failure, where the infra 6360 cache timeout coincided with a server update, the current EDNS 6361 backoff is less sensitive, and does not cache the backoff unless 6362 the backoff actually works and the domain is not expecting DNSSEC. 6363 - GOST support with correct algorithm numbers. 6364 63651 April 2010: Wouter 6366 - iana portlist updated. 6367 636824 March 2010: Wouter 6369 - unbound control flushed items are not counted when flushed again. 6370 637123 March 2010: Wouter 6372 - iana portlist updated. 6373 637422 March 2010: Wouter 6375 - unbound-host disables use-syslog from config file so that the 6376 config file for the main server can be used more easily. 6377 - fix bug#301: unbound-checkconf could not parse interface 6378 '0.0.0.0@5353', even though unbound itself worked fine. 6379 638019 March 2010: Wouter 6381 - fix fwd_ancil test to pass if the socket options are not supported. 6382 638318 March 2010: Wouter 6384 - Fixed random numbers for port, interface and server selection. 6385 Removed very small bias. 6386 - Refer to the listing in unbound-control man page in the extended 6387 statistics entry in the unbound.conf man page. 6388 638916 March 2010: Wouter 6390 - Fix interface-automatic for OpenBSD: msg.controllen was too small, 6391 also assertions on ancillary data buffer. 6392 - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO. 6393 - for NSEC3 check if signatures are cached. 6394 639515 March 2010: Wouter 6396 - unit test for util/regional.c. 6397 639812 March 2010: Wouter 6399 - Reordered configure checks so fork and -lnsl -lsocket checks are 6400 earlier, and thus later checks benefit from and do not hinder them. 6401 - iana portlist updated. 6402 - ldns tarball updated. 6403 - Fix python use when multithreaded. 6404 - Fix solaris python compile. 6405 - Include less in config.h and include per code file for ldns, ssl. 6406 640711 March 2010: Wouter 6408 - another memory allocation option: --enable-alloc-nonregional. 6409 exposes the regional allocations to other memory purifiers. 6410 - fix for memory alignment in struct sock_list allocation. 6411 - Fix for MacPorts ldns without ssl default, unbound checks if ldns 6412 has dnssec functionality and uses the builtin if not. 6413 - Fix daemonize on Solaris 10, it did not detach from terminal. 6414 - tag 1.4.3 created. 6415 - trunk is 1.4.4 in development. 6416 - spelling fix in validation error involving cnames. 6417 641810 March 2010: Wouter 6419 - --enable-alloc-lite works with test set. 6420 - portability in the testset: printf format conversions, prototypes. 6421 64229 March 2010: Wouter 6423 - tag 1.4.2 created. 6424 - trunk is 1.4.3 in development. 6425 - --enable-alloc-lite debug option. 6426 64278 March 2010: Wouter 6428 - iana portlist updated. 6429 64304 March 2010: Wouter 6431 - Fix crash in control channel code. 6432 64333 March 2010: Wouter 6434 - better casts in pipe code, brackets placed wrongly. 6435 - iana portlist updated. 6436 64371 March 2010: Wouter 6438 - make install depends on make all. 6439 - Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs. 6440 - --enable-checking: enables assertions but does not look nonproduction. 6441 - nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with 6442 nxdomain and nodata distinguished. 6443 - ldns tarball updated. 6444 - --disable-rpath fixed for libtool not found errors. 6445 - new fedora specfile from Fedora13 in contrib from Paul Wouters. 6446 644726 February 2010: Wouter 6448 - Fixup prototype for lexer cleanup in daemon code. 6449 - unbound-control list_stubs, list_forwards, list_local_zones and 6450 list_local_data. 6451 645224 February 2010: Wouter 6453 - Fix scrubber bug that potentially let NS records through. Reported 6454 by Amanda Constant. 6455 - Also delete potential poison references from additional. 6456 - Fix: no classification of a forwarder as lame, throw away instead. 6457 645823 February 2010: Wouter 6459 - libunbound ub_ctx_get_option() added. 6460 - unbound-control set_option and get_option commands. 6461 - iana portlist updated. 6462 646318 February 2010: Wouter 6464 - A little more strict DS scrubbing. 6465 - No more blacklisting of unresponsive servers, a 2 minute timeout 6466 is backed off to. 6467 - RD flag not enabled for dnssec-blacklisted tries, unless necessary. 6468 - pickup ldns compile fix, libdl for libcrypto. 6469 - log 'tcp connect: connection timed out' only in high verbosity. 6470 - unbound-control log_reopen command. 6471 - moved get_option code from unbound-checkconf to util/config_file.c 6472 647317 February 2010: Wouter 6474 - Disregard DNSKEY from authority section for chain of trust. 6475 DS records that are irrelevant to a referral scrubbed. Anti-poison. 6476 - iana portlist updated. 6477 647816 February 2010: Wouter 6479 - Check for 'no space left on device' (or other errors) when 6480 writing updated autotrust anchors and print errno to log. 6481 648215 February 2010: Wouter 6483 - Fixed the requery protection, the TTL was 0, it is now 900 seconds, 6484 hardcoded. We made the choice to send out more conservatively, 6485 protecting against an aggregate effect more than protecting a 6486 single user (from their own folly, perhaps in case of misconfig). 6487 648812 February 2010: Wouter 6489 - Re-query pattern changed on validation failure. To protect troubled 6490 authority servers, unbound caches a failure for the DNSKEY or DS 6491 records for the entire zone, and only retries that 900 seconds later. 6492 This implies that only a handful of packets are sent extra to the 6493 authority if the zone fails. 6494 649511 February 2010: Wouter 6496 - ldns tarball update for long label length syntax error fix. 6497 - iana portlist updated. 6498 64999 February 2010: Wouter 6500 - Fixup in compat snprintf routine, %f 1.02 and %g support. 6501 - include math.h for testbound test compile portability. 6502 65032 February 2010: Wouter 6504 - Updated url of IANA itar, interim trust anchor repository, in script. 6505 65061 February 2010: Wouter 6507 - iana portlist updated. 6508 - configure test for memcmp portability. 6509 651027 January 2010: Wouter 6511 - removed warning on format string in validator error log statement. 6512 - iana portlist updated. 6513 651422 January 2010: Wouter 6515 - libtool finish the install of unbound python dynamic library. 6516 651721 January 2010: Wouter 6518 - acx_nlnetlabs.m4 synchronised with nsd's version. 6519 652020 January 2010: Wouter 6521 - Fixup lookup trouble for parent-child domains on the first query. 6522 652314 January 2010: Wouter 6524 - Fixup ldns detection to also check for header files. 6525 652613 January 2010: Wouter 6527 - prefetch-key option that performs DNSKEY queries earlier in the 6528 validation process, and that could halve the latency on DNSSEC 6529 queries. It takes some extra processing (CPU, a cache is needed). 6530 653112 January 2010: Wouter 6532 - Fix unbound-checkconf for auto-trust-anchor-file present checks. 6533 65348 January 2010: Wouter 6535 - Fix for parent-child disagreement code which could have trouble 6536 when (a) ipv6 was disabled and (b) the TTL for parent and child 6537 were different. There were two bugs, the parent-side information 6538 is fixed to no longer block lookup of child side information and 6539 the iterator is fixed to no longer attempt to get ipv6 when it is 6540 not enabled and then give up in failure. 6541 - test and fixes to make prefetch actually store the answer in the 6542 cache. Considers some rrsets 'already expired' but does not allow 6543 overwriting of rrsets considered more secure. 6544 65457 January 2010: Wouter 6546 - Fixup python documentation (thanks Leo Vandewoestijne). 6547 - Work on cache prefetch feature. 6548 - Stats for prefetch, in log print stats, unbound-control stats 6549 and in unbound_munin plugin. 6550 65516 January 2010: Wouter 6552 - iana portlist updated. 6553 - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length. 6554 - verbose output includes parent-side-address notion for lameness. 6555 - documented val-log-level: 2 setting in example.conf and man page. 6556 - change unbound-control-setup from 1024(sha1) to 1536(sha256). 6557 65581 January 2010: Wouter 6559 - iana portlist updated. 6560 656122 December 2009: Wouter 6562 - configure with newer libtool 2.2.6b. 6563 656417 December 2009: Wouter 6565 - review comments. 6566 - tag 1.4.1. 6567 - trunk to version 1.4.2. 6568 656915 December 2009: Wouter 6570 - Answer to qclass=ANY queries, with class IN contents. 6571 Test that validation also works. 6572 - updated ldns snapshot tarball with latest fixes (parsing records). 6573 657411 December 2009: Wouter 6575 - on IPv4 UDP turn off DF flag. 6576 657710 December 2009: Wouter 6578 - requirements.txt updated with design choice explanations. 6579 - Reading fixes: fix to set unlame when child confirms parent glue, 6580 and fix to avoid duplicate addresses in delegation point. 6581 - verify_rrsig routine checks expiration last. 6582 65839 December 2009: Wouter 6584 - Fix Bug#287(reopened): update of ldns tarball with fix for parse 6585 errors generated for domain names like '.example.com'. 6586 - Fix SOA excluded from negative DS responses. Reported by Hauke 6587 Lampe. The negative cache did not include proper SOA records for 6588 negative qtype DS responses which makes BIND barf on it, such 6589 responses are now only used internally. 6590 - Fix negative cache lookup of closestencloser check of DS type bit. 6591 65928 December 2009: Wouter 6593 - Fix for lookup of parent-child disagreement domains, where the 6594 parent-side glue works but it does not provide proper NS, A or AAAA 6595 for itself, fixing domains such as motorcaravanners.eu. 6596 - Feature: you can specify a port number in the interface: line, so 6597 you can bind the same interface multiple times at different ports. 6598 65997 December 2009: Wouter 6600 - Bug#287: Fix segfault when unbound-control remove nonexistent local 6601 data. Added check to tests. 6602 66031 December 2009: Wouter 6604 - Fix crash with module-config "iterator". 6605 - Added unit test that has "iterator" module-config. 6606 660730 November 2009: Wouter 6608 - bug#284: fix parse of # without end-of-line at end-of-file. 6609 661026 November 2009: Wouter 6611 - updated ldns with release candidate for version 1.6.3. 6612 - tag for 1.4.0 release. 6613 - 1.4.1 version in trunk. 6614 - Fixup major libtool version to 2 because of why_bogus change. 6615 It was 1:5:0 but should have been 2:0:0. 6616 661723 November 2009: Wouter 6618 - Patch from David Hubbard for libunbound manual page. 6619 - Fixup endless spinning in unbound-control stats reported by 6620 Attila Nagy. Probably caused by clock reversal. 6621 662220 November 2009: Wouter 6623 - contrib/split-itar.sh contributed by Tom Hendrikx. 6624 662519 November 2009: Wouter 6626 - better argument help for unbound-control. 6627 - iana portlist updated. 6628 662917 November 2009: Wouter 6630 - noted multiple entries for multiple domain names in example.conf. 6631 - iana portlist updated. 6632 663316 November 2009: Wouter 6634 - Fixed signer detection of CNAME responses without signatures. 6635 - Fix#282 libunbound memleak on error condition by Eric Sesterhenn. 6636 - Tests for CNAMEs to deeper trust anchors, secure and bogus. 6637 - svn tag 1.4.0rc1 made. 6638 663913 November 2009: Wouter 6640 - Fixed validation failure for CNAME to optout NSEC3 nodata answer. 6641 - unbound-host does not fail on type ANY. 6642 - Fixed wireparse failure to put RRSIGs together with data in some 6643 long ANY mix cases, which fixes validation failures. 6644 664512 November 2009: Wouter 6646 - iana portlist updated. 6647 - fix manpage errors reported by debian lintian. 6648 - review comments. 6649 - fixup very long vallog2 level error strings. 6650 665111 November 2009: Wouter 6652 - ldns tarball updated (to 1.6.2). 6653 - review comments. 6654 665510 November 2009: Wouter 6656 - Thanks to Surfnet found bug in new dnssec-retry code that failed 6657 to combine well when combined with DLV and a particular failure. 6658 - Fixed unbound-control -h output about argument optionality. 6659 - review comments. 6660 66615 November 2009: Wouter 6662 - lint fixes and portability tests. 6663 - better error text for multiple domain keys in one autotrust file. 6664 66652 November 2009: Wouter 6666 - Fix bug where autotrust does not work when started with a DS. 6667 - Updated GOST unit tests for unofficial algorithm number 249 6668 and DNSKEY-format changes in draft version -01. 6669 667029 October 2009: Wouter 6671 - iana portlist updated. 6672 - edns-buffer-size option, default 4096. 6673 - fixed do-udp: no. 6674 667528 October 2009: Wouter 6676 - removed abort on prealloc failure, error still printed but softfail. 6677 - iana portlist updated. 6678 - RFC 5702: RSASHA256 and RSASHA512 support enabled by default. 6679 - ldns tarball updated (which also enables rsasha256 support). 6680 668127 October 2009: Wouter 6682 - iana portlist updated. 6683 66848 October 2009: Wouter 6685 - please doxygen 6686 - add val-log-level print to corner case (nameserver.epost.bg). 6687 - more detail to errors from insecure delegation checks. 6688 - Fix double time subtraction in negative cache reported by 6689 Amanda Constant and Hugh Mahon. 6690 - Made new validator error string available from libunbound for 6691 applications. It is in result->why_bogus, a zero-terminated string. 6692 unbound-host prints it by default if a result is bogus. 6693 Also the errinf is public in module_qstate (for other modules). 6694 66957 October 2009: Wouter 6696 - retry for validation failure in DS and prime results. Less mem use. 6697 unit test. Provisioning in other tests for requeries. 6698 - retry for validation failure in DNSKEY in middle of chain of trust. 6699 unit test. 6700 - retry for empty non terminals in chain of trust and unit test. 6701 - Fixed security bug where the signatures for NSEC3 records were not 6702 checked when checking for absence of DS records. This could have 6703 enabled the substitution of an insecure delegation. 6704 - moved version number to 1.4.0 because of 1.3.4 release with only 6705 the NSEC3 patch from the entry above. 6706 - val-log-level: 2 shows extended error information for validation 6707 failures, but still one (longish) line per failure. For example: 6708 validation failure <example.com. DNSKEY IN>: signature expired from 6709 192.0.2.4 for trust anchor example.com. while building chain of trust 6710 validation failure <www.example.com. A IN>: no signatures from 6711 192.0.2.6 for key example.com. while building chain of trust 6712 67136 October 2009: Wouter 6714 - Test set updated to provide additional ns lookup result. 6715 The retry would attempt to fetch the data from other nameservers 6716 for bogus data, and this needed to be provisioned in the tests. 6717 67185 October 2009: Wouter 6719 - first validation failure retry code. Retries for data failures. 6720 And unit test. 6721 67222 October 2009: Wouter 6723 - improve 5011 modularization. 6724 - fix unbound-host so -d can be given before -C. 6725 - iana portlist updated. 6726 672728 September 2009: Wouter 6728 - autotrust-anchor-file can read multiline input and $ORIGIN. 6729 - prevent integer overflow in holddown calculation. review fixes. 6730 - fixed race condition in trust point revocation. review fix. 6731 - review fixes to comments, removed unused code. 6732 673325 September 2009: Wouter 6734 - so-rcvbuf: 4m option added. Set this on large busy servers to not 6735 drop the occasional packet in spikes due to full socket buffers. 6736 netstat -su keeps a counter of UDP dropped due to full buffers. 6737 - review of validator/autotrust.c, small fixes and comments. 6738 673923 September 2009: Wouter 6740 - 5011 query failed counts verification failures, not lookup failures. 6741 - 5011 probe failure handling fixup. 6742 - test unbound reading of original autotrust data. 6743 The metadata per-key, such as key state (PENDING, MISSING, VALID) is 6744 picked up, otherwise performs initial probe like usual. 6745 674622 September 2009: Wouter 6747 - autotrust test with algorithm rollover, new ordering of checks 6748 assists in orderly rollover. 6749 - autotrust test with algorithm rollover to unknown algorithm. 6750 checks if new keys are supported before adding them. 6751 - autotrust test with trust point revocation, becomes unsigned. 6752 - fix DNSSEC-missing-signature detection for minimal responses 6753 for qtype DNSKEY (assumes DNSKEY occurs at zone apex). 6754 675518 September 2009: Wouter 6756 - autotrust tests, fix trustpoint timer deletion code. 6757 fix count of valid anchors during missing remove. 6758 - autotrust: pick up REVOKE even if not signed with known other keys. 6759 676017 September 2009: Wouter 6761 - fix compile of unbound-host when --enable-alloc-checks. 6762 - Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis. 6763 - Manual page fixes reported by Tony Finch. 6764 676516 September 2009: Wouter 6766 - Fix memory leak reported by Tao Ma. 6767 - Fix memstats test tool for log-time-ascii log format. 6768 676915 September 2009: Wouter 6770 - iana portlist updated. 6771 677210 September 2009: Wouter 6773 - increased MAXSYSLOGLEN so .bg key can be printed in debug output. 6774 - use linebuffering for log-file: output, this can be significantly 6775 faster than the previous fflush method and enable some class of 6776 resolvers to use high verbosity (for short periods). 6777 Not on windows, because line buffering does not work there. 6778 67799 September 2009: Wouter 6780 - Fix bug where DNSSEC-bogus messages were marked with too high TTL. 6781 The RRsets would still expire at the normal time, but this would 6782 keep messages bogus in the cache for too long. 6783 - regression test for that bug. 6784 - documented that load_cache is meant for debugging. 6785 67868 September 2009: Wouter 6787 - fixup printing errors when load_cache, they were printed to the 6788 SSL connection which broke, now to the log. 6789 - new ldns - with fixed parse of large SOA values. 6790 67917 September 2009: Wouter 6792 - autotrust testbound scenarios. 6793 - autotrust fix that failure count is written to file. 6794 - autotrust fix that keys may become valid after add holddown time 6795 alone, before the probe returns. 6796 67974 September 2009: Wouter 6798 - Changes to make unbound work with libevent-2.0.3 alpha. (in 6799 configure detection due to new ssl dependency in libevent) 6800 - do not call sphinx for documentation when python is disabled. 6801 - remove EV_PERSIST from libevent timeout code to make the code 6802 compatible with the libevent-2.0. Works with older libevent too. 6803 - fix memory leak in python code. 6804 68053 September 2009: Wouter 6806 - Got a patch from Luca Bruno for libunbound support on windows to 6807 pick up the system resolvconf nameservers and hosts there. 6808 - included ldns updated (enum warning fixed). 6809 - makefile fix for parallel makes. 6810 - Patch from Zdenek Vasicek and Attila Nagy for using the source IP 6811 from python scripts. See pythonmod/examples/resip.py. 6812 - doxygen comment fixes. 6813 68142 September 2009: Wouter 6815 - TRAFFIC keyword for testbound. Simplifies test generation. 6816 ${range lower val upper} to check probe timeout values. 6817 - test with 5011-prepublish rollover and revocation. 6818 - fix revocation of RR for autotrust, stray exclamation mark. 6819 68201 September 2009: Wouter 6821 - testbound variable arithmetic. 6822 - autotrust probe time is randomised. 6823 - autotrust: the probe is active and does not fetch from cache. 6824 682531 August 2009: Wouter 6826 - testbound variable processing. 6827 682828 August 2009: Wouter 6829 - fixup unbound-control lookup to print forward and stub servers. 6830 683127 August 2009: Wouter 6832 - autotrust: mesh answer callback is empty. 6833 683426 August 2009: Wouter 6835 - autotrust probing. 6836 - iana portlist updated. 6837 683825 August 2009: Wouter 6839 - fixup memleak in trust anchor unsupported algorithm check. 6840 - iana portlist updated. 6841 - autotrust options: add-holddown, del-holddown, keep-missing. 6842 - autotrust store revoked status of trust points. 6843 - ctime_r compat definition. 6844 - detect yylex_destroy() in configure. 6845 - detect SSL_get_compression_methods declaration in configure. 6846 - fixup DS lookup at anchor point with unsigned parent. 6847 - fixup DLV lookup for DS queries to unsigned domains. 6848 684924 August 2009: Wouter 6850 - cleaner memory allocation on exit. autotrust test routines. 6851 - free all memory on program exit, fix for ssl and flex. 6852 685321 August 2009: Wouter 6854 - autotrust: debug routines. Read,write and conversions work. 6855 685620 August 2009: Wouter 6857 - autotrust: save and read trustpoint variables. 6858 685919 August 2009: Wouter 6860 - autotrust: state table updates. 6861 - iana portlist updated. 6862 686317 August 2009: Wouter 6864 - autotrust: process events. 6865 686617 August 2009: Wouter 6867 - Fix so that servers are only blacklisted if they fail to reply 6868 to 16 queries in a row and the timeout gets above 2 minutes. 6869 - autotrust work, split up DS verification of DNSKEYs. 6870 687114 August 2009: Wouter 6872 - unbound-control lookup prints out infra cache information, like RTT. 6873 - Fix bug in DLV lookup reported by Amanda from Secure64. 6874 It could sometimes wrongly classify a domain as unsigned, which 6875 does not give the AD bit on replies. 6876 687713 August 2009: Wouter 6878 - autotrust read anchor files. locked trust anchors. 6879 688012 August 2009: Wouter 6881 - autotrust import work. 6882 688311 August 2009: Wouter 6884 - Check for openssl compatible with gost if enabled. 6885 - updated unit test for GOST=211 code. 6886 Nicer naming of test files. 6887 - iana portlist updated. 6888 68897 August 2009: Wouter 6890 - call OPENSSL_config() in unbound and unit test so that the 6891 operator can use openssl.cnf for configuration options. 6892 - removed small memory leak from config file reader. 6893 68946 August 2009: Wouter 6895 - configure --enable-gost for GOST support, experimental 6896 implementation of draft-dolmatov-dnsext-dnssec-gost-01. 6897 - iana portlist updated. 6898 - ldns tarball updated (with GOST support). 6899 69005 August 2009: Wouter 6901 - trunk moved to 1.3.4. 6902 69034 August 2009: Wouter 6904 - Added test that the examples from draft rsasha256-14 verify. 6905 - iana portlist updated. 6906 - tagged 1.3.3 6907 69083 August 2009: Wouter 6909 - nicer warning when algorithm not supported, tells you to upgrade. 6910 - iana portlist updated. 6911 691227 July 2009: Wouter 6913 - Updated unbound-cacti contribution from Dmitriy Demidov, with 6914 the queue statistics displayed in its own graph. 6915 - iana portlist updated. 6916 691722 July 2009: Wouter 6918 - Fix bug found by Michael Tokarev where unbound would try to 6919 prime the root servers even though forwarders are configured for 6920 the root. 6921 - tagged 1.3.3rc1 6922 692321 July 2009: Wouter 6924 - Fix server selection, so that it waits for open target queries when 6925 faced with lameness. 6926 692720 July 2009: Wouter 6928 - Ignore transient sendto errors, no route to host, and host, net down. 6929 - contrib/update-anchor.sh has -r option for root-hints. 6930 - feature val-log-level: 1 prints validation failures so you can 6931 keep track of them during dnssec deployment. 6932 693316 July 2009: Wouter 6934 - fix replacement malloc code. Used in crosscompile. 6935 - makedist -w creates crosscompiled setup.exe on fedora11. 6936 693715 July 2009: Wouter 6938 - dependencies for compat items, for crosscompile. 6939 - mingw32 crosscompile changes, dependencies and zipfile creation. 6940 and with System.dll from the windows NSIS you can make setup.exe. 6941 - package libgcc_s_sjlj exception handler for NSISdl.dll. 6942 694314 July 2009: Wouter 6944 - updated ldns tarball for solaris x64 compile assistance. 6945 - no need to define RAND_MAX from config.h. 6946 - iana portlist updated. 6947 - configure changes and ldns update for mingw32 crosscompile. 6948 694913 July 2009: Wouter 6950 - Fix for crash at start on windows. 6951 - tag for release 1.3.2. 6952 - trunk has version 1.3.3. 6953 - Fix for ID bits on windows to use all 16. RAND_MAX was not 6954 defined like you'd expect on mingw. Reported by Mees de Roo. 6955 69569 July 2009: Wouter 6957 - tag for release 1.3.1. 6958 - trunk has version 1.3.2. 6959 69607 July 2009: Wouter 6961 - iana portlist updated. 6962 69636 July 2009: Wouter 6964 - prettier error handling in SSL setup. 6965 - makedist.sh uname fix (same as ldns). 6966 - updated fedora spec file. 6967 69683 July 2009: Wouter 6969 - fixup linking when ldnsdir is "". 6970 697130 June 2009: Wouter 6972 - more lenient truncation checks. 6973 697429 June 2009: Wouter 6975 - ldns trunk r2959 imported as tarball, because of solaris cc compile 6976 support for c99. r2960 for better configure. 6977 - better wrongly_truncated check. 6978 - On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to 6979 avoid dropped packets at routers. 6980 698126 June 2009: Wouter 6982 - Fix EDNS fallback when EDNS works for short answers but long answers 6983 are dropped. 6984 698522 June 2009: Wouter 6986 - fixup iter priv strict aliasing while preserving size of sockaddr. 6987 - iana portlist updated. (one less port allocated, one more fraction 6988 of a bit for security!) 6989 - updated fedora specfile in contrib from Paul Wouters. 6990 699119 June 2009: Wouter 6992 - Fixup strict aliasing warning in iter priv code. 6993 and config_file code. 6994 - iana portlist updated. 6995 - harden-referral-path: handle cases where NS is in answer section. 6996 699718 June 2009: Wouter 6998 - Fix of message parse bug where (specifically) an NSEC and RRSIG 6999 in the wrong order would be parsed, but put wrongly into internal 7000 structures so that later validation would fail. 7001 - Extreme lenience for wrongly truncated replies where a positive 7002 reply has an NS in the authority but no signatures. They are 7003 turned into minimal responses with only the (secure) answer. 7004 - autoconf 2.63 for configure. 7005 - python warnings suppress. Keep python API away from header files. 7006 700717 June 2009: Wouter 7008 - CREDITS entry for cz.nic, sponsoring a 'summer of code' that was 7009 used for the python code in unbound. (http://www.nic.cz/vip/ in cz). 7010 701116 June 2009: Wouter 7012 - Fixup opportunistic target query generation to it does not 7013 generate queries that are known to fail. 7014 - Touchup on munin total memory report. 7015 - messages picked out of the cache by the iterator are checked 7016 if their cname chain is still correct and if validation status 7017 has to be reexamined. 7018 701915 June 2009: Wouter 7020 - iana portlist updated. 7021 702214 June 2009: Wouter 7023 - Fixed bug where cached responses would lose their security 7024 status on second validation, which especially impacted dlv 7025 lookups. Reported by Hauke Lampe. 7026 702713 June 2009: Wouter 7028 - bug #254. removed random whitespace from example.conf. 7029 703012 June 2009: Wouter 7031 - Fixup potential wrong NSEC picked out of the cache. 7032 - If unfulfilled callbacks are deleted they are called with an error. 7033 - fptr wlist checks for mesh callbacks. 7034 - fwd above stub in configuration works. 7035 703611 June 2009: Wouter 7037 - Fix queries for type DS when forward or stub zones are there. 7038 They are performed to higherup domains, and thus treated as if 7039 going to higher zones when looking up the right forward or stub 7040 server. This makes a stub pointing to a local server that has 7041 a local view of example.com signed with the same keys as are 7042 publicly used work. Reported by Johan Ihren. 7043 - Added build-unbound-localzone-from-hosts.pl to contrib, from 7044 Dennis DeDonatis. It converts /etc/hosts into config statements. 7045 - same thing fixed for forward-zone and DS, chain of trust from 7046 public internet into the forward-zone works now. Added unit test. 7047 70489 June 2009: Wouter 7049 - openssl key files are opened apache-style, when user is root and 7050 before chrooting. This makes permissions on remote-control key 7051 files easier to set up. Fixes bug #251. 7052 - flush_type and flush_name remove msg cache entries. 7053 - codereview - dp copy bogus setting fix. 7054 70558 June 2009: Wouter 7056 - Removed RFC5011 REVOKE flag support. Partial 5011 support may cause 7057 inadvertant behaviour. 7058 - 1.3.0 tarball for release created. 7059 - 1.3.1 development in svn trunk. 7060 - iana portlist updated. 7061 - fix lint from complaining on ldns/sha.h. 7062 - help compiler figure out aliasing in priv_rrset_bad() routine. 7063 - fail to configure with python if swig is not found. 7064 - unbound_munin_ in contrib uses ps to show rss if sbrk does not work. 7065 70663 June 2009: Wouter 7067 - fixup bad free() when wrongly encoded DSA signature is seen. 7068 Reported by Paul Wouters. 7069 - review comments from Matthijs. 7070 70712 June 2009: Wouter 7072 - --enable-sha2 option. The draft rsasha256 changed its algorithm 7073 numbers too often. Therefore it is more prudent to disable the 7074 RSASHA256 and RSASHA512 support by default. 7075 - ldns trunk included as new tarball. 7076 - recreated the 1.3.0 tag in svn. rc1 tarball generated at this point. 7077 707829 May 2009: Wouter 7079 - fixup doc bug in README reported by Matthew Dempsky. 7080 708128 May 2009: Wouter 7082 - update iana port list 7083 - update ldns lib tarball 7084 708527 May 2009: Wouter 7086 - detect lack of IPv6 support on XP (with a different error code). 7087 - Fixup a crash-on-exit which was triggered by a very long queue. 7088 Unbound would try to re-use ports that came free, but this is 7089 of course not really possible because everything is deleted. 7090 Most easily triggered on XP (not Vista), maybe because of the 7091 network stack encouraging large messages backlogs. 7092 - change in debug statements. 7093 - Fixed bug that could cause a crash if root prime failed when there 7094 were message backlogs. 7095 709626 May 2009: Wouter 7097 - Thanks again to Brett Carr, found an assertion that was not true. 7098 Assertion checked if recursion parent query still existed. 7099 710029 April 2009: Wouter 7101 - Thanks to Brett Carr, caught windows resource leak, use 7102 closesocket() and not close() on sockets or else the network stack 7103 starts to leak handles. 7104 - Removed usage of windows Mutex because windows cannot handle enough 7105 mutexes open. Provide own mutex implementation using primitives. 7106 710728 April 2009: Wouter 7108 - created svn tag for 1.3.0. 7109 711027 April 2009: Wouter 7111 - optimised cname from cache. 7112 - ifdef windows functions in testbound. 7113 711423 April 2009: Wouter 7115 - fix for threadsafety in solaris thr_key_create() in tests. 7116 - iana portlist updated. 7117 - fix pylib test for Darwin. 7118 - fix pymod test for Darwin and a python threading bug in pymod init. 7119 - check python >= 2.4 in configure. 7120 - -ldl check for libcrypto 1.0.0beta. 7121 712221 April 2009: Wouter 7123 - fix for build outside sourcedir. 7124 - fix for configure script swig detection. 7125 712617 April 2009: Wouter 7127 - Fix reentrant in minievent handler for unix. Could have resulted 7128 in spurious event callbacks. 7129 - timers do not take up a fd slot for winsock handler. 7130 - faster fix for winsock reentrant check. 7131 - fix rsasha512 unit test for new (interim) algorithm number. 7132 - fix test:ldns doesn't like DOS line endings in keyfiles on unix. 7133 - fix compile warning on ubuntu (configlexer fwrite return value). 7134 - move python include directives into CPPFLAGS instead of CFLAGS. 7135 713616 April 2009: Wouter 7137 - winsock event handler exit very quickly on signal, even if 7138 under heavy load. 7139 - iana portlist updated. 7140 - fixup windows winsock handler reentrant problem. 7141 714214 April 2009: Wouter 7143 - bug #245: fix munin plugin, perform cleanup of stale lockfiles. 7144 - makedist.sh; better help text. 7145 - cache-min-ttl option and tests. 7146 - mingw detect error condition on TCP sockets (NOTCONN). 7147 71489 April 2009: Wouter 7149 - Fix for removal of RSASHA256_NSEC3 protonumber from ldns. 7150 - ldns tarball updated. 7151 - iana portlist update. 7152 - detect GOST support in openssl-1.0.0-beta1, and fix compile problem 7153 because that openssl defines the name STRING for itself. 7154 71556 April 2009: Wouter 7156 - windows compile fix. 7157 - Detect FreeBSD jail without ipv6 addresses assigned. 7158 - python libunbound wrapper unit test. 7159 - installs the following files. Default is to not build them. 7160 from configure --with-pythonmodule: 7161 /usr/lib/python2.x/site-packages/unboundmodule.py 7162 from configure --with-pyunbound: 7163 /usr/lib/python2.x/site-packages/unbound.py 7164 /usr/lib/python2.x/site-packages/_unbound.so* 7165 The example python scripts (pythonmod/examples and 7166 libunbound/python/examples) are not installed. 7167 - python invalidate routine respects packed rrset ids and locks. 7168 - clock skew checks in unbound, config statements. 7169 - nxdomain ttl considerations in requirements.txt 7170 71713 April 2009: Wouter 7172 - Fixed a bug that caused messages to be stored in the cache too 7173 long. Hard to trigger, but NXDOMAINs for nameservers or CNAME 7174 targets have been more vulnerable to the TTL miscalculation bug. 7175 - documentation test fixed for python addition. 7176 71772 April 2009: Wouter 7178 - pyunbound (libunbound python plugin) compiles using libtool. 7179 - documentation for pythonmod and pyunbound is generated in doc/html. 7180 - iana portlist updated. 7181 - fixed bug in unbound-control flush_zone where it would not flush 7182 every message in the target domain. This especially impacted 7183 NXDOMAIN messages which could remain in the cache regardless. 7184 - python module test package. 7185 71861 April 2009: Wouter 7187 - suppress errors when trying to contact authority servers that gave 7188 ipv6 AAAA records for their nameservers with ipv4 mapped contents. 7189 Still tries to do so, could work when deployed in intranet. 7190 Higher verbosity shows the error. 7191 - new libunbound calls documented. 7192 - pyunbound in libunbound/python. Removed compile warnings. 7193 Makefile to make it. 7194 719530 March 2009: Wouter 7196 - Fixup LDFLAGS from libevent sourcedir compile configure restore. 7197 - Fixup so no non-absolute rpaths are added. 7198 - Fixup validation of RRSIG queries, they are let through. 7199 - read /dev/random before chroot 7200 - checkconf fix no python checks when no python module enabled. 7201 - fix configure, pthread first, so other libs do not change outcome. 7202 720327 March 2009: Wouter 7204 - nicer -h output. report linked libraries and modules. 7205 - prints modules in intuitive order (config file friendly). 7206 - python compiles easily on BSD. 7207 720826 March 2009: Wouter 7209 - ignore swig varargs warnings with gcc. 7210 - remove duplicate example.conf text from python example configs. 7211 - outofdir compile fix for python. 7212 - pyunbound works. 7213 - print modules compiled in on -h. manpage. 7214 721525 March 2009: Wouter 7216 - initial import of the python contribution from Zdenek Vasicek and 7217 Marek Vavrusa. 7218 - pythonmod in Makefile; changes to remove warnings/errors for 1.3.0. 7219 722024 March 2009: Wouter 7221 - more neat configure.ac. Removed duplicate config.h includes. 7222 - neater config.h.in. 7223 - iana portlist updated. 7224 - fix util/configlexer.c and solaris -std=c99 flag. 7225 - fix postcommit aclocal errors. 7226 - spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R. 7227 - swap order of host detect and libtool generation. 7228 722923 March 2009: Wouter 7230 - added launchd plist example file for MacOSX to contrib. 7231 - deprecation test for daemon(3). 7232 - moved common configure actions to m4 include, prettier Makefile. 7233 723420 March 2009: Wouter 7235 - bug #239: module-config entries order is important. Documented. 7236 - build fix for test asynclook. 7237 723819 March 2009: Wouter 7239 - winrc/README.txt dos-format text file. 7240 - iana portlist updated. 7241 - use _beginthreadex() when available (performs stack alignment). 7242 - defaults for windows baked into configure.ac (used if on mingw). 7243 724418 March 2009: Wouter 7245 - Added tests, unknown algorithms become insecure. fallback works. 7246 - Fix for and test for unknown algorithms in a trust anchor 7247 definition. Trust anchors with no supported algos are ignored. 7248 This means a (higher)DS or DLV entry for them could succeed, and 7249 otherwise they are treated as insecure. 7250 - domain-insecure: "example.com" statement added. Sets domain 7251 insecure regardless of chain of trust DSs or DLVs. The inverse 7252 of a trust-anchor. 7253 725417 March 2009: Wouter 7255 - unit test for unsupported algorithm in anchor warning. 7256 - fixed so queries do not fail on opportunistic target queries. 7257 725816 March 2009: Wouter 7259 - fixup diff error printout in contrib/update-itar.sh. 7260 - added contrib/unbound_cacti for statistics support in cacti, 7261 contributed by Dmitriy Demidov. 7262 726313 March 2009: Wouter 7264 - doxygen and lex/yacc on linux. 7265 - strip update-anchor on makedist -w. 7266 - fix testbound on windows. 7267 - default log to syslog for windows. 7268 - uninstaller can stop unbound - changed text on it to reflect that. 7269 - remove debugging from windows 'cron' actions. 7270 727112 March 2009: Wouter 7272 - log to App.logs on windows prints executable identity. 7273 - fixup tests. 7274 - munin plugin fix benign locking error printout. 7275 - anchor-update for windows, called every 24 hours; unbound reloads. 7276 727711 March 2009: Wouter 7278 - winsock event handler resets WSAevents after signalled. 7279 - winsock event handler tests if signals are really signalled. 7280 - install and service with log to file works on XP and Vista on 7281 default install location. 7282 - on windows logging to the Application logbook works (as a service). 7283 - fix RUN_DIR on windows compile setting in makedist. 7284 - windows registry has Software\Unbound\ConfigFile element. 7285 If does not exist, the default is used. The -c switch overrides it. 7286 - fix makedist version cleanup function. 7287 728810 March 2009: Wouter 7289 - makedist -w strips out old rc.. and snapshot info from version. 7290 - setup.exe starts and stops unbound after install, before uninstall. 7291 - unbound-checkconf recognizes absolute pathnames on windows (C:...). 7292 72939 March 2009: Wouter 7294 - Nullsoft NSIS installer creation script. 7295 72965 March 2009: Wouter 7297 - fixup memory leak introduced on 18feb in mesh reentrant fix. 7298 72993 March 2009: Wouter 7300 - combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8). 7301 - service works on xp/vista, no config necessary (using defaults). 7302 - windows registry settings. 7303 73042 March 2009: Wouter 7305 - fixup --export-symbols to be -export-symbls for libtool. 7306 This should fix extraneous symbols exported from libunbound. 7307 Thanks to Ondrej Sury and Robert Edmonds for finding it. 7308 - iana portlist updated. 7309 - document FAQ entry on stub/forward zones and default blocking. 7310 - fix asynclook test app for libunbound not exporting symbols. 7311 - service install and remove utils that work with vista UAC. 7312 731327 February 2009: Wouter 7314 - Fixup lexer, to not give warnings about fwrite. Appeared in 7315 new lexer features. 7316 - makedistro functionality for mingw. Has RC support. 7317 - support spaces and backslashes in configured defaults paths. 7318 - register, deregister in service control manager. 7319 732025 February 2009: Wouter 7321 - windres usage for application resources. 7322 732324 February 2009: Wouter 7324 - isc moved their dlv key download location. 7325 - fixup warning on vista/mingw. 7326 - makedist -w for window zip distribution first version. 7327 732820 February 2009: Wouter 7329 - Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped. 7330 Nicer script layout. Added url to site in -h output. 7331 733219 February 2009: Wouter 7333 - unbound-checkconf and unbound print warnings when trust anchors 7334 have unsupported algorithms. 7335 - added contrib/update-itar.sh This script is similar to 7336 update-anchor.sh, and updates from the IANA ITAR repository. 7337 You can provide your own PGP key and trust repo, or can use the 7338 builtin. The program uses wget and gpg to work. 7339 - iana portlist updated. 7340 - update-itar.sh: using ftp:// urls because https godaddy certificate 7341 is not available everywhere and then gives fatal errors. The 7342 security is provided by pgp signature. 7343 734418 February 2009: Wouter 7345 - more cycle detection. Also for target queries. 7346 - fixup bug where during deletion of the mesh queries the callbacks 7347 that were reentrant caused assertion failures. Keep the mesh in 7348 a reentrant safe state. Affects libunbound, reload of server, 7349 on quit and flush_requestlist. 7350 - iana portlist updated. 7351 735213 February 2009: Wouter 7353 - forwarder information now per-thread duplicated. 7354 This keeps it read only for speed, with no locking necessary. 7355 - forward command for unbound control to change forwarders to use 7356 on the fly. 7357 - document that unbound-host reads no config file by default. 7358 - updated iana portlist. 7359 736012 February 2009: Wouter 7361 - call setusercontext if available (on BSD). 7362 - small refactor of stats clearing. 7363 - #227: flush_stats feature for unbound-control. 7364 - stats_noreset feature for unbound-control. 7365 - flush_requestlist feature for unbound-control. 7366 - libunbound version upped API (was changed 5 feb). 7367 - unbound-control status shows if root forwarding is in use. 7368 - slightly nicer memory management in iter-fwd code. 7369 737010 February 2009: Wouter 7371 - keys with rfc5011 REVOKE flag are skipped and not considered when 7372 validating data. 7373 - iana portlist updated 7374 - #226: dump_requestlist feature for unbound-control. 7375 73766 February 2009: Wouter 7377 - contrib contains specfile for fedora 1.2.1 (from Paul Wouters). 7378 - iana portlist updated. 7379 - fixup EOL in include directive (reported by Paul Wouters). 7380 You can no longer specify newlines in the names of included files. 7381 - config parser changed. Gives some syntax errors closer to where they 7382 occurred. Does not enforce a space after keyword anymore. 7383 Does not allow literal newlines inside quoted strings anymore. 7384 - verbosity level 5 logs customer IP for new requestlist entries. 7385 - test fix, lexer and cancel test. 7386 - new option log-time-ascii: yes if you enable it prints timestamps 7387 in the log file as Feb 06 13:45:26 (like syslog does). 7388 - detect event_base_new in libevent-1.4.1 and later and use it. 7389 - #231 unbound-checkconf -o option prints that value from config file. 7390 Useful for scripting in management scripts and the like. 7391 73925 February 2009: Wouter 7393 - ldns 1.5.0 rc as tarball included. 7394 - 1.3.0 development continues: 7395 change in libunbound API: ub_cancel can return an error, that 7396 the async_id did not exist, or that it was already delivered. 7397 The result could have been delivered just before the cancel 7398 routine managed to acquire the lock, so a caller may get the 7399 result at the same time they call cancel. For this case, 7400 ub_cancel tries to return an error code. 7401 Fixes race condition in ub_cancel() libunbound function. 7402 - MacOSX Leopard cleaner text output from configure. 7403 - initgroups(3) is called to drop secondary group permissions, if 7404 applicable. 7405 - configure option --with-ldns-builtin forces the use of the 7406 inluded ldns package with the unbound source. The -I include 7407 is put before the others, so it avoids bad include files from 7408 an older ldns install. 7409 - daemon(3) posix call is used when available. 7410 - testbound test for older fix added. 7411 74124 February 2009: Wouter 7413 - tag for release 1.2.1. 7414 - trunk setup for 1.3.0 development. 7415 74163 February 2009: Wouter 7417 - noted feature requests in doc/TODO. 7418 - printout more detailed errors on ssl certificate loading failures. 7419 - updated IANA portlist. 7420 742116 January 2009: Wouter 7422 - more quiet about ipv6 network failures, i.e. when ipv6 is not 7423 available (network unreachable). Debug still printed on high 7424 verbosity. 7425 - unbound-host -4 and -6 options. Stops annoying ipv6 errors when 7426 debugging with unbound-host -4 -d ... 7427 - more cycle detection for NS-check, addr-check, root-prime and 7428 stub-prime queries in the iterator. Avoids possible deadlock 7429 when priming fails. 7430 743115 January 2009: Wouter 7432 - bug #229: fixup configure checks for compilation with Solaris 7433 Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc 7434 - fixup suncc warnings. 7435 - fix bug where unbound could crash using libevent 1.3 and older. 7436 - update testset for recent retry change. 7437 743814 January 2009: Wouter 7439 - 1.2.1 feature: negative caching for failed queries. 7440 Queries that failed are cached for 5 seconds (NORR_TTL). 7441 If the failure is local, like out of memory, it is not cached. 7442 - the TTL comparison for the cache used different comparisons, 7443 causing many cache responses that used the iterator and validator 7444 state machines unnecessarily. 7445 - retry from 4 to 5 so that EDNS drop retry is part of the first 7446 query resolve attempt, and cached error does not stop EDNS fallback. 7447 - remove debug prints that protect against bad referrals. 7448 - honor QUIET=no on make commandline (or QUIET=yes ). 7449 745013 January 2009: Wouter 7451 - fixed bug in lameness marking, removed printouts. 7452 - find NS rrset more cleanly for qtype NS. 7453 - Moved changes to 1.2.0 for release. Thanks to Mark Zealey for 7454 reporting and logs. 7455 - 1.2.1 feature: stops resolving AAAAs promiscuously when they 7456 are in the negative cache. 7457 745812 January 2009: Wouter 7459 - fixed bug in infrastructure lameness cache, did not lowercase 7460 name of zone to hash when setting lame. 7461 - lameness debugging printouts. 7462 74639 January 2009: Wouter 7464 - created svn tag for 1.2.0 release. 7465 - svn trunk contains 1.2.1 version number. 7466 - iana portlist updated for todays list. 7467 - removed debug print. 7468 74698 January 2009: Wouter 7470 - new version of ldns-trunk (today) included as tarball, fixed 7471 bug #224, building with -j race condition. 7472 - remove possible race condition in the test for race conditions. 7473 74747 January 2009: Wouter 7475 - version 1.2.0 in preparation. 7476 - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file 7477 statements. (Adapted from patch by Paul Wouters). 7478 - typo fix and iana portlist updated. 7479 - porting testsuite; unused var warning, and type fixup. 7480 74816 January 2009: Wouter 7482 - fixup packet-of-death when compiled with --enable-debug. 7483 A malformed packet could cause an internal assertion failure. 7484 - added test for HINFO canonicalisation behaviour. 7485 - fixup reported problem with transparent local-zone data where 7486 queries with different type could get nxdomain. Now queries 7487 with a different name get resolved normally, with different type 7488 get a correct NOERROR/NODATA answer. 7489 - HINFO no longer downcased for validation, making unbound compatible 7490 with bind and ldns. 7491 - fix reading included config files when chrooted. 7492 Give full path names for include files. 7493 Relative path names work if the start dir equals the working dir. 7494 - fix libunbound message transport when no packet buffer is available. 7495 74965 January 2009: Wouter 7497 - fixup getaddrinfo failure handling for remote control port. 7498 - added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints. 7499 - fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/ 7500 - comm_timer_set performs base_set operation after event_add. 7501 750218 December 2008: Wouter 7503 - fixed bug reported by Duane Wessels: error in DLV lookup, would make 7504 some zones that had correct DLV keys as insecure. 7505 - follows -rc makedist from ldns changes (no _rc). 7506 - ldns tarball updated with 1.4.1rc for DLV unit test. 7507 - verbose prints about recursion lame detection and server selection. 7508 - fixup BSD port for infra host storage. It hashed wrongly. 7509 - fixup makedist snapshot name generation. 7510 - do not reopen syslog to avoid dev/log dependency. 7511 751217 December 2008: Wouter 7513 - follows ldns makedist.sh. -rc option. autom4te dir removed. 7514 - unbound-control status command. 7515 - extended statistics has a number of ipv6 queries counter. 7516 contrib/unbound_munin_ was updated to draw ipv6 in the hits graph. 7517 751816 December 2008: Wouter 7519 - follow makedist improvements from ldns, for maintainers prereleases. 7520 - snapshot version uses _ not - to help rpm distinguish the 7521 version number. 7522 752311 December 2008: Wouter 7524 - better fix for bug #219: use LOG_NDELAY with openlog() call. 7525 Thanks to Tamas Tevesz. 7526 75279 December 2008: Wouter 7528 - bug #221 fixed: unbound checkconf checks if key files exist if 7529 remote control is enabled. Also fixed NULL printf when not chrooted. 7530 - iana portlist updated. 7531 75323 December 2008: Wouter 7533 - Fix problem reported by Jaco Engelbrecht where unbound-control stats 7534 freezes up unbound if this was compiled without threading, and 7535 was using multiple processes. 7536 - iana portlist updated. 7537 - test for remote control with interprocess communication. 7538 - created command distribution mechanism so that remote control 7539 commands other than 'stats' work on all processes in a nonthreaded 7540 compiled version. dump/load cache work, on the first process. 7541 - fixup remote control local_data addition memory corruption bug. 7542 75431 December 2008: Wouter 7544 - SElinux policy files in contrib/selinux for the unbound daemon, 7545 by Paul Wouters and Adam Tkac. 7546 754725 November 2008: Wouter 7548 - configure complains when --without-ssl is given (bug #220). 7549 - skip unsupported feature tests on vista/mingw. 7550 - fixup testcode/streamtcp to work on vista/mingw. 7551 - root-hints test checks version of dig required. 7552 - blacklisted servers are polled at a low rate (1%) to see if they 7553 come back up. But not if there is some other working server. 7554 755524 November 2008: Wouter 7556 - document that the user of the server daemon needs read privileges 7557 on the keys and certificates generated by unbound-control-setup. 7558 This is different per system or distribution, usually, running the 7559 script under the same username as the server uses suffices. 7560 i.e. sudo -u unbound unbound-control-setup 7561 - testset port to vista/mingw. 7562 - tcp_sigpipe to freebsd port. 7563 756421 November 2008: Wouter 7565 - fixed tcp accept, errors were printed when they should not. 7566 - unbound-control-setup.sh removes read/write permissions other 7567 from the keys it creates (as suggested by Dmitriy Demidov). 7568 756920 November 2008: Wouter 7570 - fixup fatal error due to faulty error checking after tcp accept. 7571 - add check in rlimit to avoid integer underflow. 7572 - rlimit check with new formula; better estimate for number interfaces 7573 - nicer comments in rlimit check. 7574 - tag 1.1.1 created in svn. 7575 - trunk label is 1.1.2 7576 757719 November 2008: Wouter 7578 - bug #219: fixed so that syslog which delays opening until the first 7579 log line is written, gets a log line while not chroot'ed yet. 7580 758118 November 2008: Wouter 7582 - iana portlist updated. 7583 - removed cast in unit test debug print that was not 64bit safe. 7584 - trunk back to 1.1.0; copied to tags 1.1.0 release. 7585 - trunk to has version number 1.1.1 again. 7586 - in 1.1.1; make clean nicer. grammar in manpage. 7587 758817 November 2008: Wouter 7589 - theoretical fix for problems reported on mailing list. 7590 If a delegation point has no A but only AAAA and do-ip6 is no, 7591 resolution would fail. Fixed to ask for the A and AAAA records. 7592 It has to ask for both always, so that it can fail quietly, from 7593 TLD perspective, when a zone is only reachable on one transport. 7594 - test for above, only AAAA and doip6 is no. Fix causes A record 7595 for nameserver to be fetched. 7596 - fixup address duplication on cache fillup for delegation points. 7597 - testset updated for new query answer requirements. 7598 759914 November 2008: Wouter 7600 - created 1.1.0 release tag in svn. 7601 - trunk moved to 1.1.1 7602 - fixup unittest-neg for locking. 7603 760413 November 2008: Wouter 7605 - added fedora init and specfile to contrib (by Paul Wouters). 7606 - added configure check for ldns 1.4.0 (using its compat funcs). 7607 - neater comments in worker.h. 7608 - removed doc/plan and updated doc/TODO. 7609 - silenced EHOSTDOWN (verbosity 2 or higher to see it). 7610 - review comments from Jelte, Matthijs. Neater code. 7611 761212 November 2008: Wouter 7613 - add unbound-control manpage to makedist replace list. 7614 761511 November 2008: Wouter 7616 - unit test for negative cache, stress tests the refcounting. 7617 - fix for refcounting error that could cause fptr_wlist fatal exit 7618 in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 7619 Attila Nagy for testing). 7620 - nicer comments in cachedump about failed RR to string conversion. 7621 - fix 32bit wrap around when printing large (4G and more) mem usage 7622 for extended statistics. 7623 762410 November 2008: Wouter 7625 - fixup the getaddrinfo compat code rename. 7626 76278 November 2008: Wouter 7628 - added configure check for eee build warning. 7629 76307 November 2008: Wouter 7631 - fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4. 7632 - detect nonblocking problems in network stack in configure script. 7633 76346 November 2008: Wouter 7635 - dname_priv must decompress the name before comparison. 7636 - iana portlist updated. 7637 76385 November 2008: Wouter 7639 - fixed possible memory leak in key_entry_key deletion. 7640 Would leak a couple bytes when trust anchors were replaced. 7641 - if query and reply qname overlap, the bytes are skipped not copied. 7642 - fixed file descriptor leak when messages were jostled out that 7643 had outstanding (TCP) replies. 7644 - DNAMEs used from cache have their synthesized CNAMEs initialized 7645 properly. 7646 - fixed file descriptor leak for localzone type deny (for TCP). 7647 - fixed memleak at exit for nsec3 negative cached zones. 7648 - fixed memleak for the keyword 'nodefault' when reading config. 7649 - made verbosity of 'edns incapable peer' warning higher, so you 7650 do not get spammed by it. 7651 - caught elusive Bad file descriptor error bug, that would print the 7652 error while unnecessarily try to listen to a closed fd. Fixed. 7653 76544 November 2008: Wouter 7655 - fixed -Wwrite-strings warnings that result in better code. 7656 76573 November 2008: Wouter 7658 - fixup build process for Mac OSX linker, use ldns b32 compat funcs. 7659 - generated configure with autoconf-2.61. 7660 - iana portlist updated. 7661 - detect if libssl needs libdl. For static linking with libssl. 7662 - changed to use new algorithm identifiers for sha256/sha512 7663 from ldns 1.4.0 (need very latest version). 7664 - updated the included ldns tarball. 7665 - proper detection of SHA256 and SHA512 functions (not just sizes). 7666 766723 October 2008: Wouter 7668 - a little more debug info for failure on signer names. prints names. 7669 767022 October 2008: Wouter 7671 - CFLAGS are picked up by configure from the environment. 7672 - iana portlist updated. 7673 - updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too. 7674 - new stub-prime: yesno option. Default is off, so it does not prime. 7675 can be turned on to get same behaviour as previous unbound release. 7676 - made automated test that checks if builtin root hints are uptodate. 7677 - finished draft-wijngaards-dnsext-resolver-side-mitigation 7678 implementation. The unwanted-reply-threshold can be set. 7679 - fixup so fptr_whitelist test in alloc.c works. 7680 768121 October 2008: Wouter 7682 - fix update-anchors.sh, so it does not report different RR order 7683 as an update. Sorts the keys in the file. Updated copyright. 7684 - fixup testbound on windows, the command control pipe doesn't exist. 7685 - skip 08hostlib test on windows, no fork() available. 7686 - made unbound-remote work on windows. 7687 768820 October 2008: Wouter 7689 - quench a log message that is debug only. 7690 - iana portlist updated. 7691 - do not query bogus nameservers. It is like nameservers that have 7692 the NS or A or AAAA record bogus are listed as donotquery. 7693 - if server selection is faced with only bad choices, it will 7694 attempt to get more options to be fetched. 7695 - changed bogus-ttl default value from 900 to 60 seconds. 7696 In anticipation that operator caused failures are more likely than 7697 actual attacks at this time. And thus repeated validation helps 7698 the operators get the problem fixed sooner. It makes validation 7699 failures go away sooner (60 seconds after the zone is fixed). 7700 Also it is likely to try different nameserver targets every minute, 7701 so that if a zone is bad on one server but not another, it is 7702 likely to pick up the 'correct' one after a couple minutes, 7703 and if the TTL is big enough that solves validation for the zone. 7704 - fixup unbound-control compilation on windows. 7705 770617 October 2008: Wouter 7707 - port Leopard/G5: fixup type conversion size_t/uint32. 7708 please ranlib, stop file without symbols warning. 7709 - harden referral path now also validates the root after priming. 7710 It looks up the root NS authoritatively as well as the root servers 7711 and attemps to validate the entries. 7712 771316 October 2008: Wouter 7714 - Fixup negative TTL values appearing (reported by Attila Nagy). 7715 771615 October 2008: Wouter 7717 - better documentation for 0x20; remove fallback TODO, it is done. 7718 - harden-referral-path feature includes A, AAAA queries for glue, 7719 as well as very careful NS caching (only when doing NS query). 7720 A, AAAA use the delegation from the NS-query. 7721 772214 October 2008: Wouter 7723 - fwd_three.tpkg test was flaky. If the three requests hit the 7724 wrong threads by chance (or bad OS) then the test would fail. 7725 Made less flaky by increasing number of retries. 7726 - stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs. 7727 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014). 7728 Which includes the ldns_dname_absolute fix. 7729 - fwd_three test remains flaky now that unbound does not stop 7730 listening when full. Thus, removed timeout problem. 7731 It may be serviced by three threads, or maybe by one. 7732 Mostly only useful for lock-check testing now. 7733 773413 October 2008: Wouter 7735 - fixed recursion servers deployed as authoritative detection, so 7736 that as a last resort, a +RD query is sent there to get the 7737 correct answer. 7738 - iana port list update. 7739 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013). 7740 774110 October 2008: Wouter 7742 - fixup tests - the negative cache contained the correct NSEC3s for 7743 two tests that are supposed to fail to validate. 7744 77459 October 2008: Wouter 7746 - negative cache caps max iterations of NSEC3 done. 7747 - NSEC3 negative cache for qtype DS works. 7748 77498 October 2008: Wouter 7750 - NSEC negative cache for DS. 7751 77526 October 2008: Wouter 7753 - jostle-timeout option, so you can config for slow links. 7754 - 0x20 fallback code. Tries 3xnumber of nameserver addresses 7755 queries that must all be the same. Sent to random nameservers. 7756 - documented choices for DoS, EDNS, 0x20. 7757 77582 October 2008: Wouter 7759 - fixup unlink of pidfile. 7760 - fixup SHA256 algorithm collation code. 7761 - contrib/update-anchor.sh does not overwrite anchors if not needed. 7762 exits 0 when a restart is needed, other values if not. 7763 so, update-anchor.sh -d mydir && /etc/rc.d/unbound restart 7764 can restart unbound exactly when needed. 7765 776630 September 2008: Wouter 7767 - fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1. 7768 - tests for sha256 support and downgrade resistance. 7769 - RSASHA256 and RSASHA512 support (using the draft in dnsext), 7770 using the drafted protocol numbers. 7771 - when using stub on localhost (127.0.0.1@10053) unbound works. 7772 Like when running NSD to host a local zone, on the same machine. 7773 The noprime feature. manpages more explanation. Added a test for it. 7774 - shorthand for reverse PTR, local-data-ptr: "1.2.3.4 www.ex.com" 7775 777629 September 2008: Wouter 7777 - EDNS lameness detection, if EDNS packets are dropped this is 7778 detected, eventually. 7779 - multiple query timeout rtt backoff does not backoff too much. 7780 778126 September 2008: Wouter 7782 - tests for remote-control. 7783 - small memory leak in exception during remote control fixed. 7784 - fixup for lock checking but not unchecking in remote control. 7785 - iana portlist updated. 7786 778723 September 2008: Wouter 7788 - Msg cache is loaded. A cache load enables cache responses. 7789 - unbound-control flush [name], flush_type and flush_zone. 7790 779122 September 2008: Wouter 7792 - dump_cache and load_cache statements in unbound-control. 7793 RRsets are dumped and loaded correctly. 7794 Msg cache is dumped. 7795 779619 September 2008: Wouter 7797 - locking on the localdata structure. 7798 - add and remove local zone and data with unbound-control. 7799 - ldns trunk snapshot updated, make tests work again. 7800 780118 September 2008: Wouter 7802 - fixup error in time calculation. 7803 - munin plugin improvements. 7804 - nicer abbreviations for high query types values (ixfr, axfr, any...) 7805 - documented the statistics output in unbound-control man page. 7806 - extended statistics prints out histogram, over unbound-control. 7807 780817 September 2008: Wouter 7809 - locking for threadsafe bogus rrset counter. 7810 - ldns trunk no longer exports b32 functions, provide compat. 7811 - ldns tarball updated. 7812 - testcode/ldns-testpkts.c const fixups. 7813 - fixed rcode stat printout. 7814 - munin plugin in contrib. 7815 - stats always printout uptime, because stats plugins need it. 7816 781716 September 2008: Wouter 7818 - extended-statistics: yesno config option. 7819 - unwanted replies spoof nearmiss detector. 7820 - iana portlist updated. 7821 782215 September 2008: Wouter 7823 - working start, stop, reload commands for unbound-control. 7824 - test for unbound-control working; better exit value for control. 7825 - verbosity control via unbound-control. 7826 - unbound-control stats. 7827 782812 September 2008: Wouter 7829 - removed browser control mentions. Proto speccy. 7830 783111 September 2008: Wouter 7832 - set nonblocking on new TCP streams, because linux does not inherit 7833 the socket options to the accepted socket. 7834 - fix TCP timeouts. 7835 - SSL protected connection between server and unbound-control. 7836 783710 September 2008: Wouter 7838 - remove memleak in privacy addresses on reloads and quits. 7839 - remote control work. 7840 78419 September 2008: Wouter 7842 - smallapp/unbound-control-setup.sh script to set up certificates. 7843 78444 September 2008: Wouter 7845 - scrubber scrubs away private addresses. 7846 - test for private addresses. man page entry. 7847 - code refactored for name and address tree lookups. 7848 78493 September 2008: Wouter 7850 - options for 'DNS Rebinding' protection: private-address and 7851 private-domain. 7852 - dnstree for reuse of routines that help with domain, addr lookups. 7853 - private-address and private-domain config option read, stored. 7854 78552 September 2008: Wouter 7856 - DoS protection features. Queries are jostled out to make room. 7857 - testbound can pass time, increasing the internal timer. 7858 - do not mark unsigned additionals bogus, leave unchecked, which 7859 is removed too. 7860 78611 September 2008: Wouter 7862 - disallow nonrecursive queries for cache snooping by default. 7863 You can allow is using access-control: <subnet> allow_snoop. 7864 The defaults do allow access no authoritative data without RD bit. 7865 - two tests for it and fixups of tests for nonrec refused. 7866 786729 August 2008: Wouter 7868 - version 1.1 number in trunk. 7869 - harden-referral-path option for query for NS records. 7870 Default turns off expensive, experimental option. 7871 787228 August 2008: Wouter 7873 - fixup logfile handling; it is created with correct permissions 7874 again. (from bugfix#199). 7875 Some errors are not written to logfile (pidfile writing, forking), 7876 and these are only visible by using the -d commandline flag. 7877 787827 August 2008: Wouter 7879 - daemon(3) is causing problems for people. Reverting the patch. 7880 bug#200, and 199 and 203 contain sideline discussion on it. 7881 - bug#199 fixed: pidfile can be outside chroot. openlog is done before 7882 chroot and drop permissions. 7883 - config option to set size of aggressive negative cache, 7884 neg-cache-size. 7885 - bug#203 fixed: dlv has been implemented. 7886 788726 August 2008: Wouter 7888 - test for insecure zone when DLV is in use, also does negative cache. 7889 - test for trustanchor when DLV is in use (the anchor works). 7890 - test for DLV used for a zone below a trustanchor. 7891 - added scrub filter for overreaching NSEC records and unit test. 7892 - iana portlist update 7893 - use of setresuid or setreuid when available. 7894 - use daemon(3) if available. 7895 789625 August 2008: Wouter 7897 - realclean patch from Robert Edmonds. 7898 789922 August 2008: Wouter 7900 - nicer debuglogging of DLV. 7901 - test with secure delegation inside the DLV repository. 7902 790321 August 2008: Wouter 7904 - negative cache code linked into validator, for DLV use. 7905 negative cache works for DLV. 7906 - iana portlist update. 7907 - dlv-anchor option for unit tests. 7908 - fixup NSEC_AT_APEX classification for short typemaps. 7909 - ldns-testns has subdomain checks, for unit tests. 7910 791120 August 2008: Wouter 7912 - negative cache code, reviewed. 7913 791418 August 2008: Wouter 7915 - changes info: in logfile to notice: info: or debug: depending on 7916 the verbosity of the statements. Better logfile message 7917 classification. 7918 - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd. 7919 792015 August 2008: Wouter 7921 - DLV nsec code fixed for better detection of closest existing 7922 enclosers from NSEC responses. 7923 - DLV works, straight to the dlv repository, so not for production. 7924 - Iana port update. 7925 792614 August 2008: Wouter 7927 - synthesize DLV messages from the rrset cache, like done for DS. 7928 792913 August 2008: Wouter 7930 - bug #203: nicer do-auto log message when user sets incompatible 7931 options. 7932 - bug #204: variable name ameliorated in log.c. 7933 - bug #206: in iana_update, no egrep, but awk use. 7934 - ldns snapshot r2699 taken (includes DLV type). 7935 - DLV work, config file element, trust anchor read in. 7936 793712 August 2008: Wouter 7938 - finished adjusting testset to provide qtype NS answers. 7939 794011 August 2008: Wouter 7941 - Fixup rrset security updates overwriting 2181 trust status. 7942 This makes validated to be insecure data just as worthless as 7943 nonvalidated data, and 2181 rules prevent cache overwrites to them. 7944 - Fix assertion fail on bogus key handling. 7945 - dnssec lameness detection works on first query at trust apex. 7946 - NS queries get proper cache and dnssec lameness treatment. 7947 - fixup compilation without pthreads on linux. 7948 79498 August 2008: Wouter 7950 - NS queries are done after every referral. 7951 validator is used on those NS records (if anchors enabled). 7952 79537 August 2008: Wouter 7954 - Scrubber more strict. CNAME chains, DNAMEs from cache, other 7955 irrelevant rrsets removed. 7956 - 1.0.2 released from 1.0 support branch. 7957 - fixup update-anchor.sh to work both in BSD shell and bash. 7958 79595 August 2008: Wouter 7960 - fixup DS test so apex nodata works again. 7961 79624 August 2008: Wouter 7963 - iana port update. 7964 - TODO update. 7965 - fix bug 201: null ptr deref on cleanup while udp pkts wait for port. 7966 - added explanatory text for outgoing-port-permit in manpage. 7967 796830 July 2008: Wouter 7969 - fixup bug qtype DS for unsigned zone and signed parent validation. 7970 797125 July 2008: Wouter 7972 - added original copyright statement of OpenBSD arc4random code. 7973 - created tube signaling solution on windows, as a pipe replacement. 7974 this makes background asynchronous resolution work on windows. 7975 - removed very insecure socketpair compat code. It also did not 7976 work with event_waiting. Solved by pipe replacement. 7977 - unbound -h prints openssl version number as well. 7978 797922 July 2008: Wouter 7980 - moved pipe actions to util/tube.c. easier porting and shared code. 7981 - check _raw() commpoint callbacks with fptr_wlist. 7982 - iana port update. 7983 798421 July 2008: Wouter 7985 - #198: nicer entropy warning message. manpage OS hints. 7986 798719 July 2008: Wouter 7988 - #198: fixup man page to suggest chroot entropy fix. 7989 799018 July 2008: Wouter 7991 - branch for 1.0 support. 7992 - trunk work on tube.c. 7993 799417 July 2008: Wouter 7995 - fix bug #196, compile outside source tree. 7996 - fix bug #195, add --with-username=user configure option. 7997 - print error and exit if started with config that requires more 7998 fds than the builtin minievent can handle. 7999 800016 July 2008: Wouter 8001 - made svn tag 1.0.1, trunk now 1.0.2 8002 - sha256 checksums enabled in makedist.sh 8003 800415 July 2008: Wouter 8005 - Follow draft-ietf-dnsop-default-local-zones-06 added reverse 8006 IPv6 example prefix to AS112 default blocklist. 8007 - fixup lookup of DS records by client with trustanchor for same. 8008 - libunbound ub_resolve, fix handling of error condition during setup. 8009 - lowered log_hex blocksize to fit through BSD syslog linesize. 8010 - no useless initialisation if getpwnam not available. 8011 - iana, ldns snapshot updated. 8012 80133 July 2008: Wouter 8014 - Matthijs fixed memory leaks in root hints file reading. 8015 801626 June 2008: Wouter 8017 - fixup streamtcp bounds setting for udp mode, in the test framework. 8018 - contrib item for updating trust anchors. 8019 802025 June 2008: Wouter 8021 - fixup fwd_ancil test typos. 8022 - Fix for newegg lameness : ok for qtype=A, but lame for others. 8023 - fixup unit test for infra cache, test lame merging. 8024 - porting to mingw, bind, listen, getsockopt and setsockopt error 8025 handling. 8026 802724 June 2008: Wouter 8028 - removed testcode/checklocks from production code compilation path. 8029 - streamtcp can use UDP mode (connected UDP socket), for testing IPv6 8030 on windows. 8031 - fwd_ancil test fails if platform support is lacking. 8032 803323 June 2008: Wouter 8034 - fixup minitpkg to cleanup on windows with its file locking troubles. 8035 - minitpkg shows skipped tests in report. 8036 - skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not 8037 ipv6 connectivity). 8038 - winsock event handler keeps track of sticky TCP events, that have 8039 not been fully handled yet. when interest in the event(s) resumes, 8040 they are sent again. When WOULDBLOCK is returned events are cleared. 8041 - skip tests that need signals when testing on mingw. 8042 804318 June 2008: Wouter 8044 - open testbound replay files in binary mode, because fseek/ftell 8045 do not work in ascii-mode on windows. The b does nothing on unix. 8046 unittest and testbound tests work on windows (xp too). 8047 - ioctlsocket prints nicer error message. 8048 - fixed up some TCP porting for winsock. 8049 - lack of IPv6 gives a warning, no fatal error. 8050 - use WSAGetLastError() on windows instead of errno for some errors. 8051 805217 June 2008: Wouter 8053 - outgoing num fds 32 by default on windows ; it supports less 8054 fds for waiting on than unixes. 8055 - winsock_event minievent handler for windows. (you could also 8056 attempt to link with libevent/libev ports for windows). 8057 - neater crypto check and gdi32 detection. 8058 - unbound.exe works to resolve and validate www.nlnetlabs.nl on vista. 8059 806016 June 2008: Wouter 8061 - on windows, use windows threads, mutex and thread-local-storage(Tls). 8062 - detect if openssl needs gdi32. 8063 - if no threading, THREADS_DISABLED is defined for use in the code. 8064 - sets USE_WINSOCK if using ws2_32 on windows. 8065 - wsa_strerror() function for more readable errors. 8066 - WSA Startup and Cleanup called in unbound.exe. 8067 806813 June 2008: Wouter 8069 - port mingw32, more signal ifdefs, detect sleep, usleep, 8070 random, srandom (used inside the tests). 8071 - signed or unsigned FD_SET is cast. 8072 807310 June 2008: Wouter 8074 - fixup warnings compiling on eeepc xandros linux. 8075 80769 June 2008: Wouter 8077 - in iteration response type code 8078 * first check for SOA record (negative answer) before NS record 8079 and lameness. 8080 * check if no AA bit for non-forwarder, and thus lame zone. 8081 In response to error report by Richard Doty for mail.opusnet.com. 8082 - fixup unput warning from lexer on freeBSD. 8083 - bug#183. pidfile, rundir, and chroot configure options. Also the 8084 example.conf and manual pages get the configured defaults. 8085 You can use: (or accept the defaults to /usr/local/etc/unbound/) 8086 --with-conf-file=filename 8087 --with-pidfile=filename 8088 --with-run-dir=path 8089 --with-chroot-dir=path 8090 80918 June 2008: Wouter 8092 - if multiple CNAMEs, use the first one. Fixup akamai CNAME bug. 8093 Reported by Robert Edmonds. 8094 - iana port updated. 8095 80964 June 2008: Wouter 8097 - updated libtool files with newer version. 8098 - iana portlist updated. 8099 81003 June 2008: Wouter 8101 - fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the 8102 trailing dot is not used during comparison. 8103 81042 June 2008: Wouter 8105 - Jelte fixed bugs in my absence 8106 - bug 178: fixed unportable shell usage in configure (relied on 8107 bash shell). 8108 - bug 180: fixed buffer overflow in unbound-checkconf use of strncat. 8109 - bug 181: fixed buffer overflow in ldns (called by unbound to parse 8110 config file parts). 8111 - fixes by Wouter 8112 - bug 177: fixed compilation failure on opensuse, the 8113 --disable-static configure flag caused problems. (Patch from 8114 Klaus Singvogel) 8115 - bug 179: same fix as 177. 8116 - bug 185: --disable-shared not passed along to ldns included with 8117 unbound. Fixed so that configure parameters are passed to the 8118 subdir configure script. 8119 fixed that ./libtool is used always, you can still override 8120 manually with ./configure libtool=mylibtool or set $libtool in 8121 the environment. 8122 - update of the ldns tarball to current ldns svn version (fix 181). 8123 - bug 184: -r option for unbound-host, read resolv.conf for 8124 forwarder. (Note that forwarder must support DNSSEC for validation 8125 to succeed). 8126 812723 May 2008: Wouter 8128 - mingw32 porting. 8129 - test for sys/wait.h 8130 - WSAEWOULDBLOCK test after nonblocking TCP connect. 8131 - write_iov_buffer removed: unused and no struct iov on windows. 8132 - signed/unsigned warning fixup mini_event. 8133 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable. 8134 - skip signals that are not defined 8135 - detect pwd.h. 8136 - detect getpwnam, getrlimit, setsid, sbrk, chroot. 8137 - default config has no chroot if chroot() unavailable. 8138 - if no kill() then no pidfile is read or written. 8139 - gmtime_r is replaced by nonthreadsafe alternative if unavail. 8140 used in rrsig time validation errors. 8141 814222 May 2008: Wouter 8143 - contrib unbound.spec from Patrick Vande Walle. 8144 - fixup bug#175: call tzset before chroot to have correct timestamps 8145 in system log. 8146 - do not generate lex input and lex unput functions. 8147 - mingw port. replacement functions labelled _unbound. 8148 - fix bug 174 - check for tcp_sigpipe that ldns-testns is installed. 8149 815019 May 2008: Wouter 8151 - fedora 9, check in6_pktinfo define in configure. 8152 - CREDITS fixup of history. 8153 - ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative. 8154 815516 May 2008: Wouter 8156 - fixup for MacOSX hosts file reading (reported by John Dickinson). 8157 - created 1.0.0 svn tag. 8158 - trunk version 1.0.1. 8159 816014 May 2008: Wouter 8161 - accepted patch from Ondrej Sury for library version libtool option. 8162 - configure --disable-rpath fixes up libtool for rpath trouble. 8163 Adapted from debian package patch file. 8164 816513 May 2008: Wouter 8166 - Added root ipv6 addresses to builtin root hints. 8167 - TODO modified for post 1.0 plans. 8168 - trunk version set to 1.0.0. 8169 - no unnecessary linking with librt (only when libevent/libev used). 8170 81717 May 2008: Wouter 8172 - fixup no-ip4 problem with error callback in outside network. 8173 817425 April 2008: Wouter 8175 - DESTDIR is honored by the Makefile for rpms. 8176 - contrib files unbound.spec and unbound.init, builds working RPM 8177 on FC7 Linux, a chrooted caching resolver, and libunbound. 8178 - iana ports update. 8179 818024 April 2008: Wouter 8181 - chroot checks improved. working directory relative to chroot. 8182 checks if config file path is inside chroot. Documentation on it. 8183 - nicer example.conf text. 8184 - created 0.11 tag. 8185 818623 April 2008: Wouter 8187 - parseunbound.pl contrib update from Kai Storbeck for threads. 8188 - iana ports update 8189 819022 April 2008: Wouter 8191 - ignore SIGPIPE. 8192 - unit test for SIGPIPE ignore. 8193 819421 April 2008: Wouter 8195 - FEATURES document. 8196 - fixup reread of config file if it was given as a full path 8197 and chroot was used. 8198 819916 April 2008: Wouter 8200 - requirements doc, updated clean query returns. 8201 - parseunbound.pl update from Kai Storbeck. 8202 - sunos4 porting changes. 8203 820415 April 2008: Wouter 8205 - fixup default rc.d pidfile location to /usr/local/etc. 8206 - iana ports updated. 8207 - copyright updated in ldns-testpkts to keep same as in ldns. 8208 - fixup checkconf chroot tests a bit more, chdir must be inside 8209 chroot dir. 8210 - documented 'gcc: unrecognized -KPIC option' errors on Solaris. 8211 - example.conf values changed to /usr/local/etc/unbound 8212 - DSA test work. 8213 - DSA signatures: unbound is compatible with both encodings found. 8214 It will detect and convert when necessary. 8215 821614 April 2008: Wouter 8217 - got update for parseunbound.pl statistics script from Kai Storbeck. 8218 - tpkg tests for udp wait list. 8219 - documented 0x20 status. 8220 - fixup chroot and checkconf, it is much smarter now. 8221 - fixup DSA EVP signature decoding. Solution that Jelte found copied. 8222 - and check first sig byte for the encoding type. 8223 822411 April 2008: Wouter 8225 - random port selection out of the configged ports. 8226 - fixup threadsafety for libevent-1.4.3+ (event_base_get_method). 8227 - removed base_port. 8228 - created 256-port ephemeral space for the OS, 59802 available. 8229 - fixup consistency of port_if out array during heavy use. 8230 823110 April 2008: Wouter 8232 - --with-libevent works with latest libevent 1.4.99-trunk. 8233 - added log file statistics perl script to contrib. 8234 - automatic iana ports update from makefile. 60058 available. 8235 82369 April 2008: Wouter 8237 - configure can detect libev(from its build directory) when passed 8238 --with-libevent=/home/wouter/libev-3.2 8239 libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%). 8240 - unused commpoints not listed in epoll list. 8241 - statistics-cumulative option so that the values are not reset. 8242 - config creates array of available ports, 61841 available, 8243 it excludes <1024 and iana assigned numbers. 8244 config statements to modify the available port numbers. 8245 82468 April 2008: Wouter 8247 - unbound tries to set the ulimit fds when started as server. 8248 if that does not work, it will scale back its requirements. 8249 825027 March 2008: Wouter 8251 - documented /dev/random symlink from chrootdir as FAQ entry. 8252 825326 March 2008: Wouter 8254 - implemented AD bit signaling. If a query sets AD bit (but not DO) 8255 then the AD bit is set in the reply if the answer validated. 8256 Without including DNSSEC signatures. Useful if you have a trusted 8257 path from the client to the resolver. Follows dnssec-updates draft. 8258 825925 March 2008: Wouter 8260 - implemented check that for NXDOMAIN and NOERROR answers a query 8261 section must be present in the reply (by the scrubber). And it must 8262 be equal to the question sent, at least lowercase folded. 8263 Previously this feature happened because the cache code refused 8264 to store such messages. However blocking by the scrubber makes 8265 sure nothing gets into the RRset cache. Also, this looks like a 8266 timeout (instead of an allocation failure) and this retries are 8267 done (which is useful in a spoofing situation). 8268 - RTT banding. Band size 400 msec, this makes band around zero (fast) 8269 include unknown servers. This makes unbound explore unknown servers. 8270 82717 March 2008: Wouter 8272 - -C config feature for harvest program. 8273 - harvest handles CNAMEs too. 8274 82755 March 2008: Wouter 8276 - patch from Hugo Koji Kobayashi for iterator logs spelling. 8277 82784 March 2008: Wouter 8279 - From report by Jinmei Tatuya, rfc2181 trust value for remainder 8280 of a cname trust chain is lower; not full answer_AA. 8281 - test for this fix. 8282 - default config file location is /usr/local/etc/unbound. 8283 Thus prefix is used to determine the location. This is also the 8284 chroot and pidfile default location. 8285 82863 March 2008: Wouter 8287 - Create 0.10 svn tag. 8288 - 0.11 version in trunk. 8289 - indentation nicer. 8290 829129 February 2008: Wouter 8292 - documentation update. 8293 - fixup port to Solaris of perf test tool. 8294 - updated ldns-tarball with decl-after-statement fixes. 8295 829628 February 2008: Wouter 8297 - fixed memory leaks in libunbound (during cancellation and wait). 8298 - libunbound returns the answer packet in full. 8299 - snprintf compat update. 8300 - harvest performs lookup. 8301 - ldns-tarball update with fix for ldns_dname_label. 8302 - installs to sbin by default. 8303 - install all manual pages (unbound-host and libunbound too). 8304 830527 February 2008: Wouter 8306 - option to use caps for id randomness. 8307 - config file option use-caps-for-id: yes 8308 - harvest debug tool 8309 831026 February 2008: Wouter 8311 - delay utility delays TCP as well. If the server that is forwarded 8312 to has a TCP error, the delay utility closes the connection. 8313 - delay does REUSE_ADDR, and can handle a server that closes its end. 8314 - answers use casing from query. 8315 831625 February 2008: Wouter 8317 - delay utility works. Gets decent thoughput too (>20000). 8318 831922 February 2008: Wouter 8320 - +2% for recursions, if identical queries (except for destination 8321 and query ID) in the reply list, avoid re-encoding the answer. 8322 - removed TODO items for optimizations that do not show up in 8323 profile reports. 8324 - default is now minievent - not libevent. As its faster and 8325 not needed for regular installs, only for very large port ranges. 8326 - loop check different speedup pkt-dname-reading, 1% faster for 8327 nocache-recursion check. 8328 - less hashing during msg parse, 4% for recursion. 8329 - small speed fix for dname_count_size_labels, +1 or +2% recursion. 8330 - some speed results noted: 8331 optimization resulted in +40% for recursion (cache miss) and 8332 +70 to +80 for cache hits, and +96% for version.bind. 8333 zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4 8334 www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3 8335 www with DO bit set : BIND 8269.31 Ub 28735.6 qps. 8336 So, unbound can be about equal qps to NSD in cache hits. 8337 And about 3.4x faster than BIND in cache performance. 8338 - delay utility for testing. 8339 834021 February 2008: Wouter 8341 - speedup of root-delegation message encoding by 15%. 8342 - minor speedup of compress tree_lookup, maybe 1%. 8343 - speedup of dname_lab_cmp and memlowercmp - the top functions in 8344 profiler output, maybe a couple percent when it matters. 8345 834620 February 2008: Wouter 8347 - setup speec_cache for need-ldns-testns in dotests. 8348 - check number of queued replies on incoming queries to avoid overload 8349 on that account. 8350 - fptr whitelist checks are not disabled in optimize mode. 8351 - do-daemonize config file option. 8352 - minievent time share initializes time at start. 8353 - updated testdata for nsec3 new algorithm numbers (6, 7). 8354 - small performance test of packet encoding (root delegation). 8355 835619 February 2008: Wouter 8357 - applied patch to unbound-host man page from Jan-Piet Mens. 8358 - fix donotquery-localhost: yes default (it erroneously was switched 8359 to default 'no'). 8360 - time is only gotten once and the value is shared across unbound. 8361 - unittest cleans up crypto, so that it has no memory leaks. 8362 - mini_event shares the time value with unbound this results in 8363 +3% speed for cache responses and +9% for recursions. 8364 - ldns tarball update with new NSEC3 sign code numbers. 8365 - perform several reads per UDP operation. This improves performance 8366 in DoS conditions, and costs very little in normal conditions. 8367 improves cache response +50%, and recursions +10%. 8368 - modified asynclook test. because the callback from async is not 8369 in any sort of lock (and thus can use all library functions freely), 8370 this causes a tiny race condition window when the last lock is 8371 released for a callback and a new cancel() for that callback. 8372 The only way to remove this is by putting callbacks into some 8373 lock window. I'd rather have the small possibility of a callback 8374 for a cancelled function then no use of library functions in 8375 callbacks. Could be possible to only outlaw process(), wait(), 8376 cancel() from callbacks, by adding another lock, but I'd rather not. 8377 837818 February 2008: Wouter 8379 - patch to unbound-host from Jan-Piet Mens. 8380 - unbound host prints errors if fails to configure context. 8381 - fixup perf to resend faster, so that long waiting requests do 8382 not hold up the queue, they become lost packets or SERVFAILs, 8383 or can be sent a little while later (i.e. processing time may 8384 take long, but throughput has to be high). 8385 - fixup iterator operating in no cache conditions (RD flag unset 8386 after a CNAME). 8387 - streamlined code for RD flag setting. 8388 - profiled code and changed dname compares to be faster. 8389 The speedup is about +3% to +8% (depending on the test). 8390 - minievent tests for eintr and eagain. 8391 839215 February 2008: Wouter 8393 - added FreeBSD rc.d script to contrib. 8394 - --prefix option for configure also changes directory: pidfile: 8395 and chroot: defaults in config file. 8396 - added cache speed test, for cache size OK and cache too small. 8397 839814 February 2008: Wouter 8399 - start without a config file (will complain, but start with 8400 defaults). 8401 - perf test program works. 8402 840313 February 2008: Wouter 8404 - 0.9 released. 8405 - 1.0 development. Printout ldns version on unbound -h. 8406 - start of perf tool. 8407 - bugfix to read empty lines from /etc/hosts. 8408 840912 February 2008: Wouter 8410 - fixup problem with configure calling itself if ldns-src tarball 8411 is not present. 8412 841311 February 2008: Wouter 8414 - changed library to use ub_ instead of ub_val_ as prefix. 8415 - statistics output text nice. 8416 - etc/hosts handling. 8417 - library function to put logging to a stream. 8418 - set any option interface. 8419 84208 February 2008: Wouter 8421 - test program for multiple queries over a TCP channel. 8422 - tpkg test for stream tcp queries. 8423 - unbound replies to multiple TCP queries on a TCP channel. 8424 - fixup misclassification of root referral with NS in answer 8425 when validating a nonrec query. 8426 - tag 0.9 8427 - layout of manpages, spelling fix in header, manpages process by 8428 makedist, list asynclook and tcpstream tests as ldns-testns 8429 required. 8430 84317 February 2008: Wouter 8432 - moved up all current level 2 to be level 3. And 3 to 4. 8433 to make room for new debug level 2 for detailed information 8434 for operators. 8435 - verbosity level 2. Describes recursion and validation. 8436 - cleaner configure script and fixes for libevent solaris. 8437 - signedness for log output memory sizes in high verbosity. 8438 84396 February 2008: Wouter 8440 - clearer explanation of threading configure options. 8441 - fixup asynclook test for nothreading (it creates only one process 8442 to do the extended test). 8443 - changed name of ub_val_result_free to ub_val_resolve_free. 8444 - removes warning message during library linking, renamed 8445 libunbound/unbound.c -> libunbound.c and worker to libworker. 8446 - fallback without EDNS if result is NOTIMPL as well as on FORMERR. 8447 84485 February 2008: Wouter 8449 - statistics-interval: seconds option added. 8450 - test for statistics option 8451 - ignore errors making directories, these can occur in parallel builds 8452 - fixup Makefile strip command and libunbound docs typo. 8453 845431 January 2008: Wouter 8455 - bg thread/process reads and writes the pipe nonblocking all the time 8456 so that even if the pipe is buffered or so, the bg thread does not 8457 block, and services both pipes and queries. 8458 845930 January 2008: Wouter 8460 - check trailing / on chrootdir in checkconf. 8461 - check if root hints and anchor files are in chrootdir. 8462 - no route to host tcp error is verbosity level 2. 8463 - removed unused send_reply_iov. and its configure check. 8464 - added prints of 'remote address is 1.2.3.4 port 53' to errors 8465 from netevent; the basic socket errors. 8466 846728 January 2008: Wouter 8468 - fixup uninit use of buffer by libunbound (query id, flags) for 8469 local_zone answers. 8470 - fixup uninit warning from random.c; also seems to fix sporadic 8471 sigFPE coming out of openssl. 8472 - made openssl entropy warning more silent for library use. Needs 8473 verbosity 1 now. 8474 - fixup forgotten locks for rbtree_searches on ctx->query tree. 8475 - random generator cleanup - RND_STATE_SIZE removed, and instead 8476 a super-rnd can be passed at init to chain init random states. 8477 - test also does lock checks if available. 8478 - protect config access in libworker_setup(). 8479 - libevent doesn't like comm_base_exit outside of runloop. 8480 - close fds after removing commpoints only (for epoll, kqueue). 8481 848225 January 2008: Wouter 8483 - added tpkg for asynclook and library use. 8484 - allows localhost to be queried when as a library. 8485 - fixup race condition between cancel and answer (in case of 8486 really fast answers that beat the cancel). 8487 - please doxygen, put doxygen comment in one place. 8488 - asynclook -b blocking mode and test. 8489 - refactor asynclook, nicer code. 8490 - fixup race problems from opensll in rand init from library, with 8491 a mutex around the rand init. 8492 - fix pass async_id=NULL to _async resolve(). 8493 - rewrote _wait() routine, so that it is threadsafe. 8494 - cancelation is threadsafe. 8495 - asynclook extended test in tpkg. 8496 - fixed two races where forked bg process waits for (somehow shared?) 8497 locks, so does not service the query pipe on the bg side. 8498 Now those locks are only held for fg_threads and for bg_as_a_thread. 8499 850024 January 2008: Wouter 8501 - tested the cancel() function. 8502 - asynclook -c (cancel) feature. 8503 - fix fail to allocate context actions. 8504 - make pipe nonblocking at start. 8505 - update plane for retry mode with caution to limit bandwidth. 8506 - fix Makefile for concurrent make of unbound-host. 8507 - renamed ub_val_ctx_wait/poll/process/fd to ub_val*. 8508 - new calls to set forwarding added to header and docs. 8509 851023 January 2008: Wouter 8511 - removed debug prints from if-auto, verb-algo enables some. 8512 - libunbound QUIT setup, remove memory leaks, when using threads 8513 will share memory for passing results instead of writing it over 8514 the pipe, only writes ID number over the pipe (towards the handler 8515 thread that does process() ). 8516 851722 January 2008: Wouter 8518 - library code for async in libunbound/unbound.c. 8519 - fix link testbound. 8520 - fixup exit bug in mini_event. 8521 - background worker query enter and result functions. 8522 - bg query test application asynclook, it looks up multiple 8523 hostaddresses (A records) at the same time. 8524 852521 January 2008: Wouter 8526 - libworker work, netevent raw commpoints, write_msg, serialize. 8527 852818 January 2008: Wouter 8529 - touch up of manpage for libunbound. 8530 - support for IP_RECVDSTADDR (for *BSD ip4). 8531 - fix for BSD, do not use ip4to6 mapping, make two sockets, once 8532 ip6 and once ip4, uses socket options. 8533 - goodbye ip4to6 mapping. 8534 - update ldns-testpkts with latest version from ldns-trunk. 8535 - updated makedist for relative ldns pathnames. 8536 - library API with more information inside the result structure. 8537 - work on background resolves. 8538 853917 January 2008: Wouter 8540 - fixup configure in case -lldns is installed. 8541 - fixup a couple of doxygen warnings, about enum variables. 8542 - interface-automatic now copies the interface address from the 8543 PKT_INFO structure as well. 8544 - manual page with library API, all on one page 'man libunbound'. 8545 - rewrite of PKTINFO structure, it also captures IP4 PKTINFO. 8546 854716 January 2008: Wouter 8548 - incoming queries to the server with TC bit on are replied FORMERR. 8549 - interface-automatic replied the wrong source address on localhost 8550 queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying 8551 to use ifnum=-1 to mean 'no interface, use kernel route'. 8552 855315 January 2008: Wouter 8554 - interface-automatic feature. experimental. Nice for anycast. 8555 - tpkg test for ip6 ancillary data. 8556 - removed debug prints. 8557 - porting experience, define for Solaris, test refined for BSD 8558 compatibility. The feature probably will not work on OpenBSD. 8559 - makedist fixup for ldns-src in build-dir. 8560 856114 January 2008: Wouter 8562 - in no debug sets NDEBUG to remove asserts. 8563 - configure --enable-debug is needed for dependency generation 8564 for assertions and for compiler warnings. 8565 - ldns.tgz updated with ldns-trunk (where buffer.h is updated). 8566 - fix lint, unit test in optimize mode. 8567 - default access control allows ::ffff:127.0.0.1 v6mapped localhost. 8568 856911 January 2008: Wouter 8570 - man page, warning removed. 8571 - added text describing the use of stub zones for private zones. 8572 - checkconf tests for bad hostnames (IP address), and for doubled 8573 interface lines. 8574 - memory sizes can be given with 'k', 'Kb', or M or G appended. 8575 857610 January 2008: Wouter 8577 - typo in example.conf. 8578 - made using ldns-src that is included the package more portable 8579 by linking with .lo instead of .o files in the ldns package. 8580 - nicer do-ip6: yes/no documentation. 8581 - nicer linking of libevent .o files. 8582 - man pages render correctly on solaris. 8583 85849 January 2008: Wouter 8585 - fixup openssl RAND problem, when the system is not configured to 8586 give entropy, and the rng needs to be seeded. 8587 85888 January 2008: Wouter 8589 - print median and quartiles with extensive logging. 8590 85914 January 2008: Wouter 8592 - document misconfiguration in private network. 8593 85942 January 2008: Wouter 8595 - fixup typo in requirements. 8596 - document that 'refused' is a better choice than 'drop' for 8597 the access control list, as refused will stop retries. 8598 85997 December 2007: Wouter 8600 - unbound-host has a -d option to show what happens. This can help 8601 with debugging (why do I get this answer). 8602 - fixup CNAME handling, on nodata, sets and display canonname. 8603 - dot removed from CNAME display. 8604 - respect -v for NXDOMAINs. 8605 - updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes). 8606 - size_t to int for portability of the header file. 8607 - fixup bogus handling. 8608 - dependencies and lint for unbound-host. 8609 86106 December 2007: Wouter 8611 - library resolution works in foreground mode, unbound-host app 8612 receives data. 8613 - unbound-host prints rdata using ldns. 8614 - unbound-host accepts trust anchors, and prints validation 8615 information when you give -v. 8616 86175 December 2007: Wouter 8618 - locking in context_new() inside the function. 8619 - setup of libworker. 8620 86214 December 2007: Wouter 8622 - minor Makefile fixup. 8623 - moved module-stack code out of daemon/daemon into services/modstack, 8624 preparing for code-reuse. 8625 - move context into own header file. 8626 - context query structure. 8627 - removed unused variable pwd from checkconf. 8628 - removed unused assignment from outside netw. 8629 - check timeval length of string. 8630 - fixup error in val_utils getsigner. 8631 - fixup same (*var) error in netblocktostr. 8632 - fixup memleak on parse error in localzone. 8633 - fixup memleak on packet parse error. 8634 - put ; after union in parser.y. 8635 - small hardening in iter_operate against iq==NULL. 8636 - hardening, if error reply with rcode=0 (noerror) send servfail. 8637 - fixup same (*var) error in find_rrset in msgparse, was harmless. 8638 - check return value of evtimer_add(). 8639 - fixup lockorder in lruhash_reclaim(), building up a list of locked 8640 entries one at a time. Instead they are removed and unlocked. 8641 - fptr_wlist for markdelfunc. 8642 - removed is_locked param from lruhash delkeyfunc. 8643 - moved bin_unlock during bin_split purely to please. 8644 86453 December 2007: Wouter 8646 - changed checkconf/ to smallapp/ to make room for more support tools. 8647 (such as unbound-host). 8648 - install dirs created with -m 755 because they need to be accessible. 8649 - library extensive featurelist added to TODO. 8650 - please doxygen, lint. 8651 - library test application, with basic functionality. 8652 - fix for building in a subdirectory. 8653 - link lib fix for Leopard. 8654 865530 November 2007: Wouter 8656 - makefile that creates libunbound.la, basic file or libunbound.a 8657 when creating static executables (no libtool). 8658 - more API setup. 8659 866029 November 2007: Wouter 8661 - 0.9 public API start. 8662 866328 November 2007: Wouter 8664 - Changeup plan for 0.8 - no complication needed, a simple solution 8665 has been chosen for authoritative features. 8666 - you can use single quotes in the config file, so it is possible 8667 to specify TXT records in local data. 8668 - fixup small memory problem in implicit transparent zone creation. 8669 - test for implicit zone creation and multiple RR RRsets local data. 8670 - local-zone nodefault test. 8671 - show testbound testlist on commit. 8672 - iterator normalizer changes CNAME chains ending in NXDOMAIN where 8673 the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial 8674 domain exists). 8675 - nicer verbosity: 0 and 1 levels. 8676 - lower nonRDquery chance of eliciting wrongly typed validation 8677 requiring message from the cache. 8678 - fix for nonRDquery validation typing; nodata is detected when 8679 SOA record in auth section (all validation-requiring nodata messages 8680 have a SOA record in authority, so this is OK for the validator), 8681 and NS record is needed to be a referral. 8682 - duplicate checking when adding NSECs for a CNAME, and test. 8683 - created svn tag 0.8, after completing testbed tests. 8684 868527 November 2007: Wouter 8686 - per suggestion in rfc2308, replaced default max-ttl value with 1 day. 8687 - set size of msgparse lookup table to 32, from 1024, so that its size 8688 is below the 2048 regional large size threshold, and does not cause 8689 a call to malloc when a message is parsed. 8690 - update of memstats tool to print number of allocation calls. 8691 This is what is taking time (not space) and indicates the avg size 8692 of the allocations as well. region_alloc stat is removed. 8693 869422 November 2007: Wouter 8695 - noted EDNS in-the-middle dropping trouble as a TODO. 8696 At this point theoretical, no user trouble has been reported. 8697 - added all default AS112 zones. 8698 - answers from local zone content. 8699 * positive answer, the rrset in question 8700 * nodata answer (exist, but not that type). 8701 * nxdomain answer (domain does not exist). 8702 * empty-nonterminal answer. 8703 * But not: wildcard, nsec, referral, rrsig, cname/dname, 8704 or additional section processing, NS put in auth. 8705 - test for correct working of static and transparent and couple 8706 of important defaults (localhost, as112, reverses). 8707 Also checks deny and refuse settings. 8708 - fixup implicit zone generation and AA bit for NXDOMAIN on localdata. 8709 871021 November 2007: Wouter 8711 - local zone internal data setup. 8712 871320 November 2007: Wouter 8714 - 0.8 - str2list config support for double string config options. 8715 - local-zone and local-data options, config storage and documentation. 8716 871719 November 2007: Wouter 8718 - do not downcase NSEC and RRSIG for verification. Follows 8719 draft-ietf-dnsext-dnssec-bis-updates-06.txt. 8720 - fixup leaking unbound daemons at end of tests. 8721 - README file updated. 8722 - nice libevent not found error. 8723 - README talks about gnu make. 8724 - 0.8: unit test for addr_mask and fixups for it. 8725 and unit test for addr_in_common(). 8726 - 0.8: access-control config file element. 8727 and unit test rpl replay file. 8728 - 0.8: fixup address reporting from netevent. 8729 873016 November 2007: Wouter 8731 - privilege separation is not needed in unbound at this time. 8732 TODO item marked as such. 8733 - created beta-0.7 branch for support. 8734 - tagged 0.7 for beta release. 8735 - moved trunk to 0.8 for 0.8(auth features) development. 8736 - 0.8: access control list setup. 8737 873815 November 2007: Wouter 8739 - review fixups from Jelte. 8740 874114 November 2007: Wouter 8742 - testbed script does not recreate configure, since its in svn now. 8743 - fixup checkconf test so that it does not test 8744 /etc/unbound/unbound.conf. 8745 - tag 0.6. 8746 874713 November 2007: Wouter 8748 - remove debug print. 8749 - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists. 8750 875112 November 2007: Wouter 8752 - fixup signal handling where SIGTERM could be ignored if a SIGHUP 8753 arrives later on. 8754 - bugreports to unbound-bugs@nlnetlabs.nl 8755 - fixup testbound so it exits cleanly. 8756 - cleanup the caches on a reload, so that rrsetID numbers won't clash. 8757 87589 November 2007: Wouter 8759 - took ldns snapshot in repo. 8760 - default config file is /etc/unbound/unbound.conf. 8761 If it doesn't exist, it is installed with the doc/example.conf file. 8762 The file is not deleted on uninstall. 8763 - default listening is not all, but localhost interfaces. 8764 87658 November 2007: Wouter 8766 - Fixup chroot and drop user privileges. 8767 - new L root ip address in default hints. 8768 87691 November 2007: Wouter 8770 - Fixup of crash on reload, due to anchors in env not NULLed after 8771 dealloc during deinit. 8772 - Fixup of chroot call. Happens after privileges are dropped, so 8773 that checking the passwd entry still works. 8774 - minor touch up of clear() hashtable function. 8775 - VERB_DETAIL prints out what chdir, username, chroot is being done. 8776 - when id numbers run out, caches are cleared, as in design notes. 8777 Tested with a mock setup with very few bits in id, it worked. 8778 - harden-dnssec-stripped: yes is now default. It insists on dnssec 8779 data for trust anchors. Included tests for the feature. 8780 878131 October 2007: Wouter 8782 - cache-max-ttl config option. 8783 - building outside sourcedir works again. 8784 - defaults more secure: 8785 username: "unbound" 8786 chroot: "/etc/unbound" 8787 The operator can override them to be less secure ("") if necessary. 8788 - fix horrible oversight in sorting rrset references in a message, 8789 sort per reference key pointer, not on referencepointer itself. 8790 - pidfile: "/etc/unbound/unbound.pid" is now the default. 8791 - tests changed to reflect the updated default. 8792 - created hashtable clear() function that respects locks. 8793 879430 October 2007: Wouter 8795 - fixup assertion failure that relied on compressed names to be 8796 smaller than uncompressed names. A packet from comrite.com was seen 8797 to be compressed to a larger size. Added it as unit test. 8798 - quieter logging at low verbosity level for common tcp messages. 8799 - no greedy TTL update. 8800 880123 October 2007: Wouter 8802 - fixup (grand-)parent problem for dnssec-lameness detection. 8803 - fixup tests to do additional section processing for lame replies, 8804 since the detection needs that. 8805 - no longer trust in query section in reply during dnssec lame detect. 8806 - dnssec lameness does not make the server never ever queried, but 8807 non-preferred. If no other servers exist or answer, the dnssec lame 8808 server is used; the fastest dnssec lame server is chosen. 8809 - added test then when trust anchor cannot be primed (nodata), the 8810 insecure mode from unbound works. 8811 - Fixup max queries per thread, any more are dropped. 8812 881322 October 2007: Wouter 8814 - added donotquerylocalhost config option. Can be turned off for 8815 out test cases. 8816 - ISO C compat changes. 8817 - detect RA-no-AA lameness, as LAME. 8818 - DNSSEC-lameness detection, as LAME. 8819 See notes in requirements.txt for choices made. 8820 - tests for lameness detection. 8821 - added all to make test target; need unbound for fwd tests. 8822 - testbound does not pollute /etc/unbound. 8823 882419 October 2007: Wouter 8825 - added configure (and its files) to svn, so that the trunk is easier 8826 to use. ./configure, config.guess, config.sub, ltmain.sh, 8827 and config.h.in. 8828 - added yacc/lex generated files, util/configlexer.c, 8829 util/configparser.c util/configparser.h, to svn. 8830 - without lex no attempt to use it. 8831 - unsecure response validation collated into one block. 8832 - remove warning about const cast of cfgfile name. 8833 - outgoing-interfaces can be different from service interfaces. 8834 - ldns-src configure is done during unbound configure and 8835 ldns-src make is done during unbound make, and so inherits the 8836 make arguments from the unbound make invocation. 8837 - nicer error when libevent problem causes instant exit on signal. 8838 - read root hints from a root hint file (like BIND does). 8839 884018 October 2007: Wouter 8841 - addresses are logged with errors. 8842 - fixup testcode fake event to remove pending before callback 8843 since the callback may create new pending items. 8844 - tests updated because retries are now in iterator module. 8845 - ldns-testpkts code is checked for differences between unbound 8846 and ldns by makedist.sh. 8847 - ldns trunk from today added in svn repo for fallback in case 8848 no ldns is installed on the system. 8849 make download_ldns refreshes the tarball with ldns svn trunk. 8850 - ldns-src.tar.gz is used if no ldns is found on the system, and 8851 statically linked into unbound. 8852 - start of regional allocator code. 8853 - regional uses less memory and variables, simplified code. 8854 - remove of region-allocator. 8855 - alloc cache keeps a cache of recently released regional blocks, 8856 up to a maximum. 8857 - make unit test cleanly free memory. 8858 885917 October 2007: Wouter 8860 - fixup another cycle detect and ns-addr timeout resolution bug. 8861 This time by refusing delegations from the cache without addresses 8862 when resolving a mandatory-glue nameserver-address for that zone. 8863 We're going to have to ask a TLD server anyway; might as well be 8864 the TLD server for this name. And this resolves a lot of cases where 8865 the other nameserver names lead to cycles or are not available. 8866 - changed random generator from random(3) clone to arc4random wrapped 8867 for thread safety. The random generator is initialised with 8868 entropy from the system. 8869 - fix crash where failure to prime DNSKEY tried to print null pointer 8870 in the log message. 8871 - removed some debug prints, only verb_algo (4) enables them. 8872 - fixup test; new random generator took new paths; such as one 8873 where no scripted answer was available. 8874 - mark insecure RRs as insecure. 8875 - fixup removal of nonsecure items from the additional. 8876 - reduced timeout values to more realistic, 376 msec (262 msec has 8877 90% of roundtrip times, 512 msec has 99% of roundtrip times.) 8878 - server selection failover to next server after timeout (376 msec). 8879 888016 October 2007: Wouter 8881 - no malloc in log_hex. 8882 - assertions around system calls. 8883 - protect against gethostname without ending zero. 8884 - ntop output is null terminated by unbound. 8885 - pidfile content null termination 8886 - various snprintf use sizeof(stringbuf) instead of fixed constant. 8887 - changed loopdetect % 8 with & 0x7 since % can become negative for 8888 weird negative input and particular interpretation of integer math. 8889 - dname_pkt_copy checks length of result, to protect result buffers. 8890 prints an error, this should not happen. Bad strings should have 8891 been rejected earlier in the program. 8892 - remove a size_t underflow from msgreply size func. 8893 889415 October 2007: Wouter 8895 - nicer warning. 8896 - fix IP6 TCP, wrong definition check. With test package. 8897 - fixup the fact that the query section was not compressed to, 8898 the code was there but was called by value instead of by reference. 8899 And test for the case, uses xxd and nc. 8900 - more portable ip6 check for sockaddr types. 8901 89028 October 2007: Wouter 8903 - --disable-rpath option in configure for 64bit systems with 8904 several dynamic lib dirs. 8905 89067 October 2007: Wouter 8907 - fixup tests for no AD bit in non-DO queries. 8908 - test that makes sure AD bit is not set on non-DO query. 8909 89106 October 2007: Wouter 8911 - removed logfile open early. It did not have the proper permissions; 8912 it was opened as root instead of the user. And we cannot change user 8913 id yet, since chroot and bind ports need to be done. 8914 - callback checks for event callbacks done from mini_event. Because 8915 of deletions cannot do this from netevent. This means when using 8916 libevent the protection does not work on event-callbacks. 8917 - fixup too small reply (did not zero counts). 8918 - fixup reply no longer AD bit when query without DO bit. 8919 89205 October 2007: Wouter 8921 - function pointer whitelist. 8922 89234 October 2007: Wouter 8924 - overwrite sensitive random seed value after use. 8925 - switch to logfile very soon if not -d (console attached). 8926 - error messages do not reveal the trustanchor contents. 8927 - start work on function pointer whitelists. 8928 89293 October 2007: Wouter 8930 - fix for multiple empty nonterminals, after multiple DSes in the 8931 chain of trust. 8932 - mesh checks if modules are looping, and stops them. 8933 - refetch with CNAMEd nameserver address regression test added. 8934 - fixup line count bug in testcode, so testbound prints correct line 8935 number with parse errors. 8936 - unit test for multiple ENT case. 8937 - fix for cname out of validated unsec zone. 8938 - fixup nasty id=0 reuse. Also added assertions to detect its 8939 return (the assertion catches in the existing test cases). 8940 89411 October 2007: Wouter 8942 - skip F77, CXX, objC tests in configure step. 8943 - fixup crash in refetch glue after a CNAME. 8944 and protection against similar failures (with error print). 8945 894628 September 2007: Wouter 8947 - test case for unbound-checkconf, fixed so it also checks the 8948 interface: statements. 8949 895026 September 2007: Wouter 8951 - SIGHUP will reopen the log file. 8952 - Option to log to syslog. 8953 - please lint, fixup tests (that went to syslog on open, oops). 8954 - config check program. 8955 895625 September 2007: Wouter 8957 - tests for NSEC3. Fixup bitmap checks for NSEC3. 8958 - positive ANY response needs to check if wildcard expansion, and 8959 check that original data did not exist. 8960 - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure 8961 delegation, for abuse of child zone apex nsec3. 8962 - create 0.5 release tag. 8963 896424 September 2007: Wouter 8965 - do not make test programs by default. 8966 - But 'make test' will perform all of the tests. 8967 - Advertise builtin select libevent alternative when no libevent 8968 is found. 8969 - signit can generate NSEC3 hashes, for generating tests. 8970 - multiple nsec3 parameters in message test. 8971 - too high nsec3 iterations becomes insecure test. 8972 897321 September 2007: Wouter 8974 - fixup empty_DS_name allocated in wrong region (port DEC Alpha). 8975 - fixup testcode lock safety (port FreeBSD). 8976 - removes subscript has type char warnings (port Solaris 9). 8977 - fixup of field with format type to int (port MacOS/X intel). 8978 - added test for infinite loop case in nonRD answer validation. 8979 It was a more general problem, but hard to reproduce. When an 8980 unsigned rrset is being validated and the key fetched, the DS 8981 sequence is followed, but if the final name has no DS, then no 8982 proof is possible - the signature has been stripped off. 8983 898420 September 2007: Wouter 8985 - fixup and test for NSEC wildcard with empty nonterminals. 8986 - makedist.sh fixup for svn info. 8987 - acl features request in plan. 8988 - improved DS empty nonterminal handling. 8989 - compat with ANS nxdomain for empty nonterminals. Attempts the nodata 8990 proof anyway, which succeeds in ANS failure case. 8991 - striplab protection in case it becomes -1. 8992 - plans for static and blacklist config. 8993 899419 September 2007: Wouter 8995 - comments about non-packed usage. 8996 - plan for overload support in 0.6. 8997 - added testbound tests for a failed resolution from the logs 8998 and for failed prime when missing glue. 8999 - fixup so useless delegation points are not returned from the 9000 cache. Also the safety belt is used if priming fails to complete. 9001 - fixup NSEC rdata not to be lowercased, bind compat. 9002 900318 September 2007: Wouter 9004 - wildcard nsec3 testcases, and fixup to get correct wildcard name. 9005 - validator prints subtype classification for debug. 9006 900717 September 2007: Wouter 9008 - NSEC3 hash cache unit test. 9009 - validator nsec3 nameerror test. 9010 901114 September 2007: Wouter 9012 - nsec3 nodata proof, nods proof, wildcard proof. 9013 - nsec3 support for cname chain ending in noerror or nodata. 9014 - validator calls nsec3 proof routines if no NSECs prove anything. 9015 - fixup iterator bug where it stored the answer to a cname under 9016 the wrong qname into the cache. When prepending the cnames, the 9017 qname has to be reset to the original qname. 9018 901913 September 2007: Wouter 9020 - nsec3 find matching and covering, ce proof, prove namerror msg. 9021 902212 September 2007: Wouter 9023 - fixup of manual page warnings, like for NSD bugreport. 9024 - nsec3 work, config, max iterations, filter, and hash cache. 9025 90266 September 2007: Wouter 9027 - fixup to find libevent on mac port install. 9028 - fixup size_t vs unsigned portability in validator/sigcrypt. 9029 - please compiler on different platforms, for unreachable code. 9030 - val_nsec3 file. 9031 - pthread_rwlock type is optional, in case of old pthread libs. 9032 90335 September 2007: Wouter 9034 - cname, name error validator tests. 9035 - logging of qtype ANY works. 9036 - ANY type answers get RRSIG in answer section of replies (but not 9037 in other sections, unless DO bit is on). 9038 - testbound can replay a TCP query (set MATCH TCP in the QUERY). 9039 - DS and noDS referral validation test. 9040 - if you configure many trust anchors, parent trust anchors can 9041 securely deny existence of child trust anchors, if validated. 9042 - not all *.name NSECs are present because a wildcard was matched, 9043 and *.name NSECs can prove nodata for empty nonterminals. 9044 Also, for wildcard name NSECs, check they are not from the parent 9045 zone (for wildcarded zone cuts), and check absence of CNAME bit, 9046 for a nodata proof. 9047 - configure option for memory allocation debugging. 9048 - port configure option for memory allocation to solaris10. 9049 90504 September 2007: Wouter 9051 - fixup of Leakage warning when serviced queries processed multiple 9052 callbacks for the same query from the same server. 9053 - testbound removes config file from /tmp on failed exit. 9054 - fixup for referral cleanup of the additional section. 9055 - tests for cname, referral validation. 9056 - neater testbound tpkg output. 9057 - DNAMEs no longer match their apex when synthesized from the cache. 9058 - find correct signer name for DNAME responses. 9059 - wildcarded DNAME test and fixup code to detect. 9060 - prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs. 9061 So that wildcarded CNAMEs get their NSEC with them to the answer. 9062 - test for a CNAME to a DNAME to a CNAME to an answer, all from 9063 different domains, for key fetching and signature checking of 9064 CNAME'd messages. 9065 90663 September 2007: Wouter 9067 - Fixed error in iterator that would cause assertion failure in 9068 validator. CNAME to a NXDOMAIN response was collated into a response 9069 with both a CNAME and the NXDOMAIN rcode. Added a test that the 9070 rcode is changed to NOERROR (because of the CNAME). 9071 - timeout on tcp does not lead to spurious leakage detect. 9072 - account memory for name of lame zones, so that memory leakages does 9073 not show lame cache growth as a leakage growth. 9074 - config setting for lameness cache expressed in bytes, instead of 9075 number of entries. 9076 - tool too summarize allocations per code line. 9077 907831 August 2007: Wouter 9079 - can read bind trusted-keys { ... }; files, in a compatibility mode. 9080 - iterator should not detach target queries that it still could need. 9081 the protection against multiple outstanding queries is moved to a 9082 current_query num check. 9083 - validator nodata, positive, referral tests. 9084 - dname print can print '*' wildcard. 9085 908630 August 2007: Wouter 9087 - fixup override date config option. 9088 - config options to control memory usage. 9089 - caught bad free of un-alloced data in worker_send error case. 9090 - memory accounting for key cache (trust anchors and temporary cache). 9091 - memory accounting fixup for outside network tcp pending waits. 9092 - memory accounting fixup for outside network tcp callbacks. 9093 - memory accounting for iterator fixed storage. 9094 - key cache size and slabs config options. 9095 - lib crypto cleanups at exit. 9096 909729 August 2007: Wouter 9098 - test tool to sign rrsets for testing validator with. 9099 - added RSA and DSA test keys, public and private pairs, 512 bits. 9100 - default configuration is with validation enabled. 9101 Only a trust-anchor needs to be configured for DNSSEC to work. 9102 - do not convert to DER for DSA signature verification. 9103 - validator replay test file, for a DS to DNSKEY DSA key prime and 9104 positive response. 9105 910628 August 2007: Wouter 9107 - removed double use for udp buffers, that could fail, 9108 instead performs a malloc to do the backup. 9109 - validator validates referral messages, by validating all the rrsets 9110 and stores the rrsets in the cache. Further referral (nonRD queries) 9111 replies are made from the rrset cache directly. Unless unchecked 9112 rrsets are encountered, there are then validated. 9113 - enforce that signing is done by a parent domain (or same domain). 9114 - adjust TTL downwards if rrset TTL bigger than signature allows. 9115 - permissive mode feature, sets AD bit for secure, but bogus does 9116 not give servfail (bogus is changed into indeterminate). 9117 - optimization of rrset verification. rr canonical sorting is reused, 9118 for the same rrset. canonical rrset image in buffer is reused for 9119 the same signature. 9120 - if the rrset is too big (64k exactly + large owner name) the 9121 canonicalization routine will fail if it does not fit in buffer. 9122 - faster verification for large sigsets. 9123 - verb_detail mode reports validation failures, but not the entire 9124 algorithm for validation. Key prime failures are reported as 9125 verb_ops level. 9126 912727 August 2007: Wouter 9128 - do not garble the edns if a cache answer fails. 9129 - answer norecursive from cache if possible. 9130 - honor clean_additional setting when returning secure non-recursive 9131 referrals. 9132 - do not store referral in msg cache for nonRD queries. 9133 - store verification status in the rrset cache to speed up future 9134 verification. 9135 - mark rrsets indeterminate and insecure if they are found to be so. 9136 and store this in the cache. 9137 913824 August 2007: Wouter 9139 - message is bogus if unsecure authority rrsets are present. 9140 - val-clean-additional option, so you can turn it off. 9141 - move rrset verification out of the specific proof types into one 9142 routine. This makes the proof routines prettier. 9143 - fixup cname handling in validator, cname-to-positive and cname-to- 9144 nodata work. 9145 - Do not synthesize DNSKEY and DS responses from the rrset cache if 9146 the rrset is from the additional section. Signatures may have 9147 fallen off the packet, and cause validation failure. 9148 - more verbose signature date errors (with the date attached). 9149 - increased default infrastructure cache size. It is important for 9150 performance, and 1000 entries are only 212k (or a 400 k total cache 9151 size). To 10000 entries (for 2M entries, 4M cache size). 9152 915323 August 2007: Wouter 9154 - CNAME handling - move needs_validation to before val_new(). 9155 val_new() setups the chase-reply to be an edited copy of the msg. 9156 new classification, and find signer can find for it. 9157 removal of unsigned crap from additional, and query restart for 9158 cname. 9159 - refuse to follow wildcarded DNAMEs when validating. 9160 But you can query for qtype ANY, or qtype DNAME and validate that. 9161 916222 August 2007: Wouter 9163 - bogus TTL. 9164 - review - use val_error(). 9165 916621 August 2007: Wouter 9167 - ANY response validation. 9168 - store security status in cache. 9169 - check cache security status and either send the query to be 9170 validated, return the query to client, or send servfail to client. 9171 Sets AD bit on validated replies. 9172 - do not examine security status on an error reply in mesh_done. 9173 - construct DS, DNSKEY messages from rrset cache. 9174 - manual page entry for override-date. 9175 917620 August 2007: Wouter 9177 - validate and positive validation, positive wildcard NSEC validation. 9178 - nodata validation, nxdomain validation. 9179 918018 August 2007: Wouter 9181 - process DNSKEY response in FINDKEY state. 9182 918317 August 2007: Wouter 9184 - work on DS2KE routine. 9185 - val_nsec.c for validator NSEC proofs. 9186 - unit test for NSEC bitmap reading. 9187 - dname iswild and canonical_compare with unit tests. 9188 918916 August 2007: Wouter 9190 - DS sig unit test. 9191 - latest release libevent 1.3c and 1.3d have threading fixed. 9192 - key entry fixup data pointer and ttl absolute. 9193 - This makes a key-prime succeed in validator, with DS or DNSKEY as 9194 trust-anchor. 9195 - fixup canonical compare byfield routine, fix bug and also neater. 9196 - fixed iterator response type classification for queries of type 9197 ANY and NS. 9198 dig ANY gives sometimes NS rrset in AN and NS section, and parser 9199 removes the NS section duplicate. dig NS gives sometimes the NS 9200 in the answer section, as referral. 9201 - validator FINDKEY state. 9202 920315 August 2007: Wouter 9204 - crypto calls to verify signatures. 9205 - unit test for rrsig verification. 9206 920714 August 2007: Wouter 9208 - default outgoing ports changed to avoid port 2049 by default. 9209 This port is widely blocked by firewalls. 9210 - count infra lameness cache in memory size. 9211 - accounting of memory improved 9212 - outbound entries are allocated in the query region they are for. 9213 - extensive debugging for memory allocations. 9214 - --enable-lock-checks can be used to enable lock checking. 9215 - protect undefs in config.h from autoheaders ministrations. 9216 - print all received udp packets. log hex will print on multiple 9217 lines if needed. 9218 - fixed error in parser with backwards rrsig references. 9219 - mark cycle targets for iterator did not have CD flag so failed 9220 its task. 9221 922213 August 2007: Wouter 9223 - fixup makefile, if lexer is missing give nice error and do not 9224 mess up the dependencies. 9225 - canonical compare routine updated. 9226 - canonical hinfo compare. 9227 - printout list of the queries that the mesh is working on. 9228 922910 August 2007: Wouter 9230 - malloc and free overrides that track total allocation and frees. 9231 for memory debugging. 9232 - work on canonical sort. 9233 92349 August 2007: Wouter 9235 - canonicalization, signature checks 9236 - dname signature label count and unit test. 9237 - added debug heap size print to memory printout. 9238 - typo fixup in worker.c 9239 - -R needed on solaris. 9240 - validator override option for date check testing. 9241 92428 August 2007: Wouter 9243 - ldns _raw routines created (in ldns trunk). 9244 - sigcrypt DS digest routines 9245 - val_utils uses sigcrypt to perform signature cryptography. 9246 - sigcrypt keyset processing 9247 92487 August 2007: Wouter 9249 - security status type. 9250 - security status is copied when rdata is equal for rrsets. 9251 - rrset id is updated to invalidate all the message cache entries 9252 that refer to NSEC, NSEC3, DNAME rrsets that have changed. 9253 - val_util work 9254 - val_sigcrypt file for validator signature checks. 9255 92566 August 2007: Wouter 9257 - key cache for validator. 9258 - moved isroot and dellabel to own dname routines, with unit test. 9259 92603 August 2007: Wouter 9261 - replanning. 9262 - scrubber check section of lame NS set. 9263 - trust anchors can be in config file or read from zone file, 9264 DS and DNSKEY entries. 9265 - unit test trust anchor storage. 9266 - trust anchors converted to packed rrsets. 9267 - key entry definition. 9268 92692 August 2007: Wouter 9270 - configure change for latest libevent trunk version (needs -lrt). 9271 - query_done and walk_supers are moved out of module interface. 9272 - fixup delegation point duplicates. 9273 - fixup iterator scrubber; lame NS set is let through the scrubber 9274 so that the classification is lame. 9275 - validator module exists, and does nothing but pass through, 9276 with calling of next module and return. 9277 - validator work. 9278 92791 August 2007: Wouter 9280 - set version to 0.5 9281 - module work for module to module interconnections. 9282 - config of modules. 9283 - detect cycle takes flags. 9284 928531 July 2007: Wouter 9286 - updated plan 9287 - release 0.4 tag. 9288 928930 July 2007: Wouter 9290 - changed random state init, so that sequential process IDs are not 9291 cancelled out by sequential thread-ids in the random number seed. 9292 - the fwd_three test, which sends three queries to unbound, and 9293 unbound is kept waiting by ldns-testns for 3 seconds, failed 9294 because the retry timeout for default by unbound is 3 seconds too, 9295 it would hit that timeout and fail the test. Changed so that unbound 9296 is kept waiting for 2 seconds instead. 9297 929827 July 2007: Wouter 9299 - removed useless -C debug option. It did not work. 9300 - text edit of documentation. 9301 - added doc/CREDITS file, referred to by the manpages. 9302 - updated planning. 9303 930426 July 2007: Wouter 9305 - cycle detection, for query state dependencies. Will attempt to 9306 circumvent the cycle, but if no other targets available fails. 9307 - unit test for AXFR, IXFR response. 9308 - test for cycle detection. 9309 931025 July 2007: Wouter 9311 - testbound read ADDRESS and check it. 9312 - test for version.bind and friends. 9313 - test for iterator chaining through several referrals. 9314 - test and fixup for refetch for glue. Refetch fails if glue 9315 is still not provided. 9316 931724 July 2007: Wouter 9318 - Example section in config manual. 9319 - Addr stored for range and moment in replay. 9320 932120 July 2007: Wouter 9322 - Check CNAME chain before returning cache entry with CNAMEs. 9323 - Option harden-glue, default is on. It will discard out of zone 9324 data. If disabled, performance is faster, but spoofing attempts 9325 become a possibility. Note that still normalize scrubbing is done, 9326 and that the potentially spoofed data is used for infrastructure 9327 and not returned to the client. 9328 - if glue times out, refetch by asking parent of delegation again. 9329 Much like asking for DS at the parent side. 9330 - TODO items from forgery-resilience draft. 9331 and on memory handling improvements. 9332 - renamed module_event_timeout to module_event_noreply. 9333 - memory reporting code; reports on memory usage after handling 9334 a network packet (not on cache replies). 9335 933619 July 2007: Wouter 9337 - shuffle NS selection when getting nameserver target addresses. 9338 - fixup of deadlock warnings, yield cpu in checklock code so that 9339 freebsd scheduler selects correct process to run. 9340 - added identity and version config options and replies. 9341 - store cname messages complete answers. 9342 934318 July 2007: Wouter 9344 - do not query addresses, 127.0.0.1, and ::1 by default. 9345 934617 July 2007: Wouter 9347 - forward zone options in config file. 9348 - forward per zone in iterator. takes precedence over stubs. 9349 - fixup commithooks. 9350 - removed forward-to and forward-to-port features, subsumed by 9351 new forward zones. 9352 - fix parser to handle absent server: clause. 9353 - change untrusted rrset test to account for scrubber that is now 9354 applied during the test (which removes the poison, by the way). 9355 - feature, addresses can be specified with @portnumber, like nsd.conf. 9356 - test config files changed over to new forwarder syntax. 9357 935827 June 2007: Wouter 9359 - delete of mesh does a postorder traverse of the tree. 9360 - found and fixed a memory leak. For TTL=0 messages, that would 9361 not be cached, instead the msg-replyinfo structure was leaked. 9362 - changed server selection so it will filter out hosts that are 9363 unresponsive. This is defined as a host with the maximum rto value. 9364 This means that unbound tried the host for retries up to 120 secs. 9365 The rto value will time out after host-ttl seconds from the cache. 9366 This keeps such unresolvable queries from taking up resources. 9367 - utility for keeping histogram. 9368 936926 June 2007: Wouter 9370 - mesh is called by worker, and iterator uses it. 9371 This removes the hierarchical code. 9372 QueryTargets state and Finished state are merged for iterator. 9373 - forwarder mode no longer sets AA bit on first reply. 9374 - rcode in walk_supers is not needed. 9375 937625 June 2007: Wouter 9377 - more mesh work. 9378 - error encode routine for ease. 9379 938022 June 2007: Wouter 9381 - removed unused _node iterator value from rbtree_t. Takes up space. 9382 - iterator can handle querytargets state without a delegation point 9383 set, so that a priming(stub) subquery error can be handled. 9384 - iterator stores if it is priming or not. 9385 - log_query_info() neater logging. 9386 - changed iterator so that it does not alter module_qstate.qinfo 9387 but keeps a chase query info. Also query_flags are not altered, 9388 the iterator uses chase_flags. 9389 - fixup crash in case no ports for the family exist. 9390 939121 June 2007: Wouter 9392 - Fixup secondary buffer in case of error callback. 9393 - cleanup slumber list of runnable states. 9394 - module_subreq_depth fails to work in slumber list. 9395 - fixup query release for cached results to sub targets. 9396 - neater error for tcp connection failure, shows addr in verbose. 9397 - rbtree_init so that it can be used with preallocated memory. 9398 939920 June 2007: Wouter 9400 - new -C option to enable coredumps after forking away. 9401 - doc update. 9402 - fixup CNAME generation by scrubber, and memory allocation of it. 9403 - fixup deletion of serviced queries when all callbacks delete too. 9404 - set num target queries to 0 when you move them to slumber list. 9405 - typo in check caused subquery errors to be ignored, fixed. 9406 - make lint happy about rlim_t. 9407 - freeup of modules after freeup of module-states. 9408 - duplicate replies work, this uses secondary udp buffer in outnet. 9409 941019 June 2007: Wouter 9411 - nicer layout in stats.c, review 0.3 change. 9412 - spelling improvement, review 0.3 change. 9413 - uncapped timeout for server selection, so that very fast or slow 9414 servers will stand out from the rest. 9415 - target-fetch-policy: "3 2 1 0 0" config setting. 9416 - fixup queries answered without RD bit (for root prime results). 9417 - refuse AXFR and IXFR requests. 9418 - fixup RD flag in error reply from iterator. fixup RA flag from 9419 worker error reply. 9420 - fixup encoding of very short edns buffer sizes, now sets TC bit. 9421 - config options harden-short-bufsize and harden-large-queries. 9422 942318 June 2007: Wouter 9424 - same, move subqueries to slumber list when first has resolved. 9425 - fixup last fix for duplicate callbacks. 9426 - another offbyone in targetcounter. Also in Java prototype by the way. 9427 942815 June 2007: Wouter 9429 - if a query asks to be notified of the same serviced query result 9430 multiple times, this will succeed. Only one callback will happen; 9431 multiple outbound-list entries result (but the double cleanup of it 9432 will not matter). 9433 - when iterator moves on due to CNAME or referral, it will remove 9434 the subqueries (for other targets). These are put on the slumber 9435 list. 9436 - state module wait subq is OK with no new subqs, an old one may have 9437 stopped, with an error, and it is still waiting for other ones. 9438 - if a query loops, halt entire query (easy way to clean up properly). 9439 944014 June 2007: Wouter 9441 - num query targets was > 0 , not >= 0 compared, so that fetch 9442 policy of 0 did nothing. 9443 944413 June 2007: Wouter 9445 - debug option: configure --enable-static-exe for compile where 9446 ldns and libevent are linked statically. Default is off. 9447 - make install and make uninstall. Works with static-exe and without. 9448 installation of unbound binary and manual pages. 9449 - alignment problem fix on solaris 64. 9450 - fixup address in case of TCP error. 9451 945212 June 2007: Wouter 9453 - num target queries was set to 0 at a bad time. Default it to 0 and 9454 increase as target queries are done. 9455 - synthesize CNAME and DNAME responses from the cache. 9456 - Updated doxygen config for doxygen 1.5. 9457 - aclocal newer version. 9458 - doxygen 1.5 fixes for comments (for the strict check on docs). 9459 946011 June 2007: Wouter 9461 - replies on TCP queries have the address field set in replyinfo, 9462 for serviced queries, because the initiator does not know that 9463 a TCP fallback has occured. 9464 - omit DNSSEC types from nonDO replies, except if qtype is ANY or 9465 if qtype directly queries for the type (and then only show that 9466 'unknown type' in the answer section). 9467 - fixed message parsing where rrsigs on their own would be put 9468 in the signature list over the rrsig type. 9469 94707 June 2007: Wouter 9471 - fixup error in double linked list insertion for subqueries and 9472 for outbound list of serviced queries for iterator module. 9473 - nicer printout of outgoing port selection. 9474 - fixup cname target readout. 9475 - nicer debug output. 9476 - fixup rrset counts when prepending CNAMEs to the answer. 9477 - fixup rrset TTL for prepended CNAMEs. 9478 - process better check for looping modules, and which submodule to 9479 run next. 9480 - subreq insertion code fixup for slumber list. 9481 - VERB_DETAIL, verbosity: 2 level gives short but readable output. 9482 VERB_ALGO, verbosity: 3 gives extensive output. 9483 - fixup RA bit in cached replies. 9484 - fixup CNAME responses from the cache no longer partial response. 9485 - error in network send handled without leakage. 9486 - enable ip6 from config, and try ip6 addresses if available, 9487 if ip6 is not connected, skips to next server. 9488 94895 June 2007: Wouter 9490 - iterator state finished. 9491 - subrequests without parent store in cache and stop. 9492 - worker slumber list for ongoing promiscuous queries. 9493 - subrequest error handling. 9494 - priming failure returns SERVFAIL. 9495 - priming gives LAME result, returns SERVFAIL. 9496 - debug routine to print dns_msg as handled by iterator. 9497 - memleak in config file stubs fixup. 9498 - more small bugs, in scrubber, query compare no ID for lookup, 9499 in dname validation for NS targets. 9500 - sets entry.key for new special allocs. 9501 - lognametypeclass can display unknown types and classes. 9502 95034 June 2007: Wouter 9504 - random selection of equally preferred nameserver targets. 9505 - reply info copy routine. Reuses existing code. 9506 - cache lameness in response handling. 9507 - do not touch qstate after worker_process_query because it may have 9508 been deleted by that routine. 9509 - Prime response state. 9510 - Process target response state. 9511 - some memcmp changed to dname_compare for case preservation. 9512 95131 June 2007: Wouter 9514 - normalize incoming messages. Like unbound-java, with CNAME chain 9515 checked, DNAME checked, CNAME's synthesized, glue checked. 9516 - sanitize incoming messages. 9517 - split msgreply encode functions into own file msgencode.c. 9518 - msg_parse to queryinfo/replyinfo conversion more versatile. 9519 - process_response, classify response, delegpt_from_message. 9520 952131 May 2007: Wouter 9522 - querytargets state. 9523 - dname_subdomain_c() routine. 9524 - server selection, based on RTT. ip6 is filtered out if not available, 9525 and lameness is checked too. 9526 - delegation point copy routine. 9527 952830 May 2007: Wouter 9529 - removed FLAG_CD from message and rrset caches. This was useful for 9530 an agnostic forwarder, but not for a sophisticated (trust value per 9531 rrset enabled) cache. 9532 - iterator response typing. 9533 - iterator cname handle. 9534 - iterator prime start. 9535 - subquery work. 9536 - processInitRequest and processInitRequest2. 9537 - cache synthesizes referral messages, with DS and NSEC. 9538 - processInitRequest3. 9539 - if a request creates multiple subrequests these are all activated. 9540 954129 May 2007: Wouter 9542 - routines to lock and unlock array of rrsets moved to cache/rrset. 9543 - lookup message from msg cache (and copy to region). 9544 - fixed cast error in dns msg lookup. 9545 - message with duplicate rrset does not increase its TTLs twice. 9546 - 'qnamesize' changed to 'qname_len' for similar naming scheme. 9547 954825 May 2007: Wouter 9549 - Acknowledge use of unbound-java code in iterator. Nicer readme. 9550 - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and 9551 rrset cache from module environment. 9552 - packed rrset key has type and class as easily accessible struct 9553 members. They are still kept in network format for fast msg encode. 9554 - dns cache find_delegation routine. 9555 - iterator main functions setup. 9556 - dns cache lookup setup. 9557 955824 May 2007: Wouter 9559 - small changes to prepare for subqueries. 9560 - iterator forwarder feature separated out. 9561 - iterator hints stub code, config file stub code, so that first 9562 testing can proceed locally. 9563 - replay tests now have config option to enable forwarding mode. 9564 956523 May 2007: Wouter 9566 - outside network does precise timers for roundtrip estimates for rtt 9567 and for setting timeout for UDP. Pending_udp takes milliseconds. 9568 - cleaner iterator sockaddr conversion of forwarder address. 9569 - iterator/iter_utils and iter_delegpt setup. 9570 - root hints. 9571 957222 May 2007: Wouter 9573 - outbound query list for modules and support to callback with the 9574 outbound entry to the module. 9575 - testbound support for new serviced queries. 9576 - test for retry to TCP cannot use testbound any longer. 9577 - testns test for EDNS fallback, test for TCP fallback already exists. 9578 - fixes for no-locking compile. 9579 - mini_event timer precision and fix for change in timeouts during 9580 timeout callback. Fix for fwd_three tests, performed nonexit query. 9581 958221 May 2007: Wouter 9583 - small comment on hash table locking. 9584 - outside network serviced queries, contain edns and tcp fallback, 9585 and udp retries and rtt timing. 9586 958716 May 2007: Wouter 9588 - lruhash_touch() would cause locking order problems. Fixup in 9589 lock-verify in case locking cycle is found. 9590 - services/cache/rrset.c for rrset cache code. 9591 - special rrset_cache LRU updating function that uses the rrset id. 9592 - no dependencies calculation when make clean is called. 9593 - config settings for infra cache. 9594 - daemon code slightly cleaner, only creates caches once. 9595 959615 May 2007: Wouter 9597 - host cache code. 9598 - unit test for host cache. 9599 960014 May 2007: Wouter 9601 - Port to OS/X and Dec Alpha. Printf format and alignment fixes. 9602 - extensive lock debug report on join timeout. 9603 - proper RTT calculation, in utility code. 9604 - setup of services/cache/infra, host cache. 9605 960611 May 2007: Wouter 9607 - iterator/iterator.c module. 9608 - fixup to pass reply_info in testcode and in netevent. 9609 961010 May 2007: Wouter 9611 - created release-0.3 svn tag. 9612 - util/module.h 9613 - fixed compression - no longer compresses root name. 9614 96159 May 2007: Wouter 9616 - outside network cleans up waiting tcp queries on exit. 9617 - fallback to TCP. 9618 - testbound replay with retry in TCP mode. 9619 - tpkg test for retry in TCP mode, against ldns-testns server. 9620 - daemon checks max number of open files and complains if not enough. 9621 - test where data expires in the cache. 9622 - compiletests: fixed empty body ifstatements in alloc.c, in case 9623 locks are disabled. 9624 96258 May 2007: Wouter 9626 - outgoing network keeps list of available tcp buffers for outgoing 9627 tcp queries. 9628 - outgoing-num-tcp config option. 9629 - outgoing network keeps waiting list of queries waiting for buffer. 9630 - netevent supports outgoing tcp commpoints, nonblocking connects. 9631 96327 May 2007: Wouter 9633 - EDNS read from query, used to make reply smaller. 9634 - advertised edns value constants. 9635 - EDNS BADVERS response, if asked for too high edns version. 9636 - EDNS extended error responses once the EDNS record from the query 9637 has successfully been parsed. 9638 96394 May 2007: Wouter 9640 - msgreply sizefunc is more accurate. 9641 - config settings for rrset cache size and slabs. 9642 - hashtable insert takes argument so that a thread can use its own 9643 alloc cache to store released keys. 9644 - alloc cache special_release() locks if necessary. 9645 - rrset trustworthiness type added. 9646 - thread keeps a scratchpad region for handling messages. 9647 - writev used in netevent to write tcp length and data after another. 9648 This saves a roundtrip on tcp replies. 9649 - test for one rrset updated in the cache. 9650 - test for one rrset which is not updated, as it is not deemed 9651 trustworthy enough. 9652 - test for TTL refreshed in rrset. 9653 96543 May 2007: Wouter 9655 - fill refs. Use new parse and encode to answer queries. 9656 - stores rrsets in cache. 9657 - uses new msgreply format in cache. 9658 96592 May 2007: Wouter 9660 - dname unit tests in own file and spread out neatly in functions. 9661 - more dname unit tests. 9662 - message encoding creates truncated TC flagged messages if they do 9663 not fit, and will leave out (whole)rrsets from additional if needed. 9664 96651 May 2007: Wouter 9666 - decompress query section, extremely lenient acceptance. 9667 But only for answers from other servers, not for plain queries. 9668 - compression and decompression test cases. 9669 - some stats added. 9670 - example.conf interface: line is changed from 127.0.0.1 which leads 9671 to problems if used (restricting communication to the localhost), 9672 to a documentation and test address. 9673 967427 April 2007: Wouter 9675 - removed iov usage, it is not good for dns message encoding. 9676 - owner name compression more optimal. 9677 - rrsig owner name compression. 9678 - rdata domain name compression. 9679 968026 April 2007: Wouter 9681 - floating point exception fix in lock-verify. 9682 - lint uses make dependency 9683 - fixup lint in dname owner domain name compression code. 9684 - define for offset range that can be compressed to. 9685 968625 April 2007: Wouter 9687 - prettier code; parse_rrset->type kept in host byte order. 9688 - datatype used for hashvalue of converted rrsig structure. 9689 - unit test compares edns section data too. 9690 969124 April 2007: Wouter 9692 - ttl per RR, for RRSIG rrsets and others. 9693 - dname_print debug function. 9694 - if type is not known, size calc will skip DNAME decompression. 9695 - RRSIG parsing and storing and putting in messages. 9696 - dnssec enabled unit tests (from nlnetlabs.nl and se queries). 9697 - EDNS extraction routine. 9698 969920 April 2007: Wouter 9700 - code comes through all of the unit tests now. 9701 - disabled warning about spurious extra data. 9702 - documented the RRSIG parse plan in msgparse.h. 9703 - rrsig reading and outputting. 9704 970519 April 2007: Wouter 9706 - fix unit test to actually to tests. 9707 - fix write iov helper, and fakevent code. 9708 - extra builtin testcase (small packet). 9709 - ttl converted to network format in packets. 9710 - flags converted correctly 9711 - rdatalen off by 2 error fixup. 9712 - uses less iov space for header. 9713 971418 April 2007: Wouter 9715 - review of msgparse code. 9716 - smaller test cases. 9717 971817 April 2007: Wouter 9719 - copy and decompress dnames. 9720 - store calculated hash value too. 9721 - routine to create message out of stored information. 9722 - util/data/msgparse.c for message parsing code. 9723 - unit test, and first fixes because of test. 9724 * forgot rrset_count addition. 9725 * did & of ptr on stack for memory position calculation. 9726 * dname_pkt_copy forgot to read next label length. 9727 - test from file and fixes 9728 * double frees fixed in error conditions. 9729 * types with less than full rdata allowed by parser. 9730 Some dynamic update packets seem to use it. 9731 973216 April 2007: Wouter 9733 - following a small change in LDNS, parsing code calculates the 9734 memory size to allocate for rrs. 9735 - code to handle ID creation. 9736 973713 April 2007: Wouter 9738 - parse routines. Code that parses rrsets, rrs. 9739 974012 April 2007: Wouter 9741 - dname compare routine that preserves case, with unit tests. 9742 974311 April 2007: Wouter 9744 - parse work - dname packet parse, msgparse, querysection parse, 9745 start of sectionparse. 9746 974710 April 2007: Wouter 9748 - Improved alignment of reply_info packet, nice for 32 and 64 bit. 9749 - Put RRset counts in reply_info, because the number of RRs can change 9750 due to RRset updates. 9751 - import of region-allocator code from nsd. 9752 - set alloc special type to ub_packed_rrset_key. 9753 Uses lruhash entry overflow chain next pointer in alloc cache. 9754 - doxygen documentation for region-allocator. 9755 - setup for parse scratch data. 9756 97575 April 2007: Wouter 9758 - discussed packed rrset with Jelte. 9759 97604 April 2007: Wouter 9761 - moved to version 0.3. 9762 - added util/data/dname.c 9763 - layout of memory for rrsets. 9764 97653 April 2007: Wouter 9766 - detect sign of msghdr.msg_iovlen so that the cast to that type 9767 in netevent (which is there to please lint) can be correct. 9768 The type on several OSes ranges from int, int32, uint32, size_t. 9769 Detects unsigned or signed using math trick. 9770 - constants for DNS flags. 9771 - compilation without locks fixup. 9772 - removed include of unportable header from lookup3.c. 9773 - more portable use of struct msghdr. 9774 - casts for printf warning portability. 9775 - tweaks to tests to port them to the testbed. 9776 - 0.2 tag created. 9777 97782 April 2007: Wouter 9779 - check sizes of udp received messages, not too short. 9780 - review changes. Some memmoves can be memcpys: 4byte aligned. 9781 set id correctly on cached answers. 9782 - review changes msgreply.c, memleak on error condition. AA flag 9783 clear on cached reply. Lowercase queries on hashing. 9784 unit test on lowercasing. Test AA bit not set on cached reply. 9785 Note that no TTLs are managed. 9786 978729 March 2007: Wouter 9788 - writev or sendmsg used when answering from cache. 9789 This avoids a copy of the data. 9790 - do not do useless byteswap on query id. Store reply flags in uint16 9791 for easier access (and no repeated byteswapping). 9792 - reviewed code. 9793 - configure detects and config.h includes sys/uio.h for writev decl. 9794 979528 March 2007: Wouter 9796 - new config option: num-queries-per-thread. 9797 - added tpkg test for answering three queries at the same time 9798 using one thread (from the query service list). 9799 980027 March 2007: Wouter 9801 - added test for cache and not cached answers, in testbound replays. 9802 - testbound can give config file and commandline options from the 9803 replay file to unbound. 9804 - created test that checks if items drop out of the cache. 9805 - added word 'partitioned hash table' to documentation on slab hash. 9806 A slab hash is a partitioned hash table. 9807 - worker can handle multiple queries at a time. 9808 980926 March 2007: Wouter 9810 - config settings for slab hash message cache. 9811 - test for cached answer. 9812 - Fixup deleting fake answer from testbound list. 9813 981423 March 2007: Wouter 9815 - review of yesterday's commits. 9816 - covered up memory leak of the entry locks. 9817 - answers from the cache correctly. Copies flags correctly. 9818 - sanity check for incoming query replies. 9819 - slabbed hash table. Much nicer contention, need dual cpu to see. 9820 982122 March 2007: Wouter 9822 - AIX configure check. 9823 - lock-verify can handle references to locks that are created 9824 in files it has not yet read in. 9825 - threaded hash table test. 9826 - unit test runs lock-verify afterwards and checks result. 9827 - need writelock to update data on hash_insert. 9828 - message cache code, msgreply code. 9829 983021 March 2007: Wouter 9831 - unit test of hash table, fixup locking problem in table_grow(). 9832 - fixup accounting of sizes for removing items from hashtable. 9833 - unit test for hash table, single threaded test of integrity. 9834 - lock-verify reports errors nicely. More quiet in operation. 9835 983616 March 2007: Wouter 9837 - lock-verifier, checks consistent order of locking. 9838 983914 March 2007: Wouter 9840 - hash table insert (and subroutines) and lookup implemented. 9841 - hash table remove. 9842 - unit tests for hash internal bin, lru functions. 9843 984413 March 2007: Wouter 9845 - lock_unprotect in checklocks. 9846 - util/storage/lruhash.h for LRU hash table structure. 9847 984812 March 2007: Wouter 9849 - configure.ac moved to 0.2. 9850 - query_info and replymsg util/data structure. 9851 98529 March 2007: Wouter 9853 - added rwlock writelock checking. 9854 So it will keep track of the writelock, and readlocks are enforced 9855 to not change protected memory areas. 9856 - log_hex function to dump hex strings to the logfile. 9857 - checklocks zeroes its destroyed lock after checking memory areas. 9858 - unit test for alloc. 9859 - identifier for union in checklocks to please older compilers. 9860 - created 0.1 tag. 9861 98628 March 2007: Wouter 9863 - Reviewed checklock code. 9864 98657 March 2007: Wouter 9866 - created a wrapper around thread calls that performs some basic 9867 checking for data race and deadlock, and basic performance 9868 contention measurement. 9869 98706 March 2007: Wouter 9871 - Testbed works with threading (different machines, different options). 9872 - alloc work, does the special type. 9873 98742 March 2007: Wouter 9875 - do not compile fork funcs unless needed. Otherwise will give 9876 type errors as their typedefs have not been enabled. 9877 - log shows thread numbers much more nicely (and portably). 9878 - even on systems with nonthreadsafe libevent signal handling, 9879 unbound will exit if given a signal. 9880 Reloads will not work, and exit is not graceful. 9881 - start of alloc framework layout. 9882 98831 March 2007: Wouter 9884 - Signals, libevent and threads work well, with libevent patch and 9885 changes to code (close after event_del). 9886 - set ipc pipes nonblocking. 9887 988827 February 2007: Wouter 9889 - ub_thread_join portable definition. 9890 - forking is used if no threading is available. 9891 Tested, it works, since pipes work across processes as well. 9892 Thread_join is replaced with waitpid. 9893 - During reloads the daemon will temporarily handle signals, 9894 so that they do not result in problems. 9895 - Also randomize the outgoing port range for tests. 9896 - If query list is full, will stop selecting listening ports for read. 9897 This makes all threads service incoming requests, instead of one. 9898 No memory is leaking during reloads, service of queries, etc. 9899 - test that uses ldns-testns -f to test threading. Have to answer 9900 three queries at the same time. 9901 - with verbose=0 operates quietly. 9902 990326 February 2007: Wouter 9904 - ub_random code used to select ID and port. 9905 - log code prints thread id. 9906 - unbound can thread itself, with reload(HUP) and quit working 9907 correctly. 9908 - don't open pipes for #0, doesn't need it. 9909 - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload). 9910 991123 February 2007: Wouter 9912 - Can do reloads on sigHUP. Everything is stopped, and freed, 9913 except the listening ports. Then the config file is reread. 9914 And everything is started again (and listening ports if needed). 9915 - Ports for queries are shared. 9916 - config file added interface:, chroot: and username:. 9917 - config file: directory, logfile, pidfile. And they work too. 9918 - will daemonize by default now. Use -d to stay in the foreground. 9919 - got BSD random[256 state] code, made it threadsafe. util/random. 9920 992122 February 2007: Wouter 9922 - Have a config file. Removed commandline options, moved to config. 9923 - tests use config file. 9924 992521 February 2007: Wouter 9926 - put -c option in man page. 9927 - minievent fd array capped by FD_SETSIZE. 9928 992920 February 2007: Wouter 9930 - Added locks code and pthread spinlock detection. 9931 - can use no locks, or solaris native thread library. 9932 - added yacc and lex configure, and config file parsing code. 9933 also makedist.sh, and manpage. 9934 - put include errno.h in config.h 9935 993619 February 2007: Wouter 9937 - Created 0.0 svn tag. 9938 - added acx_pthread.m4 autoconf check for pthreads from 9939 the autoconf archive. It is GPL-with-autoconf-exception Licensed. 9940 You can specify --with-pthreads, or --without-pthreads to configure. 9941 994216 February 2007: Wouter 9943 - Updated testbed script, works better by using make on remote end. 9944 - removed check decls, we can compile without them. 9945 - makefile supports LIBOBJ replacements. 9946 - docs checks ignore compat code. 9947 - added util/mini-event.c and .h, a select based alternative used with 9948 ./configure --with-libevent=no 9949 It is limited to 1024 file descriptors, and has less features. 9950 - will not create ip6 sockets if ip6 not on the machine. 9951 995215 February 2007: Wouter 9953 - port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64, 9954 Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc. 9955 - malloc rndstate, so that it is aligned for access. 9956 - fixed rbtree cleanup with postorder traverse. 9957 - fixed pending messages are deleted when handled. 9958 - You can control verbosity; default is not verbose, every -v 9959 adds more verbosity. 9960 996114 February 2007: Wouter 9962 - Included configure.ac changes from ldns. 9963 - detect (some) headers before the standards check. 9964 - do not use isblank to test c99, since its not available on solaris9. 9965 - review of testcode. 9966 * entries in a RANGE are no longer reversed. 9967 * print name of file with replay entry parse errors. 9968 - port to OSX: cast to int for some prints of sizet. 9969 - Makefile copies ldnstestpkts.c before doing dependencies on it. 9970 997113 February 2007: Wouter 9972 - work on fake events, first fwd replay works. 9973 - events can do timeouts and errors on queries to servers. 9974 - test package that runs replay scenarios. 9975 997612 February 2007: Wouter 9977 - work on fake events. 9978 99799 February 2007: Wouter 9980 - replay file reading. 9981 - fake event setup, it creates fake structures, and teardowns, 9982 added signal callbacks to reply to be able to fake those, 9983 and main structure of event replay routines. 9984 99858 February 2007: Wouter 9986 - added tcp test. 9987 - replay storage. 9988 - testcode/fake_event work. 9989 99907 February 2007: Wouter 9991 - return answer with the same ID as query was sent with. 9992 - created udp forwarder test. I've done some effort to make it perform 9993 quickly. After servers are created, no big sleep statements but 9994 it checks the logfiles to see if servers have come up. Takes 0.14s. 9995 - set addrlen value when calling recvfrom. 9996 - comparison of addrs more portable. 9997 - LIBEVENT option for testbed to set libevent directory. 9998 - work on tcp input. 9999 100006 February 2007: Wouter 10001 - reviewed code and improved in places. 10002 100035 February 2007: Wouter 10004 - Picked up stdc99 and other define tests from ldns. Improved 10005 POSIX define test to include getaddrinfo. 10006 - defined constants for netevent callback error code. 10007 - unit test for strisip6. 10008 100092 February 2007: Wouter 10010 - Created udp4 and udp6 port arrays to provide service for both 10011 address families. 10012 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets. 10013 - listens on both ip4 and ip6 ports to provide correct return address. 10014 - worker fwder address filled correctly. 10015 - fixup timer code. 10016 - forwards udp queries and sends answer. 10017 100181 February 2007: Wouter 10019 - outside network more UDP work. 10020 - moved * closer to type. 10021 - comm_timer object and events. 10022 1002331 January 2007: Wouter 10024 - Added makedist.sh script to make release tarball. 10025 - Removed listen callback layer, did not add anything. 10026 - Added UDP recv to netevent, worker callback for udp. 10027 - netevent communication reply storage structure. 10028 - minimal query header sanity checking for worker. 10029 - copied over rbtree implementation from NSD (BSD licensed too). 10030 - outgoing network query service work. 10031 1003230 January 2007: Wouter 10033 - links in example/ldns-testpkts.c and .h for premade packet support. 10034 - added callback argument to listen_dnsport and daemon/worker. 10035 1003629 January 2007: Wouter 10037 - unbound.8 a short manpage. 10038 1003926 January 2007: Wouter 10040 - fixed memleak. 10041 - make lint works on BSD and Linux (openssl defines). 10042 - make tags works. 10043 - testbound program start. 10044 1004525 January 2007: Wouter 10046 - fixed lint so it may work on BSD. 10047 - put license into header of every file. 10048 - created verbosity flag. 10049 - fixed libevent configure flag. 10050 - detects event_base_free() in new libevent 1.2 version. 10051 - getopt in daemon. fatal_exit() and verbose() logging funcs. 10052 - created log_assert, that throws assertions to the logfile. 10053 - listen_dnsport service. Binds ports. 10054 1005524 January 2007: Wouter 10056 - cleaned up configure.ac. 10057 1005823 January 2007: Wouter 10059 - added libevent to configure to link with. 10060 - util/netevent setup work. 10061 - configure searches for libevent. 10062 - search for libs at end of configure (when other headers and types 10063 have been found). 10064 - doxygen works with ATTR_UNUSED(). 10065 - util/netevent implementation. 10066 1006722 January 2007: Wouter 10068 - Designed header file for network communication. 10069 1007016 January 2007: Wouter 10071 - added readme.svn and readme.tests. 10072 100734 January 2007: Wouter 10074 - Testbed script (run on multiple platforms the test set). 10075 Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5. 10076 - added unit test tpkg. 10077 100783 January 2007: Wouter 10079 - committed first set of files into subversion repository. 10080 svn co svn+ssh://unbound.net/svn/unbound 10081 You need a ssh login. There is no https access yet. 10082 - Added LICENSE, the BSD license. 10083 - Added doc/README with compile help. 10084 - main program stub and quiet makefile. 10085 - minimal logging service (to stderr). 10086 - added postcommit hook that serves emails. 10087 - added first test 00-lint. postcommit also checks if build succeeds. 10088 - 01-doc: doxygen doc target added for html docs. And stringent test 10089 on documented files, functions and parameters. 10090 1009115 December 2006: Wouter 10092 - Created Makefile.in and configure.ac. 10093