119 June 2018: Wouter 2 - Fix for unbound-control on Windows and set TCP socket parameters 3 more closely. 4 - Fix windows unbound-control no cert bad file descriptor error. 5 618 June 2018: Wouter 7 - Fix that control-use-cert: no works for 127.0.0.1 to disable certs. 8 - Fix unbound-checkconf for control-use-cert. 9 1015 June 2018: Wouter 11 - tag for 1.7.3rc1. 12 1314 June 2018: Wouter 14 - #4103: Fix that auth-zone does not insist on SOA record first in 15 file for url downloads. 16 - Fix that first control-interface determines if TLS is used. Warn 17 when IP address interfaces are used without TLS. 18 - Fix nettle compile. 19 2012 June 2018: Ralph 21 - Don't count CNAME response types received during qname minimisation as 22 query restart. 23 2412 June 2018: Wouter 25 - #4102 for NSD, but for Unbound. Named unix pipes do not use 26 certificate and key files, access can be restricted with file and 27 directory permissions. The option control-use-cert is no longer 28 used, and ignored if found in unbound.conf. 29 - Rename tls-additional-ports to tls-additional-port, because every 30 line adds one port. 31 - Fix buffer size warning in unit test. 32 - remade dependencies in the Makefile. 33 346 June 2018: Wouter 35 - Patch to fix openwrt for mac os build darwin detection in configure. 36 375 June 2018: Wouter 38 - Fix crash if ratelimit taken into use with unbound-control 39 instead of with unbound.conf. 40 414 June 2018: Wouter 42 - Fix deadlock caused by incoming notify for auth-zone. 43 - tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018, 44 trunk is 1.7.3 in development from this point. 45 - #4100: Fix stub reprime when it becomes useless. 46 471 June 2018: Wouter 48 - Rename additional-tls-port to tls-additional-ports. 49 The older name is accepted for backwards compatibility. 50 5130 May 2018: Wouter 52 - Patch from Syzdek: Add ability to ignore RD bit and treat all 53 requests as if the RD bit is set. 54 5529 May 2018: Wouter 56 - in compat/arc4random call getentropy_urandom when getentropy fails 57 with ENOSYS. 58 - Fix that fallback for windows port. 59 6028 May 2018: Wouter 61 - Fix windows tcp and tls spin on events. 62 - Add routine from getdns to add windows cert store to the SSL_CTX. 63 - tls-win-cert option that adds the system certificate store for 64 authenticating DNS-over-TLS connections. It can be used instead 65 of the tls-cert-bundle option, or with it to add certificates. 66 6725 May 2018: Wouter 68 - For TCP and TLS connections that don't establish, perform address 69 update in infra cache, so future selections can exclude them. 70 - Fix that tcp sticky events are removed for closed fd on windows. 71 - Fix close events for tcp only. 72 7324 May 2018: Wouter 74 - Fix that libunbound can do DNS-over-TLS, when configured. 75 - Fix that windows unbound service can use DNS-over-TLS. 76 - unbound-host initializes ssl (for potential DNS-over-TLS usage 77 inside libunbound), when ssl upstream or a cert-bundle is configured. 78 7923 May 2018: Wouter 80 - Use accept4 to speed up incoming TCP (and TLS) connections, 81 available on Linux, FreeBSD and OpenBSD. 82 8317 May 2018: Ralph 84 - Qname minimisation default changed to yes. 85 8615 May 2018: Wouter 87 - Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand. 88 8911 May 2018: Wouter 90 - Fix contrib/libunbound.pc for libssl libcrypto references, 91 from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914 92 937 May 2018: Wouter 94 - Fix windows to not have sticky TLS events for TCP. 95 - Fix read of DNS over TLS length and data in one read call. 96 - Fix mesh state assertion failure due to callback removal. 97 983 May 2018: Wouter 99 - Fix that configure --with-libhiredis also turns on cachedb. 100 - Fix gcc 8 buffer warning in testcode. 101 - Fix function type cast warning in libunbound context callback type. 102 1032 May 2018: Wouter 104 - Fix fail to reject dead peers in forward-zone, with ssl-upstream. 105 1061 May 2018: Wouter 107 - Fix that unbound-control reload frees the rrset keys and returns 108 the memory pages to the system. 109 11030 April 2018: Wouter 111 - Fix spelling error in man page and note defaults as no instead of 112 off. 113 11426 April 2018: Wouter 115 - Fix for crash in daemon_cleanup with dnstap during reload, 116 from Saksham Manchanda. 117 - Also that for dnscrypt. 118 - tag for 1.7.1rc1 release. Became 1.7.1 release on 3 May, trunk 119 is from here 1.7.2 in development. 120 12125 April 2018: Ralph 122 - Fix memory leak when caching wildcard records for aggressive NSEC use 123 12424 April 2018: Wouter 125 - Fix contrib/fastrpz.patch for this release. 126 - Fix auth https for libev. 127 12824 April 2018: Ralph 129 - Added root-key-sentinel support 130 13123 April 2018: Wouter 132 - makedist uses bz2 for expat code, instead of tar.gz. 133 - Fix #4092: libunbound: use-caps-for-id lacks colon in 134 config_set_option. 135 - auth zone http download stores exact copy of downloaded file, 136 including comments in the file. 137 - Fix sldns parse failure for CDS alternate delete syntax empty hex. 138 - Attempt for auth zone fix; add of callback in mesh gets from 139 callback does not skip callback of result. 140 - Fix cname classification with qname minimisation enabled. 141 - list_auth_zones unbound-control command. 142 14320 April 2018: Wouter 144 - man page documentation for dns-over-tls forward-addr '#' notation. 145 - removed free from failed parse case. 146 - Fix #4091: Fix that reload of auth-zone does not merge the zonefile 147 with the previous contents. 148 - Delete auth zone when removed from config. 149 15019 April 2018: Wouter 151 - Can set tls authentication with forward-addr: IP#tls.auth.name 152 And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem". 153 such as forward-addr: 9.9.9.9@853#dns.quad9.net or 154 1.1.1.1@853#cloudflare-dns.com 155 - Fix #658: unbound using TLS in a forwarding configuration does not 156 verify the server's certificate (RFC 8310 support). 157 - For addr with #authname and no @port notation, the default is 853. 158 15918 April 2018: Wouter 160 - Fix auth-zone retry timer to be on schedule with retry timeout, 161 with backoff. Also time a refresh at the zone expiry. 162 16317 April 2018: Wouter 164 - auth zone notify work. 165 - allow-notify: config statement for auth-zones. 166 - unit test for allow-notify 167 16816 April 2018: Wouter 169 - Fix auth zone target lookup iterator. 170 - auth zone notify with prefix 171 - auth zone notify work. 172 17313 April 2018: Wouter 174 - Fix for max include depth for authzones. 175 - Fix memory free on fail for $INCLUDE in authzone. 176 - Fix that an internal error to look up the wrong rr type for 177 auth zone gets stopped, before trying to send there. 178 - auth zone notify work. 179 18010 April 2018: Ralph 181 - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN 182 statistics counters. 183 18410 April 2018: Wouter 185 - documentation for low-rtt and low-rtt-pct. 186 - auth zone notify work. 187 1889 April 2018: Wouter 189 - Fix that flush_zone sets prefetch ttl expired, so that with 190 serve-expired enabled it'll start prefetching those entries. 191 - num.query.authzone.up and num.query.authzone.down statistics counters. 192 - Fix downstream auth zone, only fallback when auth zone fails to 193 answer and fallback is enabled. 194 - Accept both option names with and without colon for get_option 195 and set_option. 196 - low-rtt and low-rtt-pct in unbound.conf enable the server selection 197 of fast servers for some percentage of the time. 198 1995 April 2018: Wouter 200 - Combine write of tcp length and tcp query for dns over tls. 201 - nitpick fixes in example.conf. 202 - Fix above stub queries for type NS and useless delegation point. 203 - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3 204 tls_choose_sigalg routine does not allow the ciphers for the pipe, 205 so use TLSv1.2. 206 - ED448 support. 207 2083 April 2018: Wouter 209 - Fix #4043: make test fails due to v6 presentation issue in macOS. 210 - Fix unable to resolve after new WLAN connection, due to auth-zone 211 failing with a forwarder set. Now, auth-zone is only used for 212 answers (not referrals) when a forwarder is set. 213 21429 March 2018: Ralph 215 - Check "result" in dup_all(), by Florian Obser. 216 21723 March 2018: Ralph 218 - Fix unbound-control get_option aggressive-nsec 219 22021 March 2018: Ralph 221 - Do not use cached NSEC records to generate negative answers for 222 domains under DNSSEC Negative Trust Anchors. 223 22419 March 2018: Wouter 225 - iana port update. 226 22716 March 2018: Wouter 228 - corrected a minor typo in the changelog. 229 - move htobe64/be64toh portability code to cachedb.c. 230 23115 March 2018: Wouter 232 - Add --with-libhiredis, unbound support for a new cachedb backend 233 that uses a Redis server as the storage. This implementation 234 depends on the hiredis client library (https://redislabs.com/lp/hiredis/). 235 And unbound should be built with both --enable-cachedb and 236 --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h 237 should exist). Patch from Jinmei Tatuya (Infoblox). 238 - Fix #3817: core dump happens in libunbound delete, when queued 239 servfail hits deleted message queue. 240 - Create additional tls service interfaces by opening them on other 241 portnumbers and listing the portnumbers as additional-tls-port: nr. 242 24313 March 2018: Wouter 244 - Fix typo in documentation. 245 - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually 246 flushed with serve-expired on. 247 24812 March 2018: Wouter 249 - Added documentation for aggressive-nsec: yes. 250 - tag 1.7.0rc3. That became the 1.7.0 release on 15 Mar, trunk 251 now has 1.7.1 in development. 252 - Fix #3727: Protocol name is TLS, options have been renamed but 253 documentation is not consistent. 254 - Check IXFR start serial. 255 2569 March 2018: Wouter 257 - Fix #3598: Fix swig build issue on rhel6 based system. 258 configure --disable-swig-version-check stops the swig version check. 259 2608 March 2018: Wouter 261 - tag 1.7.0rc2. 262 2637 March 2018: Wouter 264 - Fixed contrib/fastrpz.patch, even though this already applied 265 cleanly for me, now also for others. 266 - patch to log creates keytag queries, from A. Schulze. 267 - patch suggested by Debian lintian: allow to -> allow one to, from 268 A. Schulze. 269 - Attempt to remove warning about trailing whitespace. 270 2716 March 2018: Wouter 272 - Reverted fix for #3512, this may not be the best way forward; 273 although it could be changed at a later time, to stay similar to 274 other implementations. 275 - svn trunk contains 1.7.0, this is the number for the next release. 276 - Fix for windows compile. 277 - tag 1.7.0rc1. 278 2795 March 2018: Wouter 280 - Fix to check define of DSA for when openssl is without deprecated. 281 - iana port update. 282 - Fix #3582: Squelch address already in use log when reuseaddr option 283 causes same port to be used twice for tcp connections. 284 28527 February 2018: Wouter 286 - Fixup contrib/fastrpz.patch so that it applies. 287 - Fix compile without threads, and remove unused variable. 288 - Fix compile with staticexe and python module. 289 - Fix nettle compile. 290 29122 February 2018: Ralph 292 - Save wildcard RRset from answer with original owner for use in 293 aggressive NSEC. 294 29521 February 2018: Wouter 296 - Fix #3512: unbound incorrectly reports SERVFAIL for CAA query 297 when there is a CNAME loop. 298 - Fix validation for CNAME loops. When it detects a cname loop, 299 by finding the cname, cname in the existing list, it returns 300 the partial result with the validation result up to then. 301 - more robust cachedump rrset routine. 302 30319 February 2018: Wouter 304 - Fix #3505: Documentation for default local zones references 305 wrong RFC. 306 - Fix #3494: local-zone noview can be used to break out of the view 307 to the global local zone contents, for queries for that zone. 308 - Fix for more maintainable code in localzone. 309 31016 February 2018: Wouter 311 - Fixes for clang static analyzer, the missing ; in 312 edns-subnet/addrtree.c after the assert made clang analyzer 313 produce a failure to analyze it. 314 31513 February 2018: Ralph 316 - Aggressive NSEC tests 317 31813 February 2018: Wouter 319 - tls-cert-bundle option in unbound.conf enables TLS authentication. 320 - iana port update. 321 32212 February 2018: Wouter 323 - Unit test for auth zone https url download. 324 32512 February 2018: Ralph 326 - Added tests with wildcard expanded NSEC records (CVE-2017-15105 test) 327 - Processed aggressive NSEC code review remarks Wouter 328 3298 February 2018: Ralph 330 - Aggressive use of NSEC implementation. Use cached NSEC records to 331 generate NXDOMAIN, NODATA and positive wildcard answers. 332 3338 February 2018: Wouter 334 - iana port update. 335 - auth zone url config. 336 3375 February 2018: Wouter 338 - Fix #3451: dnstap not building when you have a separate build dir. 339 And removed protoc warning, set dnstap.proto syntax to proto2. 340 - auth-zone provides a way to configure RFC7706 from unbound.conf, 341 eg. with auth-zone: name: "." for-downstream: no for-upstream: yes 342 fallback-enabled: yes and masters or a zonefile with data. 343 3442 February 2018: Wouter 345 - Fix unfreed locks in log and arc4random at exit of unbound. 346 - unit test with valgrind 347 - Fix lock race condition in dns cache dname synthesis. 348 - lock subnet new item before insertion to please checklocks, 349 no modification of critical regions outside of lock region. 350 3511 February 2018: Wouter 352 - fix unaligned structure making a false positive in checklock 353 unitialised memory. 354 35529 January 2018: Ralph 356 - Use NSEC with longest ce to prove wildcard absence. 357 - Only use *.ce to prove wildcard absence, no longer names. 358 35925 January 2018: Wouter 360 - ltrace.conf file for libunbound in contrib. 361 36223 January 2018: Wouter 363 - Fix that unbound-checkconf -f flag works with auto-trust-anchor-file 364 for startup scripts to get the full pathname(s) of anchor file(s). 365 - Print fatal errors about remote control setup before log init, 366 so that it is printed to console. 367 36822 January 2018: Wouter 369 - Accept tls-upstream in unbound.conf, the ssl-upstream keyword is 370 also recognized and means the same. Also for tls-port, 371 tls-service-key, tls-service-pem, stub-tls-upstream and 372 forward-tls-upstream. 373 - Fix #3397: Fix that cachedb could return a partial CNAME chain. 374 - Fix #3397: Fix that when the cache contains an unsigned DNAME in 375 the middle of a cname chain, a result without the DNAME could 376 be returned. 377 37819 January 2018: Wouter 379 - tag 1.6.8 for release with CVE fix. 380 - trunk has 1.6.9 with fix and previous commits. 381 - patch for CVE-2017-15105: vulnerability in the processing of 382 wildcard synthesized NSEC records. 383 - iana port update. 384 - make depend: code dependencies updated in Makefile. 385 3864 January 2018: Ralph 387 - Copy query and correctly set flags on REFUSED answers when cache 388 snooping is not allowed. 389 3903 January 2018: Ralph 391 - Fix queries being leaked above stub when refetching glue. 392 3932 January 2017: Wouter 394 - Fix that DS queries with referral replies are answered straight 395 away, without a repeat query picking the DS from cache. 396 The correct reply should have been an answer, the reply is fixed 397 by the scrubber to have the answer in the answer section. 398 - Remove clang optimizer disable, 399 Fix that expiration date checks don't fail with clang -O2. 400 40115 December 2017: Wouter 402 - Fix timestamp failure because of clang optimizer failure, by 403 disabling -O2 when the compiler --version is clang. 404 - iana port update. 405 - Also disable -flto for clang, to make incep-expi signature check 406 work. 407 40812 December 2017: Ralph 409 - Fix qname-minimisation documentation (A QTYPE, not NS) 410 41112 December 2017: Wouter 412 - authzone work, transfer connect. 413 4147 December 2017: Ralph 415 - Check whether --with-libunbound-only is set when using --with-nettle 416 or --with-nss. 417 4184 December 2017: Wouter 419 - Fix link failure on OmniOS. 420 4211 December 2017: Wouter 422 - auth zone work. 423 42430 November 2017: Wouter 425 - Fix #3299 - forward CNAME daisy chain is not working 426 42714 November 2017: Wouter 428 - Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is 429 set for stub zone. It no longer searches for DNSSEC information. 430 - auth xfer work on probe timer and lookup. 431 43213 November 2017: Wouter 433 - Fix #2801: Install libunbound.pc. 434 - Fix qname minimisation to send AAAA queries at zonecut like type A. 435 - reverted AAAA change. 436 4377 November 2017: Wouter 438 - Fix #2492: Documentation libunbound. 439 4403 November 2017: Wouter 441 - Fix #2362: TLS1.3/openssl-1.1.1 not working. 442 - Fix #2034 - Autoconf and -flto. 443 - Fix #2141 - for libsodium detect lack of entropy in chroot, print 444 a message and exit. 445 4462 November 2017: Wouter 447 - Fix #1913: ub_ctx_config is under circumstances thread-safe. 448 - make ip-transparent option work on OpenBSD. 449 45031 October 2017: Wouter 451 - Document that errno is left informative on libunbound config read 452 fail. 453 - lexer output. 454 - iana port update. 455 45625 October 2017: Ralph 457 - Fixed libunbound manual typo. 458 - Fix #1949: [dnscrypt] make provider name mismatch more obvious. 459 - Fix #2031: Double included headers 460 46124 October 2017: Ralph 462 - Update B root ipv4 address. 463 46419 October 2017: Wouter 465 - authzone work, probe timer setup. 466 46718 October 2017: Wouter 468 - lint for recent authzone commit. 469 47017 October 2017: Wouter 471 - Fix #1749: With harden-referral-path: performance drops, due to 472 circular dependency in NS and DS lookups. 473 - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert 474 duplicates 475 - [dnscrypt] introduce dnscrypt-provider-cert-rotated option, 476 from Manu Bretelle. 477 This option allows handling multiple cert/key pairs while only 478 distributing some of them. 479 In order to reliably match a client magic with a given key without 480 strong assumption as to how those were generated, we need both key and 481 cert. Likewise, in order to know which ES version should be used. 482 On the other hand, when rotating a cert, it can be desirable to only 483 serve the new cert but still be able to handle clients that are still 484 using the old certs's public key. 485 The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not 486 publish the cert as part of the DNS's provider_name's TXT answer. 487 - Better documentation for cache-max-negative-ttl. 488 - Work on local root zone code. 489 49010 October 2017: Wouter 491 - tag 1.6.7 492 - trunk has version 1.6.8. 493 4946 October 2017: Wouter 495 - Fix spelling in unbound-control man page. 496 4975 October 2017: Wouter 498 - Fix trust-anchor-signaling works in libunbound. 499 - Fix some more crpls in testdata for different signaling default. 500 - tag 1.6.7rc1 501 5025 October 2017: Ralph 503 - Set trust-anchor-signaling default to yes 504 - Use RCODE from A query on DNS64 synthesized answer. 505 5062 October 2017: Wouter 507 - Fix param unused warning for windows exportsymbol compile. 508 50925 September 2017: Ralph 510 - Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch 511 (by Danilo G. Baio). 512 51321 September 2017: Ralph 514 - Log name of looping module 515 51619 September 2017: Wouter 517 - use a cachedb answer even if it's "expired" when serve-expired is yes 518 (patch from Jinmei Tatuya). 519 - trigger refetching of the answer in that case (this will bypass 520 cachedb lookup) 521 - allow storing a 0-TTL answer from cachedb in the in-memory message 522 cache when serve-expired is yes 523 - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff. 524 52518 September 2017: Ralph 526 - Fix #1400: allowing use of global cache on ECS-forwarding unless 527 always-forward. 528 52918 September 2017: Wouter 530 - tag 1.6.6 (is 1.6.6rc2) 531 - Fix that looping modules always stop the query, and don't pass 532 control. 533 - Fix #1435: Please allow UDP to be disabled separately upstream and 534 downstream. 535 - Fix #1440: [dnscrypt] client nonce cache. 536 53715 September 2017: Wouter 538 - Fix unbound-host to report error for DNSSEC state of failed lookups. 539 - Spelling fixes, from Josh Soref. 540 54113 September 2017: Wouter 542 - tag 1.6.6rc2, became 1.6.6 on 18 sep. trunk 1.6.7 in development. 543 54412 September 2017: Wouter 545 - Add dns64 for client-subnet in unbound-checkconf. 546 5474 September 2017: Ralph 548 - Fix #1412: QNAME minimisation strict mode not honored 549 - Fix #1434: Fix windows openssl 1.1.0 linking. 550 5514 September 2017: Wouter 552 - tag 1.6.6rc1 553 - makedist fix for windows binaries, with openssl 1.1.0 windres fix, 554 and expat 2.2.4 install target fix. 555 5561 September 2017: Wouter 557 - Recommend 1472 buffer size in unbound.conf 558 55931 August 2017: Wouter 560 - Fix #1424: cachedb:testframe is not thread safe. 561 - For #1417: escape ; in dnscrypt tests. 562 - but reverted that, tests fails with that escape. 563 - Fix #1417: [dnscrypt] shared secret cache counters, and works when 564 dnscrypt is not enabled. And cache size configuration option. 565 - make depend 566 - Fix #1418: [ip ratelimit] initialize slabhash using 567 ip-ratelimit-slabs. 568 56930 August 2017: Wouter 570 - updated contrib/fastrpz.patch to apply with configparser changes. 571 - Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs. 572 57329 August 2017: Wouter 574 - Fix #1414: fix segfault on parse failure and log_replies. 575 - zero qinfo in handle_request, this zeroes local_alias and also the 576 qname member. 577 - new keys and certs for dnscrypt tests. 578 - fixup WKS test on buildhost without servicebyname. 579 58028 August 2017: Wouter 581 - Fix #1415: patch to free dnscrypt environment on reload. 582 - iana portlist update 583 - Fix #1415: [dnscrypt] shared secret cache, patch from 584 Manu Bretelle. 585 - Small fixes for the shared secret cache patch. 586 - Fix WKS records on kvm autobuild host, with default protobyname 587 entries for udp and tcp. 588 58923 August 2017: Wouter 590 - Fix #1407: Add ECS options check to unbound-checkconf. 591 - make depend 592 - Fix to reclaim tcp handler when it is closed due to dnscrypt buffer 593 allocation failure. 594 59522 August 2017: Wouter 596 - Fix install of trust anchor when two anchors are present, makes both 597 valid. Checks hash of DS but not signature of new key. This fixes 598 the root.key file if created when unbound is installed between 599 sep11 and oct11 2017. 600 - tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix). 601 - trunk version 1.6.6 in development. 602 - Fix issue on macOX 10.10 where TCP fast open is detected but not 603 implemented causing TCP to fail. The fix allows fallback to regular 604 TCP in this case and is also more robust for cases where connectx() 605 fails for some reason. 606 - Fix #1402: squelch invalid argument error for fd_set_block on windows. 607 60810 August 2017: Wouter 609 - Patch to show DNSCrypt status in help output, from Carsten 610 Strotmann. 611 6128 August 2017: Wouter 613 - Fix #1398: make cachedb secret configurable. 614 - Remove spaces from Makefile. 615 6167 August 2017: Wouter 617 - Fix #1397: Recursive DS lookups for AS112 zones names should recurse. 618 6193 August 2017: Ralph 620 - Remove unused iter_env member (ip6arpa_dname) 621 - Do not reset rrset.bogus stats when called using stats_noreset. 622 - Added stats for queries that have been ratelimited by domain 623 recursion. 624 - Do not add rrset_bogus and query ratelimiting stats per thread, these 625 module stats are global. 626 6273 August 2017: Wouter 628 - Fix #1394: mix of serve-expired and response-ip could cause a crash. 629 63024 July 2017: Wouter 631 - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), 632 config.sub(2016-09-05). 633 - annotate case statement fallthrough for gcc 7.1.1. 634 - flex output from flex 2.6.1. 635 - snprintf of thread number does not warn about truncated string. 636 - squelch TCP fast open error on FreeBSD when kernel has it disabled, 637 unless verbosity is high. 638 - remove warning from windows compile. 639 - Fix compile with libnettle 640 - Fix DSA configure switch (--disable dsa) for libnettle and libnss. 641 - Fix #1365: Add Ed25519 support using libnettle. 642 - iana portlist update 643 64417 July 2017: Wouter 645 - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya). 646 - Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor). 647 With the -p option unbound does not create a pidfile. 648 64911 July 2017: Wouter 650 - Fix #1344: RFC6761-reserved domains: test. and invalid. 651 - Redirect all localhost names to localhost address for RFC6761. 652 6536 July 2017: Wouter 654 - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg. 655 - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists).. 656 6574 July 2017: Wouter 658 - Fix 1332: Bump verbosity of failed chown'ing of the control socket. 659 6603 July 2017: Wouter 661 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned 662 on. 663 - Fix #1331: libunbound segfault in threaded mode when context is 664 deleted. 665 - Fix pythonmod link line option flag. 666 - Fix openssl 1.1.0 load of ssl error strings from ssl init. 667 66829 June 2017: Wouter 669 - Fix python example0 return module wait instead of error for pass. 670 - iana portlist update 671 - enhancement for hardened-tls for DNS over TLS. Removed duplicated 672 security settings. 673 67427 June 2017: Wouter 675 - Tag 1.6.4 is created with the 1.6.4rc2 contents. 676 - Trunk contains 1.6.5, with changes from 26, 27 june. 677 - Remove signed unsigned warning from authzone. 678 - Fix that infra cache host hash does not change after reconfig. 679 68026 June 2017: Wouter 681 - (for 1.6.5) 682 Better fixup of dnscrypt_cert_chacha test for different escapes. 683 - First fix for zero b64 and hex text zone format in sldns. 684 - unbound-control dump_infra prints port number for address if not 53. 685 68623 June 2017: Wouter 687 - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle). 688 68922 June 2017: Wouter 690 - Tag 1.6.4rc2 691 69222 June 2017: Ralph 693 - Added fastrpz patch to contrib 694 69521 June 2017: Wouter 696 - Fix #1316: heap read buffer overflow in parse_edns_options. 697 69820 June 2017: Wouter 699 - Fix warning in pythonmod under clang compiler. 700 - Tag 1.6.4rc1 701 - Fix lintian typo. 702 70316 June 2017: Ralph 704 - Fix #1277: disable domain ratelimit by setting value to 0. 705 70616 June 2017: Wouter 707 - Fix #1301: memory leak in respip and tests. 708 - Free callback in edns-subnetmod on exit and restart. 709 - Fix memory leak in sldns_buffer_new_frm_data. 710 - Fix memory leak in dnscrypt config read. 711 - Fix dnscrypt chacha cert support ifdefs. 712 - Fix dnscrypt chacha cert unit test escapes in grep. 713 - Remove asynclook tests that cause test and purifier problems. 714 - Fix to unlock view in view test. 715 71615 June 2017: Wouter 717 - Fix stub zone queries leaking to the internet for 718 harden-referral-path ns checks. 719 - Fix query for refetch_glue of stub leaking to internet. 720 72113 June 2017: Wouter 722 - Fix #1279: Memory leak on reload when python module is enabled. 723 - Fix #1280: Unbound fails assert when response from authoritative 724 contains malformed qname. When 0x20 caps-for-id is enabled, when 725 assertions are not enabled the malformed qname is handled correctly. 726 - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development. 727 - More fixes in depth for buffer checks in 0x20 qname checks. 728 72912 June 2017: Wouter 730 - Fix #1278: Incomplete wildcard proof. 731 7328 June 2017: Ralph 733 - Added domain name based ECS whitelist. 734 7358 June 2017: Wouter 736 - Detect chacha for dnscrypt at configure time. 737 - dnscrypt unit tests with chacha. 738 7397 June 2017: Wouter 740 - Fix that unbound-control can set val_clean_additional and val_permissive_mode. 741 - Add dnscrypt XChaCha20 tests. 742 7436 June 2017: Wouter 744 - Add an explicit type cast for TCP FASTOPEN fix. 745 - renumbering B-Root's IPv6 address to 2001:500:200::b. 746 - Fix #1275: cached data in cachedb is never used. 747 - Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher. 748 7491 June 2017: Ralph 750 - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths 751 (from Manu Bretelle). 752 7531 June 2017: Wouter 754 - Fix fastopen EPIPE fallthrough to perform connect. 755 75631 May 2017: Ralph 757 - Also use global local-zones when there is a matching view that does 758 not have any local-zone specified. 759 76031 May 2017: Wouter 761 - Fix #1273: cachedb.c doesn't compile with -Wextra. 762 - If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write. 763 76430 May 2017: Ralph 765 - Fix #1269: inconsistent use of built-in local zones with views. 766 - Add defaults for new local-zone trees added to views using 767 unbound-control. 768 76930 May 2017: Wouter 770 - Support for openssl EVP_DigestVerify. 771 - Support for the ED25519 algorithm with openssl (from openssl 1.1.1). 772 77329 May 2017: Wouter 774 - Fix assertion for low buffer size and big edns payload when worker 775 overrides udpsize. 776 77726 May 2017: Ralph 778 - Added redirect-bogus.patch to contrib directory. 779 78026 May 2017: Wouter 781 - Fix #1270: unitauth.c doesn't compile with higher warning level 782 and optimization 783 - exec_prefix is by default equal to prefix. 784 - printout localzone for duplicate local-zone warnings. 785 78624 May 2017: Wouter 787 - authzone cname chain, no rrset duplicates, wildcard doesn't change 788 rrsets added for cname chain. 789 79023 May 2017: Wouter 791 - first services/authzone check in, it compiles and reads and writes 792 zonefiles. 793 - iana portlist update 794 79522 May 2017: Wouter 796 - Fix #1268: SIGSEGV after log_reopen. 797 79818 May 2017: Wouter 799 - Fix #1265 to use /bin/kill. 800 - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs, 801 and compatibility with BoringSSL. 802 80317 May 2017: Wouter 804 - Fix #1265: contrib/unbound.service contains hardcoded path. 805 80617 May 2017: George 807 - Use qstate's region for IPSECKEY rrset (ipsecmod). 808 80916 May 2017: George 810 - Implemented opportunistic IPsec support module (ipsecmod). 811 - Some whitespace fixup. 812 81316 May 2017: Wouter 814 - updated dependencies in the makefile. 815 - document trust-anchor-signaling in example config file. 816 - updated configure, dependencies and flex output. 817 - better module memory lookup, fix of unbound-control shm names for 818 module memory printout of statistics. 819 - Fix type AVC sldns rrdef. 820 82112 May 2017: Wouter 822 - Adjust servfail by iterator to not store in cache when serve-expired 823 is enabled, to avoid overwriting useful information there. 824 - Fix queries for nameservers under a stub leaking to the internet. 825 8269 May 2017: Ralph 827 - Add 'c' to getopt() in testbound. 828 - iana portlist update 829 8308 May 2017: Wouter 831 - Fix tcp-mss failure printout text. 832 - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before 833 connect limited tcp connections. With the option tcp connections 834 can share the same source port (for different destinations). 835 8362 May 2017: Ralph 837 - Added mesh_add_sub to add detached mesh entries. 838 - Use mesh_add_sub for key tag signaling query. 839 8402 May 2017: Wouter 841 - Added test for leak of stub information. 842 - Fix sldns wire2str printout of RR type CAA tags. 843 - Fix sldns int16_data parse. 844 - Fix sldns parse and printout of TSIG RRs. 845 - sldns SMIMEA and AVC definitions, same as getdns definitions. 846 8471 May 2017: Wouter 848 - Fix #1259: "--disable-ecdsa" argument overwritten 849 by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c". 850 - iana portlist update 851 - Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start. 852 and fix that 64bit getting installed in C:\Program Files (x86). 853 85426 April 2017: Ralph 855 - Implemented trust anchor signaling using key tag query. 856 85726 April 2017: Wouter 858 - Based on #1257: check parse limit before t increment in sldns RR 859 string parse routine. 860 86124 April 2017: Wouter 862 - unbound-checkconf -o allows query of dnstap config variables. 863 Also unbound-control get_option. Also for dnscrypt. 864 - trunk contains 1.6.3 version number (changes from 1.6.2 back from 865 when the 1.6.2rc1 tag has been created). 866 86721 April 2017: Ralph 868 - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle). 869 - iana portlist update 870 87118 April 2017: Ralph 872 - Fix #1252: more indentation inconsistencies. 873 - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit(). 874 87513 April 2017: Ralph 876 - Added ECS unit test (from Manu Bretelle). 877 - ECS documentation fix (from Manu Bretelle). 878 87913 April 2017: Wouter 880 - Fix #1250: inconsistent indentation in services/listen_dnsport.c. 881 - tag for 1.6.2rc1 882 - (for 1.6.3:) unbound.h exports the shm stats structures. They use 883 type long long and no ifdefs, and ub_ before the typenames. 884 88512 April 2017: Wouter 886 - subnet mem value is available in shm, also when not enabled, 887 to make the struct easier to memmap by other applications, 888 independent of the configuration of unbound. 889 89012 April 2017: Ralph 891 - Fix #1247: unbound does not shorten source prefix length when 892 forwarding ECS. 893 - Properly check for allocation failure in local_data_find_tag_datas. 894 - Fix #1249: unbound doesn't return FORMERR to bogus ECS. 895 - Set SHM ECS memory usage to 0 when module not loaded. 896 89711 April 2017: Ralph 898 - Display ECS module memory usage. 899 90010 April 2017: Wouter 901 - harden-algo-downgrade: no also makes unbound more lenient about 902 digest algorithms in DS records. 903 90410 April 2017: Ralph 905 - Remove ECS option after REFUSED answer. 906 - Fix small memory leak in edns_opt_copy_alloc. 907 - Respip dereference after NULL check. 908 - Zero initialize addrtree allocation. 909 - Use correct identifier for SHM destroy. 910 9117 April 2017: George 912 - Fix pythonmod for cb changes. 913 - Some whitespace fixup. 914 9157 April 2017: Ralph 916 - Unlock view in respip unit test 917 9186 April 2017: Ralph 919 - Generalise inplace callback (de)registration 920 - (de)register inplace callbacks for module id 921 - No unbound-control set_option for ECS options 922 - Deprecated client-subnet-opcode config option 923 - Introduced client-subnet-always-forward config option 924 - Changed max-client-subnet-ipv6 default to 56 (as in RFC) 925 - Removed extern ECS config options 926 - module_restart_next now calls clear on all following modules 927 - Also create ECS module qstate on module_event_pass event 928 - remove malloc from inplace_cb_register 929 9306 April 2017: Wouter 931 - Small fixup for documentation. 932 - iana portlist update 933 - Fix respip for braces when locks arent used. 934 - Fix pythonmod for cb changes. 935 9364 April 2017: Wouter 937 - Fix #1244: document that use of chroot requires trust anchor file to 938 be under chroot. 939 - iana portlist update 940 9413 April 2017: Ralph 942 - Do not add current time twice to TTL before ECS cache store. 943 - Do not touch rrset cache after ECS cache message generation. 944 - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode. 945 9463 April 2017: Wouter 947 - Fix #1217: Add metrics to unbound-control interface showing 948 crypted, cert request, plaintext and malformed queries (from 949 Manu Bretelle). 950 - iana portlist update 951 95227 March 2017: Wouter 953 - Remove (now unused) event2 include from dnscrypt code. 954 95524 March 2017: George 956 - Fix to prevent non-referal query from being cached as referal when the 957 no_cache_store flag was set. 958 95923 March 2017: Wouter 960 - Fix #1239: configure fails to find python distutils if python 961 prints warning. 962 96322 March 2017: Wouter 964 - Fix #1238: segmentation fault when adding through the remote 965 interface a per-view local zone to a view with no previous 966 (configured) local zones. 967 - Fix #1229: Systemd service sandboxing, options in wrong sections. 968 96921 March 2017: Ralph 970 - Merge EDNS Client subnet implementation from feature branch into main 971 branch, using new EDNS processing framework. 972 97321 March 2017: Wouter 974 - Fix doxygen for dnscrypt files. 975 97620 March 2017: Wouter 977 - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then 978 enabled in the config file from Manu Bretelle. 979 - make depend, autoconf, remove warnings about statement before var. 980 - lru_demote and lruhash_insert_or_retrieve functions for getdns. 981 - fixup for lruhash (whitespace and header file comment). 982 - dnscrypt tests. 983 98417 March 2017: Wouter 985 - Patch for view functionality for local-data-ptr from Björn Ketelaars. 986 - Fix #1237 - Wrong resolving in chain, for norec queries that get 987 SERVFAIL returned. 988 98916 March 2017: Wouter 990 - Fix that SHM is not inited if not enabled. 991 - Add trustanchor.unbound CH TXT that gets a response with a number 992 of TXT RRs with a string like "example.com. 2345 1234" with 993 the trust anchors and their keytags. 994 - Fix that looped DNAMEs do not cause unbound to spend effort. 995 - trustanchor tags are sorted. reusable routine to fetch taglist. 996 99713 March 2017: Wouter 998 - testbound understands Deckard MATCH rcode question answer commands. 999 - Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead 1000 of YXDOMAIN + query loop, reported by Petr Spacek. 1001 100210 March 2017: Wouter 1003 - Fix #1234: shortening DNAME loop produces duplicate DNAME records 1004 in ANSWER section. 1005 10069 March 2017: Wouter 1007 - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and 1008 DS records. NSEC3 is not disabled. 1009 - fake-sha1 test option; print warning if used. To make unit tests. 1010 - unbound-control list local zone and data commands listed in the 1011 help output. 1012 10138 March 2017: Wouter 1014 - make depend for build dependencies. 1015 - swig version 2.0.1 required. 1016 - fix enum conversion warnings 1017 10187 March 2017: Wouter 1019 - Fix #1230: swig version 2.0.0 is required for pythonmod, with 1020 1.3.40 it crashes when running repeatly unbound-control reload. 1021 - Response actions based on IP address from Jinmei Tatuya (Infoblox). 1022 10236 March 2017: Wouter 1024 - Fix #1229: Systemd service sandboxing in contrib/unbound.service. 1025 - iana portlist update 1026 102728 February 2017: Ralph 1028 - Fix testpkts.c, check if DO bit is set, not only if there is an OPT 1029 record. 1030 103128 February 2017: Wouter 1032 - For #1227: if we have sha256, set the cipher list to have no 1033 known vulns. 1034 103527 February 2017: Wouter 1036 - Fix #1227: Fix that Unbound control allows weak ciphersuits. 1037 - Fix #1226: provide official 32bit binary for windows. 1038 103924 February 2017: Wouter 1040 - include sys/time.h for new shm code on NetBSD. 1041 104223 February 2017: Wouter 1043 - Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to 1044 redirect. 1045 - Patch from Luiz Fernando Softov for Stats Shared Memory. 1046 - unbound-control stats_shm command prints stats using shared memory, 1047 which uses less cpu. 1048 - make depend, autoconf, doxygen and lint fixed up. 1049 105022 February 2017: Wouter 1051 - Fix #1224: Fix that defaults should not fall back to "Program Files 1052 (x86) if Unbound is 64bit by default on windows. 1053 105421 February 2017: Wouter 1055 - iana portlist update 1056 105716 February 2017: Wouter 1058 - sldns updated for vfixed and buffer resize indication from getdns. 1059 106015 February 2017: Wouter 1061 - sldns has ED25519 and ED448 algorithm number and name for display. 1062 106314 February 2017: Wouter 1064 - tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2 1065 106613 February 2017: Wouter 1067 - Fix autoconf of systemd check for lack of pkg-config. 1068 106910 February 2017: Wouter 1070 - Fix pythonmod for typedef changes. 1071 - Fix dnstap for warning of set but not used. 1072 - tag 1.6.1rc2. 1073 10749 February 2017: Wouter 1075 - tag 1.6.1rc1. 1076 10778 February 2017: Wouter 1078 - Fix for type name change and fix warning on windows compile. 1079 10807 February 2017: Wouter 1081 - Include root trust anchor id 20326 in unbound-anchor. 1082 10836 February 2017: Wouter 1084 - Fix compile on solaris of the fix to use $host detect. 1085 10864 February 2017: Wouter 1087 - fix root_anchor test for updated icannbundle.pem lower certificates. 1088 108926 January 2017: Wouter 1090 - Fix 1211: Fix can't enable interface-automatic if no IPv6 with 1091 more helpful error message. 1092 109320 January 2017: Wouter 1094 - Increase MAX_MODULE to 16. 1095 109619 January 2017: Wouter 1097 - Fix to Rename ub_callback_t to ub_callback_type, because POSIX 1098 reserves _t typedefs. 1099 - Fix to rename internally used types from _t to _type, because _t 1100 type names are reserved by POSIX. 1101 - iana portlist update 1102 110312 January 2017: Wouter 1104 - Fix to also block meta types 128 through to 248 with formerr. 1105 - Fix #1206: Some view-related commands are missing from 'unbound-control -h' 1106 11079 January 2017: Wouter 1108 - Fix #1202: Fix code comment that packed_rrset_data is not always 1109 'packed'. 1110 11116 January 2017: Wouter 1112 - Fix #1201: Fix missing unlock in answer_from_cache error condition. 1113 11145 January 2017: Wouter 1115 - Fix to return formerr for queries for meta-types, to avoid 1116 packet amplification if this meta-type is sent on to upstream. 1117 - Fix #1184: Log DNS replies. This includes the same logging 1118 information that DNS queries and response code and response size, 1119 patch from Larissa Feng. 1120 - Fix #1187: Source IP rate limiting, patch from Larissa Feng. 1121 11223 January 2017: Wouter 1123 - configure --enable-systemd and lets unbound use systemd sockets if 1124 you enable use-systemd: yes in unbound.conf. 1125 Also there are contrib/unbound.socket and contrib/unbound.service: 1126 systemd files for unbound, install them in /usr/lib/systemd/system. 1127 Contributed by Sami Kerola and Pavel Odintsov. 1128 - Fix reload chdir failure when also chrooted to that directory. 1129 11302 January 2017: Wouter 1131 - Fix #1194: Cross build fails when $host isn't `uname` for getentropy. 1132 113323 December 2016: Ralph 1134 - Fix #1190: Do not echo back EDNS options in local-zone error response. 1135 - iana portlist update 1136 113721 December 2016: Ralph 1138 - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built 1139 with Nettle 1140 114119 December 2016: Ralph 1142 - Fix #1191: remove comment about view deletion. 1143 114415 December 2016: Wouter 1145 - iana portlist update 1146 - 64bit is default for windows builds. 1147 - Fix inet_ntop and inet_pton warnings in windows compile. 1148 114914 December 2016: Wouter 1150 - Fix #1178: attempt to fix setup error at end, pop result values 1151 at end of install. 1152 115313 December 2016: Wouter 1154 - Fix #1182: Fix Resource leak (socket), at startup. 1155 - Fix unbound-control and ipv6 only. 1156 11579 December 2016: Wouter 1158 - Fix #1176: stack size too small for Alpine Linux. 1159 11608 December 2016: Wouter 1161 - Fix downcast warnings from visual studio in sldns code. 1162 - tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1. 1163 11647 December 2016: Ralph 1165 - Add DSA support for OpenSSL 1.1.0 1166 - Fix remote control without cert for LibreSSL 1167 11686 December 2016: George 1169 - Added generic EDNS code for registering known EDNS option codes, 1170 bypassing the cache response stage and uniquifying mesh states. Four EDNS 1171 option lists were added to module_qstate (module_qstate.edns_opts_*) to 1172 store EDNS options from/to front/back side. 1173 - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that 1174 control the modules' cache interactions. 1175 - Added code for registering inplace callback functions. The registered 1176 functions can be called just before replying with local data or Chaos, 1177 replying from cache, replying with SERVFAIL, replying with a resolved 1178 query, sending a query to a nameserver. The functions can inspect the 1179 available data and maybe change response/query related data (i.e. append 1180 EDNS options). 1181 - Updated Python module for the above. 1182 - Updated Python documentation. 1183 11845 December 2016: Ralph 1185 - Fix #1173: differ local-zone type deny from unset 1186 tag_actions element. 1187 11885 December 2016: Wouter 1189 - Fix #1170: document that 'inform' local-zone uses local-data. 1190 11911 December 2016: Ralph 1192 - hyphen as minus fix, by Andreas Schulze 1193 119430 November 2016: Ralph 1195 - Added local-zones and local-data bulk addition and removal 1196 functionality in unbound-control (local_zones, local_zones_remove, 1197 local_datas and local_datas_remove). 1198 - iana portlist update 1199 120029 November 2016: Wouter 1201 - version 1.6.0 is in the development branch. 1202 - braces in view.c around lock statements. 1203 120428 November 2016: Wouter 1205 - new install-sh. 1206 120725 November 2016: Wouter 1208 - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by 1209 using no encryption over the unix socket. 1210 121122 Novenber 2016: Ralph 1212 - Make access-control-tag-data RDATA absolute. This makes the RDATA 1213 origin consistent between local-data and access-control-tag-data. 1214 - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a 1215 subdomain of the NSEC owner. 1216 - QNAME minimisation uses QTYPE=A, therefore always check cache for 1217 this type in harden-below-nxdomain functionality. 1218 - Added unit test for QNAME minimisation + harden below nxdomain 1219 synergy. 1220 122122 November 2016: Wouter 1222 - iana portlist update. 1223 - Fix unit tests for DS hash processing for fake-dsa test option. 1224 - patch from Dag-Erling Smorgrav that removes code that relies 1225 on sbrk(). 1226 122721 November 2016: Wouter 1228 - Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing 1229 Underneath" for the harden-below-nxdomain option. 1230 123110 November 2016: Ralph 1232 - Fix #1155: test status code of unbound-control in 04-checkconf, 1233 not the status code from the tee command. 1234 12354 November 2016: Ralph 1236 - Added stub-ssl-upstream and forward-ssl-upstream options. 1237 12384 November 2016: Wouter 1239 - configure detects ssl security level API function in the autoconf 1240 manner. Every function on its own, so that other libraries (eg. 1241 LibreSSL) can develop their API without hindrance. 1242 - Fix #1154: segfault when reading config with duplicate zones. 1243 - Note that for harden-below-nxdomain the nxdomain must be secure, 1244 this means nsec3 with optout is insufficient. 1245 12463 November 2016: Ralph 1247 - Set OpenSSL security level to 0 when using aNULL ciphers. 1248 12493 November 2016: Wouter 1250 - .gitattributes line for githubs code language display. 1251 - log-identity: config option to set sys log identity, patch from 1252 "Robin H. Johnson" <robbat2@gentoo.org> 1253 12542 November 2016: Wouter 1255 - iana portlist update. 1256 125731 October 2016: Wouter 1258 - Fix failure to build on arm64 with no sbrk. 1259 - iana portlist update. 1260 126128 October 2016: Wouter 1262 - Patch for server.num.zero_ttl stats for count of expired replies, 1263 from Pavel Odintsov. 1264 126526 October 2016: Wouter 1266 - Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled 1267 with the undocumented switch 'fake-dsa'. It logs a warning. 1268 126925 October 2016: Wouter 1270 - Fix #1134: unbound-control set_option -- val-override-date: -1 works 1271 immediately to ignore datetime, or back to 0 to enable it again. 1272 The -- is to ignore the '-1' as an option flag. 1273 127424 October 2016: Wouter 1275 - serve-expired config option: serve expired responses with TTL 0. 1276 - g.root-servers.net has AAAA address. 1277 127821 October 2016: Wouter 1279 - Ported tests for local_cname unit test to testbound framework. 1280 128120 October 2016: Wouter 1282 - suppress compile warning in lex files. 1283 - init lzt variable, for older gcc compiler warnings. 1284 - fix --enable-dsa to work, instead of copying ecdsa enable. 1285 - Fix DNSSEC validation of query type ANY with DNAME answers. 1286 - Fixup query_info local_alias init. 1287 128819 October 2016: Wouter 1289 - Fix #1130: whitespace in example.conf.in more consistent. 1290 129118 October 2016: Wouter 1292 - Patch that resolves CNAMEs entered in local-data conf statements that 1293 point to data on the internet, from Jinmei Tatuya (Infoblox). 1294 - Removed patch comments from acllist.c and msgencode.c 1295 - Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf, 1296 from Jinmei Tatuya (Infoblox). 1297 - Fix #1125: unbound could reuse an answer packet incorrectly for 1298 clients with different EDNS parameters, from Jinmei Tatuya. 1299 - Fix #1118: libunbound.pc sets strange Libs, Libs.private values. 1300 - Added Requires line to libunbound.pc 1301 - Please doxygen by modifying mesh.h 1302 130317 October 2016: Wouter 1304 - Re-fix #839 from view commit overwrite. 1305 - Fixup const void cast warning. 1306 130712 October 2016: Ralph 1308 - Free view config elements. 1309 131011 October 2016: Ralph 1311 - Added qname-minimisation-strict config option. 1312 - iana portlist update. 1313 - fix memoryleak logfile when in debug mode. 1314 13155 October 2016: Ralph 1316 - Added views functionality. 1317 - Fix #1117: spelling errors, from Robert Edmonds. 1318 131930 September 2016: Wouter 1320 - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav. 1321 132229 September 2016: Wouter 1323 - Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX. 1324 - Fix #839: Memory grows unexpectedly with large RPZ files. 1325 - Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile. 1326 - Fix #841: big local-zone's make it consume large amounts of memory. 1327 132827 September 2016: Wouter 1329 - tag for 1.5.10 release 1330 - trunk contains 1.5.11 in development. 1331 - Fix dnstap relaying "random" messages instead of resolver/forwarder 1332 responses, from Nikolay Edigaryev. 1333 - Fix #836: unbound could echo back EDNS options in an error response. 1334 133520 September 2016: Wouter 1336 - iana portlist update. 1337 - Fix #835: fix --disable-dsa with nettle verify. 1338 - tag for 1.5.10rc1 release. 1339 134015 September 2016: Wouter 1341 - Fix 883: error for duplicate local zone entry. 1342 - Test for openssl init_crypto and init_ssl functions. 1343 134415 September 2016: Ralph 1345 - fix potential memory leak in daemon/remote.c and nullpointer 1346 dereference in validator/autotrust. 1347 - iana portlist update. 1348 134913 September 2016: Wouter 1350 - Silenced flex-generated sign-unsigned warning print with gcc 1351 diagnostic pragma. 1352 - Fix for new splint on FreeBSD. Fix cast for sockaddr_un.sun_len. 1353 13549 September 2016: Wouter 1355 - Fix #831: workaround for spurious fread_chk warning against petal.c 1356 13575 September 2016: Ralph 1358 - Take configured minimum TTL into consideration when reducing TTL 1359 to original TTL from RRSIG. 1360 13615 September 2016: Wouter 1362 - Fix #829: doc of sldns_wire2str_rdata_buf() return value has an 1363 off-by-one typo, from Jinmei Tatuya (Infoblox). 1364 - Fix incomplete prototypes reported by Dag-Erling Smørgrav. 1365 - Fix #828: missing type in access-control-tag-action redirect results 1366 in NXDOMAIN. 1367 13682 September 2016: Wouter 1369 - Fix compile with openssl 1.1.0 with api=1.1.0. 1370 13711 September 2016: Wouter 1372 - RFC 7958 is now out, updated docs for unbound-anchor. 1373 - Fix for compile without warnings with openssl 1.1.0. 1374 - Fix #826: Fix refuse_non_local could result in a broken response. 1375 - iana portlist update. 1376 137729 August 2016: Wouter 1378 - Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A. 1379 Siewior. 1380 - Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e. 1381 138225 August 2016: Ralph 1383 - Clarify local-zone-override entry in unbound.conf.5 1384 138525 August 2016: Wouter 1386 - 64bit build option for makedist windows compile, -w64. 1387 138824 August 2016: Ralph 1389 - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter 1390 in each iteration in find_tag_datas(). 1391 - unbound.conf.5 entries for define-tag, access-control-tag, 1392 access-control-tag-action, access-control-tag-data, local-zone-tag, 1393 and local-zone-override. 1394 139523 August 2016: Wouter 1396 - Fix #804: unbound stops responding after outage. Fixes queries 1397 that attempt to wait for an empty list of subqueries. 1398 - Fix #804: lower num_target_queries for iterator also for failed 1399 lookups. 1400 14018 August 2016: Wouter 1402 - Note that OPENPGPKEY type is RFC 7929. 1403 14044 August 2016: Wouter 1405 - Fix #807: workaround for possible some "unused" function parameters 1406 in test code, from Jinmei Tatuya. 1407 14083 August 2016: Wouter 1409 - use sendmsg instead of sendto for TFO. 1410 141128 July 2016: Wouter 1412 - Fix #806: wrong comment removed. 1413 141426 July 2016: Wouter 1415 - nicer ratelimit-below-domain explanation. 1416 141722 July 2016: Wouter 1418 - Fix #801: missing error condition handling in 1419 daemon_create_workers(). 1420 - Fix #802: workaround for function parameters that are "unused" 1421 without log_assert. 1422 - Fix #803: confusing (and incorrect) code comment in daemon_cleanup(). 1423 142420 July 2016: Wouter 1425 - Fix typo in unbound.conf. 1426 142718 July 2016: Wouter 1428 - Fix #798: Client-side TCP fast open fails (Linux). 1429 143014 July 2016: Wouter 1431 - TCP Fast open patch from Sara Dickinson. 1432 - Fixed unbound.doxygen for 1.8.11. 1433 14347 July 2016: Wouter 1435 - access-control-tag-data implemented. verbose(4) prints tag debug. 1436 14375 July 2016: Wouter 1438 - Fix dynamic link of anchor-update.exe on windows. 1439 - Fix detect of mingw for MXE package build. 1440 - Fixes for 64bit windows compile. 1441 - Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and 1442 --with-libunbound-only --with-nettle. 1443 14444 July 2016: Wouter 1445 - For #787: prefer-ip6 option for unbound.conf prefers to send 1446 upstream queries to ipv6 servers. 1447 - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux 1448 freebind to use 64bits of entropy for every query with random local 1449 part. 1450 145130 June 2016: Wouter 1452 - Document always_transparent, always_refuse, always_nxdomain types. 1453 145429 June 2016: Wouter 1455 - Fix static compile on windows missing gdi32. 1456 145728 June 2016: Wouter 1458 - Create a pkg-config file for libunbound in contrib. 1459 146027 June 2016: Wouter 1461 - Fix #784: Build configure assumess that having getpwnam means there 1462 is endpwent function available. 1463 - Updated repository with newer flex and bison output. 1464 146524 June 2016: Ralph 1466 - Possibility to specify local-zone type for an acl/tag pair 1467 - Possibility to specify (override) local-zone type for a source address 1468 block 146916 June 2016: Ralph 1470 - Decrease dp attempts at each QNAME minimisation iteration 1471 147216 June 2016: Wouter 1473 - Fix tcp timeouts in tv.usec. 1474 147515 June 2016: Wouter 1476 - TCP_TIMEOUT is specified in milliseconds. 1477 - If more than half of tcp connections are in use, a shorter timeout 1478 is used (200 msec, vs 2 minutes) to pressure tcp for new connects. 1479 148014 June 2016: Ralph 1481 - QNAME minimisation unit test for dropped QTYPE=A queries. 1482 148314 June 2016: Wouter 1484 - Fix 775: unbound-host and unbound-anchor crash on windows, ignore 1485 null delete for wsaevent. 1486 - Fix spelling in freebind option man page text. 1487 - Fix windows link of ssl with crypt32. 1488 - Fix 779: Union casting is non-portable. 1489 - Fix 780: MAP_ANON not defined in HP-UX 11.31. 1490 - Fix 781: prealloc() is an HP-UX system library call. 1491 149213 June 2016: Ralph 1493 - Use QTYPE=A for QNAME minimisation. 1494 - Keep track of number of time-outs when performing QNAME minimisation. 1495 Stop minimising when number of time-outs for a QNAME/QTYPE pair is 1496 more than three. 1497 149813 June 2016: Wouter 1499 - Fix #778: unbound 1.5.9: -h segfault (null deref). 1500 - Fix directory: fix for unbound-checkconf, it restores cwd. 1501 150210 June 2016: Wouter 1503 - And delete service.conf.shipped on uninstall. 1504 - In unbound.conf directory: dir immediately changes to that directory, 1505 so that include: file below that is relative to that directory. 1506 With chroot, make the directory an absolute path inside chroot. 1507 - keep debug symbols in windows build. 1508 - do not delete service.conf on windows uninstall. 1509 - document directory immediate fix and allow EXECUTABLE syntax in it 1510 on windows. 1511 15129 June 2016: Wouter 1513 - Trunk is called 1.5.10 (with previous fixes already in there to 2 1514 june). 1515 - Revert fix for NetworkService account on windows due to breakage 1516 it causes. 1517 - Fix that windows install will not overwrite existing service.conf 1518 file (and ignore gui config choices if it exists). 1519 15207 June 2016: Ralph 1521 - Lookup localzones by taglist from acl. 1522 - Possibility to lookup local_zone, regardless the taglist. 1523 - Added local_zone/taglist/acl unit test. 1524 15257 June 2016: Wouter 1526 - Fix #773: Non-standard Python location build failure with pyunbound. 1527 - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures. 1528 15296 June 2016: Wouter 1530 - Better help text from -h (from Ray Griffith). 1531 - access-control-tag config directive. 1532 - local-zone-override config directive. 1533 - access-control-tag-action and access-control-tag-data config 1534 directives. 1535 - free acl-tags, acltag-action and acltag-data config lists during 1536 initialisation to free up memory for more entries. 1537 15383 June 2016: Wouter 1539 - Fix to not ignore return value of chown() in daemon startup. 1540 15412 June 2016: Wouter 1542 - Fix libubound for edns optlist feature. 1543 - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc. 1544 - Fix #752: retry resource temporarily unavailable on control pipe. 1545 - un-document localzone tags. 1546 - tag for release 1.5.9rc1. 1547 And this also became release 1.5.9. 1548 - Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to 1549 Program Files with (x86) appended. 1550 - re-documented localzone tags in example.conf. 1551 155231 May 2016: Wouter 1553 - Fix windows service to be created run with limited rights, as a 1554 network service account, from Mario Turschmann. 1555 - compat strsep implementation. 1556 - generic edns option parse and store code. 1557 - and also generic edns options for upstream messages (and replies). 1558 after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID), 1559 to insert use edns_opt_append(edns, region, code, len, bindata) on 1560 the opt_list passed to send_query, or in edns_opt_inplace_reply. 1561 156230 May 2016: Wouter 1563 - Fix time in case answer comes from cache in ub_resolve_event(). 1564 - Attempted fix for #765: _unboundmodule missing for python3. 1565 156627 May 2016: Wouter 1567 - Fix #770: Small subgroup attack on DH used in unix pipe on localhost 1568 if unbound control uses a unix local named pipe. 1569 - Document write permission to directory of trust anchor needed. 1570 - Fix #768: Unbound Service Sometimes Can Not Shutdown 1571 Completely, WER Report Shown Up. Close handle before closing WSA. 1572 157326 May 2016: Wouter 1574 - Updated patch from Charles Walker. 1575 157624 May 2016: Wouter 1577 - disable-dnssec-lame-check config option from Charles Walker. 1578 - remove memory leak from lame-check patch. 1579 - iana portlist update. 1580 158123 May 2016: Wouter 1582 - Fix #767: Reference to an expired Internet-Draft in 1583 harden-below-nxdomain documentation. 1584 158520 May 2016: Ralph 1586 - No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 1587 signed zones. 1588 - iana portlist update. 1589 159019 May 2016: Wouter 1591 - Fix #766: dns64 should synthesize results on timeout/errors. 1592 159318 May 2016: Wouter 1594 - Fix #761: DNSSEC LAME false positive resolving nic.club. 1595 159617 May 2016: Wouter 1597 - trunk updated with output of flex 2.6.0. 1598 15996 May 2016: Wouter 1600 - Fix memory leak in out-of-memory conditions of local zone add. 1601 160229 April 2016: Wouter 1603 - Fix sldns with static checking fixes copied from getdns. 1604 160528 April 2016: Wouter 1606 - Fix #759: 0x20 capsforid no longer checks type PTR, for 1607 compatibility with cisco dns guard. This lowers false positives. 1608 160918 April 2016: Wouter 1610 - Fix some malformed reponses to edns queries get fallback to nonedns. 1611 161215 April 2016: Wouter 1613 - cachedb module event handling design. 1614 161514 April 2016: Wouter 1616 - cachedb module framework (empty). 1617 - iana portlist update. 1618 161912 April 2016: Wouter 1620 - Fix #753: document dump_requestlist is for first thread. 1621 162224 March 2016: Wouter 1623 - Document permit-small-holddown for 5011 debug. 1624 - Fix #749: unbound-checkconf gets SIGSEGV when use against a 1625 malformatted conf file. 1626 162723 March 2016: Wouter 1628 - OpenSSL 1.1.0 portability, --disable-dsa configure option. 1629 163021 March 2016: Wouter 1631 - Fix compile of getentropy_linux for SLES11 servicepack 4. 1632 - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 1633 - Fix test for openssl to use HMAC_Update for 1.1.0. 1634 - acx_nlnetlabs.m4 to v33, with HMAC_Update. 1635 - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto. 1636 - ERR_remove_state deprecated since openssl 1.0.0. 1637 - OPENSSL_config is deprecated, removing. 1638 163918 March 2016: Ralph 1640 - Validate QNAME minimised NXDOMAIN responses. 1641 - If QNAME minimisation is enabled, do cache lookup for QTYPE NS in 1642 harden-below-nxdomain. 1643 164417 March 2016: Ralph 1645 - Limit number of QNAME minimisation iterations. 1646 164717 March 2016: Wouter 1648 - Fix #746: Fix unbound sets CD bit on all forwards. 1649 If no trust anchors, it'll not set CD bit when forwarding to another 1650 server. If a trust anchor, no CD bit on the first attempt to a 1651 forwarder, but CD bit thereafter on repeated attempts to get DNSSEC. 1652 - iana portlist update. 1653 165416 March 2016: Wouter 1655 - Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma. 1656 - Fix ip-transparent for tcp on freebsd. 1657 165815 March 2016: Wouter 1659 - ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for 1660 binding to an IP address while the interface or address is down. 1661 166214 March 2016: Wouter 1663 - Fix warnings in ifdef corner case, older or unknown libevent. 1664 - Fix compile for ub_event code with older libev. 1665 166611 March 2016: Wouter 1667 - Remove warning about unused parameter in event_pluggable.c. 1668 - Fix libev usage of dispatch return value. 1669 - No side effects in tolower() call, in case it is a macro. 1670 - For test put free in pluggable api in parenthesis. 1671 167210 March 2016: Wouter 1673 - Fixup backend2str for libev. 1674 167509 March 2016: Willem 1676 - User defined pluggable event API for libunbound 1677 - Fixup of compile fix for pluggable event API from P.Y. Adi 1678 Prasaja. 1679 168009 March 2016: Wouter 1681 - Updated configure and ltmain.sh. 1682 - Updated L root IPv6 address. 1683 168407 March 2016: Wouter 1685 - Fix #747: assert in outnet_serviced_query_stop. 1686 - iana ports fetched via https. 1687 - iana portlist update. 1688 168903 March 2016: Wouter 1690 - configure tests for the weak attribute support by the compiler. 1691 169202 March 2016: Wouter 1693 - 1.5.8 release tag 1694 - trunk contains 1.5.9 in development. 1695 - iana portlist update. 1696 - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname 1697 contains trailing dot. 1698 169924 February 2016: Wouter 1700 - Fix OpenBSD asynclook lock free that gets used later (fix test code). 1701 - Fix that NSEC3 negative cache is used when there is no salt. 1702 170323 February 2016: Wouter 1704 - ub_ctx_set_stub() function for libunbound to config stub zones. 1705 - sorted ubsyms.def file with exported libunbound functions. 1706 170719 February 2016: Wouter 1708 - Print understandable debug log when unusable DS record is seen. 1709 - load gost algorithm if digest is seen before key algorithm. 1710 - iana portlist update. 1711 171217 February 2016: Wouter 1713 - Fix that "make install" fails due to "text file busy" error. 1714 171516 February 2016: Wouter 1716 - Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error. 1717 171815 February 2016: Wouter 1719 - ip-transparent option for FreeBSD with IP_BINDANY socket option. 1720 - wait for sendto to drain socket buffers when they are full. 1721 17229 February 2016: Wouter 1723 - Test for type OPENPGPKEY. 1724 - insecure-lan-zones: yesno config option, patch from Dag-Erling 1725 Smørgrav. 1726 17278 February 2016: Wouter 1728 - Fix patch typo in prevuous commit for 734 from Adi Prasaja. 1729 - RR Type CSYNC support RFC 7477, in debug printout and config input. 1730 - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07). 1731 173229 January 2016: Wouter 1733 - Neater cmdline_verbose increment patch from Edgar Pettijohn. 1734 173527 January 2016: Wouter 1736 - Made netbsd sendmsg test nonfatal, in case of false positives. 1737 - Fix #741: log message for dnstap socket connection is more clear. 1738 173926 January 2016: Wouter 1740 - Fix #734: chown the pidfile if it resides inside the chroot. 1741 - Use arc4random instead of random in tests (because it is 1742 available, possibly as compat, anyway). 1743 - Fix cmsg alignment for argument to sendmsg on NetBSD. 1744 - Fix that unbound complains about unimplemented IP_PKTINFO for 1745 sendmsg on NetBSD (for interface-automatic). 1746 174725 January 2016: Wouter 1748 - Fix #738: Swig should not be invoked with CPPFLAGS. 1749 175019 January 2016: Wouter 1751 - Squelch 'cannot assign requested address' log messages unless 1752 verbosity is high, it was spammed after network down. 1753 175414 January 2016: Wouter 1755 - Fix to simplify empty string checking from Michael McConville. 1756 - iana portlist update. 1757 175812 January 2016: Wouter 1759 - Fix #734: Do not log an error when the PID file cannot be chown'ed. 1760 Patch from Simon Deziel. 1761 176211 January 2016: Wouter 1763 - Fix test if -pthreads unused to use better grep for portability. 1764 176506 January 2016: Wouter 1766 - Fix mingw crosscompile for recent mingw. 1767 - Update aclocal, autoconf output with new versions (1.15, 2.4.6). 1768 176905 January 2016: Wouter 1770 - #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch 1771 from Daisuke Higashi. 1772 - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked 1773 by default, and can be unblocked with "nodefault" localzone config. 1774 177504 January 2016: Wouter 1776 - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined, 1777 for Linux glibc 2.20. 1778 - Fixup contrib/aaaa-filter-iterator.patch for moved contents in the 1779 source code, so it applies cleanly again. Removed unused variable 1780 warnings. 1781 178215 December 2015: Ralph 1783 - Fix #729: omit use of escape sequences in echo since they are not 1784 portable (unbound-control-setup). 1785 178611 December 2015: Wouter 1787 - remove NULL-checks before free, patch from Michael McConville. 1788 - updated ax_pthread.m4 to version 21 with clang support, this 1789 removes a warning from compilation. 1790 - OSX portability, detect if sbrk is deprecated. 1791 - OSX clang, stop -pthread unused during link stage warnings. 1792 - OSX clang new flto check. 1793 179410 December 2015: Wouter 1795 - 1.5.7 release 1796 - trunk has 1.5.8 in development. 1797 17988 December 2015: Wouter 1799 - Fixup 724 for unbound-control. 1800 18017 December 2015: Ralph 1802 - Do not minimise forwarded requests. 1803 18044 December 2015: Wouter 1805 - Removed unneeded whitespace from example.conf. 1806 18073 December 2015: Ralph 1808 - (after rc1 tag) 1809 - Committed fix to qname minimisation and unit test case for it. 1810 18113 December 2015: Wouter 1812 - iana portlist update. 1813 - 1.5.7rc1 prerelease tag. 1814 18152 December 2015: Wouter 1816 - Fixup 724: Fix PCA prompt for unbound-service-install.exe. 1817 re-enable stdout printout. 1818 - For 724: Add Changelog to windows binary dist. 1819 18201 December 2015: Ralph 1821 - Qname minimisation review fixes 1822 18231 December 2015: Wouter 1824 - Fixup 724 fix for fname_after_chroot() calls. 1825 - Remove stdout printout for unbound-service-install.exe 1826 - .gitignore for git users. 1827 182830 November 2015: Ralph 1829 - Implemented qname minimisation 1830 183130 November 2015: Wouter 1832 - Fix for #724: conf syntax to read files from run dir (on Windows). 1833 183425 November 2015: Wouter 1835 - Fix for #720, fix unbound-control-setup windows batch file. 1836 183724 November 2015: Wouter 1838 - Fix #720: add windows scripts to zip bundle. 1839 - iana portlist update. 1840 184120 November 2015: Wouter 1842 - Added assert on rrset cache correctness. 1843 - Fix that malformed EDNS query gets a response without malformed EDNS. 1844 184518 November 2015: Wouter 1846 - newer acx_nlnetlabs.m4. 1847 - spelling fixes from Igor Sobrado Delgado. 1848 184917 November 2015: Wouter 1850 - Fix #594. libunbound: optionally use libnettle for crypto. 1851 Contributed by Luca Bruno. Added --with-nettle for use with 1852 --with-libunbound-only. 1853 - refactor nsec3 hash implementation to be more library-portable. 1854 - iana portlist update. 1855 - Fixup DER encoded DSA signatures for libnettle. 1856 185716 November 2015: Wouter 1858 - Fix for lenient accept of reverse order DNAME and CNAME. 1859 18606 November 2015: Wouter 1861 - Change example.conf: ftp.internic.net to https://www.internic.net 1862 18635 November 2015: Wouter 1864 - ACX_SSL_CHECKS no longer adds -ldl needlessly. 1865 18663 November 2015: Wouter 1867 - Fix #718: Fix unbound-control-setup with support for env 1868 without HEREDOC bash support. 1869 187029 October 2015: Wouter 1871 - patch from Doug Hogan for SSL_OP_NO_SSLvx options. 1872 - Fix #716: nodata proof with empty non-terminals and wildcards. 1873 187428 October 2015: Wouter 1875 - Fix checklock testcode for linux threads on exit. 1876 187727 October 2015: Wouter 1878 - isblank() compat implementation. 1879 - detect libexpat without xml_StopParser function. 1880 - portability fixes. 1881 - portability, replace snprintf if return value broken. 1882 188323 October 2015: Wouter 1884 - Fix #714: Document config to block private-address for IPv4 1885 mapped IPv6 addresses. 1886 188722 October 2015: Wouter 1888 - Fix #712: unbound-anchor appears to not fsync root.key. 1889 189020 October 2015: Wouter 1891 - 1.5.6 release. 1892 - trunk tracks development of 1.5.7. 1893 189415 October 2015: Wouter 1895 - Fix segfault in the dns64 module in the formaterror error path. 1896 - Fix sldns_wire2str_rdata_scan for malformed RRs. 1897 - tag for 1.5.6rc1 release. 1898 189914 October 2015: Wouter 1900 - ANY responses include DNAME records if present, as per Evan Hunt's 1901 remark in dnsop. 1902 - Fix manpage to suggest using SIGTERM to terminate the server. 1903 19049 October 2015: Wouter 1905 - Default for ssl-port is port 853, the temporary port assignment 1906 for secure domain name system traffic. 1907 If you used to rely on the older default of port 443, you have 1908 to put a clause in unbound.conf for that. The new value is likely 1909 going to be the standardised port number for this traffic. 1910 - iana portlist update. 1911 19126 October 2015: Wouter 1913 - 1.5.5 release. 1914 - trunk tracks the development of 1.5.6. 1915 191628 September 2015: Wouter 1917 - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution 1918 failures. 1919 - tag for 1.5.5rc1 release. 1920 - makedist.sh: pgp sig echo commands. 1921 192225 September 2015: Wouter 1923 - Fix unbound-control flush that does not succeed in removing data. 1924 192522 September 2015: Wouter 1926 - Fix config globbed include chroot treatment, this fixes reload of 1927 globs (patch from Dag-Erling Smørgrav). 1928 - iana portlist update. 1929 - Fix #702: New IPs for for h.root-servers.net. 1930 - Remove confusion comment from canonical_compare() function. 1931 - Fix #705: ub_ctx_set_fwd() return value mishandled on windows. 1932 - testbound selftest also works in non-debug mode. 1933 - Fix minor error in unbound.conf.5.in 1934 - Fix unbound.conf(5) access-control description for precedence 1935 and default. 1936 193731 August 2015: Wouter 1938 - changed windows setup compression to be more transparent. 1939 194028 August 2015: Wouter 1941 - Fix #697: Get PY_MAJOR_VERSION failure at configure for python 1942 2.4 to 2.6. 1943 - Feature #699: --enable-pie option to that builds PIE binary. 1944 - Feature #700: --enable-relro-now option that enables full read-only 1945 relocation. 1946 194724 August 2015: Wouter 1948 - Fix deadlock for local data add and zone add when unbound-control 1949 list_local_data printout is interrupted. 1950 - iana portlist update. 1951 - Change default of harden-algo-downgrade to off. This is lenient 1952 for algorithm rollover. 1953 195413 August 2015: Wouter 1955 - 5011 implementation does not insist on all algorithms, when 1956 harden-algo-downgrade is turned off. 1957 - Reap the child process that libunbound spawns. 1958 195911 August 2015: Wouter 1960 - Fix #694: configure script does not detect LibreSSL 2.2.2 1961 19624 August 2015: Wouter 1963 - Document that local-zone nodefault matches exactly and transparent 1964 can be used to release a subzone. 1965 19663 August 2015: Wouter 1967 - Document in the manual more text about configuring locally served 1968 zones. 1969 - Fix 5011 anchor update timer after reload. 1970 - Fix mktime in unbound-anchor not using UTC. 1971 197230 July 2015: Wouter 1973 - please afl-gcc (llvm) for uninitialised variable warning. 1974 - Added permit-small-holddown config to debug fast 5011 rollover. 1975 197624 July 2015: Wouter 1977 - Fix #690: Reload fails when so-reuseport is yes after changing 1978 num-threads. 1979 - iana portlist update. 1980 198121 July 2015: Wouter 1982 - Fix configure to detect SSL_CTX_set_ecdh_auto. 1983 - iana portlist update. 1984 198520 July 2015: Wouter 1986 - Enable ECDHE for servers. Where available, use 1987 SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to 1988 enable ECDHE. Otherwise, manually offer curve p256. 1989 Client connections should automatically use ECDHE when available. 1990 (thanks Daniel Kahn Gillmor) 1991 199218 July 2015: Willem 1993 - Allow certificate chain files to allow for intermediate certificates. 1994 (thanks Daniel Kahn Gillmor) 1995 199613 July 2015: Wouter 1997 - makedist produces sha1 and sha256 files for created binaries too. 1998 19999 July 2015: Wouter 2000 - 1.5.4 release tag 2001 - trunk has 1.5.5 in development. 2002 - Fix #681: Setting forwarders with unbound-control forward 2003 implicitly turns on forward-first. 2004 200529 June 2015: Wouter 2006 - iana portlist update. 2007 - Fix alloc with log for allocation size checks. 2008 200926 June 2015: Wouter 2010 - Fix #677 Fix DNAME responses from cache that failed internal chain 2011 test. 2012 - iana portlist update. 2013 201422 June 2015: Wouter 2015 - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly 2016 and was therefore always synthesized (thanks to Valentin Dietrich). 2017 20184 June 2015: Wouter 2019 - RFC 7553 RR type URI support, is now enabled by default. 2020 20212 June 2015: Wouter 2022 - Fix #674: Do not free pointers given by getenv. 2023 202429 May 2015: Wouter 2025 - Fix that unparseable error responses are ratelimited. 2026 - SOA negative TTL is capped at minimumttl in its rdata section. 2027 - cache-max-negative-ttl config option, default 3600. 2028 202926 May 2015: Wouter 2030 - Document that ratelimit works with unbound-control set_option. 2031 203221 May 2015: Wouter 2033 - iana portlist update. 2034 - documentation proposes ratelimit of 1000 (closer to what upstream 2035 servers expect from us). 2036 203720 May 2015: Wouter 2038 - DLV is going to be decommissioned. Advice to stop using it, and 2039 put text in the example configuration and man page to that effect. 2040 204110 May 2015: Wouter 2042 - Change syntax of particular validator error to be easier for 2043 machine parse, swap rrset and ip adres info so it looks like: 2044 validation failure <www.example.nl. TXT IN>: signature crypto 2045 failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN> 2046 20471 May 2015: Wouter 2048 - caps-whitelist in unbound.conf allows whitelist of loadbalancers 2049 that cannot work with caps-for-id or its fallback. 2050 205130 April 2015: Wouter 2052 - Unit test for type ANY synthesis. 2053 205422 April 2015: Wouter 2055 - Removed contrib/unbound_unixsock.diff, because it has been 2056 integrated, use control-interface: /path in unbound.conf. 2057 - iana portlist update. 2058 205917 April 2015: Wouter 2060 - Synthesize ANY responses from cache. Does not search exhaustively, 2061 but MX,A,AAAA,SOA,NS also CNAME. 2062 - Fix leaked dns64prefix configuration string. 2063 206416 April 2015: Wouter 2065 - Add local-zone type inform_deny, that logs query and drops answer. 2066 - Ratelimit does not apply to prefetched queries, and ratelimit-factor 2067 is default 10. Repeated normal queries get resolved and with 2068 prefetch stay in the cache. 2069 - Fix bug#664: libunbound python3 related fixes (from Tomas Hozza) 2070 Use print_function also for Python2. 2071 libunbound examples: produce sorted output. 2072 libunbound-Python: libldns is not used anymore. 2073 Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns. 2074 207510 April 2015: Wouter 2076 - unbound-control ratelimit_list lists high rate domains. 2077 - ratelimit feature, ratelimit: 100, or some sensible qps, can be 2078 used to turn it on. It ratelimits recursion effort per zone. 2079 For particular names you can configure exceptions in unbound.conf. 2080 - Fix that get_option for cache-sizes does not print double newline. 2081 - Fix#663: ssl handshake fails when using unix socket because dh size 2082 is too small. 2083 20848 April 2015: Wouter 2085 - Fix crash in dnstap: Do not try to log TCP responses after timeout. 2086 20877 April 2015: Wouter 2088 - Libunbound skips dos-line-endings from etc/hosts. 2089 - Unbound exits with a fatal error when the auto-trust-anchor-file 2090 fails to be writable. This is seconds after startup. You can 2091 load a readonly auto-trust-anchor-file with trust-anchor-file. 2092 The file has to be writable to notice the trust anchor change, 2093 without it, a trust anchor change will be unnoticed and the system 2094 will then become inoperable. 2095 - unbound-control list_insecure command shows the negative trust 2096 anchors currently configured, patch from Jelte Jansen. 2097 20982 April 2015: Wouter 2099 - Fix #660: Fix interface-automatic broken in the presence of 2100 asymmetric routing. 2101 210226 March 2015: Wouter 2103 - remote.c probedelay line is easier to read. 2104 - rename ldns subdirectory to sldns to avoid name collision. 2105 210625 March 2015: Wouter 2107 - Fix #657: libunbound(3) recommends deprecated 2108 CRYPTO_set_id_callback. 2109 - If unknown trust anchor algorithm, and libressl is used, error 2110 message encourages upgrade of the libressl package. 2111 211223 March 2015: Wouter 2113 - Fix segfault on user not found at startup (from Maciej Soltysiak). 2114 211520 March 2015: Wouter 2116 - Fixed to add integer overflow checks on allocation (defense in depth). 2117 211819 March 2015: Wouter 2119 - Add ip-transparent config option for bind to non-local addresses. 2120 212117 March 2015: Wouter 2122 - Use reallocarray for integer overflow protection, patch submitted 2123 by Loganaden Velvindron. 2124 212516 March 2015: Wouter 2126 - Fixup compile on cygwin, more portable openssl thread id. 2127 212812 March 2015: Wouter 2129 - Updated default keylength in unbound-control-setup to 3k. 2130 213110 March 2015: Wouter 2132 - Fix lintian warning in unbound-checkconf man page (from Andreas 2133 Schulze). 2134 - print svnroot when building windows dist. 2135 - iana portlist update. 2136 - Fix warning on sign compare in getentropy_linux. 2137 21389 March 2015: Wouter 2139 - Fix #644: harden-algo-downgrade option, if turned off, fixes the 2140 reported excessive validation failure when multiple algorithms 2141 are present. It allows the weakest algorithm to validate the zone. 2142 - iana portlist update. 2143 21445 March 2015: Wouter 2145 - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal 2146 scripts. Contributed by Yuri Voinov. 2147 - Document that incoming-num-tcp increase is good for large servers. 2148 - stats reports tcp usage, of incoming-num-tcp buffers. 2149 21504 March 2015: Wouter 2151 - Patch from Brad Smith that syncs compat/getentropy_linux with 2152 OpenBSD's version (2015-03-04). 2153 - 0x20 fallback improved: servfail responses do not count as missing 2154 comparisons (except if all responses are errors), 2155 inability to find nameservers does not fail equality comparisons, 2156 many nameservers does not try to compare more than max-sent-count, 2157 parse failures start 0x20 fallback procedure. 2158 - store caps_response with best response in case downgrade response 2159 happens to be the last one. 2160 - Document windows 8 tests. 2161 21623 March 2015: Wouter 2163 - tag 1.5.3rc1 2164 [ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ] 2165 21662 March 2015: Wouter 2167 - iana portlist update. 2168 216920 February 2015: Wouter 2170 - Use the getrandom syscall introduced in Linux 3.17 (from Heiner 2171 Kallweit). 2172 - Fix #645 Portability to Solaris 10, use AF_LOCAL. 2173 - Fix #646 Portability to Solaris, -lrt for getentropy_solaris. 2174 - Fix #647 crash in 1.5.2 because pwd.db no longer accessible after 2175 reload. 2176 217719 February 2015: Wouter 2178 - 1.5.2 release tag. 2179 - svn trunk contains 1.5.3 under development. 2180 218113 February 2015: Wouter 2182 - Fix #643: doc/example.conf.in: unnecessary whitespace. 2183 218412 February 2015: Wouter 2185 - tag 1.5.2rc1 2186 218711 February 2015: Wouter 2188 - iana portlist update. 2189 219010 February 2015: Wouter 2191 - Fix scrubber with harden-glue turned off to reject NS (and other 2192 not-address) records. 2193 21949 February 2015: Wouter 2195 - Fix validation failure in case upstream forwarder (ISC BIND) does 2196 not have the same trust anchors and decides to insert unsigned NS 2197 record in authority section. 2198 21992 February 2015: Wouter 2200 - infra-cache-min-rtt patch from Florian Riehm, for expected long 2201 uplink roundtrip times. 2202 220330 January 2015: Wouter 2204 - Fix 0x20 capsforid fallback to omit gratuitous NS and additional 2205 section changes. 2206 - Portability fix for Solaris ('sun' is not usable for a variable). 2207 220829 January 2015: Wouter 2209 - Fix pyunbound byte string representation for python3. 2210 221126 January 2015: Wouter 2212 - Fix unintended use of gcc extension for incomplete enum types, 2213 compile with pedantic c99 compliance (from Daniel Dickman). 2214 221523 January 2015: Wouter 2216 - windows port fixes, no AF_LOCAL, no chown, no chmod(grp). 2217 221816 January 2015: Wouter 2219 - unit test for local unix connection. Documentation and log_addr 2220 does not inspect port for AF_LOCAL. 2221 - unbound-checkconf -f prints chroot with pidfile path. 2222 222313 January 2015: Wouter 2224 - iana portlist update. 2225 222612 January 2015: Wouter 2227 - Cast sun_len sizeof to socklen_t. 2228 - Fix pyunbound ord call, portable for python 2 and 3. 2229 22307 January 2015: Wouter 2231 - Fix warnings in pythonmod changes. 2232 22336 January 2015: Wouter 2234 - iana portlist update. 2235 - patch for remote control over local sockets, from Dag-Erling 2236 Smorgrav, Ilya Bakulin. Use control-interface: /path/sock and 2237 control-use-cert: no. 2238 - Fixup that patch and uid lookup (only for daemon). 2239 - coded the default of control-use-cert, to yes. 2240 22415 January 2015: Wouter 2242 - getauxval test for ppc64 linux compatibility. 2243 - make strip works for unbound-host and unbound-anchor. 2244 - patch from Stephane Lapie that adds to the python API, that 2245 exposes struct delegpt, and adds the find_delegation function. 2246 - print query name when max target count is exceeded. 2247 - patch from Stuart Henderson that fixes DESTDIR in 2248 unbound-control-setup for installs where config is not in 2249 the prefix location. 2250 - Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing 2251 IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne). 2252 - Updated contrib warmup.cmd/sh to support two modes - load 2253 from pre-defined list of domains or (with filename as argument) 2254 load from user-specified list of domains, and updated contrib 2255 unbound_cache.sh/cmd to support loading/save/reload cache to/from 2256 default path or (with secondary argument) arbitrary path/filename, 2257 from Yuri Voinov. 2258 - Patch from Philip Paeps to contrib/unbound_munin_ that uses 2259 type ABSOLUTE. Allows munin.conf: [idleserver.example.net] 2260 unbound_munin_hits.graph_period minute 2261 22629 December 2014: Wouter 2263 - svn trunk has 1.5.2 in development. 2264 - config.guess and config.sub update from libtoolize. 2265 - local-zone: example.com inform makes unbound log a message with 2266 client IP for queries in that zone. Eg. for finding infected hosts. 2267 22688 December 2014: Wouter 2269 - Fix CVE-2014-8602: denial of service by making resolver chase 2270 endless series of delegations. 2271 22721 December 2014: Wouter 2273 - Fix bug#632: unbound fails to build on AArch64, protects 2274 getentropy compat code from calling sysctl if it is has been removed. 2275 227629 November 2014: Wouter 2277 - Add include to getentropy_linux.c, hopefully fixing debian build. 2278 227928 November 2014: Wouter 2280 - Fix makefile for build from noexec source tree. 2281 228226 November 2014: Wouter 2283 - Fix libunbound undefined symbol errors for main. 2284 Referencing main does not seem to be possible for libunbound. 2285 228624 November 2014: Wouter 2287 - Fix log at high verbosity and memory allocation failure. 2288 - iana portlist update. 2289 229021 November 2014: Wouter 2291 - Fix crash on multiple thread random usage on systems without 2292 arc4random. 2293 229420 November 2014: Wouter 2295 - fix compat/getentropy_win.c check if CryptGenRandom works and no 2296 immediate exit on windows. 2297 229819 November 2014: Wouter 2299 - Fix cdflag dns64 processing. 2300 230118 November 2014: Wouter 2302 - Fix that CD flag disables DNS64 processing, returning the DNSSEC 2303 signed AAAA denial. 2304 - iana portlist update. 2305 230617 November 2014: Wouter 2307 - Fix #627: SSL_CTX_load_verify_locations return code not properly 2308 checked. 2309 231014 November 2014: Wouter 2311 - parser with bison 2.7 2312 231313 November 2014: Wouter 2314 - Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter, 2315 added to contrib/aaaa-filter-iterator.patch. 2316 231712 November 2014: Wouter 2318 - trunk has 1.5.1 in development. 2319 - Patch from Robert Edmonds to build pyunbound python module 2320 differently. No versioninfo, with -shared and without $(LIBS). 2321 - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page. 2322 - Removed 'increased limit open files' log message that is written 2323 to console. It is only written on verbosity 4 and higher. 2324 This keeps system bootup console cleaner. 2325 - Patch from James Raftery, always print stats for rcodes 0..5. 2326 232711 November 2014: Wouter 2328 - iana portlist update. 2329 - Fix bug where forward or stub addresses with same address but 2330 different port number were not tried. 2331 - version number in svn trunk is 1.5.0 2332 - tag 1.5.0rc1 2333 - review fix from Ralph. 2334 23357 November 2014: Wouter 2336 - dnstap fixes by Robert Edmonds: 2337 dnstap/dnstap.m4: cosmetic fixes 2338 dnstap/: Remove compiled protoc-c output files 2339 dnstap/dnstap.m4: Error out if required libraries are not found 2340 dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of 2341 protobuf-c 1.0.0 2342 dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0) 2343 23444 November 2014: Wouter 2345 - Add ub_ctx_add_ta_autr function to add a RFC5011 automatically 2346 tracked trust anchor to libunbound. 2347 - Redefine internal minievent symbols to unique symbols that helps 2348 linking on platforms where the linker leaks names across modules. 2349 235027 October 2014: Wouter 2351 - Disabled use of SSLv3 in remote-control and ssl-upstream. 2352 - iana portlist update. 2353 235416 October 2014: Wouter 2355 - Documented dns64 configuration in unbound.conf man page. 2356 235713 October 2014: Wouter 2358 - Fix #617: in ldns in unbound, lowercase WKS services. 2359 - Fix ctype invocation casts. 2360 236110 October 2014: Wouter 2362 - Fix unbound-checkconf check for module config with dns64 module. 2363 - Fix unbound capsforid fallback, it ignores TTLs in comparison. 2364 23656 October 2014: Wouter 2366 - Fix #614: man page variable substitution bug. 23676 October 2014: Willem 2368 - Whitespaces after $ORIGIN are not part of the origin dname (ldns). 2369 - $TTL's value starts at position 5 (ldns). 2370 23711 October 2014: Wouter 2372 - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire). 2373 237429 September 2014: Wouter 2375 - Fix #612: create service with service.conf in present directory and 2376 auto load it. 2377 - Fix for mingw compile openssl ranlib. 2378 237925 September 2014: Wouter 2380 - updated configure and aclocal with newer autoconf 1.13. 2381 238222 September 2014: Wouter 2383 - Fix swig and python examples for Python 3.x. 2384 - Fix for mingw compile with openssl-1.0.1i. 2385 238619 September 2014: Wouter 2387 - improve python configuration detection to build on Fedora 22. 2388 238918 September 2014: Wouter 2390 - patches to also build with Python 3.x (from Pavel Simerda). 2391 239216 September 2014: Wouter 2393 - Fix tcp timer waiting list removal code. 2394 - iana portlist update. 2395 - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue 2396 is longer and more tcp connections can be handled. 2397 239815 September 2014: Wouter 2399 - Fix unit test for CDS typecode. 2400 24015 September 2014: Wouter 2402 - type CDS and CDNSKEY types in sldns. 2403 240425 August 2014: Wouter 2405 - Fixup checklock code for log lock and its mutual initialization 2406 dependency. 2407 - iana portlist update. 2408 - Removed necessity for pkg-config from the dnstap.m4, new are 2409 the --with-libfstrm and --with-protobuf-c configure options. 2410 241119 August 2014: Wouter 2412 - Update unbound manpage with more explanation (from Florian Obser). 2413 241418 August 2014: Wouter 2415 - Fix #603: unbound-checkconf -o <option> should skip verification 2416 checks. 2417 - iana portlist update. 2418 - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings. 2419 24205 August 2014: Wouter 2421 - dnstap support, with a patch from Farsight Security, written by 2422 Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c. 2423 It is BSD licensed (see dnstap/dnstap.c). 2424 Building with --enable-dnstap needs pkg-config with this patch. 2425 - Noted dnstap in doc/README and doc/CREDITS. 2426 - Changes to the dnstap patch. 2427 - lint fixes. 2428 - dnstap/dnstap_config.h should not have been added to the repo, 2429 because is it generated. 2430 24311 August 2014: Wouter 2432 - Patch add msg, rrset, infra and key cache sizes to stats command 2433 from Maciej Soltysiak. 2434 - iana portlist update. 2435 243631 July 2014: Wouter 2437 - DNS64 from Viagenie (BSD Licensed), written by Simon Perrault. 2438 Initial commit of the patch from the FreeBSD base (with its fixes). 2439 This adds a module (for module-config in unbound.conf) dns64 that 2440 performs DNS64 processing, see README.DNS64. 2441 - Changes from DNS64: 2442 strcpy changed to memmove. 2443 arraybound check fixed from prefix_net/8/4 to prefix_net/8+4. 2444 allocation of result consistently in the correct region. 2445 time_t is now used for ttl in unbound (since the patch's version). 2446 - testdata/dns64_lookup.rpl for unit test for dns64 functionality. 2447 244829 July 2014: Wouter 2449 - Patch from Dag-Erling Smorgrav that implements feature, unbound -dd 2450 does not fork in the background and also logs to stderr. 2451 245221 July 2014: Wouter 2453 - Fix endian.h include for OpenBSD. 2454 245516 July 2014: Wouter 2456 - And Fix#596: Bail out of unbound-control dump_infra when ssl 2457 write fails. 2458 245915 July 2014: Wouter 2460 - Fix #596: Bail out of unbound-control list_local_zones when ssl 2461 write fails. 2462 - iana portlist update. 2463 246413 July 2014: Wouter 2465 - Configure tests if main can be linked to from getentropy compat. 2466 246712 July 2014: Wouter 2468 - Fix getentropy compat code, function refs were not portable. 2469 - Fix to check openssl version number only for OpenSSL. 2470 - LibreSSL provides compat items, check for that in configure. 2471 - Fix bug in fix for log locks that caused deadlock in signal handler. 2472 - update compat/getentropy and arc4random to the most recent ones from OpenBSD. 2473 247411 July 2014: Matthijs 2475 - fake-rfc2553 patch (thanks Benjamin Baier). 2476 247711 July 2014: Wouter 2478 - arc4random in compat/ and getentropy, explicit_bzero, chacha for 2479 dependencies, from OpenBSD. arc4_lock and sha512 in compat. 2480 This makes arc4random available on all platforms, except when 2481 compiled with LIBNSS (it uses libNSS crypto random). 2482 - fix strptime implicit declaration error on OpenBSD. 2483 - arc4random, getentropy and explicit_bzero compat for Windows. 2484 24854 July 2014: Wouter 2486 - Fix #593: segfault or crash upon rotating logfile. 2487 24883 July 2014: Wouter 2489 - DLV tests added. 2490 - signit tool fixup for compile with libldns library. 2491 - iana portlist updated. 2492 249327 June 2014: Wouter 2494 - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X. 2495 249626 June 2014: Wouter 2497 - unbound-control status reports if so-reuseport was successful. 2498 - iana portlist updated. 2499 250024 June 2014: Wouter 2501 - Fix caps-for-id fallback, and added fallback attempt when servers 2502 drop 0x20 perturbed queries. 2503 - Fixup testsetup for VM tests (run testcode/run_vm.sh). 2504 250517 June 2014: Wouter 2506 - iana portlist updated. 2507 25083 June 2014: Wouter 2509 - Add AAAA for B root server to default root hints. 2510 25112 June 2014: Wouter 2512 - Remove unused define from iterator.h 2513 251430 May 2014: Wouter 2515 - Fixup sldns_enum_edns_option typedef definition. 2516 251728 May 2014: Wouter 2518 - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue 2519 fixes from FreeBSD's copy of Unbound, he notes: 2520 Generate unbound-control-setup.sh at build time so it respects 2521 prefix and sysconfdir from the configure script. Also fix the 2522 umask to match the comment, and the comment to match the umask. 2523 Add const and static where needed. Use unions instead of 2524 playing pointer poker. Move declarations that are needed in 2525 multiple source files into a shared header. Move sldns_bgetc() 2526 from parse.c to buffer.c where it belongs. Introduce a new 2527 header file, worker.h, which declares the callbacks that 2528 all workers must define. Remove those declarations from 2529 libworker.h. Include the correct headers in the correct places. 2530 Fix a few dummy callbacks that don't match their prototype. 2531 Fix some casts. Hide the sbrk madness behind #ifdef HAVE_SBRK. 2532 Remove a useless printf which breaks reproducible builds. 2533 Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're 2534 no longer used. Add unbound-control-setup.sh to the list of 2535 generated files. The prototype for libworker_event_done_cb() 2536 needs to be moved from libunbound/libworker.h to 2537 libunbound/worker.h. 2538 - Fixup out-of-directory compile with unbound-control-setup.sh.in. 2539 - make depend. 2540 254123 May 2014: Wouter 2542 - unbound-host -D enabled dnssec and reads root trust anchor from 2543 the default root key file that was compiled in. 2544 254520 May 2014: Wouter 2546 - Feature, unblock-lan-zones: yesno that you can use to make unbound 2547 perform 10.0.0.0/8 and other reverse lookups normally, for use if 2548 unbound is running service for localhost on localhost. 2549 255016 May 2014: Wouter 2551 - Updated create_unbound_ad_servers and unbound_cache scripts from 2552 Yuri Voinov in the source/contrib directory. Added 2553 warmup.cmd (and .sh): warm up the DNS cache with your MRU domains. 2554 25559 May 2014: Wouter 2556 - Implement draft-ietf-dnsop-rfc6598-rfc6303-01. 2557 - iana portlist updated. 2558 25598 May 2014: Wouter 2560 - Contrib windows scripts from Yuri Voinov added to src/contrib: 2561 create_unbound_ad_servers.cmd: enters anti-ad server lists. 2562 unbound_cache.cmd: saves and loads the cache. 2563 - Added unbound-control-setup.cmd from Yuri Voinov to the windows 2564 unbound distribution set. It requires openssl installed in %PATH%. 2565 25666 May 2014: Wouter 2567 - Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier. 2568 25695 May 2014: Wouter 2570 - More #567: remove : from output of stub and forward lists, this is 2571 easier to parse. 2572 257329 April 2014: Wouter 2574 - iana portlist updated. 2575 - Add unbound-control flush_negative that flushed nxdomains, nodata, 2576 and errors from the cache. For dnssec-trigger and NetworkManager, 2577 fixes cases where network changes have localdata that was already 2578 negatively cached from the previous network. 2579 258023 April 2014: Wouter 2581 - Patch from Jeremie Courreges-Anglas to use arc4random_uniform 2582 if available on the OS, it gets entropy from the OS. 2583 258415 April 2014: Wouter 2585 - Fix compile with libevent2 on FreeBSD. 2586 258711 April 2014: Wouter 2588 - Fix #502: explain that do-ip6 disable does not stop AAAA lookups, 2589 but it stops the use of the ipv6 transport layer for DNS traffic. 2590 - iana portlist updated. 2591 259210 April 2014: Wouter 2593 - iana portlist updated. 2594 - Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation 2595 option for DNS fragmentation defense. 2596 - Document that dump_requestlist only prints queries from thread 0. 2597 - unbound-control stats prints num.query.tcpout with number of TCP 2598 outgoing queries made in the previous statistics interval. 2599 - Fix #567: unbound lists if forward zone is secure or insecure with 2600 +i annotation in output of list_forwards, also for list_stubs 2601 (for NetworkManager integration.) 2602 - Fix #554: use unsigned long to print 64bit statistics counters on 2603 64bit systems. 2604 - Fix #558: failed prefetch lookup does not remove cached response 2605 but delays next prefetch (in lieu of caching a SERVFAIL). 2606 - Fix #545: improved logging, the ip address of the error is printed 2607 on the same log-line as the error. 2608 26098 April 2014: Wouter 2610 - Fix #574: make test fails on Ubuntu 14.04. Disabled remote-control 2611 in testbound scripts. 2612 - iana portlist updated. 2613 26147 April 2014: Wouter 2615 - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root 2616 hints (patch from Anand Buddhdev). 2617 - Fix #572: Fix unit test failure for systems with different 2618 /etc/services. 2619 262028 March 2014: Wouter 2621 - Fix #569: do_tcp is do-tcp in unbound.conf man page. 2622 262325 March 2014: Wouter 2624 - Patch from Stuart Henderson to build unbound-host man from .1.in. 2625 262624 March 2014: Wouter 2627 - Fix print filename of encompassing config file on read failure. 2628 262912 March 2014: Wouter 2630 - tag 1.4.22 2631 - trunk has 1.4.23 in development. 2632 263310 March 2014: Wouter 2634 - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes 2635 because of spelling. Patch from Chris Coates. 2636 263727 February 2014: Wouter 2638 - tag 1.4.22rc1 2639 264021 February 2014: Wouter 2641 - iana portlist updated. 2642 264320 February 2014: Matthijs 2644 - Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is 2645 received. This is okay according 4035, but not after revising 2646 existence in 4592. NSEC empty non-terminals exist and thus the 2647 RCODE should have been NOERROR. If this occurs, and the RRsets 2648 are secure, we set the RCODE to NOERROR and the security status 2649 of the response is also considered secure. 2650 265114 February 2014: Wouter 2652 - Works on Minix (3.2.1). 2653 265411 February 2014: Wouter 2655 - Fix parse of #553(NSD) string in sldns, quotes without spaces. 2656 26577 February 2014: Wouter 2658 - iana portlist updated. 2659 - add body to ifstatement if locks disabled. 2660 - add TXT string"string" test case to unit test. 2661 - Fix #551: License change "Regents" to "Copyright holder", matching 2662 the BSD license on opensource.org. 2663 26646 February 2014: Wouter 2665 - sldns has type HIP. 2666 - code documentation on the module interface. 2667 26685 February 2014: Wouter 2669 - Fix sldns parse tests on osx. 2670 26713 February 2014: Wouter 2672 - Detect libevent2 install automatically by configure. 2673 - Fixup link with lib/event2 subdir. 2674 - Fix parse in sldns of quoted parenthesized text strings. 2675 267631 January 2014: Wouter 2677 - unit test for ldns wire to str and back with zones, root, nlnetlabs 2678 and types.sidnlabs. 2679 - Fix for hex to string in unknown, atma and nsap. 2680 - fixup nss compile (no ldns in it). 2681 - fixup warning in unitldns 2682 - fixup WKS and rdata type service to print unsigned because strings 2683 are not portable; they cannot be read (for sure) on other computers. 2684 - fixup type EUI48 and EUI64, type APL and type IPSECKEY in string 2685 parse sldns. 2686 268730 January 2014: Wouter 2688 - delay-close does not act if there are udp-wait queries, so that 2689 it does not make a socketdrain DoS easier. 2690 269128 January 2014: Wouter 2692 - iana portlist updated. 2693 - iana portlist test updated so it does not touch the source 2694 if there are no changes. 2695 - delay-close: msec option that delays closing ports for which 2696 the UDP reply has timed out. Keeps the port open, only accepts 2697 the correct reply. This correct reply is not used, but the port 2698 is open so that no port-denied ICMPs are generated. 2699 270027 January 2014: Wouter 2701 - reuseport is attempted, then fallback to without on failure. 2702 270324 January 2014: Wouter 2704 - Change unbound-event.h to use void* buffer, length idiom. 2705 - iana portlist updated. 2706 - unbound-event.h is installed if you configure --enable-event-api. 2707 - speed up unbound (reports say it could be up to 10%), by reducing 2708 lock contention on localzones.lock. It is changed to an rwlock. 2709 - so-reuseport: yesno option to distribute queries evenly over 2710 threads on Linux (Thanks Robert Edmonds). 2711 - made lint clean. 2712 271321 January 2014: Wouter 2714 - Fix #547: no trustanchor written if filesystem full, fclose checked. 2715 271617 January 2014: Wouter 2717 - Fix isprint() portability in sldns, uses unsigned int. 2718 - iana portlist updated. 2719 272016 January 2014: Wouter 2721 - fix #544: Fixed +i causes segfault when running with module conf 2722 "iterator". 2723 - Windows port, adjust %lld to %I64d, and warning in win_event.c. 2724 272514 January 2014: Wouter 2726 - iana portlist updated. 2727 27285 Dec 2013: Wouter 2729 - Fix bug in cachedump that uses sldns. 2730 - update pythonmod for ldns_ to sldns_ name change. 2731 27323 Dec 2013: Wouter 2733 - Fix sldns to use sldns_ prefix for all ldns_ variables. 2734 - Fix windows compile to compile with sldns. 2735 273630 Nov 2013: Wouter 2737 - Fix sldns to make globals use sldns_ prefix. This fixes 2738 linking with libldns that uses global variables ldns_ . 2739 274013 Nov 2013: Wouter 2741 - Fix bug#537: compile python plugin without ldns library. 2742 274312 Nov 2013: Wouter 2744 - Fix bug#536: acl_deny_non_local and refuse_non_local added. 2745 27465 Nov 2013: Wouter 2747 - Patch from Neel Goyal to fix async id assignment if callback 2748 is called by libunbound in the mesh attach. 2749 - Accept ip-address: as an alternative for interface: for 2750 consistency with nsd.conf syntax. 2751 27524 Nov 2013: Wouter 2753 - Patch from Neel Goyal to fix callback in libunbound. 2754 27553 Nov 2013: Wouter 2756 - if configured --with-libunbound-only fix make install. 2757 275831 Oct 2013: Wouter 2759 - Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 2760 more specific interface port 53 can be used at the same time, and 2761 one of the daemons is unbound. 2762 - iana portlist update. 2763 - separate ldns into core ldns inside ldns/ subdirectory. No more 2764 --with-ldns is needed and unbound does not rely on libldns. 2765 - portability fixes for new USE_SLDNS ldns subdir codebase. 2766 276722 Oct 2013: Wouter 2768 - Patch from Neel Goyal: Add an API call to set an event base on an 2769 existing ub_ctx. This basically just destroys the current worker and 2770 sets the event base to the current. And fix a deadlock in 2771 ub_resolve_event – the cfglock is held when libworker_create is 2772 called. This ends up trying to acquire the lock again in 2773 context_obtain_alloc in the call chain. 2774 - Fix #528: if very high logging (4 or more) segfault on allow_snoop. 2775 277626 Sep 2013: Wouter 2777 - unbound-event.h is installed if configured --with-libevent. It 2778 contains low-level library calls, that use libevent's event_base 2779 and an ldns_buffer for the wire return packet to perform async 2780 resolution in the client's eventloop. 2781 278219 Sep 2013: Wouter 2783 - 1.4.21 tag created. 2784 - trunk has 1.4.22 number inside it. 2785 - iana portlist updated. 2786 - acx_nlnetlabs.m4 to 26; improve FLTO help text. 2787 278816 Sep 2013: Wouter 2789 - Fix#524: max-udp-size not effective to non-EDNS0 queries, from 2790 Daisuke HIGASHI. 2791 279210 Sep 2013: Wouter 2793 - MIN_TTL and MAX_TTL also in time_t. 2794 - tag 1.4.21rc1 made again. 2795 279626 Aug 2013: Wouter 2797 - More fixes for bug#519: for the threaded case test if the bg 2798 thread has been killed, on ub_ctx_delete, to avoid hangs. 2799 280022 Aug 2013: Wouter 2801 - more fixes that I overlooked. 2802 - review fixes from Willem. 2803 280421 Aug 2013: Wouter 2805 - Fix#520: Errors found by static analysis from Tomas Hozza(redhat). 2806 280720 Aug 2013: Wouter 2808 - Fix for 2038, with time_t instead of uint32_t. 2809 281019 Aug 2013: Wouter 2811 - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound). 2812 281314 Aug 2013: Wouter 2814 - Fix uninit variable in fix#516. 2815 28168 Aug 2013: Wouter 2817 - Fix#516 dnssec lameness detection for answers that are improper. 2818 281930 Jun 2013: Wouter 2820 - tag 1.4.21rc1 2821 282229 Jun 2013: Wouter 2823 - Fix#512 memleak in testcode for testbound (if it fails). 2824 - Fix#512 NSS returned arrays out of setup function to be statics. 2825 282626 Jun 2013: Wouter 2827 - max include of 100.000 files (depth and globbed at one time). 2828 This is to preserve system memory in bug cases, or endless cases. 2829 - iana portlist updated. 2830 283119 Jun 2013: Wouter 2832 - streamtcp man page, contributed by Tomas Hozza. 2833 - iana portlist updated. 2834 - libunbound documentation on how to avoid openssl race conditions. 2835 283625 Jun 2013: Wouter 2837 - Squelch sendto-permission denied errors when the network is 2838 not connected, to avoid spamming syslog. 2839 - configure --disable-flto option (from Robert Edmonds). 2840 284118 Jun 2013: Wouter 2842 - Fix for const string literals in C++ for libunbound, from Karel 2843 Slany. 2844 - iana portlist updated. 2845 284617 Jun 2013: Wouter 2847 - Fixup manpage syntax. 2848 284914 Jun 2013: Wouter 2850 - get_option and set_option support for log-time-ascii, python-script 2851 val-sig-skew-min and val-sig-skew-max. log-time-ascii takes effect 2852 immediately. The others are mostly useful for libunbound users. 2853 285413 Jun 2013: Wouter 2855 - get_option, set_option, unbound-checkconf -o and libunbound 2856 getoption and setoption support cache-min-ttl and cache-max-ttl. 2857 285810 Jun 2013: Wouter 2859 - Fix#501: forward-first does not recurse, when forward name is ".". 2860 - iana portlist update. 2861 - Max include depth is unlimited. 2862 286327 May 2013: Wouter 2864 - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply 2865 patch to it to not fail when -Werror is also specified, from the 2866 autoconf-archives. 2867 - iana portlist update. 2868 286921 May 2013: Wouter 2870 - Explain bogus and secure flags in libunbound more. 2871 287216 May 2013: Wouter 2873 - Fix#499 use-after-free in out-of-memory handling code (thanks Jake 2874 Montgomery). 2875 - Fix#500 use on non-initialised values on socket bind failures. 2876 287715 May 2013: Wouter 2878 - Fix round-robin doesn't work with some Windows clients (from Ilya 2879 Bakulin). 2880 28813 May 2013: Wouter 2882 - update acx_nlnetlabs.m4 to v23, sleep w32 fix. 2883 288426 April 2013: Wouter 2885 - add unbound-control insecure_add and insecure_remove for the 2886 administration of negative trust anchors. 2887 288825 April 2013: Wouter 2889 - Implement max-udp-size config option, default 4096 (thanks 2890 Daisuke Higashi). 2891 - Robust checks on dname validity from rdata for dname compare. 2892 - updated iana portlist. 2893 289419 April 2013: Wouter 2895 - Fixup snprintf return value usage, fixed libunbound_get_option. 2896 289718 April 2013: Wouter 2898 - fix bug #491: pick program name (0th argument) as syslog identity. 2899 - own implementation of compat/snprintf.c. 2900 290115 April 2013: Wouter 2902 - Fix so that for a configuration line of include: "*.conf" it is not 2903 an error if there are no files matching the glob pattern. 2904 - unbound-anchor review: BIO_write can return 0 successfully if it 2905 has successfully appended a zero length string. 2906 290711 April 2013: Wouter 2908 - Fix queries leaking up for stubs and forwards, if the configured 2909 nameservers all fail to answer. 2910 291110 April 2013: Wouter 2912 - code improve for minimal responses, small speed increase. 2913 29149 April 2013: Wouter 2915 - updated iana portlist. 2916 - Fix crash in previous private address fixup of 22 March. 2917 291828 March 2013: Wouter 2919 - Make reverse zones easier by documenting the nodefault statements 2920 commented-out in the example config file. 2921 292226 March 2013: Wouter 2923 - more fixes to lookup3.c endianness detection. 2924 292525 March 2013: Wouter 2926 - #492: Fix endianness detection, revert to older lookup3.c detection 2927 and put new detect lines after previous tests, to avoid regressions 2928 but allow new detections to succeed. 2929 And add detection for machine/endian.h to it. 2930 293122 March 2013: Wouter 2932 - Fix resolve of names that use a mix of public and private addresses. 2933 - iana portlist update. 2934 - Fix makedist for new svn for -d option. 2935 - unbound.h header file has UNBOUND_VERSION_MAJOR define. 2936 - Fix windows RSRC version for long version numbers. 2937 293821 March 2013: Wouter 2939 - release 1.4.20 2940 - trunk has 1.4.21 2941 - committed libunbound version 4:1:2 for binary API updated in 1.4.20 2942 - install copy of unbound-control.8 man page for unbound-control-setup 2943 294414 March 2013: Wouter 2945 - iana portlist update. 2946 - tag 1.4.20rc1 2947 294812 March 2013: Wouter 2949 - Fixup makedist.sh for windows compile. 2950 295111 March 2013: Wouter 2952 - iana portlist update. 2953 - testcode/ldns-testpkts.c check for makedist is informational. 2954 295515 February 2013: Wouter 2956 - fix defines in lookup3 for bigendian bsd alpha 2957 295811 February 2013: Wouter 2959 - Fixup openssl_thread init code to only run if compiled with SSL. 2960 29617 February 2013: Wouter 2962 - detect endianness in lookup3 on BSD. 2963 - add libunbound.ttl at end of result structure, version bump for 2964 libunbound and binary backwards compatible, but 1.4.19 is not 2965 forward compatible with 1.4.20. 2966 - update iana port list. 2967 296830 January 2013: Wouter 2969 - includes and have_ssl fixes for nss. 2970 297129 January 2013: Wouter 2972 - printout name of zone with duplicate fwd and hint errors. 2973 297428 January 2013: Wouter 2975 - updated fwd_zero for newer nc. Updated common.sh for newer netstat. 2976 297717 January 2013: Wouter 2978 - unbound-anchors checks the emailAddress of the signer of the 2979 root.xml file, default is dnssec@iana.org. It also checks that 2980 the signer has the correct key usage for a digital signature. 2981 - update iana port list. 2982 29833 January 2013: Wouter 2984 - Test that unbound-control checks client credentials. 2985 - Test that unbound can handle a CNAME at an intermediate node in 2986 the chain of trust (where it seeks a DS record). 2987 - Check the commonName of the signer of the root.xml file in 2988 unbound-anchor, default is dnssec@iana.org. 2989 29902 January 2013: Wouter 2991 - Fix openssl lock free on exit (reported by Robert Fleischman). 2992 - iana portlist updated. 2993 - Tested that unbound implements the RFC5155 Technical Errata id 3441. 2994 Unbound already implements insecure classification of an empty 2995 nonterminal in NSEC3 optout zone. 2996 299720 December 2012: Wouter 2998 - Fix unbound-anchor xml parse of entity declarations for safety. 2999 300019 December 2012: Wouter 3001 - iana portlist updated. 3002 300318 December 2012: Wouter 3004 - iana portlist updated. 3005 300614 December 2012: Wouter 3007 - Change of D.ROOT-SERVERS.NET A address in default root hints. 3008 300912 December 2012: Wouter 3010 - 1.4.19 release. 3011 - trunk has 1.4.20 under development. 3012 30135 December 2012: Wouter 3014 - note support for AAAA RR type RFC. 3015 30164 December 2012: Wouter 3017 - 1.4.19rc1 tag. 3018 301930 November 2012: Wouter 3020 - bug 481: fix python example0. 3021 - iana portlist updated. 3022 302327 November 2012: Wouter 3024 - iana portlist updated. 3025 30269 November 2012: Wouter 3027 - Fix unbound-control forward disables configured stubs below it. 3028 30297 November 2012: Wouter 3030 - Fixup ldns-testpkts, identical to ldns/examples. 3031 - iana portlist updated. 3032 303330 October 2012: Wouter 3034 - Fix bug #477: unbound-anchor segfaults if EDNS is blocked. 3035 303629 October 2012: Matthijs 3037 - Fix validation for responses with both CNAME and wildcard 3038 expanded CNAME records in answer section. 3039 30408 October 2012: Wouter 3041 - update ldns-testpkts.c to ldns 1.6.14 version. 3042 - fix build of pythonmod in objdir, for unbound.py. 3043 - make clean and makerealclean remove generated python and docs. 3044 30455 October 2012: Wouter 3046 - fix build of pythonmod in objdir (thanks Jakob Schlyter). 3047 30483 October 2012: Wouter 3049 - fix text in unbound-anchor man page. 3050 30511 October 2012: Wouter 3052 - ignore trusted-keys globs that have no files (from Paul Wouters). 3053 305427 September 2012: Wouter 3055 - include: directive in config file accepts wildcards. Patch from 3056 Paul Wouters. Suggested use: include: "/etc/unbound.d/conf.d/*" 3057 - unbound-control -q option is quiet, patch from Mariano Absatz. 3058 - iana portlist updated. 3059 - updated contrib/unbound.spec, patch from Valentin Bud. 3060 306121 September 2012: Wouter 3062 - chdir to / after chroot call (suggested by Camiel Dobbelaar). 3063 306417 September 2012: Wouter 3065 - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation 3066 otherwise it is treated as insecure. The RSAMD5 algorithm is 3067 deprecated (RFC6725). The MD5 hash is considered weak for some 3068 purposes, if you want to sign your zone, then RSASHA256 is an 3069 uncontested hash. 3070 307130 August 2012: Wouter 3072 - RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled. 3073 - iana portlist updated. 3074 307529 August 2012: Wouter 3076 - Nicer comments outgoing-port-avoid, thanks Stu (bug #465). 3077 307822 August 2012: Wouter 3079 - Fallback to 1472 and 1232, one fragment size without headers. 3080 308121 August 2012: Wouter 3082 - Fix timeouts so that when a server has been offline for a while 3083 and is probed to see it works, it becomes fully available for 3084 server selection again. 3085 308617 August 2012: Wouter 3087 - Add documentation to libunbound for default nonuse of resolv.conf. 3088 30892 August 2012: Wouter 3090 - trunk has 1.4.19 under development (fixes from 1 aug and 31 july 3091 are for 1.4.19). 3092 - iana portlist updated. 3093 30941 August 2012: Wouter 3095 - Fix openssl race condition, initializes openssl locks, reported 3096 by Einar Lonn and Patrik Wallstrom. 3097 309831 July 2012: Wouter 3099 - Improved forward-first and stub-first documentation. 3100 - Fix that enables modules to register twice for the same 3101 serviced_query, without race conditions or administration issues. 3102 This should not happen with the current codebase, but it is robust. 3103 - Fix forward-first option where it sets the RD flag wrongly. 3104 - added manpage links for libunbound calls (Thanks Paul Wouters). 3105 310630 July 2012: Wouter 3107 - tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012). 3108 310927 July 2012: Wouter 3110 - unbound-host works with libNSS 3111 - fix bogus nodata cname chain not reported as bogus by validator, 3112 (Thanks Peter van Dijk). 3113 311426 July 2012: Wouter 3115 - iana portlist updated. 3116 - tag 1.4.18rc1. 3117 311825 July 2012: Wouter 3119 - review fix for libnss, check hash prefix allocation size. 3120 312123 July 2012: Wouter 3122 - fix missing break for GOST DS hash function. 3123 - implemented forward_first for the root. 3124 312520 July 2012: Wouter 3126 - Fix bug#452 and another assertion failure in mesh.c, makes 3127 assertions in mesh.c resist duplicates. Fixes DS NS search to 3128 not generate duplicate sub queries. 3129 313019 July 2012: Willem 3131 - Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac, 3132 if CFLAGS is specified at configure time then '-g -O2' is not 3133 appended to CFLAGS, so that the user can override them. 3134 313518 July 2012: Willem 3136 - Fix libunbound report of errors when in background mode. 3137 313811 July 2012: Willem 3139 - updated iana ports list. 3140 31419 July 2012: Willem 3142 - Add flush_bogus option for unbound-control 3143 31446 July 2012: Wouter 3145 - Fix validation of qtype DS queries that result in no data for 3146 non-optout NSEC3 zones. 3147 31484 July 2012: Wouter 3149 - compile libunbound with libnss on Suse, passes regression tests. 3150 31513 July 2012: Wouter 3152 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes. 3153 31542 July 2012: Wouter 3155 - updated iana ports list. 3156 315729 June 2012: Wouter 3158 - patch for unbound_munin_ script to handle arbitrary thread count by 3159 Sven Ulland. 3160 316128 June 2012: Wouter 3162 - detect if openssl has FIPS_mode. 3163 - code review: return value of cache_store can be ignored for better 3164 performance in out of memory conditions. 3165 - fix edns-buffer-size and msg-buffer-size manpage documentation. 3166 - updated iana ports list. 3167 316825 June 2012: Wouter 3169 - disable RSAMD5 if in FIPS mode (for openssl and for libnss). 3170 317122 June 2012: Wouter 3172 - implement DS records, NSEC3 and ECDSA for compile with libnss. 3173 317421 June 2012: Wouter 3175 - fix error handling of alloc failure during rrsig verification. 3176 - nss check for verification failure. 3177 - nss crypto works for RSA and DSA. 3178 317920 June 2012: Wouter 3180 - work on --with-nss build option (for now, --with-libunbound-only). 3181 318219 June 2012: Wouter 3183 - --with-libunbound-only build option, only builds the library and 3184 not the daemon and other tools. 3185 318618 June 2012: Wouter 3187 - code review. 3188 318915 June 2012: Wouter 3190 - implement log-time-ascii on windows. 3191 - The key-cache bad key ttl is now 60 seconds. 3192 - updated iana ports list. 3193 - code review. 3194 319511 June 2012: Wouter 3196 - bug #452: fix crash on assert in mesh_state_attachment. 3197 319830 May 2012: Wouter 3199 - silence warning from swig-generated code (md set but not used in 3200 swig initmodule, due to ifdefs in swig-generated code). 3201 320227 May 2012: Wouter 3203 - Fix debian-bugs-658021: Please enable hardened build flags. 3204 320525 May 2012: Wouter 3206 - updated iana ports list. 3207 320824 May 2012: Wouter 3209 - tag for 1.4.17 release. 3210 - trunk is 1.4.18 in development. 3211 321218 May 2012: Wouter 3213 - Review comments, removed duplicate memset to zero in delegpt. 3214 321516 May 2012: Wouter 3216 - Updated doc/FEATURES with RFCs that are implemented but not listed. 3217 - Protect if statements in val_anchor for compile without locks. 3218 - tag for 1.4.17rc1. 3219 322015 May 2012: Wouter 3221 - fix configure ECDSA support in ldns detection for windows compile. 3222 - fix possible uninitialised variable in windows pipe implementation. 3223 32249 May 2012: Wouter 3225 - Fix alignment problem in util/random on sparc64/freebsd. 3226 32278 May 2012: Wouter 3228 - Fix for accept spinning reported by OpenBSD. 3229 - iana portlist updated. 3230 32312 May 2012: Wouter 3232 - Fix validation of nodata for DS query in NSEC zones, reported by 3233 Ondrej Mikle. 3234 323513 April 2012: Wouter 3236 - ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older 3237 openssl. 3238 323910 April 2012: Wouter 3240 - Applied patch from Daisuke HIGASHI for rrset-roundrobin and 3241 minimal-responses features. 3242 - iana portlist updated. 3243 32445 April 2012: Wouter 3245 - fix bug #443: --with-chroot-dir not honoured by configure. 3246 - fix bug #444: setusercontext was called too late (thanks Bjorn 3247 Ketelaars). 3248 324927 March 2012: Wouter 3250 - fix bug #442: Fix that Makefile depends on pythonmod headers 3251 even using --without-pythonmodule. 3252 325322 March 2012: Wouter 3254 - contrib/validation-reporter follows rotated log file (patch from 3255 Augie Schwer). 3256 325721 March 2012: Wouter 3258 - new approach to NS fetches for DS lookup that works with 3259 cornercases, and is more robust and considers forwarders. 3260 326119 March 2012: Wouter 3262 - iana portlist updated. 3263 - fix to locate nameservers for DS lookup with NS fetches. 3264 326516 March 2012: Wouter 3266 - Patch for access to full DNS packet data in unbound python module 3267 from Ondrej Mikle. 3268 32699 March 2012: Wouter 3270 - Applied line-buffer patch from Augie Schwer to validation.reporter.sh. 3271 32722 March 2012: Wouter 3273 - flush_infra cleans timeouted servers from the cache too. 3274 - removed warning from --enable-ecdsa. 3275 32761 March 2012: Wouter 3277 - forward-first option. Tries without forward if a query fails. 3278 Also stub-first option that is similar. 3279 328028 February 2012: Wouter 3281 - Fix from code review, if EINPROGRESS not defined chain if statement 3282 differently. 3283 328427 February 2012: Wouter 3285 - Fix bug#434: on windows check registry for config file location 3286 for unbound-control.exe, and unbound-checkconf.exe. 3287 328823 February 2012: Wouter 3289 - Fix to squelch 'network unreachable' errors from tcp connect in 3290 logs, high verbosity will show them. 3291 329216 February 2012: Wouter 3293 - iter_hints is now thread-owned in module env, and thus threadsafe. 3294 - Fix prefetch and sticky NS, now the prefetch works. It picks 3295 nameservers that 'would be valid in the future', and if this makes 3296 the NS timeout, it updates that NS by asking delegation from the 3297 parent again. If child NS has longer TTL, that TTL does not get 3298 refreshed from the lookup to the child nameserver. 3299 330015 February 2012: Wouter 3301 - Fix forward-zone memory, uses malloc and frees original root dp. 3302 - iter hints (stubs) uses malloc inside for more dynamicity. 3303 - unbound-control forward_add, forward_remove, stub_add, stub_remove 3304 can modify stubs and forwards for running unbound (on mobile computer) 3305 they can also add and remove domain-insecure for the zone. 3306 330714 February 2012: Wouter 3308 - Fix sticky NS (ghost domain problem) if prefetch is yes. 3309 - iter forwards uses malloc inside for more dynamicity. 3310 331113 February 2012: Wouter 3312 - RT#2955. Fix for cygwin compilation. 3313 - iana portlist updated. 3314 331510 February 2012: Wouter 3316 - Slightly smaller critical region in one case in infra cache. 3317 - Fix timeouts to keep track of query type, A, AAAA and other, if 3318 another has caused timeout blacklist, different type can still probe. 3319 - unit test fix for nomem_cnametopos.rpl race condition. 3320 33219 February 2012: Wouter 3322 - Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h. 3323 33248 February 2012: Wouter 3325 - implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This 3326 implementation is experimental at this time and not recommended 3327 for use on the public internet (the protocol numbers have not 3328 been assigned). Needs recent ldns with --enable-ecdsa. 3329 - fix memory leak in errorcase for DSA signatures. 3330 - iana portlist updated. 3331 - workaround for openssl 0.9.8 ecdsa sha2 and evp problem. 3332 33333 February 2012: Wouter 3334 - fix for windows, rename() is not posix compliant on windows. 3335 33362 February 2012: Wouter 3337 - 1.4.16 release tag. 3338 - svn trunk is 1.4.17 in development. 3339 - iana portlist updated. 3340 33411 February 2012: Wouter 3342 - Fix validation failures (like: validation failure xx: no NSEC3 3343 closest encloser from yy for DS zz. while building chain of trust, 3344 because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata 3345 for an NSEC3. Now it does not change rdata, and fixes TTL. 3346 334730 January 2012: Wouter 3348 - Fix version-number in libtool to be version-info so it produces 3349 libunbound.so.2 like it should. 3350 335126 January 2012: Wouter 3352 - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release. 3353 - trunk 1.4.16; includes changes memset testcode, #424 openindiana, 3354 and keyfile write fixup. 3355 - applied patch to support outgoing-interface with ub_ctx_set_option. 3356 335723 January 2012: Wouter 3358 - Fix memset in test code. 3359 336020 January 2012: Wouter 3361 - Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2. 3362 336319 January 2012: Wouter 3364 - Fix to write key files completely to a temporary file, and if that 3365 succeeds, replace the real key file. So failures leave a useful file. 3366 336718 January 2012: Wouter 3368 - tag 1.4.15rc1 created 3369 - updated libunbound/ubsyms.def and remade tag 1.4.15rc1. 3370 337117 January 2012: Wouter 3372 - Fix bug where canonical_compare of RRSIG did not downcase the 3373 signer-name. This is mostly harmless because RRSIGs do not have 3374 to be sorted in canonical order, usually. 3375 337612 January 2012: Wouter 3377 - bug#428: add ub_version() call to libunbound. API version increase, 3378 with (binary) backwards compatibility for the previous version. 3379 338010 January 2012: Wouter 3381 - Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL 3382 that would be permissible by the RFCs but it is not the TTL in the 3383 cache. 3384 - iana portlist updated. 3385 - uninitialised variable in reprobe for rtt blocked domains fixed. 3386 - lintfix and new flex output. 3387 33882 January 2012: Wouter 3389 - Fix to randomize hash function, based on 28c3 congress, reported 3390 by Peter van Dijk. 3391 339224 December 2011: Wouter 3393 - Fix for memory leak (about 20 bytes when a tcp or udp send operation 3394 towards authority servers failed, takes about 50.000 such failures to 3395 leak one Mb, such failures are also usually logged), reported by 3396 Robert Fleischmann. 3397 - iana portlist updated. 3398 339919 December 2011: Wouter 3400 - Fix for VU#209659 CVE-2011-4528: Unbound denial of service 3401 vulnerabilities from nonstandard redirection and denial of existence 3402 http://www.unbound.net/downloads/CVE-2011-4528.txt 3403 - robust checks for next-closer NSEC3s. 3404 - tag 1.4.14 created. 3405 - trunk has 1.4.15 in development. 3406 340715 December 2011: Wouter 3408 - remove uninit warning from cachedump code. 3409 - Fix parse error on negative SOA RRSIGs if badly ordered in the packet. 3410 341113 December 2011: Wouter 3412 - iana portlist updated. 3413 - svn tag 1.4.14rc1 3414 - fix infra cache comparison. 3415 - Fix to constrain signer_name to be a parent of the lookupname. 3416 34175 December 2011: Wouter 3418 - Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc. 3419 - Fix warnings with gcc 4.6 in compat/inet_ntop.c. 3420 - Fix warning unused in compat/strptime.c. 3421 - Fix malloc detection and double definition. 3422 34232 December 2011: Wouter 3424 - configure generated with autoconf 2.68. 3425 342630 November 2011: Wouter 3427 - Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes 3428 SERVFAILs. Also fixed for UDP (but less likely). 3429 343028 November 2011: Wouter 3431 - Fix quartile time estimate, it was too low, (thanks Jan Komissar). 3432 - iana ports updated. 3433 343411 November 2011: Wouter 3435 - Makefile compat with SunOS make, BSD make and GNU make. 3436 - iana ports updated. 3437 343810 November 2011: Wouter 3439 - Makefile changed for BSD make compatibility. 3440 34419 November 2011: Wouter 3442 - added unit test for SSL service and SSL-upstream. 3443 34448 November 2011: Wouter 3445 - can configure ssl service to one port number, and not on others. 3446 - fixup windows compile with ssl support. 3447 - Fix double free in unbound-host, reported by Steve Grubb. 3448 - iana portlist updated. 3449 34501 November 2011: Wouter 3451 - dns over ssl support as a client, ssl-upstream yes turns it on. 3452 It performs an SSL transaction for every DNS query (250 msec). 3453 - documentation for new options: ssl-upstream, ssl-service-key and 3454 ssl-service.pem. 3455 - iana portlist updated. 3456 - fix -flto detection on Lion for llvm-gcc. 3457 345831 October 2011: Wouter 3459 - dns over ssl support, ssl-service-pem and ssl-service-key files 3460 can be given and then TCP queries are serviced wrapped in SSL. 3461 346227 October 2011: Wouter 3463 - lame-ttl and lame-size options no longer exist, it is integrated 3464 with the host info. They are ignored (with verbose warning) if 3465 encountered to keep the config file backwards compatible. 3466 - fix iana-update for changing gzip compression of results. 3467 - fix export-all-symbols on OSX. 3468 346926 October 2011: Wouter 3470 - iana portlist updated. 3471 - Infra cache stores information about ping and lameness per IP, zone. 3472 This fixes bug #416. 3473 - fix iana_update target for gzipped file on iana site. 3474 347524 October 2011: Wouter 3476 - Fix resolve of partners.extranet.microsoft.com with a fix for the 3477 server selection for choosing out of a (particular) list of bad 3478 choices. (bug#415) 3479 - Fix make_new_space function so that the incoming query is not 3480 overwritten if a jostled out query causes a waiting query to be 3481 resumed that then fails and sends an error message. (Thanks to 3482 Matthew Lee). 3483 348421 October 2011: Wouter 3485 - fix --enable-allsymbols, fptr wlist is disabled on windows with this 3486 option enabled because of memory layout exe vs dll. 3487 348819 October 2011: Wouter 3489 - fix unbound-anchor for broken strptime on OSX lion, detected 3490 in configure. 3491 - Detect if GOST really works, openssl1.0 on OSX fails. 3492 - Implement ipv6%interface notation for scope_id usage. 3493 349417 October 2011: Wouter 3495 - better documentation for inform_super (Thanks Yang Zhe). 3496 349714 October 2011: Wouter 3498 - Fix for out-of-memory condition in libunbound (thanks 3499 Robert Fleischman). 3500 350113 October 2011: Wouter 3502 - Fix --enable-allsymbols, it depended on link specifics of the 3503 target platform, or fptr_wlist assertion failures could occur. 3504 350512 October 2011: Wouter 3506 - updated contrib/unbound_munin_ to family=auto so that it works with 3507 munin-node-configure automatically (if installed as 3508 /usr/local/share/munin/plugins/unbound_munin_ ). 3509 351027 September 2011: Wouter 3511 - unbound.exe -w windows option for start and stop service. 3512 351323 September 2011: Wouter 3514 - TCP-upstream calculates tcp-ping so server selection works if there 3515 are alternatives. 3516 351720 September 2011: Wouter 3518 - Fix classification of NS set in answer section, where there is a 3519 parent-child server, and the answer has the AA flag for dir.slb.com. 3520 Thanks to Amanda Constant from Secure64. 3521 352216 September 2011: Wouter 3523 - fix bug #408: accept patch from Steve Snyder that comments out 3524 unused functions in lookup3.c. 3525 - iana portlist updated. 3526 - fix EDNS1480 change memleak and TCP fallback. 3527 - fix various compiler warnings (reported by Paul Wouters). 3528 - max sent count. EDNS1480 only for rtt < 5000. No promiscuous 3529 fetch if sentcount > 3, stop query if sentcount > 16. Count is 3530 reset when referral or CNAME happens. This makes unbound better 3531 at managing large NS sets, they are explored when there is continued 3532 interest (in the form of queries). 3533 353415 September 2011: Wouter 3535 - release 1.4.13. 3536 - trunk contains 1.4.14 in development. 3537 - Unbound probes at EDNS1480 if there an EDNS0 timeout. 3538 353912 September 2011: Wouter 3540 - Reverted dns EDNS backoff fix, it did not help and needs 3541 fragmentation fixes instead. 3542 - tag 1.4.13rc2 3543 35447 September 2011: Wouter 3545 - Fix operation in ipv6 only (do-ip4: no) mode. 3546 35476 September 2011: Wouter 3548 - fedora specfile updated. 3549 35505 September 2011: Wouter 3551 - tag 1.4.13rc1 3552 35532 September 2011: Wouter 3554 - iana portlist updated. 3555 355626 August 2011: Wouter 3557 - Fix num-threads 0 does not segfault, reported by Simon Deziel. 3558 - Fix validation failures due to EDNS backoff retries, the retry 3559 for fetch of data has want_dnssec because the iter_indicate_dnssec 3560 function returns true when validation failure retry happens, and 3561 then the serviced query code does not fallback to noEDNS, even if 3562 the cache says it has this. This helps for DLV deployment when 3563 the DNSSEC status is not known for sure before the lookup concludes. 3564 356524 August 2011: Wouter 3566 - Applied patch from Karel Slany that fixes a memory leak in the 3567 unbound python module, in string conversions. 3568 356922 August 2011: Wouter 3570 - Fix validation of qtype ANY responses with CNAMEs (thanks Cathy 3571 Zhang and Luo Ce). Unbound responds with the RR types that are 3572 available at the name for qtype ANY and validates those RR types. 3573 It does not test for completeness (i.e. with NSEC or NSEC3 query), 3574 and it does not follow the CNAME or DNAME to another name (with 3575 even more data for the already large response). 3576 - Fix that internally, CNAMEs with NXDOMAIN have that as rcode. 3577 - Documented the options that work with control set_option command. 3578 - tcp-upstream yes/no option (works with set_option) for tunnels. 3579 358018 August 2011: Wouter 3581 - fix autoconf call in makedist crosscompile to RC or snapshot. 3582 358317 August 2011: Wouter 3584 - Fix validation of . DS query. 3585 - new xml format at IANA, new awk for iana_update. 3586 - iana portlist updated. 3587 358810 August 2011: Wouter 3589 - Fix python site-packages path to /usr/lib64. 3590 - updated patch from Tom. 3591 - fix memory and fd leak after out-of-memory condition. 3592 35939 August 2011: Wouter 3594 - patch from Tom Hendrikx fixes load of python modules. 3595 35968 August 2011: Wouter 3597 - make clean had ldns-src reference, removed. 3598 35991 August 2011: Wouter 3600 - Fix autoconf 2.68 warnings 3601 360214 July 2011: Wouter 3603 - Unbound implements RFC6303 (since version 1.4.7). 3604 - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the 3605 meantime, those are for 1.4.13). 3606 - iana portlist updated. 3607 360813 July 2011: Wouter 3609 - Quick fix for contrib/unbound.spec example, no ldns-builtin any more. 3610 361111 July 2011: Wouter 3612 - Fix wildcard expansion no-data reply under an optout NSEC3 zone is 3613 validated as insecure, reported by Jia Li (lijia@cnnic.cn). 3614 36154 July 2011: Wouter 3616 - 1.4.12rc1 tag created. 3617 36181 July 2011: Wouter 3619 - version number in example config file. 3620 - fix that --enable-static-exe does not complain about it unknown. 3621 362230 June 2011: Wouter 3623 - tag relase 1.4.11, trunk is 1.4.12 development. 3624 - iana portlist updated. 3625 - fix bug#395: id bits of other query may leak out under conditions 3626 - fix replyaddr count wrong after jostled queries, which leads to 3627 eventual starvation where the daemon has no replyaddrs left to use. 3628 - fix comment about rndc port, that referred to the old port number. 3629 - fix that the listening socket is not closed when too many remote 3630 control connections are made at the same time. 3631 - removed ldns-src tarball inside the unbound tarball. 3632 363323 June 2011: Wouter 3634 - Changed -flto check to support clang compiler. 3635 - tag 1.4.11rc3 created. 3636 363717 June 2011: Wouter 3638 - tag 1.4.11rc1 created. 3639 - remove warning about signed/unsigned from flex (other flex version). 3640 - updated aclocal.m4 and libtool to match. 3641 - tag 1.4.11rc2 created. 3642 364316 June 2011: Wouter 3644 - log-queries: yesno option, default is no, prints querylog. 3645 - version is 1.4.11. 3646 364714 June 2011: Wouter 3648 - Use -flto compiler flag for link time optimization, if supported. 3649 - iana portlist updated. 3650 365112 June 2011: Wouter 3652 - IPv6 service address for d.root-servers.net (2001:500:2D::D). 3653 365410 June 2011: Wouter 3655 - unbound-control has version number in the header, 3656 UBCT[version]_space_ is the header sent by the client now. 3657 - Unbound control port number is registered with IANA: 3658 ub-dns-control 8953/tcp unbound dns nameserver control 3659 This is the new default for the control-port config setting. 3660 - statistics-interval prints the number of jostled queries to log. 3661 366230 May 2011: Wouter 3663 - Fix Makefile for U in environment, since wrong U is more common than 3664 deansification necessity. 3665 - iana portlist updated. 3666 - updated ldns tarball to 1.6.10rc2 snapshot of today. 3667 366825 May 2011: Wouter 3669 - Fix assertion failure when unbound generates an empty error reply 3670 in response to a query, CVE-2011-1922 VU#531342. 3671 - This fix is in tag 1.4.10. 3672 - defense in depth against the above bug, an error is printed to log 3673 instead of an assertion failure. 3674 367510 May 2011: Wouter 3676 - bug#386: --enable-allsymbols option links all binaries to libunbound 3677 and reduces install size significantly. 3678 - feature, ignore-cd-flag: yesno to provide dnssec to legacy servers. 3679 - iana portlist updated. 3680 - Fix TTL of SOA so negative TTL is separately cached from normal TTL. 3681 368214 April 2011: Wouter 3683 - configure created with newer autoconf 2.66. 3684 368512 April 2011: Wouter 3686 - bug#378: Fix that configure checks for ldns_get_random presence. 3687 36888 April 2011: Wouter 3689 - iana portlist updated. 3690 - queries with CD flag set cause DNSSEC validation, but the answer is 3691 not withheld if it is bogus. Thus, unbound will retry if it is bad 3692 and curb the TTL if it is bad, thus protecting the cache for use by 3693 downstream validators. 3694 - val-override-date: -1 ignores dates entirely, for NTP usage. 3695 369629 March 2011: Wouter 3697 - harden-below-nxdomain: changed so that it activates when the 3698 cached nxdomain is dnssec secure. This avoids backwards 3699 incompatibility because those old servers do not have dnssec. 3700 370124 March 2011: Wouter 3702 - iana portlist updated. 3703 - release 1.4.9. 3704 - trunk is 1.5.0 3705 370617 March 2011: Wouter 3707 - bug#370: new unbound.spec for CentOS 5.x from Harold Jones. 3708 Applied but did not do the --disable-gost. 3709 371010 March 2011: Wouter 3711 - tag 1.4.9 release candidate 1 created. 3712 37133 March 2011: Wouter 3714 - updated ldns to today. 3715 37161 March 2011: Wouter 3717 - Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout. 3718 - give config parse error for multiple names on a stub or forward zone. 3719 - updated ldns tarball to 1.6.9(todays snapshot). 3720 372124 February 2011: Wouter 3722 - bug #361: Fix, time.elapsed variable not reset with stats_noreset. 3723 372423 February 2011: Wouter 3725 - iana portlist updated. 3726 - common.sh to version 3. 3727 372818 February 2011: Wouter 3729 - common.sh in testdata updated to version 2. 3730 373115 February 2011: Wouter 3732 - Added explicit note on unbound-anchor usage: 3733 Please note usage of unbound-anchor root anchor is at your own risk 3734 and under the terms of our LICENSE (see that file in the source). 3735 373611 February 2011: Wouter 3737 - iana portlist updated. 3738 - tpkg updated with common.sh for common functionality. 3739 37407 February 2011: Wouter 3741 - Added regression test for addition of a .net DS to the root, and 3742 cache effects with different TTL for glue and DNSKEY. 3743 - iana portlist updated. 3744 374528 January 2011: Wouter 3746 - Fix remove private address does not throw away entire response. 3747 374824 January 2011: Wouter 3749 - release 1.4.8 3750 375119 January 2011: Wouter 3752 - fix bug#349: no -L/usr for ldns. 3753 375418 January 2011: Wouter 3755 - ldns 1.6.8 tarball included. 3756 - release 1.4.8rc1. 3757 375817 January 2011: Wouter 3759 - add get and set option for harden-below-nxdomain feature. 3760 - iana portlist updated. 3761 376214 January 2011: Wouter 3763 - Fix so a changed NS RRset does not get moved name stuck on old 3764 server, for type NS the TTL is not increased. 3765 376613 January 2011: Wouter 3767 - Fix prefetch so it does not get stuck on old server for moved names. 3768 376912 January 2011: Wouter 3770 - iana portlist updated. 3771 377211 January 2011: Wouter 3773 - Fix insecure CNAME sequence marked as secure, reported by Bert 3774 Hubert. 3775 377610 January 2011: Wouter 3777 - faster lruhash get_mem routine. 3778 37794 January 2011: Wouter 3780 - bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root. 3781 - iana portlist updated. 3782 378323 December 2010: Wouter 3784 - Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept. 3785 378621 December 2010: Wouter 3787 - algorithm compromise protection using the algorithms signalled in 3788 the DS record. Also, trust anchors, DLV, and RFC5011 receive this, 3789 and thus, if you have multiple algorithms in your trust-anchor-file 3790 then it will now behave different than before. Also, 5011 rollover 3791 for algorithms needs to be double-signature until the old algorithm 3792 is revoked. 3793 It is not an option, because I see no use to turn the security off. 3794 - iana portlist updated. 3795 379617 December 2010: Wouter 3797 - squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them). 3798 - fix validation in this case: CNAME to nodata for co-hosted opt-in 3799 NSEC3 insecure delegation, was bogus, fixed to be insecure. 3800 380116 December 2010: Wouter 3802 - Fix our 'BDS' license (typo reported by Xavier Belanger). 3803 380410 December 2010: Wouter 3805 - iana portlist updated. 3806 - review changes for unbound-anchor. 3807 38082 December 2010: Wouter 3809 - feature typetransparent localzone, does not block other RR types. 3810 38111 December 2010: Wouter 3812 - Fix bug#338: print address when socket creation fails. 3813 381430 November 2010: Wouter 3815 - Fix storage of EDNS failures in the infra cache. 3816 - iana portlist updated. 3817 381818 November 2010: Wouter 3819 - harden-below-nxdomain option, default off (because very old 3820 software may be incompatible). We could enable it by default in 3821 the future. 3822 382317 November 2010: Wouter 3824 - implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN. 3825 - make test output nicer. 3826 382715 November 2010: Wouter 3828 - silence 'tcp connect: broken pipe' and 'net down' at low verbosity. 3829 - iana portlist updated. 3830 - so-sndbuf option for very busy servers, a bit like so-rcvbuf. 3831 38329 November 2010: Wouter 3833 - unbound-anchor compiles with openssl 0.9.7. 3834 38358 November 2010: Wouter 3836 - release tag 1.4.7. 3837 - trunk is version 1.4.8. 3838 - Be lenient and accept imgw.pl malformed packet (like BIND). 3839 38405 November 2010: Wouter 3841 - do not synthesize a CNAME message from cache for qtype DS. 3842 38434 November 2010: Wouter 3844 - Use central entropy to seed threads. 3845 38463 November 2010: Wouter 3847 - Change the rtt used to probe EDNS-timeout hosts to 1000 msec. 3848 38492 November 2010: Wouter 3850 - tag 1.4.7rc1. 3851 - code review. 3852 38531 November 2010: Wouter 3854 - GOST code enabled by default (RFC 5933). 3855 385627 October 2010: Wouter 3857 - Fix uninit value in dump_infra print. 3858 - Fix validation failure for parent and child on same server with an 3859 insecure childzone and a CNAME from parent to child. 3860 - Configure detects libev-4.00. 3861 386226 October 2010: Wouter 3863 - dump_infra and flush_infra commands for unbound-control. 3864 - no timeout backoff if meanwhile a query succeeded. 3865 - Change of timeout code. No more lost and backoff in blockage. 3866 At 12sec timeout (and at least 2x lost before) one probe per IP 3867 is allowed only. At 120sec, the IP is blocked. After 15min, a 3868 120sec entry has a single retry packet. 3869 387025 October 2010: Wouter 3871 - Configure errors if ldns is not found. 3872 387322 October 2010: Wouter 3874 - Windows 7 fix for the installer. 3875 387621 October 2010: Wouter 3877 - Fix bug where fallback_tcp causes wrong roundtrip and edns 3878 observation to be noted in cache. Fix bug where EDNSprobe halted 3879 exponential backoff if EDNS status unknown. 3880 - new unresponsive host method, exponentially increasing block backoff. 3881 - iana portlist updated. 3882 388320 October 2010: Wouter 3884 - interface automatic works for some people with ip6 disabled. 3885 Therefore the error check is removed, so they can use the option. 3886 388719 October 2010: Wouter 3888 - Fix for request list growth, if a server has long timeout but the 3889 lost counter is low, then its effective rtt is the one without 3890 exponential backoff applied. Because the backoff is not working. 3891 The lost counter can then increase and the server is blacklisted, 3892 or the lost counter does not increase and the server is working 3893 for some queries. 3894 389518 October 2010: Wouter 3896 - iana portlist updated. 3897 389813 October 2010: Wouter 3899 - Fix TCP so it uses a random outgoing-interface. 3900 - unbound-anchor handles ADDPEND keystate. 3901 390211 October 2010: Wouter 3903 - Fix bug when DLV below a trust-anchor that uses NSEC3 optout where 3904 the zone has a secure delegation hosted on the same server did not 3905 verify as secure (it was insecure by mistake). 3906 - iana portlist updated. 3907 - ldns tarball updated (for reading cachedumps with bad RR data). 3908 39091 October 2010: Wouter 3910 - test for unbound-anchor. fix for reading certs. 3911 - Fix alloc_reg_release for longer uptime in out of memory conditions. 3912 391328 September 2010: Wouter 3914 - unbound-anchor working, it creates or updates a root.key file. 3915 Use it before you start the validator (e.g. at system boot time). 3916 391727 September 2010: Wouter 3918 - iana portlist updated. 3919 392024 September 2010: Wouter 3921 - bug#329: in example.conf show correct ipv4 link-local 169.254/16. 3922 392323 September 2010: Wouter 3924 - unbound-anchor app, unbound requires libexpat (xml parser library). 3925 392622 September 2010: Wouter 3927 - compliance with draft-ietf-dnsop-default-local-zones-14, removed 3928 reverse ipv6 orchid prefix from builtin list. 3929 - iana portlist updated. 3930 393117 September 2010: Wouter 3932 - DLV has downgrade protection again, because the RFC says so. 3933 - iana portlist updated. 3934 393516 September 2010: Wouter 3936 - Algorithm rollover operational reality intrudes, for trust-anchor, 3937 5011-store, and DLV-anchor if one key matches it's good enough. 3938 - iana portlist updated. 3939 - Fix reported validation error in out of memory condition. 3940 394115 September 2010: Wouter 3942 - Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout. 3943 394414 September 2010: Wouter 3945 - increased mesh-max-activation from 1000 to 3000 for crazy domains 3946 like _tcp.slb.com with 262 servers. 3947 - iana portlist updated. 3948 394913 September 2010: Wouter 3950 - bug#327: Fix for cannot access stub zones until the root is primed. 3951 39529 September 2010: Wouter 3953 - unresponsive servers are not completely blacklisted (because of 3954 firewalls), but also not probed all the time (because of the request 3955 list size it generates). The probe rate is 1%. 3956 - iana portlist updated. 3957 395820 August 2010: Wouter 3959 - openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled. 3960 iterator get_mem includes priv_get_mem. delegpt nodup removed. 3961 listen_pushback, query_info_allocqname, write_socket, send_packet, 3962 comm_point_set_cb_arg and listen_resume removed. 3963 396419 August 2010: Wouter 3965 - Fix bug#321: resolution of rs.ripe.net artifacts with 0x20. 3966 Delegpt structures checked for duplicates always. 3967 No more nameserver lookups generated when depth is full anyway. 3968 - example.conf notes how to do DNSSEC validation and track the root. 3969 - iana portlist updated. 3970 397118 August 2010: Wouter 3972 - Fix bug#322: configure does not respect CFLAGS on Solaris. 3973 Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line 3974 if use sun-cc, but some systems need different flags. 3975 397616 August 2010: Wouter 3977 - Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP 3978 changes, uses m4_bpatsubst now. 3979 - make test (or make check) should be more portable and run the unit 3980 test and testbound scripts. (make longtest has special requirements). 3981 398213 August 2010: Wouter 3983 - More pleasant remote control command parsing. 3984 - documentation added for return values reported by doxygen 1.7.1. 3985 - iana portlist updated. 3986 39879 August 2010: Wouter 3988 - Fix name of rrset printed that failed validation. 3989 39905 August 2010: Wouter 3991 - Return NXDOMAIN after chain of CNAMEs ends at name-not-found. 3992 39934 August 2010: Wouter 3994 - Fix validation in case a trust anchor enters into a zone with 3995 unsupported algorithms. 3996 39973 August 2010: Wouter 3998 - updated ldns tarball with bugfixes. 3999 - release tag 1.4.6. 4000 - trunk becomes 1.4.7 develop. 4001 - iana portlist updated. 4002 400322 July 2010: Wouter 4004 - more error details on failed remote control connection. 4005 400615 July 2010: Wouter 4007 - rlimit adjustments for select and ulimit can happen at the same time. 4008 400914 July 2010: Wouter 4010 - Donation text added to README. 4011 - Fix integer underflow in prefetch ttl creation from cache. This 4012 fixes a potential negative prefetch ttl. 4013 401412 July 2010: Wouter 4015 - Changed the defaults for num-queries-per-thread/outgoing-range. 4016 For builtin-select: 512/960, for libevent 1024/4096 and for 4017 windows 24/48 (because of win api). This makes the ratio this way 4018 to improve resilience under heavy load. For high performance, use 4019 libevent and possibly higher numbers. 4020 402110 July 2010: Wouter 4022 - GOST enabled if SSL is recent and ldns has GOST enabled too. 4023 - ldns tarball updated. 4024 40259 July 2010: Wouter 4026 - iana portlist updated. 4027 - Fix validation of qtype DNSKEY when a key-cache entry exists but 4028 no rr-cache entry is used (it expired or prefetch), it then goes 4029 back up to the DS or trust-anchor to validate the DNSKEY. 4030 40317 July 2010: Wouter 4032 - Neat function prototypes, unshadowed local declarations. 4033 40346 July 2010: Wouter 4035 - failure to chown the pidfile is not fatal any more. 4036 - testbound uses UTC timezone. 4037 - ldns tarball updated (ports and works on Minix 3.1.7). On Minix, add 4038 /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake. 4039 40405 July 2010: Wouter 4041 - log if a server is skipped because it is on the donotquery list, 4042 at verbosity 4, to enable diagnosis why no queries to 127.0.0.1. 4043 - added feature to print configure date, target and options with -h. 4044 - added feature to print event backend system details with -h. 4045 - wdiff is not actually required by make test, updated requirements. 4046 40471 July 2010: Wouter 4048 - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex 4049 must be signed with all algorithms from the DS rrset at the parent. 4050 This is now checked and becomes bogus if not. 4051 405228 June 2010: Wouter 4053 - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps 4054 in overload situations to be about 5 qps for the class of shortly 4055 serviced queries. 4056 The capacity of the resolver is then about (numqueriesperthread / 2) 4057 / (average time for such long queries) qps for long queries. 4058 And about (numqueriesperthread / 2)/(jostletimeout in whole seconds) 4059 qps for short queries, per thread. 4060 - Fix the max number of reply-address count to be applied for duplicate 4061 queries, and not for new query list entries. This raises the memory 4062 usage to a max of (16+1)*numqueriesperthread reply addresses. 4063 406425 June 2010: Wouter 4065 - Fix handling of corner case reply from lame server, follows rfc2308. 4066 It could lead to a nodata reply getting into the cache if the search 4067 for a non-lame server turned up other misconfigured servers. 4068 - unbound.h has extern "C" statement for easier include in c++. 4069 407023 June 2010: Wouter 4071 - iana portlist updated. 4072 - makedist upgraded cross compile openssl option, like this: 4073 ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost 4074 407522 June 2010: Wouter 4076 - Unbound reports libev or libevent correctly in logs in verbose mode. 4077 - Fix to unload gost dynamic library module for leak testing. 4078 407918 June 2010: Wouter 4080 - iana portlist updated. 4081 408217 June 2010: Wouter 4083 - Add AAAA to root hints for I.ROOT-SERVERS.NET. 4084 408516 June 2010: Wouter 4086 - Fix assertion failure reported by Kai Storbeck from XS4ALL, the 4087 assertion was wrong. 4088 - updated ldns tarball. 4089 409015 June 2010: Wouter 4091 - tag 1.4.5 created. 4092 - trunk contains 1.4.6 in development. 4093 - Fix TCPreply on systems with no writev, if just 1 byte could be sent. 4094 - Fix to use one pointer less for iterator query state store_parent_NS. 4095 - makedist crosscompile to windows uses builtin ldns not host ldns. 4096 - Max referral count from 30 to 130, because 128 one character domains 4097 is valid DNS. 4098 - added documentation for the histogram printout to syslog. 4099 410011 June 2010: Wouter 4101 - When retry to parent the retrycount is not wiped, so failed 4102 nameservers are not tried again. 4103 - iana portlist updated. 4104 410510 June 2010: Wouter 4106 - Fix bug where a long loop could be entered, now cycle detection 4107 has a loop-counter and maximum search amount. 4108 41094 June 2010: Wouter 4110 - iana portlist updated. 4111 - 1.4.5rc1 tag created. 4112 41133 June 2010: Wouter 4114 - ldns tarball updated, 1.6.5. 4115 - review comments, split dependency cycle tracking for parentside 4116 last resort lookups for A and AAAA so there are more lookup options. 4117 41182 June 2010: Wouter 4119 - Fix compile warning if compiled without threads. 4120 - updated ldns-tarball with current ldns svn (pre 1.6.5). 4121 - GOST disabled-by-default, the algorithm number is allocated but the 4122 RFC is still has to pass AUTH48 at the IETF. 4123 41241 June 2010: Wouter 4125 - Ignore Z flag in incoming messages too. 4126 - Fix storage of negative parent glue if that last resort fails. 4127 - libtoolize 2.2.6b, autoconf 2.65 applied to configure. 4128 - new splint flags for newer splint install. 4129 413031 May 2010: Wouter 4131 - Fix AD flag handling, it could in some cases mistakenly copy the AD 4132 flag from upstream servers. 4133 - alloc_special_obtain out of memory is not a fatal error any more, 4134 enabling unbound to continue longer in out of memory conditions. 4135 - parentside names are dispreferred but not said to be dnssec-lame. 4136 - parentside check for cached newname glue. 4137 - fix parentside and querytargets modulestate, for dump_requestlist. 4138 - unbound-control-setup makes keys -rw-r--- so not all users permitted. 4139 - fix parentside from cache to be marked dispreferred for bad names. 4140 414128 May 2010: Wouter 4142 - iana portlist updated. 4143 - parent-child disagreement approach altered. Older fixes are 4144 removed in place of a more exhaustive search for misconfigured data 4145 available via the parent of a delegation. 4146 This is designed to be throttled by cache entries, with TTL from the 4147 parent if possible. Additionally the loop-counter is used. 4148 It also tests for NS RRset differences between parent and child. 4149 The fetch of misconfigured data should be more reliable and thorough. 4150 It should work reliably even with no or only partial data in cache. 4151 Data received from the child (as always) is deemed more 4152 authoritative than information received from the delegation parent. 4153 The search for misconfigured data is not performed normally. 4154 415526 May 2010: Wouter 4156 - Contribution from Migiel de Vos (Surfnet): nagios patch for 4157 unbound-host, in contrib/ (in the source tarball). Makes 4158 unbound-host suitable for monitoring dnssec(-chain) status. 4159 416021 May 2010: Wouter 4161 - EDNS timeout code will not fire if EDNS status already known. 4162 - EDNS failure not stored if EDNS status known to work. 4163 416419 May 2010: Wouter 4165 - Fix resolution for domains like safesvc.com.cn. If the iterator 4166 can not recurse further and it finds the delegation in a state 4167 where it would otherwise have rejected it outhand if so received 4168 from a cache lookup, then it can try to ask higherup (with loop 4169 protection). 4170 - Fix comments in iter_utils:dp_is_useless. 4171 417218 May 2010: Wouter 4173 - Fix various compiler warnings from the clang llvm compiler. 4174 - iana portlist updated. 4175 41766 May 2010: Wouter 4177 - Fix bug#308: spelling error in variable name in parser and lexer. 4178 41794 May 2010: Wouter 4180 - Fix dnssec-missing detection that was turned off by server selection. 4181 - Conforms to draft-ietf-dnsop-default-local-zones-13. Added default 4182 reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa, 4183 113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa. 4184 418529 April 2010: Wouter 4186 - Fix for dnssec lameness detection to use the key cache. 4187 - infra cache entries that are expired are wiped clean. Previously 4188 it was possible to not expire host data (if accessed often). 4189 419028 April 2010: Wouter 4191 - ldns tarball updated and GOST support is detected and then enabled. 4192 - iana portlist updated. 4193 - Fix detection of gost support in ldns (reported by Chris Smith). 4194 419527 April 2010: Wouter 4196 - unbound-control get_option domain-insecure shows config file items. 4197 - fix retry sequence if prime hints are recursion-lame. 4198 - autotrust anchor file can be initialized with a ZSK key as well. 4199 - harden-referral-path does not result in failures due to max-depth. 4200 You can increase the max-depth by adding numbers (' 0') after the 4201 target-fetch-policy, this increases the depth to which is checked. 4202 420326 April 2010: Wouter 4204 - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use 4205 CPPFLAGS during configure process. 4206 - if libev is installed on the base system (not libevent), detect 4207 it from the event.h header file and link with -lev. 4208 - configlexer.lex gets config.h, and configyyrename.h added by make, 4209 no more double include. 4210 - More strict scrubber (Thanks to George Barwood for the idea): 4211 NS set must be pertinent to the query (qname subdomain nsname). 4212 - Fix bug#307: In 0x20 backoff fix fallback so the number of 4213 outstanding queries does not become -1 and block the request. 4214 Fixed handling of recursion-lame in combination with 0x20 fallback. 4215 Fix so RRsets are compared canonicalized and sorted if the immediate 4216 comparison fails, this makes it work around round-robin sites. 4217 421823 April 2010: Wouter 4219 - Squelch log message: sendto failed permission denied for 4220 255.255.255.255, it is visible in VERB_DETAIL (verbosity 2). 4221 - Fix to fetch data as last resort more tenaciously. When cycle 4222 targets cause the server selection to believe there are more options 4223 when they really are not there, the server selection is reinitiated. 4224 - Fix fetch from blacklisted dnssec lame servers as last resort. The 4225 server's IP address is then given in validator errors as well. 4226 - Fix local-zone type redirect that did not use the query name for 4227 the answer rrset. 4228 422922 April 2010: Wouter 4230 - tag 1.4.4. 4231 - trunk contains 1.4.5 in development. 4232 - Fix validation failure for qtype ANY caused by a RRSIG parse failure. 4233 The validator error message was 'no signatures from ...'. 4234 423516 April 2010: Wouter 4236 - more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN. 4237 - tag 1.4.4rc1. 4238 423915 April 2010: Wouter 4240 - ECC-GOST algorithm number 12 that is assigned by IANA. New test 4241 example key and signatures for GOST. GOST requires openssl-1.0.0. 4242 GOST is still disabled by default. 4243 42449 April 2010: Wouter 4245 - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or 4246 get into an endless loop, if 0x20 was enabled, and buffers are small 4247 or particular broken packets are received. 4248 - Fix chain of trust with CNAME at an intermediate step, for the DS 4249 processing proof. 4250 42518 April 2010: Wouter 4252 - Fix validation of queries with wildcard names (*.example). 4253 42546 April 2010: Wouter 4255 - Fix EDNS probe for .de DNSSEC testbed failure, where the infra 4256 cache timeout coincided with a server update, the current EDNS 4257 backoff is less sensitive, and does not cache the backoff unless 4258 the backoff actually works and the domain is not expecting DNSSEC. 4259 - GOST support with correct algorithm numbers. 4260 42611 April 2010: Wouter 4262 - iana portlist updated. 4263 426424 March 2010: Wouter 4265 - unbound control flushed items are not counted when flushed again. 4266 426723 March 2010: Wouter 4268 - iana portlist updated. 4269 427022 March 2010: Wouter 4271 - unbound-host disables use-syslog from config file so that the 4272 config file for the main server can be used more easily. 4273 - fix bug#301: unbound-checkconf could not parse interface 4274 '0.0.0.0@5353', even though unbound itself worked fine. 4275 427619 March 2010: Wouter 4277 - fix fwd_ancil test to pass if the socket options are not supported. 4278 427918 March 2010: Wouter 4280 - Fixed random numbers for port, interface and server selection. 4281 Removed very small bias. 4282 - Refer to the listing in unbound-control man page in the extended 4283 statistics entry in the unbound.conf man page. 4284 428516 March 2010: Wouter 4286 - Fix interface-automatic for OpenBSD: msg.controllen was too small, 4287 also assertions on ancillary data buffer. 4288 - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO. 4289 - for NSEC3 check if signatures are cached. 4290 429115 March 2010: Wouter 4292 - unit test for util/regional.c. 4293 429412 March 2010: Wouter 4295 - Reordered configure checks so fork and -lnsl -lsocket checks are 4296 earlier, and thus later checks benefit from and do not hinder them. 4297 - iana portlist updated. 4298 - ldns tarball updated. 4299 - Fix python use when multithreaded. 4300 - Fix solaris python compile. 4301 - Include less in config.h and include per code file for ldns, ssl. 4302 430311 March 2010: Wouter 4304 - another memory allocation option: --enable-alloc-nonregional. 4305 exposes the regional allocations to other memory purifiers. 4306 - fix for memory alignment in struct sock_list allocation. 4307 - Fix for MacPorts ldns without ssl default, unbound checks if ldns 4308 has dnssec functionality and uses the builtin if not. 4309 - Fix daemonize on Solaris 10, it did not detach from terminal. 4310 - tag 1.4.3 created. 4311 - trunk is 1.4.4 in development. 4312 - spelling fix in validation error involving cnames. 4313 431410 March 2010: Wouter 4315 - --enable-alloc-lite works with test set. 4316 - portability in the testset: printf format conversions, prototypes. 4317 43189 March 2010: Wouter 4319 - tag 1.4.2 created. 4320 - trunk is 1.4.3 in development. 4321 - --enable-alloc-lite debug option. 4322 43238 March 2010: Wouter 4324 - iana portlist updated. 4325 43264 March 2010: Wouter 4327 - Fix crash in control channel code. 4328 43293 March 2010: Wouter 4330 - better casts in pipe code, brackets placed wrongly. 4331 - iana portlist updated. 4332 43331 March 2010: Wouter 4334 - make install depends on make all. 4335 - Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs. 4336 - --enable-checking: enables assertions but does not look nonproduction. 4337 - nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with 4338 nxdomain and nodata distinguished. 4339 - ldns tarball updated. 4340 - --disable-rpath fixed for libtool not found errors. 4341 - new fedora specfile from Fedora13 in contrib from Paul Wouters. 4342 434326 February 2010: Wouter 4344 - Fixup prototype for lexer cleanup in daemon code. 4345 - unbound-control list_stubs, list_forwards, list_local_zones and 4346 list_local_data. 4347 434824 February 2010: Wouter 4349 - Fix scrubber bug that potentially let NS records through. Reported 4350 by Amanda Constant. 4351 - Also delete potential poison references from additional. 4352 - Fix: no classification of a forwarder as lame, throw away instead. 4353 435423 February 2010: Wouter 4355 - libunbound ub_ctx_get_option() added. 4356 - unbound-control set_option and get_option commands. 4357 - iana portlist updated. 4358 435918 February 2010: Wouter 4360 - A little more strict DS scrubbing. 4361 - No more blacklisting of unresponsive servers, a 2 minute timeout 4362 is backed off to. 4363 - RD flag not enabled for dnssec-blacklisted tries, unless necessary. 4364 - pickup ldns compile fix, libdl for libcrypto. 4365 - log 'tcp connect: connection timed out' only in high verbosity. 4366 - unbound-control log_reopen command. 4367 - moved get_option code from unbound-checkconf to util/config_file.c 4368 436917 February 2010: Wouter 4370 - Disregard DNSKEY from authority section for chain of trust. 4371 DS records that are irrelevant to a referral scrubbed. Anti-poison. 4372 - iana portlist updated. 4373 437416 February 2010: Wouter 4375 - Check for 'no space left on device' (or other errors) when 4376 writing updated autotrust anchors and print errno to log. 4377 437815 February 2010: Wouter 4379 - Fixed the requery protection, the TTL was 0, it is now 900 seconds, 4380 hardcoded. We made the choice to send out more conservatively, 4381 protecting against an aggregate effect more than protecting a 4382 single user (from their own folly, perhaps in case of misconfig). 4383 438412 February 2010: Wouter 4385 - Re-query pattern changed on validation failure. To protect troubled 4386 authority servers, unbound caches a failure for the DNSKEY or DS 4387 records for the entire zone, and only retries that 900 seconds later. 4388 This implies that only a handful of packets are sent extra to the 4389 authority if the zone fails. 4390 439111 February 2010: Wouter 4392 - ldns tarball update for long label length syntax error fix. 4393 - iana portlist updated. 4394 43959 February 2010: Wouter 4396 - Fixup in compat snprintf routine, %f 1.02 and %g support. 4397 - include math.h for testbound test compile portability. 4398 43992 February 2010: Wouter 4400 - Updated url of IANA itar, interim trust anchor repository, in script. 4401 44021 February 2010: Wouter 4403 - iana portlist updated. 4404 - configure test for memcmp portability. 4405 440627 January 2010: Wouter 4407 - removed warning on format string in validator error log statement. 4408 - iana portlist updated. 4409 441022 January 2010: Wouter 4411 - libtool finish the install of unbound python dynamic library. 4412 441321 January 2010: Wouter 4414 - acx_nlnetlabs.m4 synchronised with nsd's version. 4415 441620 January 2010: Wouter 4417 - Fixup lookup trouble for parent-child domains on the first query. 4418 441914 January 2010: Wouter 4420 - Fixup ldns detection to also check for header files. 4421 442213 January 2010: Wouter 4423 - prefetch-key option that performs DNSKEY queries earlier in the 4424 validation process, and that could halve the latency on DNSSEC 4425 queries. It takes some extra processing (CPU, a cache is needed). 4426 442712 January 2010: Wouter 4428 - Fix unbound-checkconf for auto-trust-anchor-file present checks. 4429 44308 January 2010: Wouter 4431 - Fix for parent-child disagreement code which could have trouble 4432 when (a) ipv6 was disabled and (b) the TTL for parent and child 4433 were different. There were two bugs, the parent-side information 4434 is fixed to no longer block lookup of child side information and 4435 the iterator is fixed to no longer attempt to get ipv6 when it is 4436 not enabled and then give up in failure. 4437 - test and fixes to make prefetch actually store the answer in the 4438 cache. Considers some rrsets 'already expired' but does not allow 4439 overwriting of rrsets considered more secure. 4440 44417 January 2010: Wouter 4442 - Fixup python documentation (thanks Leo Vandewoestijne). 4443 - Work on cache prefetch feature. 4444 - Stats for prefetch, in log print stats, unbound-control stats 4445 and in unbound_munin plugin. 4446 44476 January 2010: Wouter 4448 - iana portlist updated. 4449 - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length. 4450 - verbose output includes parent-side-address notion for lameness. 4451 - documented val-log-level: 2 setting in example.conf and man page. 4452 - change unbound-control-setup from 1024(sha1) to 1536(sha256). 4453 44541 January 2010: Wouter 4455 - iana portlist updated. 4456 445722 December 2009: Wouter 4458 - configure with newer libtool 2.2.6b. 4459 446017 December 2009: Wouter 4461 - review comments. 4462 - tag 1.4.1. 4463 - trunk to version 1.4.2. 4464 446515 December 2009: Wouter 4466 - Answer to qclass=ANY queries, with class IN contents. 4467 Test that validation also works. 4468 - updated ldns snapshot tarball with latest fixes (parsing records). 4469 447011 December 2009: Wouter 4471 - on IPv4 UDP turn off DF flag. 4472 447310 December 2009: Wouter 4474 - requirements.txt updated with design choice explanations. 4475 - Reading fixes: fix to set unlame when child confirms parent glue, 4476 and fix to avoid duplicate addresses in delegation point. 4477 - verify_rrsig routine checks expiration last. 4478 44799 December 2009: Wouter 4480 - Fix Bug#287(reopened): update of ldns tarball with fix for parse 4481 errors generated for domain names like '.example.com'. 4482 - Fix SOA excluded from negative DS responses. Reported by Hauke 4483 Lampe. The negative cache did not include proper SOA records for 4484 negative qtype DS responses which makes BIND barf on it, such 4485 responses are now only used internally. 4486 - Fix negative cache lookup of closestencloser check of DS type bit. 4487 44888 December 2009: Wouter 4489 - Fix for lookup of parent-child disagreement domains, where the 4490 parent-side glue works but it does not provide proper NS, A or AAAA 4491 for itself, fixing domains such as motorcaravanners.eu. 4492 - Feature: you can specify a port number in the interface: line, so 4493 you can bind the same interface multiple times at different ports. 4494 44957 December 2009: Wouter 4496 - Bug#287: Fix segfault when unbound-control remove nonexistent local 4497 data. Added check to tests. 4498 44991 December 2009: Wouter 4500 - Fix crash with module-config "iterator". 4501 - Added unit test that has "iterator" module-config. 4502 450330 November 2009: Wouter 4504 - bug#284: fix parse of # without end-of-line at end-of-file. 4505 450626 November 2009: Wouter 4507 - updated ldns with release candidate for version 1.6.3. 4508 - tag for 1.4.0 release. 4509 - 1.4.1 version in trunk. 4510 - Fixup major libtool version to 2 because of why_bogus change. 4511 It was 1:5:0 but should have been 2:0:0. 4512 451323 November 2009: Wouter 4514 - Patch from David Hubbard for libunbound manual page. 4515 - Fixup endless spinning in unbound-control stats reported by 4516 Attila Nagy. Probably caused by clock reversal. 4517 451820 November 2009: Wouter 4519 - contrib/split-itar.sh contributed by Tom Hendrikx. 4520 452119 November 2009: Wouter 4522 - better argument help for unbound-control. 4523 - iana portlist updated. 4524 452517 November 2009: Wouter 4526 - noted multiple entries for multiple domain names in example.conf. 4527 - iana portlist updated. 4528 452916 November 2009: Wouter 4530 - Fixed signer detection of CNAME responses without signatures. 4531 - Fix#282 libunbound memleak on error condition by Eric Sesterhenn. 4532 - Tests for CNAMEs to deeper trust anchors, secure and bogus. 4533 - svn tag 1.4.0rc1 made. 4534 453513 November 2009: Wouter 4536 - Fixed validation failure for CNAME to optout NSEC3 nodata answer. 4537 - unbound-host does not fail on type ANY. 4538 - Fixed wireparse failure to put RRSIGs together with data in some 4539 long ANY mix cases, which fixes validation failures. 4540 454112 November 2009: Wouter 4542 - iana portlist updated. 4543 - fix manpage errors reported by debian lintian. 4544 - review comments. 4545 - fixup very long vallog2 level error strings. 4546 454711 November 2009: Wouter 4548 - ldns tarball updated (to 1.6.2). 4549 - review comments. 4550 455110 November 2009: Wouter 4552 - Thanks to Surfnet found bug in new dnssec-retry code that failed 4553 to combine well when combined with DLV and a particular failure. 4554 - Fixed unbound-control -h output about argument optionality. 4555 - review comments. 4556 45575 November 2009: Wouter 4558 - lint fixes and portability tests. 4559 - better error text for multiple domain keys in one autotrust file. 4560 45612 November 2009: Wouter 4562 - Fix bug where autotrust does not work when started with a DS. 4563 - Updated GOST unit tests for unofficial algorithm number 249 4564 and DNSKEY-format changes in draft version -01. 4565 456629 October 2009: Wouter 4567 - iana portlist updated. 4568 - edns-buffer-size option, default 4096. 4569 - fixed do-udp: no. 4570 457128 October 2009: Wouter 4572 - removed abort on prealloc failure, error still printed but softfail. 4573 - iana portlist updated. 4574 - RFC 5702: RSASHA256 and RSASHA512 support enabled by default. 4575 - ldns tarball updated (which also enables rsasha256 support). 4576 457727 October 2009: Wouter 4578 - iana portlist updated. 4579 45808 October 2009: Wouter 4581 - please doxygen 4582 - add val-log-level print to corner case (nameserver.epost.bg). 4583 - more detail to errors from insecure delegation checks. 4584 - Fix double time subtraction in negative cache reported by 4585 Amanda Constant and Hugh Mahon. 4586 - Made new validator error string available from libunbound for 4587 applications. It is in result->why_bogus, a zero-terminated string. 4588 unbound-host prints it by default if a result is bogus. 4589 Also the errinf is public in module_qstate (for other modules). 4590 45917 October 2009: Wouter 4592 - retry for validation failure in DS and prime results. Less mem use. 4593 unit test. Provisioning in other tests for requeries. 4594 - retry for validation failure in DNSKEY in middle of chain of trust. 4595 unit test. 4596 - retry for empty non terminals in chain of trust and unit test. 4597 - Fixed security bug where the signatures for NSEC3 records were not 4598 checked when checking for absence of DS records. This could have 4599 enabled the substitution of an insecure delegation. 4600 - moved version number to 1.4.0 because of 1.3.4 release with only 4601 the NSEC3 patch from the entry above. 4602 - val-log-level: 2 shows extended error information for validation 4603 failures, but still one (longish) line per failure. For example: 4604 validation failure <example.com. DNSKEY IN>: signature expired from 4605 192.0.2.4 for trust anchor example.com. while building chain of trust 4606 validation failure <www.example.com. A IN>: no signatures from 4607 192.0.2.6 for key example.com. while building chain of trust 4608 46096 October 2009: Wouter 4610 - Test set updated to provide additional ns lookup result. 4611 The retry would attempt to fetch the data from other nameservers 4612 for bogus data, and this needed to be provisioned in the tests. 4613 46145 October 2009: Wouter 4615 - first validation failure retry code. Retries for data failures. 4616 And unit test. 4617 46182 October 2009: Wouter 4619 - improve 5011 modularization. 4620 - fix unbound-host so -d can be given before -C. 4621 - iana portlist updated. 4622 462328 September 2009: Wouter 4624 - autotrust-anchor-file can read multiline input and $ORIGIN. 4625 - prevent integer overflow in holddown calculation. review fixes. 4626 - fixed race condition in trust point revocation. review fix. 4627 - review fixes to comments, removed unused code. 4628 462925 September 2009: Wouter 4630 - so-rcvbuf: 4m option added. Set this on large busy servers to not 4631 drop the occasional packet in spikes due to full socket buffers. 4632 netstat -su keeps a counter of UDP dropped due to full buffers. 4633 - review of validator/autotrust.c, small fixes and comments. 4634 463523 September 2009: Wouter 4636 - 5011 query failed counts verification failures, not lookup failures. 4637 - 5011 probe failure handling fixup. 4638 - test unbound reading of original autotrust data. 4639 The metadata per-key, such as key state (PENDING, MISSING, VALID) is 4640 picked up, otherwise performs initial probe like usual. 4641 464222 September 2009: Wouter 4643 - autotrust test with algorithm rollover, new ordering of checks 4644 assists in orderly rollover. 4645 - autotrust test with algorithm rollover to unknown algorithm. 4646 checks if new keys are supported before adding them. 4647 - autotrust test with trust point revocation, becomes unsigned. 4648 - fix DNSSEC-missing-signature detection for minimal responses 4649 for qtype DNSKEY (assumes DNSKEY occurs at zone apex). 4650 465118 September 2009: Wouter 4652 - autotrust tests, fix trustpoint timer deletion code. 4653 fix count of valid anchors during missing remove. 4654 - autotrust: pick up REVOKE even if not signed with known other keys. 4655 465617 September 2009: Wouter 4657 - fix compile of unbound-host when --enable-alloc-checks. 4658 - Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis. 4659 - Manual page fixes reported by Tony Finch. 4660 466116 September 2009: Wouter 4662 - Fix memory leak reported by Tao Ma. 4663 - Fix memstats test tool for log-time-ascii log format. 4664 466515 September 2009: Wouter 4666 - iana portlist updated. 4667 466810 September 2009: Wouter 4669 - increased MAXSYSLOGLEN so .bg key can be printed in debug output. 4670 - use linebuffering for log-file: output, this can be significantly 4671 faster than the previous fflush method and enable some class of 4672 resolvers to use high verbosity (for short periods). 4673 Not on windows, because line buffering does not work there. 4674 46759 September 2009: Wouter 4676 - Fix bug where DNSSEC-bogus messages were marked with too high TTL. 4677 The RRsets would still expire at the normal time, but this would 4678 keep messages bogus in the cache for too long. 4679 - regression test for that bug. 4680 - documented that load_cache is meant for debugging. 4681 46828 September 2009: Wouter 4683 - fixup printing errors when load_cache, they were printed to the 4684 SSL connection which broke, now to the log. 4685 - new ldns - with fixed parse of large SOA values. 4686 46877 September 2009: Wouter 4688 - autotrust testbound scenarios. 4689 - autotrust fix that failure count is written to file. 4690 - autotrust fix that keys may become valid after add holddown time 4691 alone, before the probe returns. 4692 46934 September 2009: Wouter 4694 - Changes to make unbound work with libevent-2.0.3 alpha. (in 4695 configure detection due to new ssl dependency in libevent) 4696 - do not call sphinx for documentation when python is disabled. 4697 - remove EV_PERSIST from libevent timeout code to make the code 4698 compatible with the libevent-2.0. Works with older libevent too. 4699 - fix memory leak in python code. 4700 47013 September 2009: Wouter 4702 - Got a patch from Luca Bruno for libunbound support on windows to 4703 pick up the system resolvconf nameservers and hosts there. 4704 - included ldns updated (enum warning fixed). 4705 - makefile fix for parallel makes. 4706 - Patch from Zdenek Vasicek and Attila Nagy for using the source IP 4707 from python scripts. See pythonmod/examples/resip.py. 4708 - doxygen comment fixes. 4709 47102 September 2009: Wouter 4711 - TRAFFIC keyword for testbound. Simplifies test generation. 4712 ${range lower val upper} to check probe timeout values. 4713 - test with 5011-prepublish rollover and revocation. 4714 - fix revocation of RR for autotrust, stray exclamation mark. 4715 47161 September 2009: Wouter 4717 - testbound variable arithmetic. 4718 - autotrust probe time is randomised. 4719 - autotrust: the probe is active and does not fetch from cache. 4720 472131 August 2009: Wouter 4722 - testbound variable processing. 4723 472428 August 2009: Wouter 4725 - fixup unbound-control lookup to print forward and stub servers. 4726 472727 August 2009: Wouter 4728 - autotrust: mesh answer callback is empty. 4729 473026 August 2009: Wouter 4731 - autotrust probing. 4732 - iana portlist updated. 4733 473425 August 2009: Wouter 4735 - fixup memleak in trust anchor unsupported algorithm check. 4736 - iana portlist updated. 4737 - autotrust options: add-holddown, del-holddown, keep-missing. 4738 - autotrust store revoked status of trust points. 4739 - ctime_r compat definition. 4740 - detect yylex_destroy() in configure. 4741 - detect SSL_get_compression_methods declaration in configure. 4742 - fixup DS lookup at anchor point with unsigned parent. 4743 - fixup DLV lookup for DS queries to unsigned domains. 4744 474524 August 2009: Wouter 4746 - cleaner memory allocation on exit. autotrust test routines. 4747 - free all memory on program exit, fix for ssl and flex. 4748 474921 August 2009: Wouter 4750 - autotrust: debug routines. Read,write and conversions work. 4751 475220 August 2009: Wouter 4753 - autotrust: save and read trustpoint variables. 4754 475519 August 2009: Wouter 4756 - autotrust: state table updates. 4757 - iana portlist updated. 4758 475917 August 2009: Wouter 4760 - autotrust: process events. 4761 476217 August 2009: Wouter 4763 - Fix so that servers are only blacklisted if they fail to reply 4764 to 16 queries in a row and the timeout gets above 2 minutes. 4765 - autotrust work, split up DS verification of DNSKEYs. 4766 476714 August 2009: Wouter 4768 - unbound-control lookup prints out infra cache information, like RTT. 4769 - Fix bug in DLV lookup reported by Amanda from Secure64. 4770 It could sometimes wrongly classify a domain as unsigned, which 4771 does not give the AD bit on replies. 4772 477313 August 2009: Wouter 4774 - autotrust read anchor files. locked trust anchors. 4775 477612 August 2009: Wouter 4777 - autotrust import work. 4778 477911 August 2009: Wouter 4780 - Check for openssl compatible with gost if enabled. 4781 - updated unit test for GOST=211 code. 4782 Nicer naming of test files. 4783 - iana portlist updated. 4784 47857 August 2009: Wouter 4786 - call OPENSSL_config() in unbound and unit test so that the 4787 operator can use openssl.cnf for configuration options. 4788 - removed small memory leak from config file reader. 4789 47906 August 2009: Wouter 4791 - configure --enable-gost for GOST support, experimental 4792 implementation of draft-dolmatov-dnsext-dnssec-gost-01. 4793 - iana portlist updated. 4794 - ldns tarball updated (with GOST support). 4795 47965 August 2009: Wouter 4797 - trunk moved to 1.3.4. 4798 47994 August 2009: Wouter 4800 - Added test that the examples from draft rsasha256-14 verify. 4801 - iana portlist updated. 4802 - tagged 1.3.3 4803 48043 August 2009: Wouter 4805 - nicer warning when algorithm not supported, tells you to upgrade. 4806 - iana portlist updated. 4807 480827 July 2009: Wouter 4809 - Updated unbound-cacti contribution from Dmitriy Demidov, with 4810 the queue statistics displayed in its own graph. 4811 - iana portlist updated. 4812 481322 July 2009: Wouter 4814 - Fix bug found by Michael Tokarev where unbound would try to 4815 prime the root servers even though forwarders are configured for 4816 the root. 4817 - tagged 1.3.3rc1 4818 481921 July 2009: Wouter 4820 - Fix server selection, so that it waits for open target queries when 4821 faced with lameness. 4822 482320 July 2009: Wouter 4824 - Ignore transient sendto errors, no route to host, and host, net down. 4825 - contrib/update-anchor.sh has -r option for root-hints. 4826 - feature val-log-level: 1 prints validation failures so you can 4827 keep track of them during dnssec deployment. 4828 482916 July 2009: Wouter 4830 - fix replacement malloc code. Used in crosscompile. 4831 - makedist -w creates crosscompiled setup.exe on fedora11. 4832 483315 July 2009: Wouter 4834 - dependencies for compat items, for crosscompile. 4835 - mingw32 crosscompile changes, dependencies and zipfile creation. 4836 and with System.dll from the windows NSIS you can make setup.exe. 4837 - package libgcc_s_sjlj exception handler for NSISdl.dll. 4838 483914 July 2009: Wouter 4840 - updated ldns tarball for solaris x64 compile assistance. 4841 - no need to define RAND_MAX from config.h. 4842 - iana portlist updated. 4843 - configure changes and ldns update for mingw32 crosscompile. 4844 484513 July 2009: Wouter 4846 - Fix for crash at start on windows. 4847 - tag for release 1.3.2. 4848 - trunk has version 1.3.3. 4849 - Fix for ID bits on windows to use all 16. RAND_MAX was not 4850 defined like you'd expect on mingw. Reported by Mees de Roo. 4851 48529 July 2009: Wouter 4853 - tag for release 1.3.1. 4854 - trunk has version 1.3.2. 4855 48567 July 2009: Wouter 4857 - iana portlist updated. 4858 48596 July 2009: Wouter 4860 - prettier error handling in SSL setup. 4861 - makedist.sh uname fix (same as ldns). 4862 - updated fedora spec file. 4863 48643 July 2009: Wouter 4865 - fixup linking when ldnsdir is "". 4866 486730 June 2009: Wouter 4868 - more lenient truncation checks. 4869 487029 June 2009: Wouter 4871 - ldns trunk r2959 imported as tarball, because of solaris cc compile 4872 support for c99. r2960 for better configure. 4873 - better wrongly_truncated check. 4874 - On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to 4875 avoid dropped packets at routers. 4876 487726 June 2009: Wouter 4878 - Fix EDNS fallback when EDNS works for short answers but long answers 4879 are dropped. 4880 488122 June 2009: Wouter 4882 - fixup iter priv strict aliasing while preserving size of sockaddr. 4883 - iana portlist updated. (one less port allocated, one more fraction 4884 of a bit for security!) 4885 - updated fedora specfile in contrib from Paul Wouters. 4886 488719 June 2009: Wouter 4888 - Fixup strict aliasing warning in iter priv code. 4889 and config_file code. 4890 - iana portlist updated. 4891 - harden-referral-path: handle cases where NS is in answer section. 4892 489318 June 2009: Wouter 4894 - Fix of message parse bug where (specifically) an NSEC and RRSIG 4895 in the wrong order would be parsed, but put wrongly into internal 4896 structures so that later validation would fail. 4897 - Extreme lenience for wrongly truncated replies where a positive 4898 reply has an NS in the authority but no signatures. They are 4899 turned into minimal responses with only the (secure) answer. 4900 - autoconf 2.63 for configure. 4901 - python warnings suppress. Keep python API away from header files. 4902 490317 June 2009: Wouter 4904 - CREDITS entry for cz.nic, sponsoring a 'summer of code' that was 4905 used for the python code in unbound. (http://www.nic.cz/vip/ in cz). 4906 490716 June 2009: Wouter 4908 - Fixup opportunistic target query generation to it does not 4909 generate queries that are known to fail. 4910 - Touchup on munin total memory report. 4911 - messages picked out of the cache by the iterator are checked 4912 if their cname chain is still correct and if validation status 4913 has to be reexamined. 4914 491515 June 2009: Wouter 4916 - iana portlist updated. 4917 491814 June 2009: Wouter 4919 - Fixed bug where cached responses would lose their security 4920 status on second validation, which especially impacted dlv 4921 lookups. Reported by Hauke Lampe. 4922 492313 June 2009: Wouter 4924 - bug #254. removed random whitespace from example.conf. 4925 492612 June 2009: Wouter 4927 - Fixup potential wrong NSEC picked out of the cache. 4928 - If unfulfilled callbacks are deleted they are called with an error. 4929 - fptr wlist checks for mesh callbacks. 4930 - fwd above stub in configuration works. 4931 493211 June 2009: Wouter 4933 - Fix queries for type DS when forward or stub zones are there. 4934 They are performed to higherup domains, and thus treated as if 4935 going to higher zones when looking up the right forward or stub 4936 server. This makes a stub pointing to a local server that has 4937 a local view of example.com signed with the same keys as are 4938 publicly used work. Reported by Johan Ihren. 4939 - Added build-unbound-localzone-from-hosts.pl to contrib, from 4940 Dennis DeDonatis. It converts /etc/hosts into config statements. 4941 - same thing fixed for forward-zone and DS, chain of trust from 4942 public internet into the forward-zone works now. Added unit test. 4943 49449 June 2009: Wouter 4945 - openssl key files are opened apache-style, when user is root and 4946 before chrooting. This makes permissions on remote-control key 4947 files easier to set up. Fixes bug #251. 4948 - flush_type and flush_name remove msg cache entries. 4949 - codereview - dp copy bogus setting fix. 4950 49518 June 2009: Wouter 4952 - Removed RFC5011 REVOKE flag support. Partial 5011 support may cause 4953 inadvertant behaviour. 4954 - 1.3.0 tarball for release created. 4955 - 1.3.1 development in svn trunk. 4956 - iana portlist updated. 4957 - fix lint from complaining on ldns/sha.h. 4958 - help compiler figure out aliasing in priv_rrset_bad() routine. 4959 - fail to configure with python if swig is not found. 4960 - unbound_munin_ in contrib uses ps to show rss if sbrk does not work. 4961 49623 June 2009: Wouter 4963 - fixup bad free() when wrongly encoded DSA signature is seen. 4964 Reported by Paul Wouters. 4965 - review comments from Matthijs. 4966 49672 June 2009: Wouter 4968 - --enable-sha2 option. The draft rsasha256 changed its algorithm 4969 numbers too often. Therefore it is more prudent to disable the 4970 RSASHA256 and RSASHA512 support by default. 4971 - ldns trunk included as new tarball. 4972 - recreated the 1.3.0 tag in svn. rc1 tarball generated at this point. 4973 497429 May 2009: Wouter 4975 - fixup doc bug in README reported by Matthew Dempsky. 4976 497728 May 2009: Wouter 4978 - update iana port list 4979 - update ldns lib tarball 4980 498127 May 2009: Wouter 4982 - detect lack of IPv6 support on XP (with a different error code). 4983 - Fixup a crash-on-exit which was triggered by a very long queue. 4984 Unbound would try to re-use ports that came free, but this is 4985 of course not really possible because everything is deleted. 4986 Most easily triggered on XP (not Vista), maybe because of the 4987 network stack encouraging large messages backlogs. 4988 - change in debug statements. 4989 - Fixed bug that could cause a crash if root prime failed when there 4990 were message backlogs. 4991 499226 May 2009: Wouter 4993 - Thanks again to Brett Carr, found an assertion that was not true. 4994 Assertion checked if recursion parent query still existed. 4995 499629 April 2009: Wouter 4997 - Thanks to Brett Carr, caught windows resource leak, use 4998 closesocket() and not close() on sockets or else the network stack 4999 starts to leak handles. 5000 - Removed usage of windows Mutex because windows cannot handle enough 5001 mutexes open. Provide own mutex implementation using primitives. 5002 500328 April 2009: Wouter 5004 - created svn tag for 1.3.0. 5005 500627 April 2009: Wouter 5007 - optimised cname from cache. 5008 - ifdef windows functions in testbound. 5009 501023 April 2009: Wouter 5011 - fix for threadsafety in solaris thr_key_create() in tests. 5012 - iana portlist updated. 5013 - fix pylib test for Darwin. 5014 - fix pymod test for Darwin and a python threading bug in pymod init. 5015 - check python >= 2.4 in configure. 5016 - -ldl check for libcrypto 1.0.0beta. 5017 501821 April 2009: Wouter 5019 - fix for build outside sourcedir. 5020 - fix for configure script swig detection. 5021 502217 April 2009: Wouter 5023 - Fix reentrant in minievent handler for unix. Could have resulted 5024 in spurious event callbacks. 5025 - timers do not take up a fd slot for winsock handler. 5026 - faster fix for winsock reentrant check. 5027 - fix rsasha512 unit test for new (interim) algorithm number. 5028 - fix test:ldns doesn't like DOS line endings in keyfiles on unix. 5029 - fix compile warning on ubuntu (configlexer fwrite return value). 5030 - move python include directives into CPPFLAGS instead of CFLAGS. 5031 503216 April 2009: Wouter 5033 - winsock event handler exit very quickly on signal, even if 5034 under heavy load. 5035 - iana portlist updated. 5036 - fixup windows winsock handler reentrant problem. 5037 503814 April 2009: Wouter 5039 - bug #245: fix munin plugin, perform cleanup of stale lockfiles. 5040 - makedist.sh; better help text. 5041 - cache-min-ttl option and tests. 5042 - mingw detect error condition on TCP sockets (NOTCONN). 5043 50449 April 2009: Wouter 5045 - Fix for removal of RSASHA256_NSEC3 protonumber from ldns. 5046 - ldns tarball updated. 5047 - iana portlist update. 5048 - detect GOST support in openssl-1.0.0-beta1, and fix compile problem 5049 because that openssl defines the name STRING for itself. 5050 50516 April 2009: Wouter 5052 - windows compile fix. 5053 - Detect FreeBSD jail without ipv6 addresses assigned. 5054 - python libunbound wrapper unit test. 5055 - installs the following files. Default is to not build them. 5056 from configure --with-pythonmodule: 5057 /usr/lib/python2.x/site-packages/unboundmodule.py 5058 from configure --with-pyunbound: 5059 /usr/lib/python2.x/site-packages/unbound.py 5060 /usr/lib/python2.x/site-packages/_unbound.so* 5061 The example python scripts (pythonmod/examples and 5062 libunbound/python/examples) are not installed. 5063 - python invalidate routine respects packed rrset ids and locks. 5064 - clock skew checks in unbound, config statements. 5065 - nxdomain ttl considerations in requirements.txt 5066 50673 April 2009: Wouter 5068 - Fixed a bug that caused messages to be stored in the cache too 5069 long. Hard to trigger, but NXDOMAINs for nameservers or CNAME 5070 targets have been more vulnerable to the TTL miscalculation bug. 5071 - documentation test fixed for python addition. 5072 50732 April 2009: Wouter 5074 - pyunbound (libunbound python plugin) compiles using libtool. 5075 - documentation for pythonmod and pyunbound is generated in doc/html. 5076 - iana portlist updated. 5077 - fixed bug in unbound-control flush_zone where it would not flush 5078 every message in the target domain. This especially impacted 5079 NXDOMAIN messages which could remain in the cache regardless. 5080 - python module test package. 5081 50821 April 2009: Wouter 5083 - suppress errors when trying to contact authority servers that gave 5084 ipv6 AAAA records for their nameservers with ipv4 mapped contents. 5085 Still tries to do so, could work when deployed in intranet. 5086 Higher verbosity shows the error. 5087 - new libunbound calls documented. 5088 - pyunbound in libunbound/python. Removed compile warnings. 5089 Makefile to make it. 5090 509130 March 2009: Wouter 5092 - Fixup LDFLAGS from libevent sourcedir compile configure restore. 5093 - Fixup so no non-absolute rpaths are added. 5094 - Fixup validation of RRSIG queries, they are let through. 5095 - read /dev/random before chroot 5096 - checkconf fix no python checks when no python module enabled. 5097 - fix configure, pthread first, so other libs do not change outcome. 5098 509927 March 2009: Wouter 5100 - nicer -h output. report linked libraries and modules. 5101 - prints modules in intuitive order (config file friendly). 5102 - python compiles easily on BSD. 5103 510426 March 2009: Wouter 5105 - ignore swig varargs warnings with gcc. 5106 - remove duplicate example.conf text from python example configs. 5107 - outofdir compile fix for python. 5108 - pyunbound works. 5109 - print modules compiled in on -h. manpage. 5110 511125 March 2009: Wouter 5112 - initial import of the python contribution from Zdenek Vasicek and 5113 Marek Vavrusa. 5114 - pythonmod in Makefile; changes to remove warnings/errors for 1.3.0. 5115 511624 March 2009: Wouter 5117 - more neat configure.ac. Removed duplicate config.h includes. 5118 - neater config.h.in. 5119 - iana portlist updated. 5120 - fix util/configlexer.c and solaris -std=c99 flag. 5121 - fix postcommit aclocal errors. 5122 - spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R. 5123 - swap order of host detect and libtool generation. 5124 512523 March 2009: Wouter 5126 - added launchd plist example file for MacOSX to contrib. 5127 - deprecation test for daemon(3). 5128 - moved common configure actions to m4 include, prettier Makefile. 5129 513020 March 2009: Wouter 5131 - bug #239: module-config entries order is important. Documented. 5132 - build fix for test asynclook. 5133 513419 March 2009: Wouter 5135 - winrc/README.txt dos-format text file. 5136 - iana portlist updated. 5137 - use _beginthreadex() when available (performs stack alignment). 5138 - defaults for windows baked into configure.ac (used if on mingw). 5139 514018 March 2009: Wouter 5141 - Added tests, unknown algorithms become insecure. fallback works. 5142 - Fix for and test for unknown algorithms in a trust anchor 5143 definition. Trust anchors with no supported algos are ignored. 5144 This means a (higher)DS or DLV entry for them could succeed, and 5145 otherwise they are treated as insecure. 5146 - domain-insecure: "example.com" statement added. Sets domain 5147 insecure regardless of chain of trust DSs or DLVs. The inverse 5148 of a trust-anchor. 5149 515017 March 2009: Wouter 5151 - unit test for unsupported algorithm in anchor warning. 5152 - fixed so queries do not fail on opportunistic target queries. 5153 515416 March 2009: Wouter 5155 - fixup diff error printout in contrib/update-itar.sh. 5156 - added contrib/unbound_cacti for statistics support in cacti, 5157 contributed by Dmitriy Demidov. 5158 515913 March 2009: Wouter 5160 - doxygen and lex/yacc on linux. 5161 - strip update-anchor on makedist -w. 5162 - fix testbound on windows. 5163 - default log to syslog for windows. 5164 - uninstaller can stop unbound - changed text on it to reflect that. 5165 - remove debugging from windows 'cron' actions. 5166 516712 March 2009: Wouter 5168 - log to App.logs on windows prints executable identity. 5169 - fixup tests. 5170 - munin plugin fix benign locking error printout. 5171 - anchor-update for windows, called every 24 hours; unbound reloads. 5172 517311 March 2009: Wouter 5174 - winsock event handler resets WSAevents after signalled. 5175 - winsock event handler tests if signals are really signalled. 5176 - install and service with log to file works on XP and Vista on 5177 default install location. 5178 - on windows logging to the Application logbook works (as a service). 5179 - fix RUN_DIR on windows compile setting in makedist. 5180 - windows registry has Software\Unbound\ConfigFile element. 5181 If does not exist, the default is used. The -c switch overrides it. 5182 - fix makedist version cleanup function. 5183 518410 March 2009: Wouter 5185 - makedist -w strips out old rc.. and snapshot info from version. 5186 - setup.exe starts and stops unbound after install, before uninstall. 5187 - unbound-checkconf recognizes absolute pathnames on windows (C:...). 5188 51899 March 2009: Wouter 5190 - Nullsoft NSIS installer creation script. 5191 51925 March 2009: Wouter 5193 - fixup memory leak introduced on 18feb in mesh reentrant fix. 5194 51953 March 2009: Wouter 5196 - combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8). 5197 - service works on xp/vista, no config necessary (using defaults). 5198 - windows registry settings. 5199 52002 March 2009: Wouter 5201 - fixup --export-symbols to be -export-symbls for libtool. 5202 This should fix extraneous symbols exported from libunbound. 5203 Thanks to Ondrej Sury and Robert Edmonds for finding it. 5204 - iana portlist updated. 5205 - document FAQ entry on stub/forward zones and default blocking. 5206 - fix asynclook test app for libunbound not exporting symbols. 5207 - service install and remove utils that work with vista UAC. 5208 520927 February 2009: Wouter 5210 - Fixup lexer, to not give warnings about fwrite. Appeared in 5211 new lexer features. 5212 - makedistro functionality for mingw. Has RC support. 5213 - support spaces and backslashes in configured defaults paths. 5214 - register, deregister in service control manager. 5215 521625 February 2009: Wouter 5217 - windres usage for application resources. 5218 521924 February 2009: Wouter 5220 - isc moved their dlv key download location. 5221 - fixup warning on vista/mingw. 5222 - makedist -w for window zip distribution first version. 5223 522420 February 2009: Wouter 5225 - Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped. 5226 Nicer script layout. Added url to site in -h output. 5227 522819 February 2009: Wouter 5229 - unbound-checkconf and unbound print warnings when trust anchors 5230 have unsupported algorithms. 5231 - added contrib/update-itar.sh This script is similar to 5232 update-anchor.sh, and updates from the IANA ITAR repository. 5233 You can provide your own PGP key and trust repo, or can use the 5234 builtin. The program uses wget and gpg to work. 5235 - iana portlist updated. 5236 - update-itar.sh: using ftp:// urls because https godaddy certificate 5237 is not available everywhere and then gives fatal errors. The 5238 security is provided by pgp signature. 5239 524018 February 2009: Wouter 5241 - more cycle detection. Also for target queries. 5242 - fixup bug where during deletion of the mesh queries the callbacks 5243 that were reentrant caused assertion failures. Keep the mesh in 5244 a reentrant safe state. Affects libunbound, reload of server, 5245 on quit and flush_requestlist. 5246 - iana portlist updated. 5247 524813 February 2009: Wouter 5249 - forwarder information now per-thread duplicated. 5250 This keeps it read only for speed, with no locking necessary. 5251 - forward command for unbound control to change forwarders to use 5252 on the fly. 5253 - document that unbound-host reads no config file by default. 5254 - updated iana portlist. 5255 525612 February 2009: Wouter 5257 - call setusercontext if available (on BSD). 5258 - small refactor of stats clearing. 5259 - #227: flush_stats feature for unbound-control. 5260 - stats_noreset feature for unbound-control. 5261 - flush_requestlist feature for unbound-control. 5262 - libunbound version upped API (was changed 5 feb). 5263 - unbound-control status shows if root forwarding is in use. 5264 - slightly nicer memory management in iter-fwd code. 5265 526610 February 2009: Wouter 5267 - keys with rfc5011 REVOKE flag are skipped and not considered when 5268 validating data. 5269 - iana portlist updated 5270 - #226: dump_requestlist feature for unbound-control. 5271 52726 February 2009: Wouter 5273 - contrib contains specfile for fedora 1.2.1 (from Paul Wouters). 5274 - iana portlist updated. 5275 - fixup EOL in include directive (reported by Paul Wouters). 5276 You can no longer specify newlines in the names of included files. 5277 - config parser changed. Gives some syntax errors closer to where they 5278 occurred. Does not enforce a space after keyword anymore. 5279 Does not allow literal newlines inside quoted strings anymore. 5280 - verbosity level 5 logs customer IP for new requestlist entries. 5281 - test fix, lexer and cancel test. 5282 - new option log-time-ascii: yes if you enable it prints timestamps 5283 in the log file as Feb 06 13:45:26 (like syslog does). 5284 - detect event_base_new in libevent-1.4.1 and later and use it. 5285 - #231 unbound-checkconf -o option prints that value from config file. 5286 Useful for scripting in management scripts and the like. 5287 52885 February 2009: Wouter 5289 - ldns 1.5.0 rc as tarball included. 5290 - 1.3.0 development continues: 5291 change in libunbound API: ub_cancel can return an error, that 5292 the async_id did not exist, or that it was already delivered. 5293 The result could have been delivered just before the cancel 5294 routine managed to acquire the lock, so a caller may get the 5295 result at the same time they call cancel. For this case, 5296 ub_cancel tries to return an error code. 5297 Fixes race condition in ub_cancel() libunbound function. 5298 - MacOSX Leopard cleaner text output from configure. 5299 - initgroups(3) is called to drop secondary group permissions, if 5300 applicable. 5301 - configure option --with-ldns-builtin forces the use of the 5302 inluded ldns package with the unbound source. The -I include 5303 is put before the others, so it avoids bad include files from 5304 an older ldns install. 5305 - daemon(3) posix call is used when available. 5306 - testbound test for older fix added. 5307 53084 February 2009: Wouter 5309 - tag for release 1.2.1. 5310 - trunk setup for 1.3.0 development. 5311 53123 February 2009: Wouter 5313 - noted feature requests in doc/TODO. 5314 - printout more detailed errors on ssl certificate loading failures. 5315 - updated IANA portlist. 5316 531716 January 2009: Wouter 5318 - more quiet about ipv6 network failures, i.e. when ipv6 is not 5319 available (network unreachable). Debug still printed on high 5320 verbosity. 5321 - unbound-host -4 and -6 options. Stops annoying ipv6 errors when 5322 debugging with unbound-host -4 -d ... 5323 - more cycle detection for NS-check, addr-check, root-prime and 5324 stub-prime queries in the iterator. Avoids possible deadlock 5325 when priming fails. 5326 532715 January 2009: Wouter 5328 - bug #229: fixup configure checks for compilation with Solaris 5329 Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc 5330 - fixup suncc warnings. 5331 - fix bug where unbound could crash using libevent 1.3 and older. 5332 - update testset for recent retry change. 5333 533414 January 2009: Wouter 5335 - 1.2.1 feature: negative caching for failed queries. 5336 Queries that failed are cached for 5 seconds (NORR_TTL). 5337 If the failure is local, like out of memory, it is not cached. 5338 - the TTL comparison for the cache used different comparisons, 5339 causing many cache responses that used the iterator and validator 5340 state machines unnecessarily. 5341 - retry from 4 to 5 so that EDNS drop retry is part of the first 5342 query resolve attempt, and cached error does not stop EDNS fallback. 5343 - remove debug prints that protect against bad referrals. 5344 - honor QUIET=no on make commandline (or QUIET=yes ). 5345 534613 January 2009: Wouter 5347 - fixed bug in lameness marking, removed printouts. 5348 - find NS rrset more cleanly for qtype NS. 5349 - Moved changes to 1.2.0 for release. Thanks to Mark Zealey for 5350 reporting and logs. 5351 - 1.2.1 feature: stops resolving AAAAs promiscuously when they 5352 are in the negative cache. 5353 535412 January 2009: Wouter 5355 - fixed bug in infrastructure lameness cache, did not lowercase 5356 name of zone to hash when setting lame. 5357 - lameness debugging printouts. 5358 53599 January 2009: Wouter 5360 - created svn tag for 1.2.0 release. 5361 - svn trunk contains 1.2.1 version number. 5362 - iana portlist updated for todays list. 5363 - removed debug print. 5364 53658 January 2009: Wouter 5366 - new version of ldns-trunk (today) included as tarball, fixed 5367 bug #224, building with -j race condition. 5368 - remove possible race condition in the test for race conditions. 5369 53707 January 2009: Wouter 5371 - version 1.2.0 in preparation. 5372 - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file 5373 statements. (Adapted from patch by Paul Wouters). 5374 - typo fix and iana portlist updated. 5375 - porting testsuite; unused var warning, and type fixup. 5376 53776 January 2009: Wouter 5378 - fixup packet-of-death when compiled with --enable-debug. 5379 A malformed packet could cause an internal assertion failure. 5380 - added test for HINFO canonicalisation behaviour. 5381 - fixup reported problem with transparent local-zone data where 5382 queries with different type could get nxdomain. Now queries 5383 with a different name get resolved normally, with different type 5384 get a correct NOERROR/NODATA answer. 5385 - HINFO no longer downcased for validation, making unbound compatible 5386 with bind and ldns. 5387 - fix reading included config files when chrooted. 5388 Give full path names for include files. 5389 Relative path names work if the start dir equals the working dir. 5390 - fix libunbound message transport when no packet buffer is available. 5391 53925 January 2009: Wouter 5393 - fixup getaddrinfo failure handling for remote control port. 5394 - added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints. 5395 - fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/ 5396 - comm_timer_set performs base_set operation after event_add. 5397 539818 December 2008: Wouter 5399 - fixed bug reported by Duane Wessels: error in DLV lookup, would make 5400 some zones that had correct DLV keys as insecure. 5401 - follows -rc makedist from ldns changes (no _rc). 5402 - ldns tarball updated with 1.4.1rc for DLV unit test. 5403 - verbose prints about recursion lame detection and server selection. 5404 - fixup BSD port for infra host storage. It hashed wrongly. 5405 - fixup makedist snapshot name generation. 5406 - do not reopen syslog to avoid dev/log dependency. 5407 540817 December 2008: Wouter 5409 - follows ldns makedist.sh. -rc option. autom4te dir removed. 5410 - unbound-control status command. 5411 - extended statistics has a number of ipv6 queries counter. 5412 contrib/unbound_munin_ was updated to draw ipv6 in the hits graph. 5413 541416 December 2008: Wouter 5415 - follow makedist improvements from ldns, for maintainers prereleases. 5416 - snapshot version uses _ not - to help rpm distinguish the 5417 version number. 5418 541911 December 2008: Wouter 5420 - better fix for bug #219: use LOG_NDELAY with openlog() call. 5421 Thanks to Tamas Tevesz. 5422 54239 December 2008: Wouter 5424 - bug #221 fixed: unbound checkconf checks if key files exist if 5425 remote control is enabled. Also fixed NULL printf when not chrooted. 5426 - iana portlist updated. 5427 54283 December 2008: Wouter 5429 - Fix problem reported by Jaco Engelbrecht where unbound-control stats 5430 freezes up unbound if this was compiled without threading, and 5431 was using multiple processes. 5432 - iana portlist updated. 5433 - test for remote control with interprocess communication. 5434 - created command distribution mechanism so that remote control 5435 commands other than 'stats' work on all processes in a nonthreaded 5436 compiled version. dump/load cache work, on the first process. 5437 - fixup remote control local_data addition memory corruption bug. 5438 54391 December 2008: Wouter 5440 - SElinux policy files in contrib/selinux for the unbound daemon, 5441 by Paul Wouters and Adam Tkac. 5442 544325 November 2008: Wouter 5444 - configure complains when --without-ssl is given (bug #220). 5445 - skip unsupported feature tests on vista/mingw. 5446 - fixup testcode/streamtcp to work on vista/mingw. 5447 - root-hints test checks version of dig required. 5448 - blacklisted servers are polled at a low rate (1%) to see if they 5449 come back up. But not if there is some other working server. 5450 545124 November 2008: Wouter 5452 - document that the user of the server daemon needs read privileges 5453 on the keys and certificates generated by unbound-control-setup. 5454 This is different per system or distribution, usually, running the 5455 script under the same username as the server uses suffices. 5456 i.e. sudo -u unbound unbound-control-setup 5457 - testset port to vista/mingw. 5458 - tcp_sigpipe to freebsd port. 5459 546021 November 2008: Wouter 5461 - fixed tcp accept, errors were printed when they should not. 5462 - unbound-control-setup.sh removes read/write permissions other 5463 from the keys it creates (as suggested by Dmitriy Demidov). 5464 546520 November 2008: Wouter 5466 - fixup fatal error due to faulty error checking after tcp accept. 5467 - add check in rlimit to avoid integer underflow. 5468 - rlimit check with new formula; better estimate for number interfaces 5469 - nicer comments in rlimit check. 5470 - tag 1.1.1 created in svn. 5471 - trunk label is 1.1.2 5472 547319 November 2008: Wouter 5474 - bug #219: fixed so that syslog which delays opening until the first 5475 log line is written, gets a log line while not chroot'ed yet. 5476 547718 November 2008: Wouter 5478 - iana portlist updated. 5479 - removed cast in unit test debug print that was not 64bit safe. 5480 - trunk back to 1.1.0; copied to tags 1.1.0 release. 5481 - trunk to has version number 1.1.1 again. 5482 - in 1.1.1; make clean nicer. grammar in manpage. 5483 548417 November 2008: Wouter 5485 - theoretical fix for problems reported on mailing list. 5486 If a delegation point has no A but only AAAA and do-ip6 is no, 5487 resolution would fail. Fixed to ask for the A and AAAA records. 5488 It has to ask for both always, so that it can fail quietly, from 5489 TLD perspective, when a zone is only reachable on one transport. 5490 - test for above, only AAAA and doip6 is no. Fix causes A record 5491 for nameserver to be fetched. 5492 - fixup address duplication on cache fillup for delegation points. 5493 - testset updated for new query answer requirements. 5494 549514 November 2008: Wouter 5496 - created 1.1.0 release tag in svn. 5497 - trunk moved to 1.1.1 5498 - fixup unittest-neg for locking. 5499 550013 November 2008: Wouter 5501 - added fedora init and specfile to contrib (by Paul Wouters). 5502 - added configure check for ldns 1.4.0 (using its compat funcs). 5503 - neater comments in worker.h. 5504 - removed doc/plan and updated doc/TODO. 5505 - silenced EHOSTDOWN (verbosity 2 or higher to see it). 5506 - review comments from Jelte, Matthijs. Neater code. 5507 550812 November 2008: Wouter 5509 - add unbound-control manpage to makedist replace list. 5510 551111 November 2008: Wouter 5512 - unit test for negative cache, stress tests the refcounting. 5513 - fix for refcounting error that could cause fptr_wlist fatal exit 5514 in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 5515 Attila Nagy for testing). 5516 - nicer comments in cachedump about failed RR to string conversion. 5517 - fix 32bit wrap around when printing large (4G and more) mem usage 5518 for extended statistics. 5519 552010 November 2008: Wouter 5521 - fixup the getaddrinfo compat code rename. 5522 55238 November 2008: Wouter 5524 - added configure check for eee build warning. 5525 55267 November 2008: Wouter 5527 - fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4. 5528 - detect nonblocking problems in network stack in configure script. 5529 55306 November 2008: Wouter 5531 - dname_priv must decompress the name before comparison. 5532 - iana portlist updated. 5533 55345 November 2008: Wouter 5535 - fixed possible memory leak in key_entry_key deletion. 5536 Would leak a couple bytes when trust anchors were replaced. 5537 - if query and reply qname overlap, the bytes are skipped not copied. 5538 - fixed file descriptor leak when messages were jostled out that 5539 had outstanding (TCP) replies. 5540 - DNAMEs used from cache have their synthesized CNAMEs initialized 5541 properly. 5542 - fixed file descriptor leak for localzone type deny (for TCP). 5543 - fixed memleak at exit for nsec3 negative cached zones. 5544 - fixed memleak for the keyword 'nodefault' when reading config. 5545 - made verbosity of 'edns incapable peer' warning higher, so you 5546 do not get spammed by it. 5547 - caught elusive Bad file descriptor error bug, that would print the 5548 error while unnecessarily try to listen to a closed fd. Fixed. 5549 55504 November 2008: Wouter 5551 - fixed -Wwrite-strings warnings that result in better code. 5552 55533 November 2008: Wouter 5554 - fixup build process for Mac OSX linker, use ldns b32 compat funcs. 5555 - generated configure with autoconf-2.61. 5556 - iana portlist updated. 5557 - detect if libssl needs libdl. For static linking with libssl. 5558 - changed to use new algorithm identifiers for sha256/sha512 5559 from ldns 1.4.0 (need very latest version). 5560 - updated the included ldns tarball. 5561 - proper detection of SHA256 and SHA512 functions (not just sizes). 5562 556323 October 2008: Wouter 5564 - a little more debug info for failure on signer names. prints names. 5565 556622 October 2008: Wouter 5567 - CFLAGS are picked up by configure from the environment. 5568 - iana portlist updated. 5569 - updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too. 5570 - new stub-prime: yesno option. Default is off, so it does not prime. 5571 can be turned on to get same behaviour as previous unbound release. 5572 - made automated test that checks if builtin root hints are uptodate. 5573 - finished draft-wijngaards-dnsext-resolver-side-mitigation 5574 implementation. The unwanted-reply-threshold can be set. 5575 - fixup so fptr_whitelist test in alloc.c works. 5576 557721 October 2008: Wouter 5578 - fix update-anchors.sh, so it does not report different RR order 5579 as an update. Sorts the keys in the file. Updated copyright. 5580 - fixup testbound on windows, the command control pipe doesn't exist. 5581 - skip 08hostlib test on windows, no fork() available. 5582 - made unbound-remote work on windows. 5583 558420 October 2008: Wouter 5585 - quench a log message that is debug only. 5586 - iana portlist updated. 5587 - do not query bogus nameservers. It is like nameservers that have 5588 the NS or A or AAAA record bogus are listed as donotquery. 5589 - if server selection is faced with only bad choices, it will 5590 attempt to get more options to be fetched. 5591 - changed bogus-ttl default value from 900 to 60 seconds. 5592 In anticipation that operator caused failures are more likely than 5593 actual attacks at this time. And thus repeated validation helps 5594 the operators get the problem fixed sooner. It makes validation 5595 failures go away sooner (60 seconds after the zone is fixed). 5596 Also it is likely to try different nameserver targets every minute, 5597 so that if a zone is bad on one server but not another, it is 5598 likely to pick up the 'correct' one after a couple minutes, 5599 and if the TTL is big enough that solves validation for the zone. 5600 - fixup unbound-control compilation on windows. 5601 560217 October 2008: Wouter 5603 - port Leopard/G5: fixup type conversion size_t/uint32. 5604 please ranlib, stop file without symbols warning. 5605 - harden referral path now also validates the root after priming. 5606 It looks up the root NS authoritatively as well as the root servers 5607 and attemps to validate the entries. 5608 560916 October 2008: Wouter 5610 - Fixup negative TTL values appearing (reported by Attila Nagy). 5611 561215 October 2008: Wouter 5613 - better documentation for 0x20; remove fallback TODO, it is done. 5614 - harden-referral-path feature includes A, AAAA queries for glue, 5615 as well as very careful NS caching (only when doing NS query). 5616 A, AAAA use the delegation from the NS-query. 5617 561814 October 2008: Wouter 5619 - fwd_three.tpkg test was flaky. If the three requests hit the 5620 wrong threads by chance (or bad OS) then the test would fail. 5621 Made less flaky by increasing number of retries. 5622 - stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs. 5623 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014). 5624 Which includes the ldns_dname_absolute fix. 5625 - fwd_three test remains flaky now that unbound does not stop 5626 listening when full. Thus, removed timeout problem. 5627 It may be serviced by three threads, or maybe by one. 5628 Mostly only useful for lock-check testing now. 5629 563013 October 2008: Wouter 5631 - fixed recursion servers deployed as authoritative detection, so 5632 that as a last resort, a +RD query is sent there to get the 5633 correct answer. 5634 - iana port list update. 5635 - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013). 5636 563710 October 2008: Wouter 5638 - fixup tests - the negative cache contained the correct NSEC3s for 5639 two tests that are supposed to fail to validate. 5640 56419 October 2008: Wouter 5642 - negative cache caps max iterations of NSEC3 done. 5643 - NSEC3 negative cache for qtype DS works. 5644 56458 October 2008: Wouter 5646 - NSEC negative cache for DS. 5647 56486 October 2008: Wouter 5649 - jostle-timeout option, so you can config for slow links. 5650 - 0x20 fallback code. Tries 3xnumber of nameserver addresses 5651 queries that must all be the same. Sent to random nameservers. 5652 - documented choices for DoS, EDNS, 0x20. 5653 56542 October 2008: Wouter 5655 - fixup unlink of pidfile. 5656 - fixup SHA256 algorithm collation code. 5657 - contrib/update-anchor.sh does not overwrite anchors if not needed. 5658 exits 0 when a restart is needed, other values if not. 5659 so, update-anchor.sh -d mydir && /etc/rc.d/unbound restart 5660 can restart unbound exactly when needed. 5661 566230 September 2008: Wouter 5663 - fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1. 5664 - tests for sha256 support and downgrade resistance. 5665 - RSASHA256 and RSASHA512 support (using the draft in dnsext), 5666 using the drafted protocol numbers. 5667 - when using stub on localhost (127.0.0.1@10053) unbound works. 5668 Like when running NSD to host a local zone, on the same machine. 5669 The noprime feature. manpages more explanation. Added a test for it. 5670 - shorthand for reverse PTR, local-data-ptr: "1.2.3.4 www.ex.com" 5671 567229 September 2008: Wouter 5673 - EDNS lameness detection, if EDNS packets are dropped this is 5674 detected, eventually. 5675 - multiple query timeout rtt backoff does not backoff too much. 5676 567726 September 2008: Wouter 5678 - tests for remote-control. 5679 - small memory leak in exception during remote control fixed. 5680 - fixup for lock checking but not unchecking in remote control. 5681 - iana portlist updated. 5682 568323 September 2008: Wouter 5684 - Msg cache is loaded. A cache load enables cache responses. 5685 - unbound-control flush [name], flush_type and flush_zone. 5686 568722 September 2008: Wouter 5688 - dump_cache and load_cache statements in unbound-control. 5689 RRsets are dumped and loaded correctly. 5690 Msg cache is dumped. 5691 569219 September 2008: Wouter 5693 - locking on the localdata structure. 5694 - add and remove local zone and data with unbound-control. 5695 - ldns trunk snapshot updated, make tests work again. 5696 569718 September 2008: Wouter 5698 - fixup error in time calculation. 5699 - munin plugin improvements. 5700 - nicer abbreviations for high query types values (ixfr, axfr, any...) 5701 - documented the statistics output in unbound-control man page. 5702 - extended statistics prints out histogram, over unbound-control. 5703 570417 September 2008: Wouter 5705 - locking for threadsafe bogus rrset counter. 5706 - ldns trunk no longer exports b32 functions, provide compat. 5707 - ldns tarball updated. 5708 - testcode/ldns-testpkts.c const fixups. 5709 - fixed rcode stat printout. 5710 - munin plugin in contrib. 5711 - stats always printout uptime, because stats plugins need it. 5712 571316 September 2008: Wouter 5714 - extended-statistics: yesno config option. 5715 - unwanted replies spoof nearmiss detector. 5716 - iana portlist updated. 5717 571815 September 2008: Wouter 5719 - working start, stop, reload commands for unbound-control. 5720 - test for unbound-control working; better exit value for control. 5721 - verbosity control via unbound-control. 5722 - unbound-control stats. 5723 572412 September 2008: Wouter 5725 - removed browser control mentions. Proto speccy. 5726 572711 September 2008: Wouter 5728 - set nonblocking on new TCP streams, because linux does not inherit 5729 the socket options to the accepted socket. 5730 - fix TCP timeouts. 5731 - SSL protected connection between server and unbound-control. 5732 573310 September 2008: Wouter 5734 - remove memleak in privacy addresses on reloads and quits. 5735 - remote control work. 5736 57379 September 2008: Wouter 5738 - smallapp/unbound-control-setup.sh script to set up certificates. 5739 57404 September 2008: Wouter 5741 - scrubber scrubs away private addresses. 5742 - test for private addresses. man page entry. 5743 - code refactored for name and address tree lookups. 5744 57453 September 2008: Wouter 5746 - options for 'DNS Rebinding' protection: private-address and 5747 private-domain. 5748 - dnstree for reuse of routines that help with domain, addr lookups. 5749 - private-address and private-domain config option read, stored. 5750 57512 September 2008: Wouter 5752 - DoS protection features. Queries are jostled out to make room. 5753 - testbound can pass time, increasing the internal timer. 5754 - do not mark unsigned additionals bogus, leave unchecked, which 5755 is removed too. 5756 57571 September 2008: Wouter 5758 - disallow nonrecursive queries for cache snooping by default. 5759 You can allow is using access-control: <subnet> allow_snoop. 5760 The defaults do allow access no authoritative data without RD bit. 5761 - two tests for it and fixups of tests for nonrec refused. 5762 576329 August 2008: Wouter 5764 - version 1.1 number in trunk. 5765 - harden-referral-path option for query for NS records. 5766 Default turns off expensive, experimental option. 5767 576828 August 2008: Wouter 5769 - fixup logfile handling; it is created with correct permissions 5770 again. (from bugfix#199). 5771 Some errors are not written to logfile (pidfile writing, forking), 5772 and these are only visible by using the -d commandline flag. 5773 577427 August 2008: Wouter 5775 - daemon(3) is causing problems for people. Reverting the patch. 5776 bug#200, and 199 and 203 contain sideline discussion on it. 5777 - bug#199 fixed: pidfile can be outside chroot. openlog is done before 5778 chroot and drop permissions. 5779 - config option to set size of aggressive negative cache, 5780 neg-cache-size. 5781 - bug#203 fixed: dlv has been implemented. 5782 578326 August 2008: Wouter 5784 - test for insecure zone when DLV is in use, also does negative cache. 5785 - test for trustanchor when DLV is in use (the anchor works). 5786 - test for DLV used for a zone below a trustanchor. 5787 - added scrub filter for overreaching NSEC records and unit test. 5788 - iana portlist update 5789 - use of setresuid or setreuid when available. 5790 - use daemon(3) if available. 5791 579225 August 2008: Wouter 5793 - realclean patch from Robert Edmonds. 5794 579522 August 2008: Wouter 5796 - nicer debuglogging of DLV. 5797 - test with secure delegation inside the DLV repository. 5798 579921 August 2008: Wouter 5800 - negative cache code linked into validator, for DLV use. 5801 negative cache works for DLV. 5802 - iana portlist update. 5803 - dlv-anchor option for unit tests. 5804 - fixup NSEC_AT_APEX classification for short typemaps. 5805 - ldns-testns has subdomain checks, for unit tests. 5806 580720 August 2008: Wouter 5808 - negative cache code, reviewed. 5809 581018 August 2008: Wouter 5811 - changes info: in logfile to notice: info: or debug: depending on 5812 the verbosity of the statements. Better logfile message 5813 classification. 5814 - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd. 5815 581615 August 2008: Wouter 5817 - DLV nsec code fixed for better detection of closest existing 5818 enclosers from NSEC responses. 5819 - DLV works, straight to the dlv repository, so not for production. 5820 - Iana port update. 5821 582214 August 2008: Wouter 5823 - synthesize DLV messages from the rrset cache, like done for DS. 5824 582513 August 2008: Wouter 5826 - bug #203: nicer do-auto log message when user sets incompatible 5827 options. 5828 - bug #204: variable name ameliorated in log.c. 5829 - bug #206: in iana_update, no egrep, but awk use. 5830 - ldns snapshot r2699 taken (includes DLV type). 5831 - DLV work, config file element, trust anchor read in. 5832 583312 August 2008: Wouter 5834 - finished adjusting testset to provide qtype NS answers. 5835 583611 August 2008: Wouter 5837 - Fixup rrset security updates overwriting 2181 trust status. 5838 This makes validated to be insecure data just as worthless as 5839 nonvalidated data, and 2181 rules prevent cache overwrites to them. 5840 - Fix assertion fail on bogus key handling. 5841 - dnssec lameness detection works on first query at trust apex. 5842 - NS queries get proper cache and dnssec lameness treatment. 5843 - fixup compilation without pthreads on linux. 5844 58458 August 2008: Wouter 5846 - NS queries are done after every referral. 5847 validator is used on those NS records (if anchors enabled). 5848 58497 August 2008: Wouter 5850 - Scrubber more strict. CNAME chains, DNAMEs from cache, other 5851 irrelevant rrsets removed. 5852 - 1.0.2 released from 1.0 support branch. 5853 - fixup update-anchor.sh to work both in BSD shell and bash. 5854 58555 August 2008: Wouter 5856 - fixup DS test so apex nodata works again. 5857 58584 August 2008: Wouter 5859 - iana port update. 5860 - TODO update. 5861 - fix bug 201: null ptr deref on cleanup while udp pkts wait for port. 5862 - added explanatory text for outgoing-port-permit in manpage. 5863 586430 July 2008: Wouter 5865 - fixup bug qtype DS for unsigned zone and signed parent validation. 5866 586725 July 2008: Wouter 5868 - added original copyright statement of OpenBSD arc4random code. 5869 - created tube signaling solution on windows, as a pipe replacement. 5870 this makes background asynchronous resolution work on windows. 5871 - removed very insecure socketpair compat code. It also did not 5872 work with event_waiting. Solved by pipe replacement. 5873 - unbound -h prints openssl version number as well. 5874 587522 July 2008: Wouter 5876 - moved pipe actions to util/tube.c. easier porting and shared code. 5877 - check _raw() commpoint callbacks with fptr_wlist. 5878 - iana port update. 5879 588021 July 2008: Wouter 5881 - #198: nicer entropy warning message. manpage OS hints. 5882 588319 July 2008: Wouter 5884 - #198: fixup man page to suggest chroot entropy fix. 5885 588618 July 2008: Wouter 5887 - branch for 1.0 support. 5888 - trunk work on tube.c. 5889 589017 July 2008: Wouter 5891 - fix bug #196, compile outside source tree. 5892 - fix bug #195, add --with-username=user configure option. 5893 - print error and exit if started with config that requires more 5894 fds than the builtin minievent can handle. 5895 589616 July 2008: Wouter 5897 - made svn tag 1.0.1, trunk now 1.0.2 5898 - sha256 checksums enabled in makedist.sh 5899 590015 July 2008: Wouter 5901 - Follow draft-ietf-dnsop-default-local-zones-06 added reverse 5902 IPv6 example prefix to AS112 default blocklist. 5903 - fixup lookup of DS records by client with trustanchor for same. 5904 - libunbound ub_resolve, fix handling of error condition during setup. 5905 - lowered log_hex blocksize to fit through BSD syslog linesize. 5906 - no useless initialisation if getpwnam not available. 5907 - iana, ldns snapshot updated. 5908 59093 July 2008: Wouter 5910 - Matthijs fixed memory leaks in root hints file reading. 5911 591226 June 2008: Wouter 5913 - fixup streamtcp bounds setting for udp mode, in the test framework. 5914 - contrib item for updating trust anchors. 5915 591625 June 2008: Wouter 5917 - fixup fwd_ancil test typos. 5918 - Fix for newegg lameness : ok for qtype=A, but lame for others. 5919 - fixup unit test for infra cache, test lame merging. 5920 - porting to mingw, bind, listen, getsockopt and setsockopt error 5921 handling. 5922 592324 June 2008: Wouter 5924 - removed testcode/checklocks from production code compilation path. 5925 - streamtcp can use UDP mode (connected UDP socket), for testing IPv6 5926 on windows. 5927 - fwd_ancil test fails if platform support is lacking. 5928 592923 June 2008: Wouter 5930 - fixup minitpkg to cleanup on windows with its file locking troubles. 5931 - minitpkg shows skipped tests in report. 5932 - skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not 5933 ipv6 connectivity). 5934 - winsock event handler keeps track of sticky TCP events, that have 5935 not been fully handled yet. when interest in the event(s) resumes, 5936 they are sent again. When WOULDBLOCK is returned events are cleared. 5937 - skip tests that need signals when testing on mingw. 5938 593918 June 2008: Wouter 5940 - open testbound replay files in binary mode, because fseek/ftell 5941 do not work in ascii-mode on windows. The b does nothing on unix. 5942 unittest and testbound tests work on windows (xp too). 5943 - ioctlsocket prints nicer error message. 5944 - fixed up some TCP porting for winsock. 5945 - lack of IPv6 gives a warning, no fatal error. 5946 - use WSAGetLastError() on windows instead of errno for some errors. 5947 594817 June 2008: Wouter 5949 - outgoing num fds 32 by default on windows ; it supports less 5950 fds for waiting on than unixes. 5951 - winsock_event minievent handler for windows. (you could also 5952 attempt to link with libevent/libev ports for windows). 5953 - neater crypto check and gdi32 detection. 5954 - unbound.exe works to resolve and validate www.nlnetlabs.nl on vista. 5955 595616 June 2008: Wouter 5957 - on windows, use windows threads, mutex and thread-local-storage(Tls). 5958 - detect if openssl needs gdi32. 5959 - if no threading, THREADS_DISABLED is defined for use in the code. 5960 - sets USE_WINSOCK if using ws2_32 on windows. 5961 - wsa_strerror() function for more readable errors. 5962 - WSA Startup and Cleanup called in unbound.exe. 5963 596413 June 2008: Wouter 5965 - port mingw32, more signal ifdefs, detect sleep, usleep, 5966 random, srandom (used inside the tests). 5967 - signed or unsigned FD_SET is cast. 5968 596910 June 2008: Wouter 5970 - fixup warnings compiling on eeepc xandros linux. 5971 59729 June 2008: Wouter 5973 - in iteration response type code 5974 * first check for SOA record (negative answer) before NS record 5975 and lameness. 5976 * check if no AA bit for non-forwarder, and thus lame zone. 5977 In response to error report by Richard Doty for mail.opusnet.com. 5978 - fixup unput warning from lexer on freeBSD. 5979 - bug#183. pidfile, rundir, and chroot configure options. Also the 5980 example.conf and manual pages get the configured defaults. 5981 You can use: (or accept the defaults to /usr/local/etc/unbound/) 5982 --with-conf-file=filename 5983 --with-pidfile=filename 5984 --with-run-dir=path 5985 --with-chroot-dir=path 5986 59878 June 2008: Wouter 5988 - if multiple CNAMEs, use the first one. Fixup akamai CNAME bug. 5989 Reported by Robert Edmonds. 5990 - iana port updated. 5991 59924 June 2008: Wouter 5993 - updated libtool files with newer version. 5994 - iana portlist updated. 5995 59963 June 2008: Wouter 5997 - fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the 5998 trailing dot is not used during comparison. 5999 60002 June 2008: Wouter 6001 - Jelte fixed bugs in my absence 6002 - bug 178: fixed unportable shell usage in configure (relied on 6003 bash shell). 6004 - bug 180: fixed buffer overflow in unbound-checkconf use of strncat. 6005 - bug 181: fixed buffer overflow in ldns (called by unbound to parse 6006 config file parts). 6007 - fixes by Wouter 6008 - bug 177: fixed compilation failure on opensuse, the 6009 --disable-static configure flag caused problems. (Patch from 6010 Klaus Singvogel) 6011 - bug 179: same fix as 177. 6012 - bug 185: --disable-shared not passed along to ldns included with 6013 unbound. Fixed so that configure parameters are passed to the 6014 subdir configure script. 6015 fixed that ./libtool is used always, you can still override 6016 manually with ./configure libtool=mylibtool or set $libtool in 6017 the environment. 6018 - update of the ldns tarball to current ldns svn version (fix 181). 6019 - bug 184: -r option for unbound-host, read resolv.conf for 6020 forwarder. (Note that forwarder must support DNSSEC for validation 6021 to succeed). 6022 602323 May 2008: Wouter 6024 - mingw32 porting. 6025 - test for sys/wait.h 6026 - WSAEWOULDBLOCK test after nonblocking TCP connect. 6027 - write_iov_buffer removed: unused and no struct iov on windows. 6028 - signed/unsigned warning fixup mini_event. 6029 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable. 6030 - skip signals that are not defined 6031 - detect pwd.h. 6032 - detect getpwnam, getrlimit, setsid, sbrk, chroot. 6033 - default config has no chroot if chroot() unavailable. 6034 - if no kill() then no pidfile is read or written. 6035 - gmtime_r is replaced by nonthreadsafe alternative if unavail. 6036 used in rrsig time validation errors. 6037 603822 May 2008: Wouter 6039 - contrib unbound.spec from Patrick Vande Walle. 6040 - fixup bug#175: call tzset before chroot to have correct timestamps 6041 in system log. 6042 - do not generate lex input and lex unput functions. 6043 - mingw port. replacement functions labelled _unbound. 6044 - fix bug 174 - check for tcp_sigpipe that ldns-testns is installed. 6045 604619 May 2008: Wouter 6047 - fedora 9, check in6_pktinfo define in configure. 6048 - CREDITS fixup of history. 6049 - ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative. 6050 605116 May 2008: Wouter 6052 - fixup for MacOSX hosts file reading (reported by John Dickinson). 6053 - created 1.0.0 svn tag. 6054 - trunk version 1.0.1. 6055 605614 May 2008: Wouter 6057 - accepted patch from Ondrej Sury for library version libtool option. 6058 - configure --disable-rpath fixes up libtool for rpath trouble. 6059 Adapted from debian package patch file. 6060 606113 May 2008: Wouter 6062 - Added root ipv6 addresses to builtin root hints. 6063 - TODO modified for post 1.0 plans. 6064 - trunk version set to 1.0.0. 6065 - no unnecessary linking with librt (only when libevent/libev used). 6066 60677 May 2008: Wouter 6068 - fixup no-ip4 problem with error callback in outside network. 6069 607025 April 2008: Wouter 6071 - DESTDIR is honored by the Makefile for rpms. 6072 - contrib files unbound.spec and unbound.init, builds working RPM 6073 on FC7 Linux, a chrooted caching resolver, and libunbound. 6074 - iana ports update. 6075 607624 April 2008: Wouter 6077 - chroot checks improved. working directory relative to chroot. 6078 checks if config file path is inside chroot. Documentation on it. 6079 - nicer example.conf text. 6080 - created 0.11 tag. 6081 608223 April 2008: Wouter 6083 - parseunbound.pl contrib update from Kai Storbeck for threads. 6084 - iana ports update 6085 608622 April 2008: Wouter 6087 - ignore SIGPIPE. 6088 - unit test for SIGPIPE ignore. 6089 609021 April 2008: Wouter 6091 - FEATURES document. 6092 - fixup reread of config file if it was given as a full path 6093 and chroot was used. 6094 609516 April 2008: Wouter 6096 - requirements doc, updated clean query returns. 6097 - parseunbound.pl update from Kai Storbeck. 6098 - sunos4 porting changes. 6099 610015 April 2008: Wouter 6101 - fixup default rc.d pidfile location to /usr/local/etc. 6102 - iana ports updated. 6103 - copyright updated in ldns-testpkts to keep same as in ldns. 6104 - fixup checkconf chroot tests a bit more, chdir must be inside 6105 chroot dir. 6106 - documented 'gcc: unrecognized -KPIC option' errors on Solaris. 6107 - example.conf values changed to /usr/local/etc/unbound 6108 - DSA test work. 6109 - DSA signatures: unbound is compatible with both encodings found. 6110 It will detect and convert when necessary. 6111 611214 April 2008: Wouter 6113 - got update for parseunbound.pl statistics script from Kai Storbeck. 6114 - tpkg tests for udp wait list. 6115 - documented 0x20 status. 6116 - fixup chroot and checkconf, it is much smarter now. 6117 - fixup DSA EVP signature decoding. Solution that Jelte found copied. 6118 - and check first sig byte for the encoding type. 6119 612011 April 2008: Wouter 6121 - random port selection out of the configged ports. 6122 - fixup threadsafety for libevent-1.4.3+ (event_base_get_method). 6123 - removed base_port. 6124 - created 256-port ephemeral space for the OS, 59802 available. 6125 - fixup consistency of port_if out array during heavy use. 6126 612710 April 2008: Wouter 6128 - --with-libevent works with latest libevent 1.4.99-trunk. 6129 - added log file statistics perl script to contrib. 6130 - automatic iana ports update from makefile. 60058 available. 6131 61329 April 2008: Wouter 6133 - configure can detect libev(from its build directory) when passed 6134 --with-libevent=/home/wouter/libev-3.2 6135 libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%). 6136 - unused commpoints not listed in epoll list. 6137 - statistics-cumulative option so that the values are not reset. 6138 - config creates array of available ports, 61841 available, 6139 it excludes <1024 and iana assigned numbers. 6140 config statements to modify the available port numbers. 6141 61428 April 2008: Wouter 6143 - unbound tries to set the ulimit fds when started as server. 6144 if that does not work, it will scale back its requirements. 6145 614627 March 2008: Wouter 6147 - documented /dev/random symlink from chrootdir as FAQ entry. 6148 614926 March 2008: Wouter 6150 - implemented AD bit signaling. If a query sets AD bit (but not DO) 6151 then the AD bit is set in the reply if the answer validated. 6152 Without including DNSSEC signatures. Useful if you have a trusted 6153 path from the client to the resolver. Follows dnssec-updates draft. 6154 615525 March 2008: Wouter 6156 - implemented check that for NXDOMAIN and NOERROR answers a query 6157 section must be present in the reply (by the scrubber). And it must 6158 be equal to the question sent, at least lowercase folded. 6159 Previously this feature happened because the cache code refused 6160 to store such messages. However blocking by the scrubber makes 6161 sure nothing gets into the RRset cache. Also, this looks like a 6162 timeout (instead of an allocation failure) and this retries are 6163 done (which is useful in a spoofing situation). 6164 - RTT banding. Band size 400 msec, this makes band around zero (fast) 6165 include unknown servers. This makes unbound explore unknown servers. 6166 61677 March 2008: Wouter 6168 - -C config feature for harvest program. 6169 - harvest handles CNAMEs too. 6170 61715 March 2008: Wouter 6172 - patch from Hugo Koji Kobayashi for iterator logs spelling. 6173 61744 March 2008: Wouter 6175 - From report by Jinmei Tatuya, rfc2181 trust value for remainder 6176 of a cname trust chain is lower; not full answer_AA. 6177 - test for this fix. 6178 - default config file location is /usr/local/etc/unbound. 6179 Thus prefix is used to determine the location. This is also the 6180 chroot and pidfile default location. 6181 61823 March 2008: Wouter 6183 - Create 0.10 svn tag. 6184 - 0.11 version in trunk. 6185 - indentation nicer. 6186 618729 February 2008: Wouter 6188 - documentation update. 6189 - fixup port to Solaris of perf test tool. 6190 - updated ldns-tarball with decl-after-statement fixes. 6191 619228 February 2008: Wouter 6193 - fixed memory leaks in libunbound (during cancellation and wait). 6194 - libunbound returns the answer packet in full. 6195 - snprintf compat update. 6196 - harvest performs lookup. 6197 - ldns-tarball update with fix for ldns_dname_label. 6198 - installs to sbin by default. 6199 - install all manual pages (unbound-host and libunbound too). 6200 620127 February 2008: Wouter 6202 - option to use caps for id randomness. 6203 - config file option use-caps-for-id: yes 6204 - harvest debug tool 6205 620626 February 2008: Wouter 6207 - delay utility delays TCP as well. If the server that is forwarded 6208 to has a TCP error, the delay utility closes the connection. 6209 - delay does REUSE_ADDR, and can handle a server that closes its end. 6210 - answers use casing from query. 6211 621225 February 2008: Wouter 6213 - delay utility works. Gets decent thoughput too (>20000). 6214 621522 February 2008: Wouter 6216 - +2% for recursions, if identical queries (except for destination 6217 and query ID) in the reply list, avoid re-encoding the answer. 6218 - removed TODO items for optimizations that do not show up in 6219 profile reports. 6220 - default is now minievent - not libevent. As its faster and 6221 not needed for regular installs, only for very large port ranges. 6222 - loop check different speedup pkt-dname-reading, 1% faster for 6223 nocache-recursion check. 6224 - less hashing during msg parse, 4% for recursion. 6225 - small speed fix for dname_count_size_labels, +1 or +2% recursion. 6226 - some speed results noted: 6227 optimization resulted in +40% for recursion (cache miss) and 6228 +70 to +80 for cache hits, and +96% for version.bind. 6229 zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4 6230 www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3 6231 www with DO bit set : BIND 8269.31 Ub 28735.6 qps. 6232 So, unbound can be about equal qps to NSD in cache hits. 6233 And about 3.4x faster than BIND in cache performance. 6234 - delay utility for testing. 6235 623621 February 2008: Wouter 6237 - speedup of root-delegation message encoding by 15%. 6238 - minor speedup of compress tree_lookup, maybe 1%. 6239 - speedup of dname_lab_cmp and memlowercmp - the top functions in 6240 profiler output, maybe a couple percent when it matters. 6241 624220 February 2008: Wouter 6243 - setup speec_cache for need-ldns-testns in dotests. 6244 - check number of queued replies on incoming queries to avoid overload 6245 on that account. 6246 - fptr whitelist checks are not disabled in optimize mode. 6247 - do-daemonize config file option. 6248 - minievent time share initializes time at start. 6249 - updated testdata for nsec3 new algorithm numbers (6, 7). 6250 - small performance test of packet encoding (root delegation). 6251 625219 February 2008: Wouter 6253 - applied patch to unbound-host man page from Jan-Piet Mens. 6254 - fix donotquery-localhost: yes default (it erroneously was switched 6255 to default 'no'). 6256 - time is only gotten once and the value is shared across unbound. 6257 - unittest cleans up crypto, so that it has no memory leaks. 6258 - mini_event shares the time value with unbound this results in 6259 +3% speed for cache responses and +9% for recursions. 6260 - ldns tarball update with new NSEC3 sign code numbers. 6261 - perform several reads per UDP operation. This improves performance 6262 in DoS conditions, and costs very little in normal conditions. 6263 improves cache response +50%, and recursions +10%. 6264 - modified asynclook test. because the callback from async is not 6265 in any sort of lock (and thus can use all library functions freely), 6266 this causes a tiny race condition window when the last lock is 6267 released for a callback and a new cancel() for that callback. 6268 The only way to remove this is by putting callbacks into some 6269 lock window. I'd rather have the small possibility of a callback 6270 for a cancelled function then no use of library functions in 6271 callbacks. Could be possible to only outlaw process(), wait(), 6272 cancel() from callbacks, by adding another lock, but I'd rather not. 6273 627418 February 2008: Wouter 6275 - patch to unbound-host from Jan-Piet Mens. 6276 - unbound host prints errors if fails to configure context. 6277 - fixup perf to resend faster, so that long waiting requests do 6278 not hold up the queue, they become lost packets or SERVFAILs, 6279 or can be sent a little while later (i.e. processing time may 6280 take long, but throughput has to be high). 6281 - fixup iterator operating in no cache conditions (RD flag unset 6282 after a CNAME). 6283 - streamlined code for RD flag setting. 6284 - profiled code and changed dname compares to be faster. 6285 The speedup is about +3% to +8% (depending on the test). 6286 - minievent tests for eintr and eagain. 6287 628815 February 2008: Wouter 6289 - added FreeBSD rc.d script to contrib. 6290 - --prefix option for configure also changes directory: pidfile: 6291 and chroot: defaults in config file. 6292 - added cache speed test, for cache size OK and cache too small. 6293 629414 February 2008: Wouter 6295 - start without a config file (will complain, but start with 6296 defaults). 6297 - perf test program works. 6298 629913 February 2008: Wouter 6300 - 0.9 released. 6301 - 1.0 development. Printout ldns version on unbound -h. 6302 - start of perf tool. 6303 - bugfix to read empty lines from /etc/hosts. 6304 630512 February 2008: Wouter 6306 - fixup problem with configure calling itself if ldns-src tarball 6307 is not present. 6308 630911 February 2008: Wouter 6310 - changed library to use ub_ instead of ub_val_ as prefix. 6311 - statistics output text nice. 6312 - etc/hosts handling. 6313 - library function to put logging to a stream. 6314 - set any option interface. 6315 63168 February 2008: Wouter 6317 - test program for multiple queries over a TCP channel. 6318 - tpkg test for stream tcp queries. 6319 - unbound replies to multiple TCP queries on a TCP channel. 6320 - fixup misclassification of root referral with NS in answer 6321 when validating a nonrec query. 6322 - tag 0.9 6323 - layout of manpages, spelling fix in header, manpages process by 6324 makedist, list asynclook and tcpstream tests as ldns-testns 6325 required. 6326 63277 February 2008: Wouter 6328 - moved up all current level 2 to be level 3. And 3 to 4. 6329 to make room for new debug level 2 for detailed information 6330 for operators. 6331 - verbosity level 2. Describes recursion and validation. 6332 - cleaner configure script and fixes for libevent solaris. 6333 - signedness for log output memory sizes in high verbosity. 6334 63356 February 2008: Wouter 6336 - clearer explanation of threading configure options. 6337 - fixup asynclook test for nothreading (it creates only one process 6338 to do the extended test). 6339 - changed name of ub_val_result_free to ub_val_resolve_free. 6340 - removes warning message during library linking, renamed 6341 libunbound/unbound.c -> libunbound.c and worker to libworker. 6342 - fallback without EDNS if result is NOTIMPL as well as on FORMERR. 6343 63445 February 2008: Wouter 6345 - statistics-interval: seconds option added. 6346 - test for statistics option 6347 - ignore errors making directories, these can occur in parallel builds 6348 - fixup Makefile strip command and libunbound docs typo. 6349 635031 January 2008: Wouter 6351 - bg thread/process reads and writes the pipe nonblocking all the time 6352 so that even if the pipe is buffered or so, the bg thread does not 6353 block, and services both pipes and queries. 6354 635530 January 2008: Wouter 6356 - check trailing / on chrootdir in checkconf. 6357 - check if root hints and anchor files are in chrootdir. 6358 - no route to host tcp error is verbosity level 2. 6359 - removed unused send_reply_iov. and its configure check. 6360 - added prints of 'remote address is 1.2.3.4 port 53' to errors 6361 from netevent; the basic socket errors. 6362 636328 January 2008: Wouter 6364 - fixup uninit use of buffer by libunbound (query id, flags) for 6365 local_zone answers. 6366 - fixup uninit warning from random.c; also seems to fix sporadic 6367 sigFPE coming out of openssl. 6368 - made openssl entropy warning more silent for library use. Needs 6369 verbosity 1 now. 6370 - fixup forgotten locks for rbtree_searches on ctx->query tree. 6371 - random generator cleanup - RND_STATE_SIZE removed, and instead 6372 a super-rnd can be passed at init to chain init random states. 6373 - test also does lock checks if available. 6374 - protect config access in libworker_setup(). 6375 - libevent doesn't like comm_base_exit outside of runloop. 6376 - close fds after removing commpoints only (for epoll, kqueue). 6377 637825 January 2008: Wouter 6379 - added tpkg for asynclook and library use. 6380 - allows localhost to be queried when as a library. 6381 - fixup race condition between cancel and answer (in case of 6382 really fast answers that beat the cancel). 6383 - please doxygen, put doxygen comment in one place. 6384 - asynclook -b blocking mode and test. 6385 - refactor asynclook, nicer code. 6386 - fixup race problems from opensll in rand init from library, with 6387 a mutex around the rand init. 6388 - fix pass async_id=NULL to _async resolve(). 6389 - rewrote _wait() routine, so that it is threadsafe. 6390 - cancelation is threadsafe. 6391 - asynclook extended test in tpkg. 6392 - fixed two races where forked bg process waits for (somehow shared?) 6393 locks, so does not service the query pipe on the bg side. 6394 Now those locks are only held for fg_threads and for bg_as_a_thread. 6395 639624 January 2008: Wouter 6397 - tested the cancel() function. 6398 - asynclook -c (cancel) feature. 6399 - fix fail to allocate context actions. 6400 - make pipe nonblocking at start. 6401 - update plane for retry mode with caution to limit bandwidth. 6402 - fix Makefile for concurrent make of unbound-host. 6403 - renamed ub_val_ctx_wait/poll/process/fd to ub_val*. 6404 - new calls to set forwarding added to header and docs. 6405 640623 January 2008: Wouter 6407 - removed debug prints from if-auto, verb-algo enables some. 6408 - libunbound QUIT setup, remove memory leaks, when using threads 6409 will share memory for passing results instead of writing it over 6410 the pipe, only writes ID number over the pipe (towards the handler 6411 thread that does process() ). 6412 641322 January 2008: Wouter 6414 - library code for async in libunbound/unbound.c. 6415 - fix link testbound. 6416 - fixup exit bug in mini_event. 6417 - background worker query enter and result functions. 6418 - bg query test application asynclook, it looks up multiple 6419 hostaddresses (A records) at the same time. 6420 642121 January 2008: Wouter 6422 - libworker work, netevent raw commpoints, write_msg, serialize. 6423 642418 January 2008: Wouter 6425 - touch up of manpage for libunbound. 6426 - support for IP_RECVDSTADDR (for *BSD ip4). 6427 - fix for BSD, do not use ip4to6 mapping, make two sockets, once 6428 ip6 and once ip4, uses socket options. 6429 - goodbye ip4to6 mapping. 6430 - update ldns-testpkts with latest version from ldns-trunk. 6431 - updated makedist for relative ldns pathnames. 6432 - library API with more information inside the result structure. 6433 - work on background resolves. 6434 643517 January 2008: Wouter 6436 - fixup configure in case -lldns is installed. 6437 - fixup a couple of doxygen warnings, about enum variables. 6438 - interface-automatic now copies the interface address from the 6439 PKT_INFO structure as well. 6440 - manual page with library API, all on one page 'man libunbound'. 6441 - rewrite of PKTINFO structure, it also captures IP4 PKTINFO. 6442 644316 January 2008: Wouter 6444 - incoming queries to the server with TC bit on are replied FORMERR. 6445 - interface-automatic replied the wrong source address on localhost 6446 queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying 6447 to use ifnum=-1 to mean 'no interface, use kernel route'. 6448 644915 January 2008: Wouter 6450 - interface-automatic feature. experimental. Nice for anycast. 6451 - tpkg test for ip6 ancillary data. 6452 - removed debug prints. 6453 - porting experience, define for Solaris, test refined for BSD 6454 compatibility. The feature probably will not work on OpenBSD. 6455 - makedist fixup for ldns-src in build-dir. 6456 645714 January 2008: Wouter 6458 - in no debug sets NDEBUG to remove asserts. 6459 - configure --enable-debug is needed for dependency generation 6460 for assertions and for compiler warnings. 6461 - ldns.tgz updated with ldns-trunk (where buffer.h is updated). 6462 - fix lint, unit test in optimize mode. 6463 - default access control allows ::ffff:127.0.0.1 v6mapped localhost. 6464 646511 January 2008: Wouter 6466 - man page, warning removed. 6467 - added text describing the use of stub zones for private zones. 6468 - checkconf tests for bad hostnames (IP address), and for doubled 6469 interface lines. 6470 - memory sizes can be given with 'k', 'Kb', or M or G appended. 6471 647210 January 2008: Wouter 6473 - typo in example.conf. 6474 - made using ldns-src that is included the package more portable 6475 by linking with .lo instead of .o files in the ldns package. 6476 - nicer do-ip6: yes/no documentation. 6477 - nicer linking of libevent .o files. 6478 - man pages render correctly on solaris. 6479 64809 January 2008: Wouter 6481 - fixup openssl RAND problem, when the system is not configured to 6482 give entropy, and the rng needs to be seeded. 6483 64848 January 2008: Wouter 6485 - print median and quartiles with extensive logging. 6486 64874 January 2008: Wouter 6488 - document misconfiguration in private network. 6489 64902 January 2008: Wouter 6491 - fixup typo in requirements. 6492 - document that 'refused' is a better choice than 'drop' for 6493 the access control list, as refused will stop retries. 6494 64957 December 2007: Wouter 6496 - unbound-host has a -d option to show what happens. This can help 6497 with debugging (why do I get this answer). 6498 - fixup CNAME handling, on nodata, sets and display canonname. 6499 - dot removed from CNAME display. 6500 - respect -v for NXDOMAINs. 6501 - updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes). 6502 - size_t to int for portability of the header file. 6503 - fixup bogus handling. 6504 - dependencies and lint for unbound-host. 6505 65066 December 2007: Wouter 6507 - library resolution works in foreground mode, unbound-host app 6508 receives data. 6509 - unbound-host prints rdata using ldns. 6510 - unbound-host accepts trust anchors, and prints validation 6511 information when you give -v. 6512 65135 December 2007: Wouter 6514 - locking in context_new() inside the function. 6515 - setup of libworker. 6516 65174 December 2007: Wouter 6518 - minor Makefile fixup. 6519 - moved module-stack code out of daemon/daemon into services/modstack, 6520 preparing for code-reuse. 6521 - move context into own header file. 6522 - context query structure. 6523 - removed unused variable pwd from checkconf. 6524 - removed unused assignment from outside netw. 6525 - check timeval length of string. 6526 - fixup error in val_utils getsigner. 6527 - fixup same (*var) error in netblocktostr. 6528 - fixup memleak on parse error in localzone. 6529 - fixup memleak on packet parse error. 6530 - put ; after union in parser.y. 6531 - small hardening in iter_operate against iq==NULL. 6532 - hardening, if error reply with rcode=0 (noerror) send servfail. 6533 - fixup same (*var) error in find_rrset in msgparse, was harmless. 6534 - check return value of evtimer_add(). 6535 - fixup lockorder in lruhash_reclaim(), building up a list of locked 6536 entries one at a time. Instead they are removed and unlocked. 6537 - fptr_wlist for markdelfunc. 6538 - removed is_locked param from lruhash delkeyfunc. 6539 - moved bin_unlock during bin_split purely to please. 6540 65413 December 2007: Wouter 6542 - changed checkconf/ to smallapp/ to make room for more support tools. 6543 (such as unbound-host). 6544 - install dirs created with -m 755 because they need to be accessible. 6545 - library extensive featurelist added to TODO. 6546 - please doxygen, lint. 6547 - library test application, with basic functionality. 6548 - fix for building in a subdirectory. 6549 - link lib fix for Leopard. 6550 655130 November 2007: Wouter 6552 - makefile that creates libunbound.la, basic file or libunbound.a 6553 when creating static executables (no libtool). 6554 - more API setup. 6555 655629 November 2007: Wouter 6557 - 0.9 public API start. 6558 655928 November 2007: Wouter 6560 - Changeup plan for 0.8 - no complication needed, a simple solution 6561 has been chosen for authoritative features. 6562 - you can use single quotes in the config file, so it is possible 6563 to specify TXT records in local data. 6564 - fixup small memory problem in implicit transparent zone creation. 6565 - test for implicit zone creation and multiple RR RRsets local data. 6566 - local-zone nodefault test. 6567 - show testbound testlist on commit. 6568 - iterator normalizer changes CNAME chains ending in NXDOMAIN where 6569 the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial 6570 domain exists). 6571 - nicer verbosity: 0 and 1 levels. 6572 - lower nonRDquery chance of eliciting wrongly typed validation 6573 requiring message from the cache. 6574 - fix for nonRDquery validation typing; nodata is detected when 6575 SOA record in auth section (all validation-requiring nodata messages 6576 have a SOA record in authority, so this is OK for the validator), 6577 and NS record is needed to be a referral. 6578 - duplicate checking when adding NSECs for a CNAME, and test. 6579 - created svn tag 0.8, after completing testbed tests. 6580 658127 November 2007: Wouter 6582 - per suggestion in rfc2308, replaced default max-ttl value with 1 day. 6583 - set size of msgparse lookup table to 32, from 1024, so that its size 6584 is below the 2048 regional large size threshold, and does not cause 6585 a call to malloc when a message is parsed. 6586 - update of memstats tool to print number of allocation calls. 6587 This is what is taking time (not space) and indicates the avg size 6588 of the allocations as well. region_alloc stat is removed. 6589 659022 November 2007: Wouter 6591 - noted EDNS in-the-middle dropping trouble as a TODO. 6592 At this point theoretical, no user trouble has been reported. 6593 - added all default AS112 zones. 6594 - answers from local zone content. 6595 * positive answer, the rrset in question 6596 * nodata answer (exist, but not that type). 6597 * nxdomain answer (domain does not exist). 6598 * empty-nonterminal answer. 6599 * But not: wildcard, nsec, referral, rrsig, cname/dname, 6600 or additional section processing, NS put in auth. 6601 - test for correct working of static and transparent and couple 6602 of important defaults (localhost, as112, reverses). 6603 Also checks deny and refuse settings. 6604 - fixup implicit zone generation and AA bit for NXDOMAIN on localdata. 6605 660621 November 2007: Wouter 6607 - local zone internal data setup. 6608 660920 November 2007: Wouter 6610 - 0.8 - str2list config support for double string config options. 6611 - local-zone and local-data options, config storage and documentation. 6612 661319 November 2007: Wouter 6614 - do not downcase NSEC and RRSIG for verification. Follows 6615 draft-ietf-dnsext-dnssec-bis-updates-06.txt. 6616 - fixup leaking unbound daemons at end of tests. 6617 - README file updated. 6618 - nice libevent not found error. 6619 - README talks about gnu make. 6620 - 0.8: unit test for addr_mask and fixups for it. 6621 and unit test for addr_in_common(). 6622 - 0.8: access-control config file element. 6623 and unit test rpl replay file. 6624 - 0.8: fixup address reporting from netevent. 6625 662616 November 2007: Wouter 6627 - privilege separation is not needed in unbound at this time. 6628 TODO item marked as such. 6629 - created beta-0.7 branch for support. 6630 - tagged 0.7 for beta release. 6631 - moved trunk to 0.8 for 0.8(auth features) development. 6632 - 0.8: access control list setup. 6633 663415 November 2007: Wouter 6635 - review fixups from Jelte. 6636 663714 November 2007: Wouter 6638 - testbed script does not recreate configure, since its in svn now. 6639 - fixup checkconf test so that it does not test 6640 /etc/unbound/unbound.conf. 6641 - tag 0.6. 6642 664313 November 2007: Wouter 6644 - remove debug print. 6645 - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists. 6646 664712 November 2007: Wouter 6648 - fixup signal handling where SIGTERM could be ignored if a SIGHUP 6649 arrives later on. 6650 - bugreports to unbound-bugs@nlnetlabs.nl 6651 - fixup testbound so it exits cleanly. 6652 - cleanup the caches on a reload, so that rrsetID numbers won't clash. 6653 66549 November 2007: Wouter 6655 - took ldns snapshot in repo. 6656 - default config file is /etc/unbound/unbound.conf. 6657 If it doesn't exist, it is installed with the doc/example.conf file. 6658 The file is not deleted on uninstall. 6659 - default listening is not all, but localhost interfaces. 6660 66618 November 2007: Wouter 6662 - Fixup chroot and drop user privileges. 6663 - new L root ip address in default hints. 6664 66651 November 2007: Wouter 6666 - Fixup of crash on reload, due to anchors in env not NULLed after 6667 dealloc during deinit. 6668 - Fixup of chroot call. Happens after privileges are dropped, so 6669 that checking the passwd entry still works. 6670 - minor touch up of clear() hashtable function. 6671 - VERB_DETAIL prints out what chdir, username, chroot is being done. 6672 - when id numbers run out, caches are cleared, as in design notes. 6673 Tested with a mock setup with very few bits in id, it worked. 6674 - harden-dnssec-stripped: yes is now default. It insists on dnssec 6675 data for trust anchors. Included tests for the feature. 6676 667731 October 2007: Wouter 6678 - cache-max-ttl config option. 6679 - building outside sourcedir works again. 6680 - defaults more secure: 6681 username: "unbound" 6682 chroot: "/etc/unbound" 6683 The operator can override them to be less secure ("") if necessary. 6684 - fix horrible oversight in sorting rrset references in a message, 6685 sort per reference key pointer, not on referencepointer itself. 6686 - pidfile: "/etc/unbound/unbound.pid" is now the default. 6687 - tests changed to reflect the updated default. 6688 - created hashtable clear() function that respects locks. 6689 669030 October 2007: Wouter 6691 - fixup assertion failure that relied on compressed names to be 6692 smaller than uncompressed names. A packet from comrite.com was seen 6693 to be compressed to a larger size. Added it as unit test. 6694 - quieter logging at low verbosity level for common tcp messages. 6695 - no greedy TTL update. 6696 669723 October 2007: Wouter 6698 - fixup (grand-)parent problem for dnssec-lameness detection. 6699 - fixup tests to do additional section processing for lame replies, 6700 since the detection needs that. 6701 - no longer trust in query section in reply during dnssec lame detect. 6702 - dnssec lameness does not make the server never ever queried, but 6703 non-preferred. If no other servers exist or answer, the dnssec lame 6704 server is used; the fastest dnssec lame server is chosen. 6705 - added test then when trust anchor cannot be primed (nodata), the 6706 insecure mode from unbound works. 6707 - Fixup max queries per thread, any more are dropped. 6708 670922 October 2007: Wouter 6710 - added donotquerylocalhost config option. Can be turned off for 6711 out test cases. 6712 - ISO C compat changes. 6713 - detect RA-no-AA lameness, as LAME. 6714 - DNSSEC-lameness detection, as LAME. 6715 See notes in requirements.txt for choices made. 6716 - tests for lameness detection. 6717 - added all to make test target; need unbound for fwd tests. 6718 - testbound does not pollute /etc/unbound. 6719 672019 October 2007: Wouter 6721 - added configure (and its files) to svn, so that the trunk is easier 6722 to use. ./configure, config.guess, config.sub, ltmain.sh, 6723 and config.h.in. 6724 - added yacc/lex generated files, util/configlexer.c, 6725 util/configparser.c util/configparser.h, to svn. 6726 - without lex no attempt to use it. 6727 - unsecure response validation collated into one block. 6728 - remove warning about const cast of cfgfile name. 6729 - outgoing-interfaces can be different from service interfaces. 6730 - ldns-src configure is done during unbound configure and 6731 ldns-src make is done during unbound make, and so inherits the 6732 make arguments from the unbound make invocation. 6733 - nicer error when libevent problem causes instant exit on signal. 6734 - read root hints from a root hint file (like BIND does). 6735 673618 October 2007: Wouter 6737 - addresses are logged with errors. 6738 - fixup testcode fake event to remove pending before callback 6739 since the callback may create new pending items. 6740 - tests updated because retries are now in iterator module. 6741 - ldns-testpkts code is checked for differences between unbound 6742 and ldns by makedist.sh. 6743 - ldns trunk from today added in svn repo for fallback in case 6744 no ldns is installed on the system. 6745 make download_ldns refreshes the tarball with ldns svn trunk. 6746 - ldns-src.tar.gz is used if no ldns is found on the system, and 6747 statically linked into unbound. 6748 - start of regional allocator code. 6749 - regional uses less memory and variables, simplified code. 6750 - remove of region-allocator. 6751 - alloc cache keeps a cache of recently released regional blocks, 6752 up to a maximum. 6753 - make unit test cleanly free memory. 6754 675517 October 2007: Wouter 6756 - fixup another cycle detect and ns-addr timeout resolution bug. 6757 This time by refusing delegations from the cache without addresses 6758 when resolving a mandatory-glue nameserver-address for that zone. 6759 We're going to have to ask a TLD server anyway; might as well be 6760 the TLD server for this name. And this resolves a lot of cases where 6761 the other nameserver names lead to cycles or are not available. 6762 - changed random generator from random(3) clone to arc4random wrapped 6763 for thread safety. The random generator is initialised with 6764 entropy from the system. 6765 - fix crash where failure to prime DNSKEY tried to print null pointer 6766 in the log message. 6767 - removed some debug prints, only verb_algo (4) enables them. 6768 - fixup test; new random generator took new paths; such as one 6769 where no scripted answer was available. 6770 - mark insecure RRs as insecure. 6771 - fixup removal of nonsecure items from the additional. 6772 - reduced timeout values to more realistic, 376 msec (262 msec has 6773 90% of roundtrip times, 512 msec has 99% of roundtrip times.) 6774 - server selection failover to next server after timeout (376 msec). 6775 677616 October 2007: Wouter 6777 - no malloc in log_hex. 6778 - assertions around system calls. 6779 - protect against gethostname without ending zero. 6780 - ntop output is null terminated by unbound. 6781 - pidfile content null termination 6782 - various snprintf use sizeof(stringbuf) instead of fixed constant. 6783 - changed loopdetect % 8 with & 0x7 since % can become negative for 6784 weird negative input and particular interpretation of integer math. 6785 - dname_pkt_copy checks length of result, to protect result buffers. 6786 prints an error, this should not happen. Bad strings should have 6787 been rejected earlier in the program. 6788 - remove a size_t underflow from msgreply size func. 6789 679015 October 2007: Wouter 6791 - nicer warning. 6792 - fix IP6 TCP, wrong definition check. With test package. 6793 - fixup the fact that the query section was not compressed to, 6794 the code was there but was called by value instead of by reference. 6795 And test for the case, uses xxd and nc. 6796 - more portable ip6 check for sockaddr types. 6797 67988 October 2007: Wouter 6799 - --disable-rpath option in configure for 64bit systems with 6800 several dynamic lib dirs. 6801 68027 October 2007: Wouter 6803 - fixup tests for no AD bit in non-DO queries. 6804 - test that makes sure AD bit is not set on non-DO query. 6805 68066 October 2007: Wouter 6807 - removed logfile open early. It did not have the proper permissions; 6808 it was opened as root instead of the user. And we cannot change user 6809 id yet, since chroot and bind ports need to be done. 6810 - callback checks for event callbacks done from mini_event. Because 6811 of deletions cannot do this from netevent. This means when using 6812 libevent the protection does not work on event-callbacks. 6813 - fixup too small reply (did not zero counts). 6814 - fixup reply no longer AD bit when query without DO bit. 6815 68165 October 2007: Wouter 6817 - function pointer whitelist. 6818 68194 October 2007: Wouter 6820 - overwrite sensitive random seed value after use. 6821 - switch to logfile very soon if not -d (console attached). 6822 - error messages do not reveal the trustanchor contents. 6823 - start work on function pointer whitelists. 6824 68253 October 2007: Wouter 6826 - fix for multiple empty nonterminals, after multiple DSes in the 6827 chain of trust. 6828 - mesh checks if modules are looping, and stops them. 6829 - refetch with CNAMEd nameserver address regression test added. 6830 - fixup line count bug in testcode, so testbound prints correct line 6831 number with parse errors. 6832 - unit test for multiple ENT case. 6833 - fix for cname out of validated unsec zone. 6834 - fixup nasty id=0 reuse. Also added assertions to detect its 6835 return (the assertion catches in the existing test cases). 6836 68371 October 2007: Wouter 6838 - skip F77, CXX, objC tests in configure step. 6839 - fixup crash in refetch glue after a CNAME. 6840 and protection against similar failures (with error print). 6841 684228 September 2007: Wouter 6843 - test case for unbound-checkconf, fixed so it also checks the 6844 interface: statements. 6845 684626 September 2007: Wouter 6847 - SIGHUP will reopen the log file. 6848 - Option to log to syslog. 6849 - please lint, fixup tests (that went to syslog on open, oops). 6850 - config check program. 6851 685225 September 2007: Wouter 6853 - tests for NSEC3. Fixup bitmap checks for NSEC3. 6854 - positive ANY response needs to check if wildcard expansion, and 6855 check that original data did not exist. 6856 - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure 6857 delegation, for abuse of child zone apex nsec3. 6858 - create 0.5 release tag. 6859 686024 September 2007: Wouter 6861 - do not make test programs by default. 6862 - But 'make test' will perform all of the tests. 6863 - Advertise builtin select libevent alternative when no libevent 6864 is found. 6865 - signit can generate NSEC3 hashes, for generating tests. 6866 - multiple nsec3 parameters in message test. 6867 - too high nsec3 iterations becomes insecure test. 6868 686921 September 2007: Wouter 6870 - fixup empty_DS_name allocated in wrong region (port DEC Alpha). 6871 - fixup testcode lock safety (port FreeBSD). 6872 - removes subscript has type char warnings (port Solaris 9). 6873 - fixup of field with format type to int (port MacOS/X intel). 6874 - added test for infinite loop case in nonRD answer validation. 6875 It was a more general problem, but hard to reproduce. When an 6876 unsigned rrset is being validated and the key fetched, the DS 6877 sequence is followed, but if the final name has no DS, then no 6878 proof is possible - the signature has been stripped off. 6879 688020 September 2007: Wouter 6881 - fixup and test for NSEC wildcard with empty nonterminals. 6882 - makedist.sh fixup for svn info. 6883 - acl features request in plan. 6884 - improved DS empty nonterminal handling. 6885 - compat with ANS nxdomain for empty nonterminals. Attempts the nodata 6886 proof anyway, which succeeds in ANS failure case. 6887 - striplab protection in case it becomes -1. 6888 - plans for static and blacklist config. 6889 689019 September 2007: Wouter 6891 - comments about non-packed usage. 6892 - plan for overload support in 0.6. 6893 - added testbound tests for a failed resolution from the logs 6894 and for failed prime when missing glue. 6895 - fixup so useless delegation points are not returned from the 6896 cache. Also the safety belt is used if priming fails to complete. 6897 - fixup NSEC rdata not to be lowercased, bind compat. 6898 689918 September 2007: Wouter 6900 - wildcard nsec3 testcases, and fixup to get correct wildcard name. 6901 - validator prints subtype classification for debug. 6902 690317 September 2007: Wouter 6904 - NSEC3 hash cache unit test. 6905 - validator nsec3 nameerror test. 6906 690714 September 2007: Wouter 6908 - nsec3 nodata proof, nods proof, wildcard proof. 6909 - nsec3 support for cname chain ending in noerror or nodata. 6910 - validator calls nsec3 proof routines if no NSECs prove anything. 6911 - fixup iterator bug where it stored the answer to a cname under 6912 the wrong qname into the cache. When prepending the cnames, the 6913 qname has to be reset to the original qname. 6914 691513 September 2007: Wouter 6916 - nsec3 find matching and covering, ce proof, prove namerror msg. 6917 691812 September 2007: Wouter 6919 - fixup of manual page warnings, like for NSD bugreport. 6920 - nsec3 work, config, max iterations, filter, and hash cache. 6921 69226 September 2007: Wouter 6923 - fixup to find libevent on mac port install. 6924 - fixup size_t vs unsigned portability in validator/sigcrypt. 6925 - please compiler on different platforms, for unreachable code. 6926 - val_nsec3 file. 6927 - pthread_rwlock type is optional, in case of old pthread libs. 6928 69295 September 2007: Wouter 6930 - cname, name error validator tests. 6931 - logging of qtype ANY works. 6932 - ANY type answers get RRSIG in answer section of replies (but not 6933 in other sections, unless DO bit is on). 6934 - testbound can replay a TCP query (set MATCH TCP in the QUERY). 6935 - DS and noDS referral validation test. 6936 - if you configure many trust anchors, parent trust anchors can 6937 securely deny existence of child trust anchors, if validated. 6938 - not all *.name NSECs are present because a wildcard was matched, 6939 and *.name NSECs can prove nodata for empty nonterminals. 6940 Also, for wildcard name NSECs, check they are not from the parent 6941 zone (for wildcarded zone cuts), and check absence of CNAME bit, 6942 for a nodata proof. 6943 - configure option for memory allocation debugging. 6944 - port configure option for memory allocation to solaris10. 6945 69464 September 2007: Wouter 6947 - fixup of Leakage warning when serviced queries processed multiple 6948 callbacks for the same query from the same server. 6949 - testbound removes config file from /tmp on failed exit. 6950 - fixup for referral cleanup of the additional section. 6951 - tests for cname, referral validation. 6952 - neater testbound tpkg output. 6953 - DNAMEs no longer match their apex when synthesized from the cache. 6954 - find correct signer name for DNAME responses. 6955 - wildcarded DNAME test and fixup code to detect. 6956 - prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs. 6957 So that wildcarded CNAMEs get their NSEC with them to the answer. 6958 - test for a CNAME to a DNAME to a CNAME to an answer, all from 6959 different domains, for key fetching and signature checking of 6960 CNAME'd messages. 6961 69623 September 2007: Wouter 6963 - Fixed error in iterator that would cause assertion failure in 6964 validator. CNAME to a NXDOMAIN response was collated into a response 6965 with both a CNAME and the NXDOMAIN rcode. Added a test that the 6966 rcode is changed to NOERROR (because of the CNAME). 6967 - timeout on tcp does not lead to spurious leakage detect. 6968 - account memory for name of lame zones, so that memory leakages does 6969 not show lame cache growth as a leakage growth. 6970 - config setting for lameness cache expressed in bytes, instead of 6971 number of entries. 6972 - tool too summarize allocations per code line. 6973 697431 August 2007: Wouter 6975 - can read bind trusted-keys { ... }; files, in a compatibility mode. 6976 - iterator should not detach target queries that it still could need. 6977 the protection against multiple outstanding queries is moved to a 6978 current_query num check. 6979 - validator nodata, positive, referral tests. 6980 - dname print can print '*' wildcard. 6981 698230 August 2007: Wouter 6983 - fixup override date config option. 6984 - config options to control memory usage. 6985 - caught bad free of un-alloced data in worker_send error case. 6986 - memory accounting for key cache (trust anchors and temporary cache). 6987 - memory accounting fixup for outside network tcp pending waits. 6988 - memory accounting fixup for outside network tcp callbacks. 6989 - memory accounting for iterator fixed storage. 6990 - key cache size and slabs config options. 6991 - lib crypto cleanups at exit. 6992 699329 August 2007: Wouter 6994 - test tool to sign rrsets for testing validator with. 6995 - added RSA and DSA test keys, public and private pairs, 512 bits. 6996 - default configuration is with validation enabled. 6997 Only a trust-anchor needs to be configured for DNSSEC to work. 6998 - do not convert to DER for DSA signature verification. 6999 - validator replay test file, for a DS to DNSKEY DSA key prime and 7000 positive response. 7001 700228 August 2007: Wouter 7003 - removed double use for udp buffers, that could fail, 7004 instead performs a malloc to do the backup. 7005 - validator validates referral messages, by validating all the rrsets 7006 and stores the rrsets in the cache. Further referral (nonRD queries) 7007 replies are made from the rrset cache directly. Unless unchecked 7008 rrsets are encountered, there are then validated. 7009 - enforce that signing is done by a parent domain (or same domain). 7010 - adjust TTL downwards if rrset TTL bigger than signature allows. 7011 - permissive mode feature, sets AD bit for secure, but bogus does 7012 not give servfail (bogus is changed into indeterminate). 7013 - optimization of rrset verification. rr canonical sorting is reused, 7014 for the same rrset. canonical rrset image in buffer is reused for 7015 the same signature. 7016 - if the rrset is too big (64k exactly + large owner name) the 7017 canonicalization routine will fail if it does not fit in buffer. 7018 - faster verification for large sigsets. 7019 - verb_detail mode reports validation failures, but not the entire 7020 algorithm for validation. Key prime failures are reported as 7021 verb_ops level. 7022 702327 August 2007: Wouter 7024 - do not garble the edns if a cache answer fails. 7025 - answer norecursive from cache if possible. 7026 - honor clean_additional setting when returning secure non-recursive 7027 referrals. 7028 - do not store referral in msg cache for nonRD queries. 7029 - store verification status in the rrset cache to speed up future 7030 verification. 7031 - mark rrsets indeterminate and insecure if they are found to be so. 7032 and store this in the cache. 7033 703424 August 2007: Wouter 7035 - message is bogus if unsecure authority rrsets are present. 7036 - val-clean-additional option, so you can turn it off. 7037 - move rrset verification out of the specific proof types into one 7038 routine. This makes the proof routines prettier. 7039 - fixup cname handling in validator, cname-to-positive and cname-to- 7040 nodata work. 7041 - Do not synthesize DNSKEY and DS responses from the rrset cache if 7042 the rrset is from the additional section. Signatures may have 7043 fallen off the packet, and cause validation failure. 7044 - more verbose signature date errors (with the date attached). 7045 - increased default infrastructure cache size. It is important for 7046 performance, and 1000 entries are only 212k (or a 400 k total cache 7047 size). To 10000 entries (for 2M entries, 4M cache size). 7048 704923 August 2007: Wouter 7050 - CNAME handling - move needs_validation to before val_new(). 7051 val_new() setups the chase-reply to be an edited copy of the msg. 7052 new classification, and find signer can find for it. 7053 removal of unsigned crap from additional, and query restart for 7054 cname. 7055 - refuse to follow wildcarded DNAMEs when validating. 7056 But you can query for qtype ANY, or qtype DNAME and validate that. 7057 705822 August 2007: Wouter 7059 - bogus TTL. 7060 - review - use val_error(). 7061 706221 August 2007: Wouter 7063 - ANY response validation. 7064 - store security status in cache. 7065 - check cache security status and either send the query to be 7066 validated, return the query to client, or send servfail to client. 7067 Sets AD bit on validated replies. 7068 - do not examine security status on an error reply in mesh_done. 7069 - construct DS, DNSKEY messages from rrset cache. 7070 - manual page entry for override-date. 7071 707220 August 2007: Wouter 7073 - validate and positive validation, positive wildcard NSEC validation. 7074 - nodata validation, nxdomain validation. 7075 707618 August 2007: Wouter 7077 - process DNSKEY response in FINDKEY state. 7078 707917 August 2007: Wouter 7080 - work on DS2KE routine. 7081 - val_nsec.c for validator NSEC proofs. 7082 - unit test for NSEC bitmap reading. 7083 - dname iswild and canonical_compare with unit tests. 7084 708516 August 2007: Wouter 7086 - DS sig unit test. 7087 - latest release libevent 1.3c and 1.3d have threading fixed. 7088 - key entry fixup data pointer and ttl absolute. 7089 - This makes a key-prime succeed in validator, with DS or DNSKEY as 7090 trust-anchor. 7091 - fixup canonical compare byfield routine, fix bug and also neater. 7092 - fixed iterator response type classification for queries of type 7093 ANY and NS. 7094 dig ANY gives sometimes NS rrset in AN and NS section, and parser 7095 removes the NS section duplicate. dig NS gives sometimes the NS 7096 in the answer section, as referral. 7097 - validator FINDKEY state. 7098 709915 August 2007: Wouter 7100 - crypto calls to verify signatures. 7101 - unit test for rrsig verification. 7102 710314 August 2007: Wouter 7104 - default outgoing ports changed to avoid port 2049 by default. 7105 This port is widely blocked by firewalls. 7106 - count infra lameness cache in memory size. 7107 - accounting of memory improved 7108 - outbound entries are allocated in the query region they are for. 7109 - extensive debugging for memory allocations. 7110 - --enable-lock-checks can be used to enable lock checking. 7111 - protect undefs in config.h from autoheaders ministrations. 7112 - print all received udp packets. log hex will print on multiple 7113 lines if needed. 7114 - fixed error in parser with backwards rrsig references. 7115 - mark cycle targets for iterator did not have CD flag so failed 7116 its task. 7117 711813 August 2007: Wouter 7119 - fixup makefile, if lexer is missing give nice error and do not 7120 mess up the dependencies. 7121 - canonical compare routine updated. 7122 - canonical hinfo compare. 7123 - printout list of the queries that the mesh is working on. 7124 712510 August 2007: Wouter 7126 - malloc and free overrides that track total allocation and frees. 7127 for memory debugging. 7128 - work on canonical sort. 7129 71309 August 2007: Wouter 7131 - canonicalization, signature checks 7132 - dname signature label count and unit test. 7133 - added debug heap size print to memory printout. 7134 - typo fixup in worker.c 7135 - -R needed on solaris. 7136 - validator override option for date check testing. 7137 71388 August 2007: Wouter 7139 - ldns _raw routines created (in ldns trunk). 7140 - sigcrypt DS digest routines 7141 - val_utils uses sigcrypt to perform signature cryptography. 7142 - sigcrypt keyset processing 7143 71447 August 2007: Wouter 7145 - security status type. 7146 - security status is copied when rdata is equal for rrsets. 7147 - rrset id is updated to invalidate all the message cache entries 7148 that refer to NSEC, NSEC3, DNAME rrsets that have changed. 7149 - val_util work 7150 - val_sigcrypt file for validator signature checks. 7151 71526 August 2007: Wouter 7153 - key cache for validator. 7154 - moved isroot and dellabel to own dname routines, with unit test. 7155 71563 August 2007: Wouter 7157 - replanning. 7158 - scrubber check section of lame NS set. 7159 - trust anchors can be in config file or read from zone file, 7160 DS and DNSKEY entries. 7161 - unit test trust anchor storage. 7162 - trust anchors converted to packed rrsets. 7163 - key entry definition. 7164 71652 August 2007: Wouter 7166 - configure change for latest libevent trunk version (needs -lrt). 7167 - query_done and walk_supers are moved out of module interface. 7168 - fixup delegation point duplicates. 7169 - fixup iterator scrubber; lame NS set is let through the scrubber 7170 so that the classification is lame. 7171 - validator module exists, and does nothing but pass through, 7172 with calling of next module and return. 7173 - validator work. 7174 71751 August 2007: Wouter 7176 - set version to 0.5 7177 - module work for module to module interconnections. 7178 - config of modules. 7179 - detect cycle takes flags. 7180 718131 July 2007: Wouter 7182 - updated plan 7183 - release 0.4 tag. 7184 718530 July 2007: Wouter 7186 - changed random state init, so that sequential process IDs are not 7187 cancelled out by sequential thread-ids in the random number seed. 7188 - the fwd_three test, which sends three queries to unbound, and 7189 unbound is kept waiting by ldns-testns for 3 seconds, failed 7190 because the retry timeout for default by unbound is 3 seconds too, 7191 it would hit that timeout and fail the test. Changed so that unbound 7192 is kept waiting for 2 seconds instead. 7193 719427 July 2007: Wouter 7195 - removed useless -C debug option. It did not work. 7196 - text edit of documentation. 7197 - added doc/CREDITS file, referred to by the manpages. 7198 - updated planning. 7199 720026 July 2007: Wouter 7201 - cycle detection, for query state dependencies. Will attempt to 7202 circumvent the cycle, but if no other targets available fails. 7203 - unit test for AXFR, IXFR response. 7204 - test for cycle detection. 7205 720625 July 2007: Wouter 7207 - testbound read ADDRESS and check it. 7208 - test for version.bind and friends. 7209 - test for iterator chaining through several referrals. 7210 - test and fixup for refetch for glue. Refetch fails if glue 7211 is still not provided. 7212 721324 July 2007: Wouter 7214 - Example section in config manual. 7215 - Addr stored for range and moment in replay. 7216 721720 July 2007: Wouter 7218 - Check CNAME chain before returning cache entry with CNAMEs. 7219 - Option harden-glue, default is on. It will discard out of zone 7220 data. If disabled, performance is faster, but spoofing attempts 7221 become a possibility. Note that still normalize scrubbing is done, 7222 and that the potentially spoofed data is used for infrastructure 7223 and not returned to the client. 7224 - if glue times out, refetch by asking parent of delegation again. 7225 Much like asking for DS at the parent side. 7226 - TODO items from forgery-resilience draft. 7227 and on memory handling improvements. 7228 - renamed module_event_timeout to module_event_noreply. 7229 - memory reporting code; reports on memory usage after handling 7230 a network packet (not on cache replies). 7231 723219 July 2007: Wouter 7233 - shuffle NS selection when getting nameserver target addresses. 7234 - fixup of deadlock warnings, yield cpu in checklock code so that 7235 freebsd scheduler selects correct process to run. 7236 - added identity and version config options and replies. 7237 - store cname messages complete answers. 7238 723918 July 2007: Wouter 7240 - do not query addresses, 127.0.0.1, and ::1 by default. 7241 724217 July 2007: Wouter 7243 - forward zone options in config file. 7244 - forward per zone in iterator. takes precedence over stubs. 7245 - fixup commithooks. 7246 - removed forward-to and forward-to-port features, subsumed by 7247 new forward zones. 7248 - fix parser to handle absent server: clause. 7249 - change untrusted rrset test to account for scrubber that is now 7250 applied during the test (which removes the poison, by the way). 7251 - feature, addresses can be specified with @portnumber, like nsd.conf. 7252 - test config files changed over to new forwarder syntax. 7253 725427 June 2007: Wouter 7255 - delete of mesh does a postorder traverse of the tree. 7256 - found and fixed a memory leak. For TTL=0 messages, that would 7257 not be cached, instead the msg-replyinfo structure was leaked. 7258 - changed server selection so it will filter out hosts that are 7259 unresponsive. This is defined as a host with the maximum rto value. 7260 This means that unbound tried the host for retries up to 120 secs. 7261 The rto value will time out after host-ttl seconds from the cache. 7262 This keeps such unresolvable queries from taking up resources. 7263 - utility for keeping histogram. 7264 726526 June 2007: Wouter 7266 - mesh is called by worker, and iterator uses it. 7267 This removes the hierarchical code. 7268 QueryTargets state and Finished state are merged for iterator. 7269 - forwarder mode no longer sets AA bit on first reply. 7270 - rcode in walk_supers is not needed. 7271 727225 June 2007: Wouter 7273 - more mesh work. 7274 - error encode routine for ease. 7275 727622 June 2007: Wouter 7277 - removed unused _node iterator value from rbtree_t. Takes up space. 7278 - iterator can handle querytargets state without a delegation point 7279 set, so that a priming(stub) subquery error can be handled. 7280 - iterator stores if it is priming or not. 7281 - log_query_info() neater logging. 7282 - changed iterator so that it does not alter module_qstate.qinfo 7283 but keeps a chase query info. Also query_flags are not altered, 7284 the iterator uses chase_flags. 7285 - fixup crash in case no ports for the family exist. 7286 728721 June 2007: Wouter 7288 - Fixup secondary buffer in case of error callback. 7289 - cleanup slumber list of runnable states. 7290 - module_subreq_depth fails to work in slumber list. 7291 - fixup query release for cached results to sub targets. 7292 - neater error for tcp connection failure, shows addr in verbose. 7293 - rbtree_init so that it can be used with preallocated memory. 7294 729520 June 2007: Wouter 7296 - new -C option to enable coredumps after forking away. 7297 - doc update. 7298 - fixup CNAME generation by scrubber, and memory allocation of it. 7299 - fixup deletion of serviced queries when all callbacks delete too. 7300 - set num target queries to 0 when you move them to slumber list. 7301 - typo in check caused subquery errors to be ignored, fixed. 7302 - make lint happy about rlim_t. 7303 - freeup of modules after freeup of module-states. 7304 - duplicate replies work, this uses secondary udp buffer in outnet. 7305 730619 June 2007: Wouter 7307 - nicer layout in stats.c, review 0.3 change. 7308 - spelling improvement, review 0.3 change. 7309 - uncapped timeout for server selection, so that very fast or slow 7310 servers will stand out from the rest. 7311 - target-fetch-policy: "3 2 1 0 0" config setting. 7312 - fixup queries answered without RD bit (for root prime results). 7313 - refuse AXFR and IXFR requests. 7314 - fixup RD flag in error reply from iterator. fixup RA flag from 7315 worker error reply. 7316 - fixup encoding of very short edns buffer sizes, now sets TC bit. 7317 - config options harden-short-bufsize and harden-large-queries. 7318 731918 June 2007: Wouter 7320 - same, move subqueries to slumber list when first has resolved. 7321 - fixup last fix for duplicate callbacks. 7322 - another offbyone in targetcounter. Also in Java prototype by the way. 7323 732415 June 2007: Wouter 7325 - if a query asks to be notified of the same serviced query result 7326 multiple times, this will succeed. Only one callback will happen; 7327 multiple outbound-list entries result (but the double cleanup of it 7328 will not matter). 7329 - when iterator moves on due to CNAME or referral, it will remove 7330 the subqueries (for other targets). These are put on the slumber 7331 list. 7332 - state module wait subq is OK with no new subqs, an old one may have 7333 stopped, with an error, and it is still waiting for other ones. 7334 - if a query loops, halt entire query (easy way to clean up properly). 7335 733614 June 2007: Wouter 7337 - num query targets was > 0 , not >= 0 compared, so that fetch 7338 policy of 0 did nothing. 7339 734013 June 2007: Wouter 7341 - debug option: configure --enable-static-exe for compile where 7342 ldns and libevent are linked statically. Default is off. 7343 - make install and make uninstall. Works with static-exe and without. 7344 installation of unbound binary and manual pages. 7345 - alignment problem fix on solaris 64. 7346 - fixup address in case of TCP error. 7347 734812 June 2007: Wouter 7349 - num target queries was set to 0 at a bad time. Default it to 0 and 7350 increase as target queries are done. 7351 - synthesize CNAME and DNAME responses from the cache. 7352 - Updated doxygen config for doxygen 1.5. 7353 - aclocal newer version. 7354 - doxygen 1.5 fixes for comments (for the strict check on docs). 7355 735611 June 2007: Wouter 7357 - replies on TCP queries have the address field set in replyinfo, 7358 for serviced queries, because the initiator does not know that 7359 a TCP fallback has occured. 7360 - omit DNSSEC types from nonDO replies, except if qtype is ANY or 7361 if qtype directly queries for the type (and then only show that 7362 'unknown type' in the answer section). 7363 - fixed message parsing where rrsigs on their own would be put 7364 in the signature list over the rrsig type. 7365 73667 June 2007: Wouter 7367 - fixup error in double linked list insertion for subqueries and 7368 for outbound list of serviced queries for iterator module. 7369 - nicer printout of outgoing port selection. 7370 - fixup cname target readout. 7371 - nicer debug output. 7372 - fixup rrset counts when prepending CNAMEs to the answer. 7373 - fixup rrset TTL for prepended CNAMEs. 7374 - process better check for looping modules, and which submodule to 7375 run next. 7376 - subreq insertion code fixup for slumber list. 7377 - VERB_DETAIL, verbosity: 2 level gives short but readable output. 7378 VERB_ALGO, verbosity: 3 gives extensive output. 7379 - fixup RA bit in cached replies. 7380 - fixup CNAME responses from the cache no longer partial response. 7381 - error in network send handled without leakage. 7382 - enable ip6 from config, and try ip6 addresses if available, 7383 if ip6 is not connected, skips to next server. 7384 73855 June 2007: Wouter 7386 - iterator state finished. 7387 - subrequests without parent store in cache and stop. 7388 - worker slumber list for ongoing promiscuous queries. 7389 - subrequest error handling. 7390 - priming failure returns SERVFAIL. 7391 - priming gives LAME result, returns SERVFAIL. 7392 - debug routine to print dns_msg as handled by iterator. 7393 - memleak in config file stubs fixup. 7394 - more small bugs, in scrubber, query compare no ID for lookup, 7395 in dname validation for NS targets. 7396 - sets entry.key for new special allocs. 7397 - lognametypeclass can display unknown types and classes. 7398 73994 June 2007: Wouter 7400 - random selection of equally preferred nameserver targets. 7401 - reply info copy routine. Reuses existing code. 7402 - cache lameness in response handling. 7403 - do not touch qstate after worker_process_query because it may have 7404 been deleted by that routine. 7405 - Prime response state. 7406 - Process target response state. 7407 - some memcmp changed to dname_compare for case preservation. 7408 74091 June 2007: Wouter 7410 - normalize incoming messages. Like unbound-java, with CNAME chain 7411 checked, DNAME checked, CNAME's synthesized, glue checked. 7412 - sanitize incoming messages. 7413 - split msgreply encode functions into own file msgencode.c. 7414 - msg_parse to queryinfo/replyinfo conversion more versatile. 7415 - process_response, classify response, delegpt_from_message. 7416 741731 May 2007: Wouter 7418 - querytargets state. 7419 - dname_subdomain_c() routine. 7420 - server selection, based on RTT. ip6 is filtered out if not available, 7421 and lameness is checked too. 7422 - delegation point copy routine. 7423 742430 May 2007: Wouter 7425 - removed FLAG_CD from message and rrset caches. This was useful for 7426 an agnostic forwarder, but not for a sophisticated (trust value per 7427 rrset enabled) cache. 7428 - iterator response typing. 7429 - iterator cname handle. 7430 - iterator prime start. 7431 - subquery work. 7432 - processInitRequest and processInitRequest2. 7433 - cache synthesizes referral messages, with DS and NSEC. 7434 - processInitRequest3. 7435 - if a request creates multiple subrequests these are all activated. 7436 743729 May 2007: Wouter 7438 - routines to lock and unlock array of rrsets moved to cache/rrset. 7439 - lookup message from msg cache (and copy to region). 7440 - fixed cast error in dns msg lookup. 7441 - message with duplicate rrset does not increase its TTLs twice. 7442 - 'qnamesize' changed to 'qname_len' for similar naming scheme. 7443 744425 May 2007: Wouter 7445 - Acknowledge use of unbound-java code in iterator. Nicer readme. 7446 - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and 7447 rrset cache from module environment. 7448 - packed rrset key has type and class as easily accessible struct 7449 members. They are still kept in network format for fast msg encode. 7450 - dns cache find_delegation routine. 7451 - iterator main functions setup. 7452 - dns cache lookup setup. 7453 745424 May 2007: Wouter 7455 - small changes to prepare for subqueries. 7456 - iterator forwarder feature separated out. 7457 - iterator hints stub code, config file stub code, so that first 7458 testing can proceed locally. 7459 - replay tests now have config option to enable forwarding mode. 7460 746123 May 2007: Wouter 7462 - outside network does precise timers for roundtrip estimates for rtt 7463 and for setting timeout for UDP. Pending_udp takes milliseconds. 7464 - cleaner iterator sockaddr conversion of forwarder address. 7465 - iterator/iter_utils and iter_delegpt setup. 7466 - root hints. 7467 746822 May 2007: Wouter 7469 - outbound query list for modules and support to callback with the 7470 outbound entry to the module. 7471 - testbound support for new serviced queries. 7472 - test for retry to TCP cannot use testbound any longer. 7473 - testns test for EDNS fallback, test for TCP fallback already exists. 7474 - fixes for no-locking compile. 7475 - mini_event timer precision and fix for change in timeouts during 7476 timeout callback. Fix for fwd_three tests, performed nonexit query. 7477 747821 May 2007: Wouter 7479 - small comment on hash table locking. 7480 - outside network serviced queries, contain edns and tcp fallback, 7481 and udp retries and rtt timing. 7482 748316 May 2007: Wouter 7484 - lruhash_touch() would cause locking order problems. Fixup in 7485 lock-verify in case locking cycle is found. 7486 - services/cache/rrset.c for rrset cache code. 7487 - special rrset_cache LRU updating function that uses the rrset id. 7488 - no dependencies calculation when make clean is called. 7489 - config settings for infra cache. 7490 - daemon code slightly cleaner, only creates caches once. 7491 749215 May 2007: Wouter 7493 - host cache code. 7494 - unit test for host cache. 7495 749614 May 2007: Wouter 7497 - Port to OS/X and Dec Alpha. Printf format and alignment fixes. 7498 - extensive lock debug report on join timeout. 7499 - proper RTT calculation, in utility code. 7500 - setup of services/cache/infra, host cache. 7501 750211 May 2007: Wouter 7503 - iterator/iterator.c module. 7504 - fixup to pass reply_info in testcode and in netevent. 7505 750610 May 2007: Wouter 7507 - created release-0.3 svn tag. 7508 - util/module.h 7509 - fixed compression - no longer compresses root name. 7510 75119 May 2007: Wouter 7512 - outside network cleans up waiting tcp queries on exit. 7513 - fallback to TCP. 7514 - testbound replay with retry in TCP mode. 7515 - tpkg test for retry in TCP mode, against ldns-testns server. 7516 - daemon checks max number of open files and complains if not enough. 7517 - test where data expires in the cache. 7518 - compiletests: fixed empty body ifstatements in alloc.c, in case 7519 locks are disabled. 7520 75218 May 2007: Wouter 7522 - outgoing network keeps list of available tcp buffers for outgoing 7523 tcp queries. 7524 - outgoing-num-tcp config option. 7525 - outgoing network keeps waiting list of queries waiting for buffer. 7526 - netevent supports outgoing tcp commpoints, nonblocking connects. 7527 75287 May 2007: Wouter 7529 - EDNS read from query, used to make reply smaller. 7530 - advertised edns value constants. 7531 - EDNS BADVERS response, if asked for too high edns version. 7532 - EDNS extended error responses once the EDNS record from the query 7533 has successfully been parsed. 7534 75354 May 2007: Wouter 7536 - msgreply sizefunc is more accurate. 7537 - config settings for rrset cache size and slabs. 7538 - hashtable insert takes argument so that a thread can use its own 7539 alloc cache to store released keys. 7540 - alloc cache special_release() locks if necessary. 7541 - rrset trustworthiness type added. 7542 - thread keeps a scratchpad region for handling messages. 7543 - writev used in netevent to write tcp length and data after another. 7544 This saves a roundtrip on tcp replies. 7545 - test for one rrset updated in the cache. 7546 - test for one rrset which is not updated, as it is not deemed 7547 trustworthy enough. 7548 - test for TTL refreshed in rrset. 7549 75503 May 2007: Wouter 7551 - fill refs. Use new parse and encode to answer queries. 7552 - stores rrsets in cache. 7553 - uses new msgreply format in cache. 7554 75552 May 2007: Wouter 7556 - dname unit tests in own file and spread out neatly in functions. 7557 - more dname unit tests. 7558 - message encoding creates truncated TC flagged messages if they do 7559 not fit, and will leave out (whole)rrsets from additional if needed. 7560 75611 May 2007: Wouter 7562 - decompress query section, extremely lenient acceptance. 7563 But only for answers from other servers, not for plain queries. 7564 - compression and decompression test cases. 7565 - some stats added. 7566 - example.conf interface: line is changed from 127.0.0.1 which leads 7567 to problems if used (restricting communication to the localhost), 7568 to a documentation and test address. 7569 757027 April 2007: Wouter 7571 - removed iov usage, it is not good for dns message encoding. 7572 - owner name compression more optimal. 7573 - rrsig owner name compression. 7574 - rdata domain name compression. 7575 757626 April 2007: Wouter 7577 - floating point exception fix in lock-verify. 7578 - lint uses make dependency 7579 - fixup lint in dname owner domain name compression code. 7580 - define for offset range that can be compressed to. 7581 758225 April 2007: Wouter 7583 - prettier code; parse_rrset->type kept in host byte order. 7584 - datatype used for hashvalue of converted rrsig structure. 7585 - unit test compares edns section data too. 7586 758724 April 2007: Wouter 7588 - ttl per RR, for RRSIG rrsets and others. 7589 - dname_print debug function. 7590 - if type is not known, size calc will skip DNAME decompression. 7591 - RRSIG parsing and storing and putting in messages. 7592 - dnssec enabled unit tests (from nlnetlabs.nl and se queries). 7593 - EDNS extraction routine. 7594 759520 April 2007: Wouter 7596 - code comes through all of the unit tests now. 7597 - disabled warning about spurious extra data. 7598 - documented the RRSIG parse plan in msgparse.h. 7599 - rrsig reading and outputting. 7600 760119 April 2007: Wouter 7602 - fix unit test to actually to tests. 7603 - fix write iov helper, and fakevent code. 7604 - extra builtin testcase (small packet). 7605 - ttl converted to network format in packets. 7606 - flags converted correctly 7607 - rdatalen off by 2 error fixup. 7608 - uses less iov space for header. 7609 761018 April 2007: Wouter 7611 - review of msgparse code. 7612 - smaller test cases. 7613 761417 April 2007: Wouter 7615 - copy and decompress dnames. 7616 - store calculated hash value too. 7617 - routine to create message out of stored information. 7618 - util/data/msgparse.c for message parsing code. 7619 - unit test, and first fixes because of test. 7620 * forgot rrset_count addition. 7621 * did & of ptr on stack for memory position calculation. 7622 * dname_pkt_copy forgot to read next label length. 7623 - test from file and fixes 7624 * double frees fixed in error conditions. 7625 * types with less than full rdata allowed by parser. 7626 Some dynamic update packets seem to use it. 7627 762816 April 2007: Wouter 7629 - following a small change in LDNS, parsing code calculates the 7630 memory size to allocate for rrs. 7631 - code to handle ID creation. 7632 763313 April 2007: Wouter 7634 - parse routines. Code that parses rrsets, rrs. 7635 763612 April 2007: Wouter 7637 - dname compare routine that preserves case, with unit tests. 7638 763911 April 2007: Wouter 7640 - parse work - dname packet parse, msgparse, querysection parse, 7641 start of sectionparse. 7642 764310 April 2007: Wouter 7644 - Improved alignment of reply_info packet, nice for 32 and 64 bit. 7645 - Put RRset counts in reply_info, because the number of RRs can change 7646 due to RRset updates. 7647 - import of region-allocator code from nsd. 7648 - set alloc special type to ub_packed_rrset_key. 7649 Uses lruhash entry overflow chain next pointer in alloc cache. 7650 - doxygen documentation for region-allocator. 7651 - setup for parse scratch data. 7652 76535 April 2007: Wouter 7654 - discussed packed rrset with Jelte. 7655 76564 April 2007: Wouter 7657 - moved to version 0.3. 7658 - added util/data/dname.c 7659 - layout of memory for rrsets. 7660 76613 April 2007: Wouter 7662 - detect sign of msghdr.msg_iovlen so that the cast to that type 7663 in netevent (which is there to please lint) can be correct. 7664 The type on several OSes ranges from int, int32, uint32, size_t. 7665 Detects unsigned or signed using math trick. 7666 - constants for DNS flags. 7667 - compilation without locks fixup. 7668 - removed include of unportable header from lookup3.c. 7669 - more portable use of struct msghdr. 7670 - casts for printf warning portability. 7671 - tweaks to tests to port them to the testbed. 7672 - 0.2 tag created. 7673 76742 April 2007: Wouter 7675 - check sizes of udp received messages, not too short. 7676 - review changes. Some memmoves can be memcpys: 4byte aligned. 7677 set id correctly on cached answers. 7678 - review changes msgreply.c, memleak on error condition. AA flag 7679 clear on cached reply. Lowercase queries on hashing. 7680 unit test on lowercasing. Test AA bit not set on cached reply. 7681 Note that no TTLs are managed. 7682 768329 March 2007: Wouter 7684 - writev or sendmsg used when answering from cache. 7685 This avoids a copy of the data. 7686 - do not do useless byteswap on query id. Store reply flags in uint16 7687 for easier access (and no repeated byteswapping). 7688 - reviewed code. 7689 - configure detects and config.h includes sys/uio.h for writev decl. 7690 769128 March 2007: Wouter 7692 - new config option: num-queries-per-thread. 7693 - added tpkg test for answering three queries at the same time 7694 using one thread (from the query service list). 7695 769627 March 2007: Wouter 7697 - added test for cache and not cached answers, in testbound replays. 7698 - testbound can give config file and commandline options from the 7699 replay file to unbound. 7700 - created test that checks if items drop out of the cache. 7701 - added word 'partitioned hash table' to documentation on slab hash. 7702 A slab hash is a partitioned hash table. 7703 - worker can handle multiple queries at a time. 7704 770526 March 2007: Wouter 7706 - config settings for slab hash message cache. 7707 - test for cached answer. 7708 - Fixup deleting fake answer from testbound list. 7709 771023 March 2007: Wouter 7711 - review of yesterday's commits. 7712 - covered up memory leak of the entry locks. 7713 - answers from the cache correctly. Copies flags correctly. 7714 - sanity check for incoming query replies. 7715 - slabbed hash table. Much nicer contention, need dual cpu to see. 7716 771722 March 2007: Wouter 7718 - AIX configure check. 7719 - lock-verify can handle references to locks that are created 7720 in files it has not yet read in. 7721 - threaded hash table test. 7722 - unit test runs lock-verify afterwards and checks result. 7723 - need writelock to update data on hash_insert. 7724 - message cache code, msgreply code. 7725 772621 March 2007: Wouter 7727 - unit test of hash table, fixup locking problem in table_grow(). 7728 - fixup accounting of sizes for removing items from hashtable. 7729 - unit test for hash table, single threaded test of integrity. 7730 - lock-verify reports errors nicely. More quiet in operation. 7731 773216 March 2007: Wouter 7733 - lock-verifier, checks consistent order of locking. 7734 773514 March 2007: Wouter 7736 - hash table insert (and subroutines) and lookup implemented. 7737 - hash table remove. 7738 - unit tests for hash internal bin, lru functions. 7739 774013 March 2007: Wouter 7741 - lock_unprotect in checklocks. 7742 - util/storage/lruhash.h for LRU hash table structure. 7743 774412 March 2007: Wouter 7745 - configure.ac moved to 0.2. 7746 - query_info and replymsg util/data structure. 7747 77489 March 2007: Wouter 7749 - added rwlock writelock checking. 7750 So it will keep track of the writelock, and readlocks are enforced 7751 to not change protected memory areas. 7752 - log_hex function to dump hex strings to the logfile. 7753 - checklocks zeroes its destroyed lock after checking memory areas. 7754 - unit test for alloc. 7755 - identifier for union in checklocks to please older compilers. 7756 - created 0.1 tag. 7757 77588 March 2007: Wouter 7759 - Reviewed checklock code. 7760 77617 March 2007: Wouter 7762 - created a wrapper around thread calls that performs some basic 7763 checking for data race and deadlock, and basic performance 7764 contention measurement. 7765 77666 March 2007: Wouter 7767 - Testbed works with threading (different machines, different options). 7768 - alloc work, does the special type. 7769 77702 March 2007: Wouter 7771 - do not compile fork funcs unless needed. Otherwise will give 7772 type errors as their typedefs have not been enabled. 7773 - log shows thread numbers much more nicely (and portably). 7774 - even on systems with nonthreadsafe libevent signal handling, 7775 unbound will exit if given a signal. 7776 Reloads will not work, and exit is not graceful. 7777 - start of alloc framework layout. 7778 77791 March 2007: Wouter 7780 - Signals, libevent and threads work well, with libevent patch and 7781 changes to code (close after event_del). 7782 - set ipc pipes nonblocking. 7783 778427 February 2007: Wouter 7785 - ub_thread_join portable definition. 7786 - forking is used if no threading is available. 7787 Tested, it works, since pipes work across processes as well. 7788 Thread_join is replaced with waitpid. 7789 - During reloads the daemon will temporarily handle signals, 7790 so that they do not result in problems. 7791 - Also randomize the outgoing port range for tests. 7792 - If query list is full, will stop selecting listening ports for read. 7793 This makes all threads service incoming requests, instead of one. 7794 No memory is leaking during reloads, service of queries, etc. 7795 - test that uses ldns-testns -f to test threading. Have to answer 7796 three queries at the same time. 7797 - with verbose=0 operates quietly. 7798 779926 February 2007: Wouter 7800 - ub_random code used to select ID and port. 7801 - log code prints thread id. 7802 - unbound can thread itself, with reload(HUP) and quit working 7803 correctly. 7804 - don't open pipes for #0, doesn't need it. 7805 - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload). 7806 780723 February 2007: Wouter 7808 - Can do reloads on sigHUP. Everything is stopped, and freed, 7809 except the listening ports. Then the config file is reread. 7810 And everything is started again (and listening ports if needed). 7811 - Ports for queries are shared. 7812 - config file added interface:, chroot: and username:. 7813 - config file: directory, logfile, pidfile. And they work too. 7814 - will daemonize by default now. Use -d to stay in the foreground. 7815 - got BSD random[256 state] code, made it threadsafe. util/random. 7816 781722 February 2007: Wouter 7818 - Have a config file. Removed commandline options, moved to config. 7819 - tests use config file. 7820 782121 February 2007: Wouter 7822 - put -c option in man page. 7823 - minievent fd array capped by FD_SETSIZE. 7824 782520 February 2007: Wouter 7826 - Added locks code and pthread spinlock detection. 7827 - can use no locks, or solaris native thread library. 7828 - added yacc and lex configure, and config file parsing code. 7829 also makedist.sh, and manpage. 7830 - put include errno.h in config.h 7831 783219 February 2007: Wouter 7833 - Created 0.0 svn tag. 7834 - added acx_pthread.m4 autoconf check for pthreads from 7835 the autoconf archive. It is GPL-with-autoconf-exception Licensed. 7836 You can specify --with-pthreads, or --without-pthreads to configure. 7837 783816 February 2007: Wouter 7839 - Updated testbed script, works better by using make on remote end. 7840 - removed check decls, we can compile without them. 7841 - makefile supports LIBOBJ replacements. 7842 - docs checks ignore compat code. 7843 - added util/mini-event.c and .h, a select based alternative used with 7844 ./configure --with-libevent=no 7845 It is limited to 1024 file descriptors, and has less features. 7846 - will not create ip6 sockets if ip6 not on the machine. 7847 784815 February 2007: Wouter 7849 - port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64, 7850 Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc. 7851 - malloc rndstate, so that it is aligned for access. 7852 - fixed rbtree cleanup with postorder traverse. 7853 - fixed pending messages are deleted when handled. 7854 - You can control verbosity; default is not verbose, every -v 7855 adds more verbosity. 7856 785714 February 2007: Wouter 7858 - Included configure.ac changes from ldns. 7859 - detect (some) headers before the standards check. 7860 - do not use isblank to test c99, since its not available on solaris9. 7861 - review of testcode. 7862 * entries in a RANGE are no longer reversed. 7863 * print name of file with replay entry parse errors. 7864 - port to OSX: cast to int for some prints of sizet. 7865 - Makefile copies ldnstestpkts.c before doing dependencies on it. 7866 786713 February 2007: Wouter 7868 - work on fake events, first fwd replay works. 7869 - events can do timeouts and errors on queries to servers. 7870 - test package that runs replay scenarios. 7871 787212 February 2007: Wouter 7873 - work on fake events. 7874 78759 February 2007: Wouter 7876 - replay file reading. 7877 - fake event setup, it creates fake structures, and teardowns, 7878 added signal callbacks to reply to be able to fake those, 7879 and main structure of event replay routines. 7880 78818 February 2007: Wouter 7882 - added tcp test. 7883 - replay storage. 7884 - testcode/fake_event work. 7885 78867 February 2007: Wouter 7887 - return answer with the same ID as query was sent with. 7888 - created udp forwarder test. I've done some effort to make it perform 7889 quickly. After servers are created, no big sleep statements but 7890 it checks the logfiles to see if servers have come up. Takes 0.14s. 7891 - set addrlen value when calling recvfrom. 7892 - comparison of addrs more portable. 7893 - LIBEVENT option for testbed to set libevent directory. 7894 - work on tcp input. 7895 78966 February 2007: Wouter 7897 - reviewed code and improved in places. 7898 78995 February 2007: Wouter 7900 - Picked up stdc99 and other define tests from ldns. Improved 7901 POSIX define test to include getaddrinfo. 7902 - defined constants for netevent callback error code. 7903 - unit test for strisip6. 7904 79052 February 2007: Wouter 7906 - Created udp4 and udp6 port arrays to provide service for both 7907 address families. 7908 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets. 7909 - listens on both ip4 and ip6 ports to provide correct return address. 7910 - worker fwder address filled correctly. 7911 - fixup timer code. 7912 - forwards udp queries and sends answer. 7913 79141 February 2007: Wouter 7915 - outside network more UDP work. 7916 - moved * closer to type. 7917 - comm_timer object and events. 7918 791931 January 2007: Wouter 7920 - Added makedist.sh script to make release tarball. 7921 - Removed listen callback layer, did not add anything. 7922 - Added UDP recv to netevent, worker callback for udp. 7923 - netevent communication reply storage structure. 7924 - minimal query header sanity checking for worker. 7925 - copied over rbtree implementation from NSD (BSD licensed too). 7926 - outgoing network query service work. 7927 792830 January 2007: Wouter 7929 - links in example/ldns-testpkts.c and .h for premade packet support. 7930 - added callback argument to listen_dnsport and daemon/worker. 7931 793229 January 2007: Wouter 7933 - unbound.8 a short manpage. 7934 793526 January 2007: Wouter 7936 - fixed memleak. 7937 - make lint works on BSD and Linux (openssl defines). 7938 - make tags works. 7939 - testbound program start. 7940 794125 January 2007: Wouter 7942 - fixed lint so it may work on BSD. 7943 - put license into header of every file. 7944 - created verbosity flag. 7945 - fixed libevent configure flag. 7946 - detects event_base_free() in new libevent 1.2 version. 7947 - getopt in daemon. fatal_exit() and verbose() logging funcs. 7948 - created log_assert, that throws assertions to the logfile. 7949 - listen_dnsport service. Binds ports. 7950 795124 January 2007: Wouter 7952 - cleaned up configure.ac. 7953 795423 January 2007: Wouter 7955 - added libevent to configure to link with. 7956 - util/netevent setup work. 7957 - configure searches for libevent. 7958 - search for libs at end of configure (when other headers and types 7959 have been found). 7960 - doxygen works with ATTR_UNUSED(). 7961 - util/netevent implementation. 7962 796322 January 2007: Wouter 7964 - Designed header file for network communication. 7965 796616 January 2007: Wouter 7967 - added readme.svn and readme.tests. 7968 79694 January 2007: Wouter 7970 - Testbed script (run on multiple platforms the test set). 7971 Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5. 7972 - added unit test tpkg. 7973 79743 January 2007: Wouter 7975 - committed first set of files into subversion repository. 7976 svn co svn+ssh://unbound.net/svn/unbound 7977 You need a ssh login. There is no https access yet. 7978 - Added LICENSE, the BSD license. 7979 - Added doc/README with compile help. 7980 - main program stub and quiet makefile. 7981 - minimal logging service (to stderr). 7982 - added postcommit hook that serves emails. 7983 - added first test 00-lint. postcommit also checks if build succeeds. 7984 - 01-doc: doxygen doc target added for html docs. And stringent test 7985 on documented files, functions and parameters. 7986 798715 December 2006: Wouter 7988 - Created Makefile.in and configure.ac. 7989