]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/unbound/doc/Changelog
Upgrade Unbound to 1.6.8. More to follow.
[FreeBSD/FreeBSD.git] / contrib / unbound / doc / Changelog
1 19 January 2018: Wouter 
2         - patch for CVE-2017-15105: vulnerability in the processing of
3           wildcard synthesized NSEC records.
4
5 10 October 2017: Wouter 
6         - tag 1.6.7
7
8 6 October 2017: Wouter 
9         - Fix spelling in unbound-control man page.
10
11 5 October 2017: Wouter 
12         - Fix trust-anchor-signaling works in libunbound.
13         - Fix some more crpls in testdata for different signaling default.
14         - tag 1.6.7rc1
15
16 5 October 2017: Ralph 
17         - Set trust-anchor-signaling default to yes
18         - Use RCODE from A query on DNS64 synthesized answer.
19
20 2 October 2017: Wouter
21         - Fix param unused warning for windows exportsymbol compile.
22
23 25 September 2017: Ralph
24         - Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
25            (by Danilo G. Baio).
26
27 21 September 2017: Ralph
28         - Log name of looping module
29
30 19 September 2017: Wouter
31         - use a cachedb answer even if it's "expired" when serve-expired is yes
32           (patch from Jinmei Tatuya).
33         - trigger refetching of the answer in that case (this will bypass
34           cachedb lookup)
35         - allow storing a 0-TTL answer from cachedb in the in-memory message
36           cache when serve-expired is yes
37         - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
38
39 18 September 2017: Ralph
40         - Fix #1400: allowing use of global cache on ECS-forwarding unless
41           always-forward.
42
43 18 September 2017: Wouter
44         - tag 1.6.6 (is 1.6.6rc2)
45         - Fix that looping modules always stop the query, and don't pass
46           control.
47         - Fix #1435: Please allow UDP to be disabled separately upstream and
48           downstream.
49         - Fix #1440: [dnscrypt] client nonce cache.
50
51 15 September 2017: Wouter
52         - Fix unbound-host to report error for DNSSEC state of failed lookups.
53         - Spelling fixes, from Josh Soref.
54
55 13 September 2017: Wouter
56         - tag 1.6.6rc2, became 1.6.6 on 18 sep.  trunk 1.6.7 in development.
57
58 12 September 2017: Wouter
59         - Add dns64 for client-subnet in unbound-checkconf.
60
61 4 September 2017: Ralph
62         - Fix #1412: QNAME minimisation strict mode not honored
63         - Fix #1434: Fix windows openssl 1.1.0 linking.
64
65 4 September 2017: Wouter
66         - tag 1.6.6rc1
67         - makedist fix for windows binaries, with openssl 1.1.0 windres fix,
68           and expat 2.2.4 install target fix.
69
70 1 September 2017: Wouter
71         - Recommend 1472 buffer size in unbound.conf
72
73 31 August 2017: Wouter
74         - Fix #1424: cachedb:testframe is not thread safe.
75         - For #1417: escape ; in dnscrypt tests.
76         - but reverted that, tests fails with that escape.
77         - Fix #1417: [dnscrypt] shared secret cache counters, and works when
78           dnscrypt is not enabled.  And cache size configuration option.
79         - make depend
80         - Fix #1418: [ip ratelimit] initialize slabhash using
81           ip-ratelimit-slabs.
82
83 30 August 2017: Wouter
84         - updated contrib/fastrpz.patch to apply with configparser changes.
85         - Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
86
87 29 August 2017: Wouter
88         - Fix #1414: fix segfault on parse failure and log_replies.
89         - zero qinfo in handle_request, this zeroes local_alias and also the
90           qname member.
91         - new keys and certs for dnscrypt tests.
92         - fixup WKS test on buildhost without servicebyname.
93
94 28 August 2017: Wouter
95         - Fix #1415: patch to free dnscrypt environment on reload.
96         - iana portlist update
97         - Fix #1415: [dnscrypt] shared secret cache, patch from
98           Manu Bretelle.
99         - Small fixes for the shared secret cache patch.
100         - Fix WKS records on kvm autobuild host, with default protobyname
101           entries for udp and tcp.
102
103 23 August 2017: Wouter
104         - Fix #1407: Add ECS options check to unbound-checkconf.
105         - make depend
106         - Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
107           allocation failure.
108
109 22 August 2017: Wouter
110         - Fix install of trust anchor when two anchors are present, makes both
111           valid. Checks hash of DS but not signature of new key. This fixes
112           the root.key file if created when unbound is installed between
113           sep11 and oct11 2017.
114         - tag 1.6.5 with pointrelease 1.6.5 (1.6.4 plus 5011 fix).
115         - trunk version 1.6.6 in development.
116         - Fix issue on macOX 10.10 where TCP fast open is detected but not
117           implemented causing TCP to fail. The fix allows fallback to regular
118           TCP in this case and is also more robust for cases where connectx()
119           fails for some reason.
120         - Fix #1402: squelch invalid argument error for fd_set_block on windows.
121
122 10 August 2017: Wouter
123         - Patch to show DNSCrypt status in help output, from Carsten
124           Strotmann.
125
126 8 August 2017: Wouter
127         - Fix #1398: make cachedb secret configurable.
128         - Remove spaces from Makefile.
129
130 7 August 2017: Wouter
131         - Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
132
133 3 August 2017: Ralph
134         - Remove unused iter_env member (ip6arpa_dname)
135         - Do not reset rrset.bogus stats when called using stats_noreset.
136         - Added stats for queries that have been ratelimited by domain
137           recursion.
138         - Do not add rrset_bogus and query ratelimiting stats per thread, these
139           module stats are global.
140
141 3 August 2017: Wouter
142         - Fix #1394: mix of serve-expired and response-ip could cause a crash.
143
144 24 July 2017: Wouter
145         - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
146           config.sub(2016-09-05).
147         - annotate case statement fallthrough for gcc 7.1.1.
148         - flex output from flex 2.6.1.
149         - snprintf of thread number does not warn about truncated string.
150         - squelch TCP fast open error on FreeBSD when kernel has it disabled,
151           unless verbosity is high.
152         - remove warning from windows compile.
153         - Fix compile with libnettle
154         - Fix DSA configure switch (--disable dsa) for libnettle and libnss.
155         - Fix #1365: Add Ed25519 support using libnettle.
156         - iana portlist update
157
158 17 July 2017: Wouter
159         - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
160         - Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
161           With the -p option unbound does not create a pidfile.
162
163 11 July 2017: Wouter
164         - Fix #1344: RFC6761-reserved domains: test. and invalid.
165         - Redirect all localhost names to localhost address for RFC6761.
166
167 6 July 2017: Wouter
168         - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
169         - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists)..
170
171 4 July 2017: Wouter
172         - Fix 1332: Bump verbosity of failed chown'ing of the control socket.
173
174 3 July 2017: Wouter
175         - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
176           on.
177         - Fix #1331: libunbound segfault in threaded mode when context is
178           deleted.
179         - Fix pythonmod link line option flag.
180         - Fix openssl 1.1.0 load of ssl error strings from ssl init.
181
182 29 June 2017: Wouter
183         - Fix python example0 return module wait instead of error for pass.
184         - iana portlist update
185         - enhancement for hardened-tls for DNS over TLS.  Removed duplicated
186           security settings.
187
188 27 June 2017: Wouter
189         - Tag 1.6.4 is created with the 1.6.4rc2 contents.
190         - Trunk contains 1.6.5, with changes from 26, 27 june.
191         - Remove signed unsigned warning from authzone.
192         - Fix that infra cache host hash does not change after reconfig.
193
194 26 June 2017: Wouter
195         - (for 1.6.5)
196           Better fixup of dnscrypt_cert_chacha test for different escapes.
197         - First fix for zero b64 and hex text zone format in sldns.
198         - unbound-control dump_infra prints port number for address if not 53.
199
200 23 June 2017: Wouter
201         - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
202
203 22 June 2017: Wouter
204         - Tag 1.6.4rc2
205
206 22 June 2017: Ralph
207         - Added fastrpz patch to contrib
208
209 21 June 2017: Wouter
210         - Fix #1316: heap read buffer overflow in parse_edns_options.
211
212 20 June 2017: Wouter
213         - Fix warning in pythonmod under clang compiler.
214         - Tag 1.6.4rc1
215         - Fix lintian typo.
216
217 16 June 2017: Ralph
218         - Fix #1277: disable domain ratelimit by setting value to 0.
219
220 16 June 2017: Wouter
221         - Fix #1301: memory leak in respip and tests.
222         - Free callback in edns-subnetmod on exit and restart.
223         - Fix memory leak in sldns_buffer_new_frm_data.
224         - Fix memory leak in dnscrypt config read.
225         - Fix dnscrypt chacha cert support ifdefs.
226         - Fix dnscrypt chacha cert unit test escapes in grep.
227         - Remove asynclook tests that cause test and purifier problems.
228         - Fix to unlock view in view test.
229
230 15 June 2017: Wouter
231         - Fix stub zone queries leaking to the internet for
232           harden-referral-path ns checks.
233         - Fix query for refetch_glue of stub leaking to internet.
234
235 13 June 2017: Wouter
236         - Fix #1279: Memory leak on reload when python module is enabled.
237         - Fix #1280: Unbound fails assert when response from authoritative
238           contains malformed qname.  When 0x20 caps-for-id is enabled, when
239           assertions are not enabled the malformed qname is handled correctly.
240         - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
241         - More fixes in depth for buffer checks in 0x20 qname checks.
242
243 12 June 2017: Wouter
244         - Fix #1278: Incomplete wildcard proof.
245
246 8 June 2017: Ralph
247         - Added domain name based ECS whitelist.
248
249 8 June 2017: Wouter
250         - Detect chacha for dnscrypt at configure time.
251         - dnscrypt unit tests with chacha.
252
253 7 June 2017: Wouter
254         - Fix that unbound-control can set val_clean_additional and val_permissive_mode.
255         - Add dnscrypt XChaCha20 tests.
256
257 6 June 2017: Wouter
258         - Add an explicit type cast for TCP FASTOPEN fix.
259         - renumbering B-Root's IPv6 address to 2001:500:200::b.
260         - Fix #1275: cached data in cachedb is never used.
261         - Fix #1276: [dnscrypt] add XChaCha20-Poly1305 cipher.
262
263 1 June 2017: Ralph
264         - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
265           (from Manu Bretelle).
266
267 1 June 2017: Wouter
268         - Fix fastopen EPIPE fallthrough to perform connect.
269
270 31 May 2017: Ralph
271         - Also use global local-zones when there is a matching view that does
272           not have any local-zone specified.
273
274 31 May 2017: Wouter
275         - Fix #1273: cachedb.c doesn't compile with -Wextra.
276         - If MSG_FASTOPEN gives EPIPE fallthrough to try normal tcp write.
277
278 30 May 2017: Ralph
279         - Fix #1269: inconsistent use of built-in local zones with views.
280         - Add defaults for new local-zone trees added to views using
281           unbound-control.
282
283 30 May 2017: Wouter
284         - Support for openssl EVP_DigestVerify.
285         - Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
286
287 29 May 2017: Wouter
288         - Fix assertion for low buffer size and big edns payload when worker
289           overrides udpsize.
290
291 26 May 2017: Ralph
292         - Added redirect-bogus.patch to contrib directory.
293
294 26 May 2017: Wouter
295         - Fix #1270: unitauth.c doesn't compile with higher warning level
296           and optimization
297         - exec_prefix is by default equal to prefix.
298         - printout localzone for duplicate local-zone warnings.
299
300 24 May 2017: Wouter
301         - authzone cname chain, no rrset duplicates, wildcard doesn't change
302           rrsets added for cname chain.
303
304 23 May 2017: Wouter
305         - first services/authzone check in, it compiles and reads and writes
306           zonefiles.
307         - iana portlist update
308
309 22 May 2017: Wouter
310         - Fix #1268: SIGSEGV after log_reopen.
311
312 18 May 2017: Wouter
313         - Fix #1265 to use /bin/kill.
314         - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
315           and compatibility with BoringSSL.
316
317 17 May 2017: Wouter
318         - Fix #1265: contrib/unbound.service contains hardcoded path.
319
320 17 May 2017: George
321         - Use qstate's region for IPSECKEY rrset (ipsecmod).
322
323 16 May 2017: George
324         - Implemented opportunistic IPsec support module (ipsecmod).
325         - Some whitespace fixup.
326
327 16 May 2017: Wouter
328         - updated dependencies in the makefile.
329         - document trust-anchor-signaling in example config file.
330         - updated configure, dependencies and flex output.
331         - better module memory lookup, fix of unbound-control shm names for
332           module memory printout of statistics.
333         - Fix type AVC sldns rrdef.
334
335 12 May 2017: Wouter
336         - Adjust servfail by iterator to not store in cache when serve-expired
337           is enabled, to avoid overwriting useful information there.
338         - Fix queries for nameservers under a stub leaking to the internet.
339
340 9 May 2017: Ralph
341         - Add 'c' to getopt() in testbound.
342         - iana portlist update
343
344 8 May 2017: Wouter
345         - Fix tcp-mss failure printout text.
346         - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
347           connect limited tcp connections.  With the option tcp connections
348           can share the same source port (for different destinations).
349
350 2 May 2017: Ralph
351         - Added mesh_add_sub to add detached mesh entries.
352         - Use mesh_add_sub for key tag signaling query.
353
354 2 May 2017: Wouter
355         - Added test for leak of stub information.
356         - Fix sldns wire2str printout of RR type CAA tags.
357         - Fix sldns int16_data parse.
358         - Fix sldns parse and printout of TSIG RRs.
359         - sldns SMIMEA and AVC definitions, same as getdns definitions.
360
361 1 May 2017: Wouter
362         - Fix #1259: "--disable-ecdsa" argument overwritten 
363           by "#ifdef SHA256_DIGEST_LENGTH@daemon/remote.c".
364         - iana portlist update
365         - Fix #1258: Windows 10 X64 unbound 1.6.2 service will not start.
366           and fix that 64bit getting installed in C:\Program Files (x86).
367
368 26 April 2017: Ralph
369         - Implemented trust anchor signaling using key tag query.
370
371 26 April 2017: Wouter
372         - Based on #1257: check parse limit before t increment in sldns RR
373           string parse routine.
374
375 24 April 2017: Wouter
376         - unbound-checkconf -o allows query of dnstap config variables.
377           Also unbound-control get_option.  Also for dnscrypt.
378         - trunk contains 1.6.3 version number (changes from 1.6.2 back from
379           when the 1.6.2rc1 tag has been created).
380
381 21 April 2017: Ralph
382         - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
383         - iana portlist update
384         
385 18 April 2017: Ralph
386         - Fix #1252: more indentation inconsistencies.
387         - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
388
389 13 April 2017: Ralph
390         - Added ECS unit test (from Manu Bretelle).
391         - ECS documentation fix (from Manu Bretelle).
392
393 13 April 2017: Wouter
394         - Fix #1250: inconsistent indentation in services/listen_dnsport.c.
395         - tag for 1.6.2rc1
396         - (for 1.6.3:) unbound.h exports the shm stats structures.  They use
397           type long long and no ifdefs, and ub_ before the typenames.
398
399 12 April 2017: Wouter
400         - subnet mem value is available in shm, also when not enabled,
401           to make the struct easier to memmap by other applications,
402           independent of the configuration of unbound.
403
404 12 April 2017: Ralph
405         - Fix #1247: unbound does not shorten source prefix length when
406           forwarding ECS.
407         - Properly check for allocation failure in local_data_find_tag_datas.
408         - Fix #1249: unbound doesn't return FORMERR to bogus ECS.
409         - Set SHM ECS memory usage to 0 when module not loaded.
410
411 11 April 2017: Ralph
412         - Display ECS module memory usage.
413
414 10 April 2017: Wouter
415         - harden-algo-downgrade: no also makes unbound more lenient about
416           digest algorithms in DS records.
417
418 10 April 2017: Ralph
419         - Remove ECS option after REFUSED answer.
420         - Fix small memory leak in edns_opt_copy_alloc.
421         - Respip dereference after NULL check.
422         - Zero initialize addrtree allocation.
423         - Use correct identifier for SHM destroy.
424
425 7 April 2017: George
426         - Fix pythonmod for cb changes.
427         - Some whitespace fixup.
428
429 7 April 2017: Ralph
430         - Unlock view in respip unit test
431
432 6 April 2017: Ralph
433         - Generalise inplace callback (de)registration
434         - (de)register inplace callbacks for module id
435         - No unbound-control set_option for ECS options
436         - Deprecated client-subnet-opcode config option
437         - Introduced client-subnet-always-forward config option
438         - Changed max-client-subnet-ipv6 default to 56 (as in RFC)
439         - Removed extern ECS config options
440         - module_restart_next now calls clear on all following modules
441         - Also create ECS module qstate on module_event_pass event
442         - remove malloc from inplace_cb_register
443
444 6 April 2017: Wouter
445         - Small fixup for documentation.
446         - iana portlist update
447         - Fix respip for braces when locks arent used.
448         - Fix pythonmod for cb changes.
449
450 4 April 2017: Wouter
451         - Fix #1244: document that use of chroot requires trust anchor file to
452           be under chroot.
453         - iana portlist update
454
455 3 April 2017: Ralph
456         - Do not add current time twice to TTL before ECS cache store.
457         - Do not touch rrset cache after ECS cache message generation.
458         - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
459
460 3 April 2017: Wouter
461         - Fix #1217: Add metrics to unbound-control interface showing
462           crypted, cert request, plaintext and malformed queries (from
463           Manu Bretelle).
464         - iana portlist update
465
466 27 March 2017: Wouter
467         - Remove (now unused) event2 include from dnscrypt code.
468
469 24 March 2017: George
470         - Fix to prevent non-referal query from being cached as referal when the
471           no_cache_store flag was set.
472
473 23 March 2017: Wouter
474         - Fix #1239: configure fails to find python distutils if python
475           prints warning.
476
477 22 March 2017: Wouter
478         - Fix #1238: segmentation fault when adding through the remote
479           interface a per-view local zone to a view with no previous
480           (configured) local zones.
481         - Fix #1229: Systemd service sandboxing, options in wrong sections.
482
483 21 March 2017: Ralph
484         - Merge EDNS Client subnet implementation from feature branch into main
485           branch, using new EDNS processing framework. 
486
487 21 March 2017: Wouter
488         - Fix doxygen for dnscrypt files.
489
490 20 March 2017: Wouter
491         - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then
492           enabled in the config file from Manu Bretelle.
493         - make depend, autoconf, remove warnings about statement before var.
494         - lru_demote and lruhash_insert_or_retrieve functions for getdns.
495         - fixup for lruhash (whitespace and header file comment).
496         - dnscrypt tests.
497
498 17 March 2017: Wouter
499         - Patch for view functionality for local-data-ptr from Björn Ketelaars.
500         - Fix #1237 - Wrong resolving in chain, for norec queries that get
501           SERVFAIL returned.
502
503 16 March 2017: Wouter
504         - Fix that SHM is not inited if not enabled.
505         - Add trustanchor.unbound CH TXT that gets a response with a number
506           of TXT RRs with a string like "example.com. 2345 1234" with
507           the trust anchors and their keytags.
508         - Fix that looped DNAMEs do not cause unbound to spend effort.
509         - trustanchor tags are sorted.  reusable routine to fetch taglist.
510
511 13 March 2017: Wouter
512         - testbound understands Deckard MATCH rcode question answer commands.
513         - Fix #1235: Fix too long DNAME expansion produces SERVFAIL instead
514           of YXDOMAIN + query loop, reported by Petr Spacek.
515
516 10 March 2017: Wouter
517         - Fix #1234: shortening DNAME loop produces duplicate DNAME records
518           in ANSWER section.
519
520 9 March 2017: Wouter
521         - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and
522           DS records.  NSEC3 is not disabled.
523         - fake-sha1 test option; print warning if used.  To make unit tests.
524         - unbound-control list local zone and data commands listed in the
525           help output.
526
527 8 March 2017: Wouter
528         - make depend for build dependencies.
529         - swig version 2.0.1 required.
530         - fix enum conversion warnings
531
532 7 March 2017: Wouter
533         - Fix #1230: swig version 2.0.0 is required for pythonmod, with
534           1.3.40 it crashes when running repeatly unbound-control reload.
535         - Response actions based on IP address from Jinmei Tatuya (Infoblox).
536
537 6 March 2017: Wouter
538         - Fix #1229: Systemd service sandboxing in contrib/unbound.service.
539         - iana portlist update
540
541 28 February 2017: Ralph
542         - Fix testpkts.c, check if DO bit is set, not only if there is an OPT
543           record.
544
545 28 February 2017: Wouter
546         - For #1227: if we have sha256, set the cipher list to have no
547           known vulns.
548
549 27 February 2017: Wouter
550         - Fix #1227: Fix that Unbound control allows weak ciphersuits.
551         - Fix #1226: provide official 32bit binary for windows.
552
553 24 February 2017: Wouter
554         - include sys/time.h for new shm code on NetBSD.
555
556 23 February 2017: Wouter
557         - Fix doc/CNAME-basedRedirectionDesignNotes.pdf zone static to
558           redirect.
559         - Patch from Luiz Fernando Softov for Stats Shared Memory.
560         - unbound-control stats_shm command prints stats using shared memory,
561           which uses less cpu.
562         - make depend, autoconf, doxygen and lint fixed up.
563
564 22 February 2017: Wouter
565         - Fix #1224: Fix that defaults should not fall back to "Program Files
566           (x86) if Unbound is 64bit by default on windows.
567
568 21 February 2017: Wouter
569         - iana portlist update
570
571 16 February 2017: Wouter
572         - sldns updated for vfixed and buffer resize indication from getdns.
573
574 15 February 2017: Wouter
575         - sldns has ED25519 and ED448 algorithm number and name for display.
576
577 14 February 2017: Wouter
578         - tag 1.6.1rc3. -- which became 1.6.1 on 21feb, trunk has 1.6.2
579
580 13 February 2017: Wouter
581         - Fix autoconf of systemd check for lack of pkg-config.
582
583 10 February 2017: Wouter
584         - Fix pythonmod for typedef changes.
585         - Fix dnstap for warning of set but not used.
586         - tag 1.6.1rc2.
587
588 9 February 2017: Wouter
589         - tag 1.6.1rc1.
590
591 8 February 2017: Wouter
592         - Fix for type name change and fix warning on windows compile.
593
594 7 February 2017: Wouter
595         - Include root trust anchor id 20326 in unbound-anchor.
596
597 6 February 2017: Wouter
598         - Fix compile on solaris of the fix to use $host detect.
599
600 4 February 2017: Wouter
601         - fix root_anchor test for updated icannbundle.pem lower certificates.
602
603 26 January 2017: Wouter
604         - Fix 1211: Fix can't enable interface-automatic if no IPv6 with
605           more helpful error message.
606
607 20 January 2017: Wouter
608         - Increase MAX_MODULE to 16.
609
610 19 January 2017: Wouter
611         - Fix to Rename ub_callback_t to ub_callback_type, because POSIX
612           reserves _t typedefs.
613         - Fix to rename internally used types from _t to _type, because _t
614           type names are reserved by POSIX.
615         - iana portlist update
616
617 12 January 2017: Wouter
618         - Fix to also block meta types 128 through to 248 with formerr. 
619         - Fix #1206: Some view-related commands are missing from 'unbound-control -h'
620
621 9 January 2017: Wouter
622         - Fix #1202: Fix code comment that packed_rrset_data is not always
623           'packed'.
624
625 6 January 2017: Wouter
626         - Fix #1201: Fix missing unlock in answer_from_cache error condition.
627
628 5 January 2017: Wouter
629         - Fix to return formerr for queries for meta-types, to avoid
630           packet amplification if this meta-type is sent on to upstream.
631         - Fix #1184: Log DNS replies. This includes the same logging
632           information that DNS queries and response code and response size,
633           patch from Larissa Feng.
634         - Fix #1187: Source IP rate limiting, patch from Larissa Feng.
635
636 3 January 2017: Wouter
637         - configure --enable-systemd and lets unbound use systemd sockets if
638           you enable use-systemd: yes in unbound.conf.
639           Also there are contrib/unbound.socket and contrib/unbound.service:
640           systemd files for unbound, install them in /usr/lib/systemd/system.
641           Contributed by Sami Kerola and Pavel Odintsov.
642         - Fix reload chdir failure when also chrooted to that directory.
643
644 2 January 2017: Wouter
645         - Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
646
647 23 December 2016: Ralph
648         - Fix #1190: Do not echo back EDNS options in local-zone error response.
649         - iana portlist update
650
651 21 December 2016: Ralph
652         - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
653           with Nettle
654
655 19 December 2016: Ralph
656         - Fix #1191: remove comment about view deletion.
657
658 15 December 2016: Wouter
659         - iana portlist update
660         - 64bit is default for windows builds.
661         - Fix inet_ntop and inet_pton warnings in windows compile.
662
663 14 December 2016: Wouter
664         - Fix #1178: attempt to fix setup error at end, pop result values
665           at end of install.
666
667 13 December 2016: Wouter
668         - Fix #1182: Fix Resource leak (socket), at startup.
669         - Fix unbound-control and ipv6 only.
670
671 9 December 2016: Wouter
672         - Fix #1176: stack size too small for Alpine Linux.
673
674 8 December 2016: Wouter
675         - Fix downcast warnings from visual studio in sldns code.
676         - tag 1.6.0rc1 which became 1.6.0 on 15 dec, and trunk is 1.6.1.
677
678 7 December 2016: Ralph
679         - Add DSA support for OpenSSL 1.1.0
680         - Fix remote control without cert for LibreSSL
681
682 6 December 2016: George
683         - Added generic EDNS code for registering known EDNS option codes,
684           bypassing the cache response stage and uniquifying mesh states. Four EDNS
685           option lists were added to module_qstate (module_qstate.edns_opts_*) to
686           store EDNS options from/to front/back side.
687         - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
688           control the modules' cache interactions.
689         - Added code for registering inplace callback functions. The registered
690           functions can be called just before replying with local data or Chaos,
691           replying from cache, replying with SERVFAIL, replying with a resolved
692           query, sending a query to a nameserver. The functions can inspect the
693           available data and maybe change response/query related data (i.e. append
694           EDNS options).
695         - Updated Python module for the above.
696         - Updated Python documentation.
697
698 5 December 2016: Ralph
699         - Fix #1173: differ local-zone type deny from unset
700           tag_actions element.
701
702 5 December 2016: Wouter
703         - Fix #1170: document that 'inform' local-zone uses local-data.
704
705 1 December 2016: Ralph
706         - hyphen as minus fix, by Andreas Schulze
707
708 30 November 2016: Ralph
709         - Added local-zones and local-data bulk addition and removal
710           functionality in unbound-control (local_zones, local_zones_remove,
711           local_datas and local_datas_remove).
712         - iana portlist update
713
714 29 November 2016: Wouter
715         - version 1.6.0 is in the development branch.
716         - braces in view.c around lock statements.
717
718 28 November 2016: Wouter
719         - new install-sh.
720
721 25 November 2016: Wouter
722         - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
723           using no encryption over the unix socket.
724
725 22 Novenber 2016: Ralph
726         - Make access-control-tag-data RDATA absolute. This makes the RDATA
727           origin consistent between local-data and access-control-tag-data.
728         - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
729           subdomain of the NSEC owner.
730         - QNAME minimisation uses QTYPE=A, therefore always check cache for
731           this type in harden-below-nxdomain functionality.
732         - Added unit test for QNAME minimisation + harden below nxdomain
733           synergy.
734
735 22 November 2016: Wouter
736         - iana portlist update.
737         - Fix unit tests for DS hash processing for fake-dsa test option.
738         - patch from Dag-Erling Smorgrav that removes code that relies
739           on sbrk().
740
741 21 November 2016: Wouter
742         - Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
743           Underneath" for the harden-below-nxdomain option.
744
745 10 November 2016: Ralph
746         - Fix #1155: test status code of unbound-control in 04-checkconf,
747           not the status code from the tee command.
748
749 4 November 2016: Ralph
750         - Added stub-ssl-upstream and forward-ssl-upstream options.
751
752 4 November 2016: Wouter
753         - configure detects ssl security level API function in the autoconf
754           manner.  Every function on its own, so that other libraries (eg.
755           LibreSSL) can develop their API without hindrance.
756         - Fix #1154: segfault when reading config with duplicate zones.
757         - Note that for harden-below-nxdomain the nxdomain must be secure,
758           this means nsec3 with optout is insufficient.
759
760 3 November 2016: Ralph
761         - Set OpenSSL security level to 0 when using aNULL ciphers.
762
763 3 November 2016: Wouter
764         - .gitattributes line for githubs code language display.
765         - log-identity: config option to set sys log identity, patch from
766           "Robin H. Johnson" <robbat2@gentoo.org>
767
768 2 November 2016: Wouter
769         - iana portlist update.
770
771 31 October 2016: Wouter
772         - Fix failure to build on arm64 with no sbrk.
773         - iana portlist update.
774
775 28 October 2016: Wouter
776         - Patch for server.num.zero_ttl stats for count of expired replies,
777           from Pavel Odintsov.
778
779 26 October 2016: Wouter
780         - Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
781           with the undocumented switch 'fake-dsa'.  It logs a warning.
782
783 25 October 2016: Wouter
784         - Fix #1134: unbound-control set_option -- val-override-date: -1 works
785           immediately to ignore datetime, or back to 0 to enable it again.
786           The -- is to ignore the '-1' as an option flag.
787
788 24 October 2016: Wouter
789         - serve-expired config option: serve expired responses with TTL 0.
790         - g.root-servers.net has AAAA address.
791
792 21 October 2016: Wouter
793         - Ported tests for local_cname unit test to testbound framework.
794
795 20 October 2016: Wouter
796         - suppress compile warning in lex files.
797         - init lzt variable, for older gcc compiler warnings.
798         - fix --enable-dsa to work, instead of copying ecdsa enable.
799         - Fix DNSSEC validation of query type ANY with DNAME answers.
800         - Fixup query_info local_alias init.
801
802 19 October 2016: Wouter
803         - Fix #1130: whitespace in example.conf.in more consistent.
804
805 18 October 2016: Wouter
806         - Patch that resolves CNAMEs entered in local-data conf statements that
807           point to data on the internet, from Jinmei Tatuya (Infoblox).
808         - Removed patch comments from acllist.c and msgencode.c
809         - Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
810           from Jinmei Tatuya (Infoblox).
811         - Fix #1125: unbound could reuse an answer packet incorrectly for
812           clients with different EDNS parameters, from Jinmei Tatuya.
813         - Fix #1118: libunbound.pc sets strange Libs, Libs.private values.
814         - Added Requires line to libunbound.pc
815         - Please doxygen by modifying mesh.h
816
817 17 October 2016: Wouter
818         - Re-fix #839 from view commit overwrite.
819         - Fixup const void cast warning.
820
821 12 October 2016: Ralph
822         - Free view config elements.
823
824 11 October 2016: Ralph
825         - Added qname-minimisation-strict config option.
826         - iana portlist update.
827         - fix memoryleak logfile when in debug mode.
828
829 5 October 2016: Ralph
830         - Added views functionality.
831         - Fix #1117: spelling errors, from Robert Edmonds.
832
833 30 September 2016: Wouter
834         - Fix Nits for 1.5.10 reported by Dag-Erling Smorgrav.
835
836 29 September 2016: Wouter
837         - Fix #838: 1.5.10 cannot be built on Solaris, undefined PATH_MAX.
838         - Fix #839: Memory grows unexpectedly with large RPZ files.
839         - Fix #840: infinite loop in unbound_munin_ plugin on unowned lockfile.
840         - Fix #841: big local-zone's make it consume large amounts of memory.
841
842 27 September 2016: Wouter
843         - tag for 1.5.10 release
844         - trunk contains 1.5.11 in development.
845         - Fix dnstap relaying "random" messages instead of resolver/forwarder
846           responses, from Nikolay Edigaryev.
847         - Fix #836: unbound could echo back EDNS options in an error response.
848
849 20 September 2016: Wouter
850         - iana portlist update.
851         - Fix #835: fix --disable-dsa with nettle verify.
852         - tag for 1.5.10rc1 release.
853
854 15 September 2016: Wouter
855         - Fix 883: error for duplicate local zone entry.
856         - Test for openssl init_crypto and init_ssl functions.
857
858 15 September 2016: Ralph
859         - fix potential memory leak in daemon/remote.c and nullpointer
860           dereference in validator/autotrust.
861         - iana portlist update.
862
863 13 September 2016: Wouter
864         - Silenced flex-generated sign-unsigned warning print with gcc
865           diagnostic pragma.
866         - Fix for new splint on FreeBSD.  Fix cast for sockaddr_un.sun_len.
867
868 9 September 2016: Wouter
869         - Fix #831: workaround for spurious fread_chk warning against petal.c
870
871 5 September 2016: Ralph
872         - Take configured minimum TTL into consideration when reducing TTL
873           to original TTL from RRSIG.
874
875 5 September 2016: Wouter
876         - Fix #829: doc of sldns_wire2str_rdata_buf() return value has an
877           off-by-one typo, from Jinmei Tatuya (Infoblox).
878         - Fix incomplete prototypes reported by Dag-Erling Smørgrav.
879         - Fix #828: missing type in access-control-tag-action redirect results
880           in NXDOMAIN.
881
882 2 September 2016: Wouter
883         - Fix compile with openssl 1.1.0 with api=1.1.0.
884
885 1 September 2016: Wouter
886         - RFC 7958 is now out, updated docs for unbound-anchor.
887         - Fix for compile without warnings with openssl 1.1.0.
888         - Fix #826: Fix refuse_non_local could result in a broken response.
889         - iana portlist update.
890
891 29 August 2016: Wouter
892         - Fix #777: OpenSSL 1.1.0 compatibility, patch from Sebastian A.
893           Siewior.
894         - Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
895
896 25 August 2016: Ralph
897         - Clarify local-zone-override entry in unbound.conf.5 
898         
899 25 August 2016: Wouter
900         - 64bit build option for makedist windows compile, -w64.
901
902 24 August 2016: Ralph
903         - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter
904           in each iteration in find_tag_datas().
905         - unbound.conf.5 entries for define-tag, access-control-tag,
906           access-control-tag-action, access-control-tag-data, local-zone-tag,
907           and local-zone-override.
908           
909 23 August 2016: Wouter
910         - Fix #804: unbound stops responding after outage.  Fixes queries
911           that attempt to wait for an empty list of subqueries.
912         - Fix #804: lower num_target_queries for iterator also for failed
913           lookups.
914
915 8 August 2016: Wouter
916         - Note that OPENPGPKEY type is RFC 7929.
917
918 4 August 2016: Wouter
919         - Fix #807: workaround for possible some "unused" function parameters
920           in test code, from Jinmei Tatuya.
921
922 3 August 2016: Wouter
923         - use sendmsg instead of sendto for TFO.
924
925 28 July 2016: Wouter
926         - Fix #806: wrong comment removed.
927
928 26 July 2016: Wouter
929         - nicer ratelimit-below-domain explanation.
930
931 22 July 2016: Wouter
932         - Fix #801: missing error condition handling in
933           daemon_create_workers().
934         - Fix #802: workaround for function parameters that are "unused"
935           without log_assert.
936         - Fix #803: confusing (and incorrect) code comment in daemon_cleanup().
937
938 20 July 2016: Wouter
939         - Fix typo in unbound.conf.
940
941 18 July 2016: Wouter
942         - Fix #798: Client-side TCP fast open fails (Linux).
943
944 14 July 2016: Wouter
945         - TCP Fast open patch from Sara Dickinson.
946         - Fixed unbound.doxygen for 1.8.11.
947
948 7 July 2016: Wouter
949         - access-control-tag-data implemented. verbose(4) prints tag debug.
950
951 5 July 2016: Wouter
952         - Fix dynamic link of anchor-update.exe on windows.
953         - Fix detect of mingw for MXE package build.
954         - Fixes for 64bit windows compile.
955         - Fix #788 for nettle 3.0: Failed to build with Nettle >= 3.0 and
956           --with-libunbound-only --with-nettle.
957
958 4 July 2016: Wouter
959         - For #787: prefer-ip6 option for unbound.conf prefers to send
960           upstream queries to ipv6 servers.
961         - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
962           freebind to use 64bits of entropy for every query with random local
963           part.
964
965 30 June 2016: Wouter
966         - Document always_transparent, always_refuse, always_nxdomain types.
967
968 29 June 2016: Wouter
969         - Fix static compile on windows missing gdi32.
970
971 28 June 2016: Wouter
972         - Create a pkg-config file for libunbound in contrib.
973
974 27 June 2016: Wouter
975         - Fix #784: Build configure assumess that having getpwnam means there
976           is endpwent function available.
977         - Updated repository with newer flex and bison output.
978
979 24 June 2016: Ralph
980         - Possibility to specify local-zone type for an acl/tag pair
981         - Possibility to specify (override) local-zone type for a source address
982           block
983 16 June 2016: Ralph
984         - Decrease dp attempts at each QNAME minimisation iteration
985
986 16 June 2016: Wouter
987         - Fix tcp timeouts in tv.usec.
988
989 15 June 2016: Wouter
990         - TCP_TIMEOUT is specified in milliseconds.
991         - If more than half of tcp connections are in use, a shorter timeout
992           is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
993
994 14 June 2016: Ralph
995         - QNAME minimisation unit test for dropped QTYPE=A queries.
996
997 14 June 2016: Wouter
998         - Fix 775: unbound-host and unbound-anchor crash on windows, ignore
999           null delete for wsaevent.
1000         - Fix spelling in freebind option man page text.
1001         - Fix windows link of ssl with crypt32.
1002         - Fix 779: Union casting is non-portable.
1003         - Fix 780: MAP_ANON not defined in HP-UX 11.31.
1004         - Fix 781: prealloc() is an HP-UX system library call.
1005
1006 13 June 2016: Ralph
1007         - Use QTYPE=A for QNAME minimisation.
1008         - Keep track of number of time-outs when performing QNAME minimisation.
1009           Stop minimising when number of time-outs for a QNAME/QTYPE pair is
1010           more than three.
1011
1012 13 June 2016: Wouter
1013         - Fix #778: unbound 1.5.9: -h segfault (null deref).
1014         - Fix directory: fix for unbound-checkconf, it restores cwd.
1015
1016 10 June 2016: Wouter
1017         - And delete service.conf.shipped on uninstall.
1018         - In unbound.conf directory: dir immediately changes to that directory,
1019           so that include: file below that is relative to that directory.
1020           With chroot, make the directory an absolute path inside chroot.
1021         - keep debug symbols in windows build.
1022         - do not delete service.conf on windows uninstall.
1023         - document directory immediate fix and allow EXECUTABLE syntax in it
1024           on windows.
1025
1026 9 June 2016: Wouter
1027         - Trunk is called 1.5.10 (with previous fixes already in there to 2
1028           june).
1029         - Revert fix for NetworkService account on windows due to breakage
1030           it causes.
1031         - Fix that windows install will not overwrite existing service.conf
1032           file (and ignore gui config choices if it exists).
1033
1034 7 June 2016: Ralph
1035         - Lookup localzones by taglist from acl.
1036         - Possibility to lookup local_zone, regardless the taglist.
1037         - Added local_zone/taglist/acl unit test.
1038
1039 7 June 2016: Wouter
1040         - Fix #773: Non-standard Python location build failure with pyunbound.
1041         - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures.
1042
1043 6 June 2016: Wouter
1044         - Better help text from -h (from Ray Griffith).
1045         - access-control-tag config directive.
1046         - local-zone-override config directive.
1047         - access-control-tag-action and access-control-tag-data config
1048           directives.
1049         - free acl-tags, acltag-action and acltag-data config lists during
1050           initialisation to free up memory for more entries.
1051
1052 3 June 2016: Wouter
1053         - Fix to not ignore return value of chown() in daemon startup.
1054
1055 2 June 2016: Wouter
1056         - Fix libubound for edns optlist feature.
1057         - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
1058         - Fix #752: retry resource temporarily unavailable on control pipe.
1059         - un-document localzone tags.
1060         - tag for release 1.5.9rc1.
1061           And this also became release 1.5.9.
1062         - Fix (for 1.5.10): Fix unbound-anchor.exe file location defaults to
1063           Program Files with (x86) appended.
1064         - re-documented localzone tags in example.conf.
1065
1066 31 May 2016: Wouter
1067         - Fix windows service to be created run with limited rights, as a
1068           network service account, from Mario Turschmann.
1069         - compat strsep implementation.
1070         - generic edns option parse and store code.
1071         - and also generic edns options for upstream messages (and replies).
1072           after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
1073           to insert use edns_opt_append(edns, region, code, len, bindata) on
1074           the opt_list passed to send_query, or in edns_opt_inplace_reply.
1075
1076 30 May 2016: Wouter
1077         - Fix time in case answer comes from cache in ub_resolve_event().
1078         - Attempted fix for #765: _unboundmodule missing for python3.
1079
1080 27 May 2016: Wouter
1081         - Fix #770: Small subgroup attack on DH used in unix pipe on localhost
1082           if unbound control uses a unix local named pipe.
1083         - Document write permission to directory of trust anchor needed.
1084         - Fix #768:  Unbound Service Sometimes Can Not Shutdown
1085           Completely, WER Report Shown Up.  Close handle before closing WSA.
1086
1087 26 May 2016: Wouter
1088         - Updated patch from Charles Walker.
1089
1090 24 May 2016: Wouter
1091         - disable-dnssec-lame-check config option from Charles Walker.
1092         - remove memory leak from lame-check patch.
1093         - iana portlist update.
1094
1095 23 May 2016: Wouter
1096         - Fix #767:  Reference to an expired Internet-Draft in
1097           harden-below-nxdomain documentation.
1098
1099 20 May 2016: Ralph
1100         - No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC 
1101           signed zones.
1102         - iana portlist update.
1103
1104 19 May 2016: Wouter
1105         - Fix #766: dns64 should synthesize results on timeout/errors.
1106
1107 18 May 2016: Wouter
1108         - Fix #761: DNSSEC LAME false positive resolving nic.club.
1109
1110 17 May 2016: Wouter
1111         - trunk updated with output of flex 2.6.0.
1112
1113 6 May 2016: Wouter
1114         - Fix memory leak in out-of-memory conditions of local zone add.
1115
1116 29 April 2016: Wouter
1117         - Fix sldns with static checking fixes copied from getdns.
1118
1119 28 April 2016: Wouter
1120         - Fix #759: 0x20 capsforid no longer checks type PTR, for
1121           compatibility with cisco dns guard.  This lowers false positives.
1122
1123 18 April 2016: Wouter
1124         - Fix some malformed reponses to edns queries get fallback to nonedns.
1125
1126 15 April 2016: Wouter
1127         - cachedb module event handling design.
1128
1129 14 April 2016: Wouter
1130         - cachedb module framework (empty).
1131         - iana portlist update.
1132
1133 12 April 2016: Wouter
1134         - Fix #753: document dump_requestlist is for first thread.
1135
1136 24 March 2016: Wouter
1137         - Document permit-small-holddown for 5011 debug.
1138         - Fix #749: unbound-checkconf gets SIGSEGV when use against a
1139           malformatted conf file.
1140
1141 23 March 2016: Wouter
1142         - OpenSSL 1.1.0 portability, --disable-dsa configure option.
1143
1144 21 March 2016: Wouter
1145         - Fix compile of getentropy_linux for SLES11 servicepack 4.
1146         - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
1147         - Fix test for openssl to use HMAC_Update for 1.1.0.
1148         - acx_nlnetlabs.m4 to v33, with HMAC_Update.
1149         - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
1150         - ERR_remove_state deprecated since openssl 1.0.0.
1151         - OPENSSL_config is deprecated, removing.
1152
1153 18 March 2016: Ralph
1154         - Validate QNAME minimised NXDOMAIN responses.
1155         - If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
1156           harden-below-nxdomain.
1157
1158 17 March 2016: Ralph
1159         - Limit number of QNAME minimisation iterations.
1160
1161 17 March 2016: Wouter
1162         - Fix #746: Fix unbound sets CD bit on all forwards.
1163           If no trust anchors, it'll not set CD bit when forwarding to another
1164           server.  If a trust anchor, no CD bit on the first attempt to a
1165           forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
1166         - iana portlist update.
1167
1168 16 March 2016: Wouter
1169         - Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
1170         - Fix ip-transparent for tcp on freebsd.
1171
1172 15 March 2016: Wouter
1173         - ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
1174           binding to an IP address while the interface or address is down.
1175
1176 14 March 2016: Wouter
1177         - Fix warnings in ifdef corner case, older or unknown libevent.
1178         - Fix compile for ub_event code with older libev.
1179
1180 11 March 2016: Wouter
1181         - Remove warning about unused parameter in event_pluggable.c.
1182         - Fix libev usage of dispatch return value.
1183         - No side effects in tolower() call, in case it is a macro.
1184         - For test put free in pluggable api in parenthesis.
1185
1186 10 March 2016: Wouter
1187         - Fixup backend2str for libev.
1188
1189 09 March 2016: Willem
1190         - User defined pluggable event API for libunbound
1191         - Fixup of compile fix for pluggable event API from P.Y. Adi
1192           Prasaja.
1193
1194 09 March 2016: Wouter
1195         - Updated configure and ltmain.sh.
1196         - Updated L root IPv6 address.
1197
1198 07 March 2016: Wouter
1199         - Fix #747: assert in outnet_serviced_query_stop.
1200         - iana ports fetched via https.
1201         - iana portlist update.
1202
1203 03 March 2016: Wouter
1204         - configure tests for the weak attribute support by the compiler.
1205
1206 02 March 2016: Wouter
1207         - 1.5.8 release tag
1208         - trunk contains 1.5.9 in development.
1209         - iana portlist update.
1210         - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
1211           contains trailing dot.
1212
1213 24 February 2016: Wouter
1214         - Fix OpenBSD asynclook lock free that gets used later (fix test code).
1215         - Fix that NSEC3 negative cache is used when there is no salt.
1216
1217 23 February 2016: Wouter
1218         - ub_ctx_set_stub() function for libunbound to config stub zones.
1219         - sorted ubsyms.def file with exported libunbound functions.
1220
1221 19 February 2016: Wouter
1222         - Print understandable debug log when unusable DS record is seen.
1223         - load gost algorithm if digest is seen before key algorithm.
1224         - iana portlist update.
1225
1226 17 February 2016: Wouter
1227         - Fix that "make install" fails due to "text file busy" error.
1228
1229 16 February 2016: Wouter
1230         - Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
1231
1232 15 February 2016: Wouter
1233         - ip-transparent option for FreeBSD with IP_BINDANY socket option.
1234         - wait for sendto to drain socket buffers when they are full.
1235
1236 9 February 2016: Wouter
1237         - Test for type OPENPGPKEY.
1238         - insecure-lan-zones: yesno config option, patch from Dag-Erling
1239           Smørgrav.
1240
1241 8 February 2016: Wouter
1242         - Fix patch typo in prevuous commit for 734 from Adi Prasaja.
1243         - RR Type CSYNC support RFC 7477, in debug printout and config input.
1244         - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
1245
1246 29 January 2016: Wouter
1247         - Neater cmdline_verbose increment patch from Edgar Pettijohn.
1248
1249 27 January 2016: Wouter
1250         - Made netbsd sendmsg test nonfatal, in case of false positives.
1251         - Fix #741: log message for dnstap socket connection is more clear.
1252
1253 26 January 2016: Wouter
1254         - Fix #734: chown the pidfile if it resides inside the chroot.
1255         - Use arc4random instead of random in tests (because it is
1256           available, possibly as compat, anyway).
1257         - Fix cmsg alignment for argument to sendmsg on NetBSD.
1258         - Fix that unbound complains about unimplemented IP_PKTINFO for
1259           sendmsg on NetBSD (for interface-automatic).
1260
1261 25 January 2016: Wouter
1262         - Fix #738: Swig should not be invoked with CPPFLAGS.
1263
1264 19 January 2016: Wouter
1265         - Squelch 'cannot assign requested address' log messages unless
1266           verbosity is high, it was spammed after network down.
1267
1268 14 January 2016: Wouter
1269         - Fix to simplify empty string checking from Michael McConville.
1270         - iana portlist update.
1271
1272 12 January 2016: Wouter
1273         - Fix #734: Do not log an error when the PID file cannot be chown'ed.
1274           Patch from Simon Deziel.
1275
1276 11 January 2016: Wouter
1277         - Fix test if -pthreads unused to use better grep for portability.
1278
1279 06 January 2016: Wouter
1280         - Fix mingw crosscompile for recent mingw.
1281         - Update aclocal, autoconf output with new versions (1.15, 2.4.6).
1282
1283 05 January 2016: Wouter
1284         - #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
1285           from Daisuke Higashi.
1286         - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
1287           by default, and can be unblocked with "nodefault" localzone config.
1288
1289 04 January 2016: Wouter
1290         - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
1291           for Linux glibc 2.20.
1292         - Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
1293           source code, so it applies cleanly again.  Removed unused variable
1294           warnings.
1295
1296 15 December 2015: Ralph
1297         - Fix #729: omit use of escape sequences in echo since they are not 
1298           portable (unbound-control-setup).
1299
1300 11 December 2015: Wouter
1301         - remove NULL-checks before free, patch from Michael McConville.
1302         - updated ax_pthread.m4 to version 21 with clang support, this
1303           removes a warning from compilation.
1304         - OSX portability, detect if sbrk is deprecated.
1305         - OSX clang, stop -pthread unused during link stage warnings.
1306         - OSX clang new flto check.
1307
1308 10 December 2015: Wouter
1309         - 1.5.7 release
1310         - trunk has 1.5.8 in development.
1311
1312 8 December 2015: Wouter
1313         - Fixup 724 for unbound-control.
1314
1315 7 December 2015: Ralph
1316         - Do not minimise forwarded requests.
1317
1318 4 December 2015: Wouter
1319         - Removed unneeded whitespace from example.conf.
1320
1321 3 December 2015: Ralph
1322         - (after rc1 tag)
1323         - Committed fix to qname minimisation and unit test case for it.
1324         
1325 3 December 2015: Wouter
1326         - iana portlist update.
1327         - 1.5.7rc1 prerelease tag.
1328
1329 2 December 2015: Wouter
1330         - Fixup 724: Fix PCA prompt for unbound-service-install.exe.
1331           re-enable stdout printout.
1332         - For 724: Add Changelog to windows binary dist.
1333
1334 1 December 2015: Ralph
1335         - Qname minimisation review fixes
1336
1337 1 December 2015: Wouter
1338         - Fixup 724 fix for fname_after_chroot() calls.
1339         - Remove stdout printout for unbound-service-install.exe
1340         - .gitignore for git users.
1341
1342 30 November 2015: Ralph
1343         - Implemented qname minimisation
1344
1345 30 November 2015: Wouter
1346         - Fix for #724: conf syntax to read files from run dir (on Windows).
1347
1348 25 November 2015: Wouter
1349         - Fix for #720, fix unbound-control-setup windows batch file.
1350
1351 24 November 2015: Wouter
1352         - Fix #720: add windows scripts to zip bundle.
1353         - iana portlist update.
1354
1355 20 November 2015: Wouter
1356         - Added assert on rrset cache correctness.
1357         - Fix that malformed EDNS query gets a response without malformed EDNS.
1358
1359 18 November 2015: Wouter
1360         - newer acx_nlnetlabs.m4.
1361         - spelling fixes from Igor Sobrado Delgado.
1362
1363 17 November 2015: Wouter
1364         - Fix #594. libunbound: optionally use libnettle for crypto.
1365           Contributed by Luca Bruno.  Added --with-nettle for use with
1366           --with-libunbound-only.
1367         - refactor nsec3 hash implementation to be more library-portable.
1368         - iana portlist update.
1369         - Fixup DER encoded DSA signatures for libnettle.
1370
1371 16 November 2015: Wouter
1372         - Fix for lenient accept of reverse order DNAME and CNAME.
1373
1374 6 November 2015: Wouter
1375         - Change example.conf: ftp.internic.net to https://www.internic.net
1376
1377 5 November 2015: Wouter
1378         - ACX_SSL_CHECKS no longer adds -ldl needlessly.
1379
1380 3 November 2015: Wouter
1381         - Fix #718: Fix unbound-control-setup with support for env
1382           without HEREDOC bash support.
1383
1384 29 October 2015: Wouter
1385         - patch from Doug Hogan for SSL_OP_NO_SSLvx options.
1386         - Fix #716: nodata proof with empty non-terminals and wildcards.
1387
1388 28 October 2015: Wouter
1389         - Fix checklock testcode for linux threads on exit.
1390
1391 27 October 2015: Wouter
1392         - isblank() compat implementation.
1393         - detect libexpat without xml_StopParser function.
1394         - portability fixes.
1395         - portability, replace snprintf if return value broken.
1396
1397 23 October 2015: Wouter
1398         - Fix #714: Document config to block private-address for IPv4
1399           mapped IPv6 addresses.
1400
1401 22 October 2015: Wouter
1402         - Fix #712: unbound-anchor appears to not fsync root.key.
1403
1404 20 October 2015: Wouter
1405         - 1.5.6 release.
1406         - trunk tracks development of 1.5.7.
1407
1408 15 October 2015: Wouter
1409         - Fix segfault in the dns64 module in the formaterror error path.
1410         - Fix sldns_wire2str_rdata_scan for malformed RRs.
1411         - tag for 1.5.6rc1 release.
1412
1413 14 October 2015: Wouter
1414         - ANY responses include DNAME records if present, as per Evan Hunt's
1415           remark in dnsop.
1416         - Fix manpage to suggest using SIGTERM to terminate the server.
1417
1418 9 October 2015: Wouter
1419         - Default for ssl-port is port 853, the temporary port assignment
1420           for secure domain name system traffic.
1421           If you used to rely on the older default of port 443, you have
1422           to put a clause in unbound.conf for that.  The new value is likely
1423           going to be the standardised port number for this traffic.
1424         - iana portlist update.
1425
1426 6 October 2015: Wouter
1427         - 1.5.5 release.
1428         - trunk tracks the development of 1.5.6.
1429
1430 28 September 2015: Wouter
1431         - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
1432           failures.
1433         - tag for 1.5.5rc1 release.
1434         - makedist.sh: pgp sig echo commands.
1435
1436 25 September 2015: Wouter
1437         - Fix unbound-control flush that does not succeed in removing data.
1438
1439 22 September 2015: Wouter
1440         - Fix config globbed include chroot treatment, this fixes reload of
1441           globs (patch from Dag-Erling Smørgrav).
1442         - iana portlist update.
1443         - Fix #702: New IPs for for h.root-servers.net.
1444         - Remove confusion comment from canonical_compare() function.
1445         - Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
1446         - testbound selftest also works in non-debug mode.
1447         - Fix minor error in unbound.conf.5.in
1448         - Fix unbound.conf(5) access-control description for precedence
1449           and default.
1450
1451 31 August 2015: Wouter
1452         - changed windows setup compression to be more transparent.
1453
1454 28 August 2015: Wouter
1455         - Fix #697: Get PY_MAJOR_VERSION failure at configure for python
1456           2.4 to 2.6.
1457         - Feature #699: --enable-pie option to that builds PIE binary.
1458         - Feature #700: --enable-relro-now option that enables full read-only
1459           relocation.
1460
1461 24 August 2015: Wouter
1462         - Fix deadlock for local data add and zone add when unbound-control
1463           list_local_data printout is interrupted.
1464         - iana portlist update.
1465         - Change default of harden-algo-downgrade to off.  This is lenient
1466           for algorithm rollover.
1467
1468 13 August 2015: Wouter
1469         - 5011 implementation does not insist on all algorithms, when
1470           harden-algo-downgrade is turned off.
1471         - Reap the child process that libunbound spawns.
1472
1473 11 August 2015: Wouter
1474         - Fix #694: configure script does not detect LibreSSL 2.2.2
1475
1476 4 August 2015: Wouter
1477         - Document that local-zone nodefault matches exactly and transparent
1478           can be used to release a subzone.
1479
1480 3 August 2015: Wouter
1481         - Document in the manual more text about configuring locally served
1482           zones.
1483         - Fix 5011 anchor update timer after reload.
1484         - Fix mktime in unbound-anchor not using UTC.
1485
1486 30 July 2015: Wouter
1487         - please afl-gcc (llvm) for uninitialised variable warning.
1488         - Added permit-small-holddown config to debug fast 5011 rollover.
1489
1490 24 July 2015: Wouter
1491         - Fix #690: Reload fails when so-reuseport is yes after changing
1492           num-threads.
1493         - iana portlist update.
1494
1495 21 July 2015: Wouter
1496         - Fix configure to detect SSL_CTX_set_ecdh_auto.
1497         - iana portlist update.
1498
1499 20 July 2015: Wouter
1500         - Enable ECDHE for servers.  Where available, use
1501           SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
1502           enable ECDHE.  Otherwise, manually offer curve p256.
1503           Client connections should automatically use ECDHE when available.
1504           (thanks Daniel Kahn Gillmor)
1505
1506 18 July 2015: Willem
1507         - Allow certificate chain files to allow for intermediate certificates.
1508           (thanks Daniel Kahn Gillmor)
1509
1510 13 July 2015: Wouter
1511         - makedist produces sha1 and sha256 files for created binaries too.
1512
1513 9 July 2015: Wouter
1514         - 1.5.4 release tag
1515         - trunk has 1.5.5 in development.
1516         - Fix #681: Setting forwarders with unbound-control forward
1517           implicitly turns on forward-first.
1518
1519 29 June 2015: Wouter
1520         - iana portlist update.
1521         - Fix alloc with log for allocation size checks.
1522
1523 26 June 2015: Wouter
1524         - Fix #677 Fix DNAME responses from cache that failed internal chain
1525           test.
1526         - iana portlist update.
1527
1528 22 June 2015: Wouter
1529         - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
1530           and was therefore always synthesized (thanks to Valentin Dietrich).
1531
1532 4 June 2015: Wouter
1533         - RFC 7553 RR type URI support, is now enabled by default.
1534
1535 2 June 2015: Wouter
1536         - Fix #674: Do not free pointers given by getenv.
1537
1538 29 May 2015: Wouter
1539         - Fix that unparseable error responses are ratelimited.
1540         - SOA negative TTL is capped at minimumttl in its rdata section.
1541         - cache-max-negative-ttl config option, default 3600.
1542
1543 26 May 2015: Wouter
1544         - Document that ratelimit works with unbound-control set_option.
1545
1546 21 May 2015: Wouter
1547         - iana portlist update.
1548         - documentation proposes ratelimit of 1000 (closer to what upstream
1549           servers expect from us).
1550
1551 20 May 2015: Wouter
1552         - DLV is going to be decommissioned.  Advice to stop using it, and
1553           put text in the example configuration and man page to that effect.
1554
1555 10 May 2015: Wouter
1556         - Change syntax of particular validator error to be easier for
1557           machine parse, swap rrset and ip adres info so it looks like:
1558           validation failure <www.example.nl. TXT IN>: signature crypto
1559           failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
1560
1561 1 May 2015: Wouter
1562         - caps-whitelist in unbound.conf allows whitelist of loadbalancers
1563           that cannot work with caps-for-id or its fallback.
1564
1565 30 April 2015: Wouter
1566         - Unit test for type ANY synthesis.
1567
1568 22 April 2015: Wouter
1569         - Removed contrib/unbound_unixsock.diff, because it has been
1570           integrated, use control-interface: /path in unbound.conf.
1571         - iana portlist update.
1572
1573 17 April 2015: Wouter
1574         - Synthesize ANY responses from cache.  Does not search exhaustively,
1575           but MX,A,AAAA,SOA,NS also CNAME.
1576         - Fix leaked dns64prefix configuration string.
1577
1578 16 April 2015: Wouter
1579         - Add local-zone type inform_deny, that logs query and drops answer.
1580         - Ratelimit does not apply to prefetched queries, and ratelimit-factor
1581           is default 10.  Repeated normal queries get resolved and with
1582           prefetch stay in the cache.
1583         - Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
1584           Use print_function also for Python2.
1585           libunbound examples: produce sorted output.
1586           libunbound-Python: libldns is not used anymore.
1587           Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
1588
1589 10 April 2015: Wouter
1590         - unbound-control ratelimit_list lists high rate domains.
1591         - ratelimit feature, ratelimit: 100, or some sensible qps, can be
1592           used to turn it on.  It ratelimits recursion effort per zone.
1593           For particular names you can configure exceptions in unbound.conf.
1594         - Fix that get_option for cache-sizes does not print double newline.
1595         - Fix#663: ssl handshake fails when using unix socket because dh size
1596           is too small.
1597
1598 8 April 2015: Wouter
1599         - Fix crash in dnstap: Do not try to log TCP responses after timeout.
1600
1601 7 April 2015: Wouter
1602         - Libunbound skips dos-line-endings from etc/hosts.
1603         - Unbound exits with a fatal error when the auto-trust-anchor-file
1604           fails to be writable.  This is seconds after startup.  You can
1605           load a readonly auto-trust-anchor-file with trust-anchor-file.
1606           The file has to be writable to notice the trust anchor change,
1607           without it, a trust anchor change will be unnoticed and the system
1608           will then become inoperable.
1609         - unbound-control list_insecure command shows the negative trust
1610           anchors currently configured, patch from Jelte Jansen.
1611
1612 2 April 2015: Wouter
1613         - Fix #660: Fix interface-automatic broken in the presence of
1614           asymmetric routing.
1615
1616 26 March 2015: Wouter
1617         - remote.c probedelay line is easier to read.
1618         - rename ldns subdirectory to sldns to avoid name collision.
1619
1620 25 March 2015: Wouter
1621         - Fix #657:  libunbound(3) recommends deprecated
1622           CRYPTO_set_id_callback.
1623         - If unknown trust anchor algorithm, and libressl is used, error
1624           message encourages upgrade of the libressl package.
1625
1626 23 March 2015: Wouter
1627         - Fix segfault on user not found at startup (from Maciej Soltysiak).
1628
1629 20 March 2015: Wouter
1630         - Fixed to add integer overflow checks on allocation (defense in depth).
1631
1632 19 March 2015: Wouter
1633         - Add ip-transparent config option for bind to non-local addresses.
1634
1635 17 March 2015: Wouter
1636         - Use reallocarray for integer overflow protection, patch submitted
1637           by Loganaden Velvindron.
1638
1639 16 March 2015: Wouter
1640         - Fixup compile on cygwin, more portable openssl thread id.
1641
1642 12 March 2015: Wouter
1643         - Updated default keylength in unbound-control-setup to 3k.
1644
1645 10 March 2015: Wouter
1646         - Fix lintian warning in unbound-checkconf man page (from Andreas
1647           Schulze).
1648         - print svnroot when building windows dist.
1649         - iana portlist update.
1650         - Fix warning on sign compare in getentropy_linux.
1651
1652 9 March 2015: Wouter
1653         - Fix #644: harden-algo-downgrade option, if turned off, fixes the
1654           reported excessive validation failure when multiple algorithms
1655           are present.  It allows the weakest algorithm to validate the zone.
1656         - iana portlist update.
1657
1658 5 March 2015: Wouter
1659         - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
1660           scripts.  Contributed by Yuri Voinov.
1661         - Document that incoming-num-tcp increase is good for large servers.
1662         - stats reports tcp usage, of incoming-num-tcp buffers.
1663
1664 4 March 2015: Wouter
1665         - Patch from Brad Smith that syncs compat/getentropy_linux with
1666           OpenBSD's version (2015-03-04).
1667         - 0x20 fallback improved: servfail responses do not count as missing
1668           comparisons (except if all responses are errors),
1669           inability to find nameservers does not fail equality comparisons,
1670           many nameservers does not try to compare more than max-sent-count,
1671           parse failures start 0x20 fallback procedure.
1672         - store caps_response with best response in case downgrade response
1673           happens to be the last one.
1674         - Document windows 8 tests.
1675
1676 3 March 2015: Wouter
1677         - tag 1.5.3rc1
1678         [ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
1679
1680 2 March 2015: Wouter
1681         - iana portlist update.
1682
1683 20 February 2015: Wouter
1684         - Use the getrandom syscall introduced in Linux 3.17 (from Heiner
1685           Kallweit).
1686         - Fix #645 Portability to Solaris 10, use AF_LOCAL.
1687         - Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
1688         - Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
1689           reload.
1690
1691 19 February 2015: Wouter
1692         - 1.5.2 release tag.
1693         - svn trunk contains 1.5.3 under development.
1694
1695 13 February 2015: Wouter
1696         - Fix #643: doc/example.conf.in: unnecessary whitespace.
1697
1698 12 February 2015: Wouter
1699         - tag 1.5.2rc1
1700
1701 11 February 2015: Wouter
1702         - iana portlist update.
1703
1704 10 February 2015: Wouter
1705         - Fix scrubber with harden-glue turned off to reject NS (and other
1706           not-address) records.
1707
1708 9 February 2015: Wouter
1709         - Fix validation failure in case upstream forwarder (ISC BIND) does
1710           not have the same trust anchors and decides to insert unsigned NS
1711           record in authority section.
1712
1713 2 February 2015: Wouter
1714         - infra-cache-min-rtt patch from Florian Riehm, for expected long
1715           uplink roundtrip times.
1716
1717 30 January 2015: Wouter
1718         - Fix 0x20 capsforid fallback to omit gratuitous NS and additional
1719           section changes.
1720         - Portability fix for Solaris ('sun' is not usable for a variable).
1721
1722 29 January 2015: Wouter
1723         - Fix pyunbound byte string representation for python3.
1724
1725 26 January 2015: Wouter
1726         - Fix unintended use of gcc extension for incomplete enum types,
1727           compile with pedantic c99 compliance (from Daniel Dickman).
1728
1729 23 January 2015: Wouter
1730         - windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
1731
1732 16 January 2015: Wouter
1733         - unit test for local unix connection.  Documentation and log_addr
1734           does not inspect port for AF_LOCAL.
1735         - unbound-checkconf -f prints chroot with pidfile path.
1736
1737 13 January 2015: Wouter
1738         - iana portlist update.
1739
1740 12 January 2015: Wouter
1741         - Cast sun_len sizeof to socklen_t.
1742         - Fix pyunbound ord call, portable for python 2 and 3.
1743
1744 7 January 2015: Wouter
1745         - Fix warnings in pythonmod changes.
1746
1747 6 January 2015: Wouter
1748         - iana portlist update.
1749         - patch for remote control over local sockets, from Dag-Erling
1750           Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
1751           control-use-cert: no.
1752         - Fixup that patch and uid lookup (only for daemon).
1753         - coded the default of control-use-cert, to yes.
1754
1755 5 January 2015: Wouter
1756         - getauxval test for ppc64 linux compatibility.
1757         - make strip works for unbound-host and unbound-anchor.
1758         - patch from Stephane Lapie that adds to the python API, that
1759           exposes struct delegpt, and adds the find_delegation function.
1760         - print query name when max target count is exceeded.
1761         - patch from Stuart Henderson that fixes DESTDIR in
1762           unbound-control-setup for installs where config is not in
1763           the prefix location.
1764         - Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
1765           IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
1766         - Updated contrib warmup.cmd/sh to support two modes - load
1767           from pre-defined list of domains or (with filename as argument)
1768           load from user-specified list of domains, and updated contrib
1769           unbound_cache.sh/cmd to support loading/save/reload cache to/from
1770           default path or (with secondary argument) arbitrary path/filename,
1771           from Yuri Voinov.
1772         - Patch from Philip Paeps to contrib/unbound_munin_ that uses
1773           type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
1774           unbound_munin_hits.graph_period minute
1775
1776 9 December 2014: Wouter
1777         - svn trunk has 1.5.2 in development.
1778         - config.guess and config.sub update from libtoolize.
1779         - local-zone: example.com inform makes unbound log a message with
1780           client IP for queries in that zone.  Eg. for finding infected hosts.
1781
1782 8 December 2014: Wouter
1783         - Fix CVE-2014-8602: denial of service by making resolver chase
1784           endless series of delegations.
1785
1786 1 December 2014: Wouter
1787         - Fix bug#632: unbound fails to build on AArch64, protects
1788           getentropy compat code from calling sysctl if it is has been removed.
1789
1790 29 November 2014: Wouter
1791         - Add include to getentropy_linux.c, hopefully fixing debian build.
1792
1793 28 November 2014: Wouter
1794         - Fix makefile for build from noexec source tree.
1795
1796 26 November 2014: Wouter
1797         - Fix libunbound undefined symbol errors for main.
1798           Referencing main does not seem to be possible for libunbound.
1799
1800 24 November 2014: Wouter
1801         - Fix log at high verbosity and memory allocation failure.
1802         - iana portlist update.
1803
1804 21 November 2014: Wouter
1805         - Fix crash on multiple thread random usage on systems without
1806           arc4random.
1807
1808 20 November 2014: Wouter
1809         - fix compat/getentropy_win.c check if CryptGenRandom works and no
1810           immediate exit on windows.
1811
1812 19 November 2014: Wouter
1813         - Fix cdflag dns64 processing.
1814
1815 18 November 2014: Wouter
1816         - Fix that CD flag disables DNS64 processing, returning the DNSSEC
1817           signed AAAA denial.
1818         - iana portlist update.
1819
1820 17 November 2014: Wouter
1821         - Fix #627: SSL_CTX_load_verify_locations return code not properly
1822           checked.
1823
1824 14 November 2014: Wouter
1825         - parser with bison 2.7
1826
1827 13 November 2014: Wouter
1828         - Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
1829         added to contrib/aaaa-filter-iterator.patch.
1830
1831 12 November 2014: Wouter
1832         - trunk has 1.5.1 in development.
1833         - Patch from Robert Edmonds to build pyunbound python module
1834           differently.  No versioninfo, with -shared and without $(LIBS).
1835         - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
1836         - Removed 'increased limit open files' log message that is written
1837           to console.  It is only written on verbosity 4 and higher.
1838           This keeps system bootup console cleaner.
1839         - Patch from James Raftery, always print stats for rcodes 0..5.
1840
1841 11 November 2014: Wouter
1842         - iana portlist update.
1843         - Fix bug where forward or stub addresses with same address but
1844           different port number were not tried.
1845         - version number in svn trunk is 1.5.0
1846         - tag 1.5.0rc1
1847         - review fix from Ralph.
1848
1849 7 November 2014: Wouter
1850         - dnstap fixes by Robert Edmonds:
1851                 dnstap/dnstap.m4: cosmetic fixes
1852                 dnstap/: Remove compiled protoc-c output files
1853                 dnstap/dnstap.m4: Error out if required libraries are not found
1854                 dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
1855                         protobuf-c 1.0.0
1856                 dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
1857
1858 4 November 2014: Wouter
1859         - Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
1860           tracked trust anchor to libunbound.
1861         - Redefine internal minievent symbols to unique symbols that helps
1862           linking on platforms where the linker leaks names across modules.
1863
1864 27 October 2014: Wouter
1865         - Disabled use of SSLv3 in remote-control and ssl-upstream.
1866         - iana portlist update.
1867
1868 16 October 2014: Wouter
1869         - Documented dns64 configuration in unbound.conf man page.
1870
1871 13 October 2014: Wouter
1872         - Fix #617: in ldns in unbound, lowercase WKS services.
1873         - Fix ctype invocation casts.
1874
1875 10 October 2014: Wouter
1876         - Fix unbound-checkconf check for module config with dns64 module.
1877         - Fix unbound capsforid fallback, it ignores TTLs in comparison.
1878
1879 6 October 2014: Wouter
1880         - Fix #614: man page variable substitution bug.
1881 6 October 2014: Willem
1882         - Whitespaces after $ORIGIN are not part of the origin dname (ldns).
1883         - $TTL's value starts at position 5 (ldns).
1884
1885 1 October 2014: Wouter
1886         - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
1887
1888 29 September 2014: Wouter
1889         - Fix #612: create service with service.conf in present directory and
1890           auto load it.
1891         - Fix for mingw compile openssl ranlib.
1892
1893 25 September 2014: Wouter
1894         - updated configure and aclocal with newer autoconf 1.13.
1895
1896 22 September 2014: Wouter
1897         - Fix swig and python examples for Python 3.x.
1898         - Fix for mingw compile with openssl-1.0.1i.
1899
1900 19 September 2014: Wouter
1901         - improve python configuration detection to build on Fedora 22.
1902
1903 18 September 2014: Wouter
1904         - patches to also build with Python 3.x (from Pavel Simerda).
1905
1906 16 September 2014: Wouter
1907         - Fix tcp timer waiting list removal code.
1908         - iana portlist update.
1909         - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
1910           is longer and more tcp connections can be handled.
1911
1912 15 September 2014: Wouter
1913         - Fix unit test for CDS typecode.
1914
1915 5 September 2014: Wouter
1916         - type CDS and CDNSKEY types in sldns.
1917
1918 25 August 2014: Wouter
1919         - Fixup checklock code for log lock and its mutual initialization
1920           dependency.
1921         - iana portlist update.
1922         - Removed necessity for pkg-config from the dnstap.m4, new are
1923           the --with-libfstrm and --with-protobuf-c configure options.
1924
1925 19 August 2014: Wouter
1926         - Update unbound manpage with more explanation (from Florian Obser).
1927
1928 18 August 2014: Wouter
1929         - Fix #603: unbound-checkconf -o <option> should skip verification
1930           checks.
1931         - iana portlist update.
1932         - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
1933
1934 5 August 2014: Wouter
1935         - dnstap support, with a patch from Farsight Security, written by
1936           Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
1937           It is BSD licensed (see dnstap/dnstap.c).
1938           Building with --enable-dnstap needs pkg-config with this patch.
1939         - Noted dnstap in doc/README and doc/CREDITS.
1940         - Changes to the dnstap patch.
1941           - lint fixes.
1942           - dnstap/dnstap_config.h should not have been added to the repo,
1943             because is it generated.
1944
1945 1 August 2014: Wouter
1946         - Patch add msg, rrset, infra and key cache sizes to stats command
1947           from Maciej Soltysiak.
1948         - iana portlist update.
1949
1950 31 July 2014: Wouter
1951         - DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
1952           Initial commit of the patch from the FreeBSD base (with its fixes).
1953           This adds a module (for module-config in unbound.conf) dns64 that
1954           performs DNS64 processing, see README.DNS64.
1955         - Changes from DNS64:
1956           strcpy changed to memmove.
1957           arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
1958           allocation of result consistently in the correct region.
1959           time_t is now used for ttl in unbound (since the patch's version).
1960         - testdata/dns64_lookup.rpl for unit test for dns64 functionality.
1961
1962 29 July 2014: Wouter
1963         - Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
1964           does not fork in the background and also logs to stderr.
1965
1966 21 July 2014: Wouter
1967         - Fix endian.h include for OpenBSD.
1968
1969 16 July 2014: Wouter
1970         - And Fix#596: Bail out of unbound-control dump_infra when ssl
1971           write fails.
1972
1973 15 July 2014: Wouter
1974         - Fix #596: Bail out of unbound-control list_local_zones when ssl
1975           write fails.
1976         - iana portlist update.
1977
1978 13 July 2014: Wouter
1979         - Configure tests if main can be linked to from getentropy compat.
1980
1981 12 July 2014: Wouter
1982         - Fix getentropy compat code, function refs were not portable.
1983         - Fix to check openssl version number only for OpenSSL.
1984         - LibreSSL provides compat items, check for that in configure.
1985         - Fix bug in fix for log locks that caused deadlock in signal handler.
1986         - update compat/getentropy and arc4random to the most recent ones from OpenBSD.
1987
1988 11 July 2014: Matthijs
1989         - fake-rfc2553 patch (thanks Benjamin Baier).
1990
1991 11 July 2014: Wouter
1992         - arc4random in compat/ and getentropy, explicit_bzero, chacha for
1993           dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
1994           This makes arc4random available on all platforms, except when
1995           compiled with LIBNSS (it uses libNSS crypto random).
1996         - fix strptime implicit declaration error on OpenBSD.
1997         - arc4random, getentropy and explicit_bzero compat for Windows.
1998
1999 4 July 2014: Wouter
2000         - Fix #593: segfault or crash upon rotating logfile.
2001
2002 3 July 2014: Wouter
2003         - DLV tests added.
2004         - signit tool fixup for compile with libldns library.
2005         - iana portlist updated.
2006
2007 27 June 2014: Wouter
2008         - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
2009
2010 26 June 2014: Wouter
2011         - unbound-control status reports if so-reuseport was successful.
2012         - iana portlist updated.
2013
2014 24 June 2014: Wouter
2015         - Fix caps-for-id fallback, and added fallback attempt when servers
2016           drop 0x20 perturbed queries.
2017         - Fixup testsetup for VM tests (run testcode/run_vm.sh).
2018
2019 17 June 2014: Wouter
2020         - iana portlist updated.
2021
2022 3 June 2014: Wouter
2023         - Add AAAA for B root server to default root hints.
2024
2025 2 June 2014: Wouter
2026         - Remove unused define from iterator.h
2027
2028 30 May 2014: Wouter
2029         - Fixup sldns_enum_edns_option typedef definition.
2030
2031 28 May 2014: Wouter
2032         - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
2033           fixes from FreeBSD's copy of Unbound, he notes:
2034           Generate unbound-control-setup.sh at build time so it respects
2035           prefix and sysconfdir from the configure script.  Also fix the
2036           umask to match the comment, and the comment to match the umask.
2037           Add const and static where needed.  Use unions instead of
2038           playing pointer poker.  Move declarations that are needed in
2039           multiple source files into a shared header.  Move sldns_bgetc()
2040           from parse.c to buffer.c where it belongs.  Introduce a new
2041           header file, worker.h, which declares the callbacks that
2042           all workers must define.  Remove those declarations from
2043           libworker.h.  Include the correct headers in the correct places.
2044           Fix a few dummy callbacks that don't match their prototype.
2045           Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
2046           Remove a useless printf which breaks reproducible builds.
2047           Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
2048           no longer used.  Add unbound-control-setup.sh to the list of
2049           generated files.  The prototype for libworker_event_done_cb()
2050           needs to be moved from libunbound/libworker.h to
2051           libunbound/worker.h.
2052         - Fixup out-of-directory compile with unbound-control-setup.sh.in.
2053         - make depend.
2054
2055 23 May 2014: Wouter
2056         - unbound-host -D enabled dnssec and reads root trust anchor from
2057           the default root key file that was compiled in.
2058
2059 20 May 2014: Wouter
2060         - Feature, unblock-lan-zones: yesno that you can use to make unbound
2061           perform 10.0.0.0/8 and other reverse lookups normally, for use if
2062           unbound is running service for localhost on localhost.
2063
2064 16 May 2014: Wouter
2065         - Updated create_unbound_ad_servers and unbound_cache scripts from
2066           Yuri Voinov in the source/contrib directory. Added
2067           warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
2068
2069 9 May 2014: Wouter
2070         - Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
2071         - iana portlist updated.
2072
2073 8 May 2014: Wouter
2074         - Contrib windows scripts from Yuri Voinov added to src/contrib:
2075           create_unbound_ad_servers.cmd: enters anti-ad server lists.
2076           unbound_cache.cmd: saves and loads the cache.
2077         - Added unbound-control-setup.cmd from Yuri Voinov to the windows
2078           unbound distribution set.  It requires openssl installed in %PATH%.
2079
2080 6 May 2014: Wouter
2081         - Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
2082
2083 5 May 2014: Wouter
2084         - More #567: remove : from output of stub and forward lists, this is
2085           easier to parse.
2086
2087 29 April 2014: Wouter
2088         - iana portlist updated.
2089         - Add unbound-control flush_negative that flushed nxdomains, nodata,
2090           and errors from the cache.  For dnssec-trigger and NetworkManager,
2091           fixes cases where network changes have localdata that was already
2092           negatively cached from the previous network.
2093
2094 23 April 2014: Wouter
2095         - Patch from Jeremie Courreges-Anglas to use arc4random_uniform
2096           if available on the OS, it gets entropy from the OS.
2097
2098 15 April 2014: Wouter
2099         - Fix compile with libevent2 on FreeBSD.
2100
2101 11 April 2014: Wouter
2102         - Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
2103           but it stops the use of the ipv6 transport layer for DNS traffic.
2104         - iana portlist updated.
2105
2106 10 April 2014: Wouter
2107         - iana portlist updated.
2108         - Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
2109           option for DNS fragmentation defense.
2110         - Document that dump_requestlist only prints queries from thread 0.
2111         - unbound-control stats prints num.query.tcpout with number of TCP
2112           outgoing queries made in the previous statistics interval.
2113         - Fix #567: unbound lists if forward zone is secure or insecure with
2114           +i annotation in output of list_forwards, also for list_stubs
2115           (for NetworkManager integration.)
2116         - Fix #554: use unsigned long to print 64bit statistics counters on
2117           64bit systems.
2118         - Fix #558: failed prefetch lookup does not remove cached response
2119           but delays next prefetch (in lieu of caching a SERVFAIL).
2120         - Fix #545: improved logging, the ip address of the error is printed
2121           on the same log-line as the error.
2122
2123 8 April 2014: Wouter
2124         - Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
2125           in testbound scripts.
2126         - iana portlist updated.
2127
2128 7 April 2014: Wouter
2129         - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
2130           hints (patch from Anand Buddhdev).
2131         - Fix #572: Fix unit test failure for systems with different
2132           /etc/services.
2133
2134 28 March 2014: Wouter
2135         - Fix #569: do_tcp is do-tcp in unbound.conf man page.
2136
2137 25 March 2014: Wouter
2138         - Patch from Stuart Henderson to build unbound-host man from .1.in.
2139
2140 24 March 2014: Wouter
2141         - Fix print filename of encompassing config file on read failure.
2142
2143 12 March 2014: Wouter
2144         - tag 1.4.22
2145         - trunk has 1.4.23 in development.
2146
2147 10 March 2014: Wouter
2148         - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
2149           because of spelling.  Patch from Chris Coates.
2150
2151 27 February 2014: Wouter
2152         - tag 1.4.22rc1
2153
2154 21 February 2014: Wouter
2155         - iana portlist updated.
2156
2157 20 February 2014: Matthijs
2158         - Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
2159           received. This is okay according 4035, but not after revising
2160           existence in 4592.  NSEC empty non-terminals exist and thus the
2161           RCODE should have been NOERROR. If this occurs, and the RRsets
2162           are secure, we set the RCODE to NOERROR and the security status
2163           of the response is also considered secure.
2164
2165 14 February 2014: Wouter
2166         - Works on Minix (3.2.1).
2167
2168 11 February 2014: Wouter
2169         - Fix parse of #553(NSD) string in sldns, quotes without spaces.
2170
2171 7 February 2014: Wouter
2172         - iana portlist updated.
2173         - add body to ifstatement if locks disabled.
2174         - add TXT string"string" test case to unit test.
2175         - Fix #551: License change "Regents" to "Copyright holder", matching
2176           the BSD license on opensource.org.
2177
2178 6 February 2014: Wouter
2179         - sldns has type HIP.
2180         - code documentation on the module interface.
2181
2182 5 February 2014: Wouter
2183         - Fix sldns parse tests on osx.
2184
2185 3 February 2014: Wouter
2186         - Detect libevent2 install automatically by configure.
2187         - Fixup link with lib/event2 subdir.
2188         - Fix parse in sldns of quoted parenthesized text strings.
2189
2190 31 January 2014: Wouter
2191         - unit test for ldns wire to str and back with zones, root, nlnetlabs
2192           and types.sidnlabs.
2193         - Fix for hex to string in unknown, atma and nsap.
2194         - fixup nss compile (no ldns in it).
2195         - fixup warning in unitldns
2196         - fixup WKS and rdata type service to print unsigned because strings
2197           are not portable; they cannot be read (for sure) on other computers.
2198         - fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
2199           parse sldns.
2200
2201 30 January 2014: Wouter
2202         - delay-close does not act if there are udp-wait queries, so that
2203           it does not make a socketdrain DoS easier.
2204
2205 28 January 2014: Wouter
2206         - iana portlist updated.
2207         - iana portlist test updated so it does not touch the source
2208           if there are no changes.
2209         - delay-close: msec option that delays closing ports for which
2210           the UDP reply has timed out.  Keeps the port open, only accepts
2211           the correct reply.  This correct reply is not used, but the port
2212           is open so that no port-denied ICMPs are generated.
2213
2214 27 January 2014: Wouter
2215         - reuseport is attempted, then fallback to without on failure.
2216
2217 24 January 2014: Wouter
2218         - Change unbound-event.h to use void* buffer, length idiom.
2219         - iana portlist updated.
2220         - unbound-event.h is installed if you configure --enable-event-api.
2221         - speed up unbound (reports say it could be up to 10%), by reducing
2222           lock contention on localzones.lock.  It is changed to an rwlock.
2223         - so-reuseport: yesno option to distribute queries evenly over
2224           threads on Linux (Thanks Robert Edmonds).
2225         - made lint clean.
2226
2227 21 January 2014: Wouter
2228         - Fix #547: no trustanchor written if filesystem full, fclose checked.
2229
2230 17 January 2014: Wouter
2231         - Fix isprint() portability in sldns, uses unsigned int.
2232         - iana portlist updated.
2233
2234 16 January 2014: Wouter
2235         - fix #544: Fixed +i causes segfault when running with module conf
2236           "iterator".
2237         - Windows port, adjust %lld to %I64d, and warning in win_event.c.
2238
2239 14 January 2014: Wouter
2240         - iana portlist updated.
2241
2242 5 Dec 2013: Wouter
2243         - Fix bug in cachedump that uses sldns.
2244         - update pythonmod for ldns_ to sldns_ name change.
2245
2246 3 Dec 2013: Wouter
2247         - Fix sldns to use sldns_ prefix for all ldns_ variables.
2248         - Fix windows compile to compile with sldns.
2249
2250 30 Nov 2013: Wouter
2251         - Fix sldns to make globals use sldns_ prefix.  This fixes
2252           linking with libldns that uses global variables ldns_ .
2253
2254 13 Nov 2013: Wouter
2255         - Fix bug#537: compile python plugin without ldns library.
2256
2257 12 Nov 2013: Wouter
2258         - Fix bug#536: acl_deny_non_local and refuse_non_local added.
2259
2260 5 Nov 2013: Wouter
2261         - Patch from Neel Goyal to fix async id assignment if callback
2262           is called by libunbound in the mesh attach.
2263         - Accept ip-address: as an alternative for interface: for
2264           consistency with nsd.conf syntax.
2265
2266 4 Nov 2013: Wouter
2267         - Patch from Neel Goyal to fix callback in libunbound.
2268
2269 3 Nov 2013: Wouter
2270         - if configured --with-libunbound-only fix make install.
2271
2272 31 Oct 2013: Wouter
2273         - Fix #531: Set SO_REUSEADDR so that the wildcard interface and a 
2274           more specific interface port 53 can be used at the same time, and
2275           one of the daemons is unbound.
2276         - iana portlist update.
2277         - separate ldns into core ldns inside ldns/ subdirectory.  No more
2278           --with-ldns is needed and unbound does not rely on libldns.
2279         - portability fixes for new USE_SLDNS ldns subdir codebase.
2280
2281 22 Oct 2013: Wouter
2282         - Patch from Neel Goyal: Add an API call to set an event base on an
2283           existing ub_ctx.  This basically just destroys the current worker and
2284           sets the event base to the current.  And fix a deadlock in
2285           ub_resolve_event â€“ the cfglock is held when libworker_create is
2286           called.  This ends up trying to acquire the lock again in
2287           context_obtain_alloc in the call chain.
2288         - Fix #528: if very high logging (4 or more) segfault on allow_snoop.
2289
2290 26 Sep 2013: Wouter
2291         - unbound-event.h is installed if configured --with-libevent.  It
2292           contains low-level library calls, that use libevent's event_base
2293           and an ldns_buffer for the wire return packet to perform async
2294           resolution in the client's eventloop.
2295
2296 19 Sep 2013: Wouter
2297         - 1.4.21 tag created.
2298         - trunk has 1.4.22 number inside it.
2299         - iana portlist updated.
2300         - acx_nlnetlabs.m4 to 26; improve FLTO help text.
2301
2302 16 Sep 2013: Wouter
2303         - Fix#524: max-udp-size not effective to non-EDNS0 queries, from
2304           Daisuke HIGASHI.
2305
2306 10 Sep 2013: Wouter
2307         - MIN_TTL and MAX_TTL also in time_t.
2308         - tag 1.4.21rc1 made again.
2309
2310 26 Aug 2013: Wouter
2311         - More fixes for bug#519: for the threaded case test if the bg
2312           thread has been killed, on ub_ctx_delete, to avoid hangs.
2313
2314 22 Aug 2013: Wouter
2315         - more fixes that I overlooked.
2316         - review fixes from Willem.
2317
2318 21 Aug 2013: Wouter
2319         - Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
2320
2321 20 Aug 2013: Wouter
2322         - Fix for 2038, with time_t instead of uint32_t.
2323
2324 19 Aug 2013: Wouter
2325         - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
2326
2327 14 Aug 2013: Wouter
2328         - Fix uninit variable in fix#516.
2329
2330 8 Aug 2013: Wouter
2331         - Fix#516 dnssec lameness detection for answers that are improper.
2332
2333 30 Jun 2013: Wouter
2334         - tag 1.4.21rc1
2335
2336 29 Jun 2013: Wouter
2337         - Fix#512 memleak in testcode for testbound (if it fails).
2338         - Fix#512 NSS returned arrays out of setup function to be statics.
2339
2340 26 Jun 2013: Wouter
2341         - max include of 100.000 files (depth and globbed at one time).
2342           This is to preserve system memory in bug cases, or endless cases.
2343         - iana portlist updated.
2344
2345 19 Jun 2013: Wouter
2346         - streamtcp man page, contributed by Tomas Hozza.
2347         - iana portlist updated.
2348         - libunbound documentation on how to avoid openssl race conditions.
2349
2350 25 Jun 2013: Wouter
2351         - Squelch sendto-permission denied errors when the network is
2352           not connected, to avoid spamming syslog.
2353         - configure --disable-flto option (from Robert Edmonds).
2354
2355 18 Jun 2013: Wouter
2356         - Fix for const string literals in C++ for libunbound, from Karel
2357           Slany.
2358         - iana portlist updated.
2359
2360 17 Jun 2013: Wouter
2361         - Fixup manpage syntax.
2362
2363 14 Jun 2013: Wouter
2364         - get_option and set_option support for log-time-ascii, python-script
2365           val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
2366           immediately.  The others are mostly useful for libunbound users.
2367
2368 13 Jun 2013: Wouter
2369         - get_option, set_option, unbound-checkconf -o and libunbound
2370           getoption and setoption support cache-min-ttl and cache-max-ttl.
2371
2372 10 Jun 2013: Wouter
2373         - Fix#501: forward-first does not recurse, when forward name is ".".
2374         - iana portlist update.
2375         - Max include depth is unlimited.
2376
2377 27 May 2013: Wouter
2378         - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
2379           patch to it to not fail when -Werror is also specified, from the
2380           autoconf-archives.
2381         - iana portlist update.
2382
2383 21 May 2013: Wouter
2384         - Explain bogus and secure flags in libunbound more.
2385
2386 16 May 2013: Wouter
2387         - Fix#499 use-after-free in out-of-memory handling code (thanks Jake
2388           Montgomery).
2389         - Fix#500 use on non-initialised values on socket bind failures.
2390
2391 15 May 2013: Wouter
2392         - Fix round-robin doesn't work with some Windows clients (from Ilya
2393           Bakulin).
2394
2395 3 May 2013: Wouter
2396         - update acx_nlnetlabs.m4 to v23, sleep w32 fix.
2397
2398 26 April 2013: Wouter
2399         - add unbound-control insecure_add and insecure_remove for the
2400           administration of negative trust anchors.
2401
2402 25 April 2013: Wouter
2403         - Implement max-udp-size config option, default 4096 (thanks
2404           Daisuke Higashi).
2405         - Robust checks on dname validity from rdata for dname compare.
2406         - updated iana portlist.
2407
2408 19 April 2013: Wouter
2409         - Fixup snprintf return value usage, fixed libunbound_get_option.
2410
2411 18 April 2013: Wouter
2412         - fix bug #491: pick program name (0th argument) as syslog identity.
2413         - own implementation of compat/snprintf.c.
2414
2415 15 April 2013: Wouter
2416         - Fix so that for a configuration line of include: "*.conf" it is not
2417           an error if there are no files matching the glob pattern.
2418         - unbound-anchor review: BIO_write can return 0 successfully if it
2419           has successfully appended a zero length string.
2420
2421 11 April 2013: Wouter
2422         - Fix queries leaking up for stubs and forwards, if the configured
2423           nameservers all fail to answer.
2424
2425 10 April 2013: Wouter
2426         - code improve for minimal responses, small speed increase.
2427
2428 9 April 2013: Wouter
2429         - updated iana portlist.
2430         - Fix crash in previous private address fixup of 22 March.
2431
2432 28 March 2013: Wouter
2433         - Make reverse zones easier by documenting the nodefault statements
2434           commented-out in the example config file.
2435
2436 26 March 2013: Wouter
2437         - more fixes to lookup3.c endianness detection.
2438
2439 25 March 2013: Wouter
2440         - #492: Fix endianness detection, revert to older lookup3.c detection
2441           and put new detect lines after previous tests, to avoid regressions
2442           but allow new detections to succeed.
2443           And add detection for machine/endian.h to it.
2444
2445 22 March 2013: Wouter
2446         - Fix resolve of names that use a mix of public and private addresses.
2447         - iana portlist update.
2448         - Fix makedist for new svn for -d option.
2449         - unbound.h header file has UNBOUND_VERSION_MAJOR define.
2450         - Fix windows RSRC version for long version numbers.
2451
2452 21 March 2013: Wouter
2453         - release 1.4.20
2454         - trunk has 1.4.21
2455         - committed libunbound version 4:1:2 for binary API updated in 1.4.20
2456         - install copy of unbound-control.8 man page for unbound-control-setup
2457
2458 14 March 2013: Wouter
2459         - iana portlist update.
2460         - tag 1.4.20rc1
2461
2462 12 March 2013: Wouter
2463         - Fixup makedist.sh for windows compile.
2464
2465 11 March 2013: Wouter
2466         - iana portlist update.
2467         - testcode/ldns-testpkts.c check for makedist is informational.
2468
2469 15 February 2013: Wouter
2470         - fix defines in lookup3 for bigendian bsd alpha
2471
2472 11 February 2013: Wouter
2473         - Fixup openssl_thread init code to only run if compiled with SSL.
2474
2475 7 February 2013: Wouter
2476         - detect endianness in lookup3 on BSD.
2477         - add libunbound.ttl at end of result structure, version bump for
2478           libunbound and binary backwards compatible, but 1.4.19 is not
2479           forward compatible with 1.4.20.
2480         - update iana port list.
2481
2482 30 January 2013: Wouter
2483         - includes and have_ssl fixes for nss.
2484
2485 29 January 2013: Wouter
2486         - printout name of zone with duplicate fwd and hint errors.
2487
2488 28 January 2013: Wouter
2489         - updated fwd_zero for newer nc. Updated common.sh for newer netstat.
2490
2491 17 January 2013: Wouter
2492         - unbound-anchors checks the emailAddress of the signer of the
2493           root.xml file, default is dnssec@iana.org.  It also checks that
2494           the signer has the correct key usage for a digital signature.
2495         - update iana port list.
2496
2497 3 January 2013: Wouter
2498         - Test that unbound-control checks client credentials.
2499         - Test that unbound can handle a CNAME at an intermediate node in
2500           the chain of trust (where it seeks a DS record).
2501         - Check the commonName of the signer of the root.xml file in
2502           unbound-anchor, default is dnssec@iana.org.
2503
2504 2 January 2013: Wouter
2505         - Fix openssl lock free on exit (reported by Robert Fleischman).
2506         - iana portlist updated.
2507         - Tested that unbound implements the RFC5155 Technical Errata id 3441.
2508           Unbound already implements insecure classification of an empty
2509           nonterminal in NSEC3 optout zone.
2510
2511 20 December 2012: Wouter
2512         - Fix unbound-anchor xml parse of entity declarations for safety.
2513
2514 19 December 2012: Wouter
2515         - iana portlist updated.
2516
2517 18 December 2012: Wouter
2518         - iana portlist updated.
2519
2520 14 December 2012: Wouter
2521         - Change of D.ROOT-SERVERS.NET A address in default root hints.
2522
2523 12 December 2012: Wouter
2524         - 1.4.19 release.
2525         - trunk has 1.4.20 under development.
2526
2527 5 December 2012: Wouter
2528         - note support for AAAA RR type RFC.
2529
2530 4 December 2012: Wouter
2531         - 1.4.19rc1 tag.
2532
2533 30 November 2012: Wouter
2534         - bug 481: fix python example0.
2535         - iana portlist updated.
2536
2537 27 November 2012: Wouter
2538         - iana portlist updated.
2539
2540 9 November 2012: Wouter
2541         - Fix unbound-control forward disables configured stubs below it.
2542
2543 7 November 2012: Wouter
2544         - Fixup ldns-testpkts, identical to ldns/examples.
2545         - iana portlist updated.
2546
2547 30 October 2012: Wouter
2548         - Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
2549
2550 29 October 2012: Matthijs
2551         - Fix validation for responses with both CNAME and wildcard
2552           expanded CNAME records in answer section.
2553
2554 8 October 2012: Wouter
2555         - update ldns-testpkts.c to ldns 1.6.14 version.
2556         - fix build of pythonmod in objdir, for unbound.py.
2557         - make clean and makerealclean remove generated python and docs.
2558
2559 5 October 2012: Wouter
2560         - fix build of pythonmod in objdir (thanks Jakob Schlyter).
2561
2562 3 October 2012: Wouter
2563         - fix text in unbound-anchor man page.
2564
2565 1 October 2012: Wouter
2566         - ignore trusted-keys globs that have no files (from Paul Wouters).
2567
2568 27 September 2012: Wouter
2569         - include: directive in config file accepts wildcards.  Patch from
2570           Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
2571         - unbound-control -q option is quiet, patch from Mariano Absatz.
2572         - iana portlist updated.
2573         - updated contrib/unbound.spec, patch from Valentin Bud.
2574
2575 21 September 2012: Wouter
2576         - chdir to / after chroot call (suggested by Camiel Dobbelaar).
2577
2578 17 September 2012: Wouter
2579         - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
2580           otherwise it is treated as insecure.  The RSAMD5 algorithm is
2581           deprecated (RFC6725).  The MD5 hash is considered weak for some
2582           purposes, if you want to sign your zone, then RSASHA256 is an
2583           uncontested hash.
2584
2585 30 August 2012: Wouter
2586         - RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
2587         - iana portlist updated.
2588
2589 29 August 2012: Wouter
2590         - Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
2591
2592 22 August 2012: Wouter
2593         - Fallback to 1472 and 1232, one fragment size without headers.
2594
2595 21 August 2012: Wouter
2596         - Fix timeouts so that when a server has been offline for a while
2597           and is probed to see it works, it becomes fully available for
2598           server selection again.
2599
2600 17 August 2012: Wouter
2601         - Add documentation to libunbound for default nonuse of resolv.conf.
2602
2603 2 August 2012: Wouter
2604         - trunk has 1.4.19 under development (fixes from 1 aug and 31 july
2605         are for 1.4.19).
2606         - iana portlist updated.
2607
2608 1 August 2012: Wouter
2609         - Fix openssl race condition, initializes openssl locks, reported
2610           by Einar Lonn and Patrik Wallstrom.
2611
2612 31 July 2012: Wouter
2613         - Improved forward-first and stub-first documentation.
2614         - Fix that enables modules to register twice for the same
2615           serviced_query, without race conditions or administration issues.
2616           This should not happen with the current codebase, but it is robust.
2617         - Fix forward-first option where it sets the RD flag wrongly.
2618         - added manpage links for libunbound calls (Thanks Paul Wouters).
2619
2620 30 July 2012: Wouter
2621         - tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
2622
2623 27 July 2012: Wouter
2624         - unbound-host works with libNSS
2625         - fix bogus nodata cname chain not reported as bogus by validator,
2626           (Thanks Peter van Dijk).
2627
2628 26 July 2012: Wouter
2629         - iana portlist updated.
2630         - tag 1.4.18rc1.
2631
2632 25 July 2012: Wouter
2633         - review fix for libnss, check hash prefix allocation size.
2634
2635 23 July 2012: Wouter
2636         - fix missing break for GOST DS hash function.
2637         - implemented forward_first for the root.
2638
2639 20 July 2012: Wouter
2640         - Fix bug#452 and another assertion failure in mesh.c, makes
2641           assertions in mesh.c resist duplicates.  Fixes DS NS search to
2642           not generate duplicate sub queries.
2643
2644 19 July 2012: Willem
2645         - Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
2646           if CFLAGS is specified at configure time then '-g -O2' is not
2647           appended to CFLAGS, so that the user can override them.
2648
2649 18 July 2012: Willem
2650         - Fix libunbound report of errors when in background mode.
2651
2652 11 July 2012: Willem
2653         - updated iana ports list.
2654
2655 9 July 2012: Willem
2656         - Add flush_bogus option for unbound-control
2657
2658 6 July 2012: Wouter
2659         - Fix validation of qtype DS queries that result in no data for
2660           non-optout NSEC3 zones.
2661
2662 4 July 2012: Wouter
2663         - compile libunbound with libnss on Suse, passes regression tests.
2664
2665 3 July 2012: Wouter
2666         - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
2667
2668 2 July 2012: Wouter
2669         - updated iana ports list.
2670
2671 29 June 2012: Wouter
2672         - patch for unbound_munin_ script to handle arbitrary thread count by
2673           Sven Ulland.
2674
2675 28 June 2012: Wouter
2676         - detect if openssl has FIPS_mode.
2677         - code review: return value of cache_store can be ignored for better
2678           performance in out of memory conditions.
2679         - fix edns-buffer-size and msg-buffer-size manpage documentation.
2680         - updated iana ports list.
2681
2682 25 June 2012: Wouter
2683         - disable RSAMD5 if in FIPS mode (for openssl and for libnss).
2684
2685 22 June 2012: Wouter
2686         - implement DS records, NSEC3 and ECDSA for compile with libnss.
2687
2688 21 June 2012: Wouter
2689         - fix error handling of alloc failure during rrsig verification.
2690         - nss check for verification failure.
2691         - nss crypto works for RSA and DSA.
2692
2693 20 June 2012: Wouter
2694         - work on --with-nss build option (for now, --with-libunbound-only).
2695
2696 19 June 2012: Wouter
2697         - --with-libunbound-only build option, only builds the library and
2698           not the daemon and other tools.
2699
2700 18 June 2012: Wouter
2701         - code review.
2702
2703 15 June 2012: Wouter
2704         - implement log-time-ascii on windows.
2705         - The key-cache bad key ttl is now 60 seconds.
2706         - updated iana ports list.
2707         - code review.
2708
2709 11 June 2012: Wouter
2710         - bug #452: fix crash on assert in mesh_state_attachment.
2711
2712 30 May 2012: Wouter
2713         - silence warning from swig-generated code (md set but not used in
2714           swig initmodule, due to ifdefs in swig-generated code).
2715
2716 27 May 2012: Wouter
2717         - Fix debian-bugs-658021: Please enable hardened build flags.
2718
2719 25 May 2012: Wouter
2720         - updated iana ports list.
2721
2722 24 May 2012: Wouter
2723         - tag for 1.4.17 release.
2724         - trunk is 1.4.18 in development.
2725
2726 18 May 2012: Wouter
2727         - Review comments, removed duplicate memset to zero in delegpt.
2728
2729 16 May 2012: Wouter
2730         - Updated doc/FEATURES with RFCs that are implemented but not listed.
2731         - Protect if statements in val_anchor for compile without locks.
2732         - tag for 1.4.17rc1.
2733
2734 15 May 2012: Wouter
2735         - fix configure ECDSA support in ldns detection for windows compile.
2736         - fix possible uninitialised variable in windows pipe implementation.
2737
2738 9 May 2012: Wouter
2739         - Fix alignment problem in util/random on sparc64/freebsd.
2740
2741 8 May 2012: Wouter
2742         - Fix for accept spinning reported by OpenBSD.
2743         - iana portlist updated.
2744
2745 2 May 2012: Wouter
2746         - Fix validation of nodata for DS query in NSEC zones, reported by
2747           Ondrej Mikle.
2748
2749 13 April 2012: Wouter
2750         - ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
2751           openssl.
2752
2753 10 April 2012: Wouter
2754         - Applied patch from Daisuke HIGASHI for rrset-roundrobin and
2755           minimal-responses features.
2756         - iana portlist updated.
2757
2758 5 April 2012: Wouter
2759         - fix bug #443: --with-chroot-dir not honoured by configure.
2760         - fix bug #444: setusercontext was called too late (thanks Bjorn
2761           Ketelaars).
2762
2763 27 March 2012: Wouter
2764         - fix bug #442: Fix that Makefile depends on pythonmod headers
2765           even using --without-pythonmodule.
2766
2767 22 March 2012: Wouter
2768         - contrib/validation-reporter follows rotated log file (patch from
2769           Augie Schwer).
2770
2771 21 March 2012: Wouter
2772         - new approach to NS fetches for DS lookup that works with
2773           cornercases, and is more robust and considers forwarders.
2774
2775 19 March 2012: Wouter
2776         - iana portlist updated.
2777         - fix to locate nameservers for DS lookup with NS fetches.
2778
2779 16 March 2012: Wouter
2780         - Patch for access to full DNS packet data in unbound python module
2781           from Ondrej Mikle.
2782
2783 9 March 2012: Wouter
2784         - Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
2785
2786 2 March 2012: Wouter
2787         - flush_infra cleans timeouted servers from the cache too.
2788         - removed warning from --enable-ecdsa.
2789
2790 1 March 2012: Wouter
2791         - forward-first option.  Tries without forward if a query fails.
2792           Also stub-first option that is similar.
2793
2794 28 February 2012: Wouter
2795         - Fix from code review, if EINPROGRESS not defined chain if statement
2796           differently.
2797
2798 27 February 2012: Wouter
2799         - Fix bug#434: on windows check registry for config file location
2800           for unbound-control.exe, and unbound-checkconf.exe.
2801
2802 23 February 2012: Wouter
2803         - Fix to squelch 'network unreachable' errors from tcp connect in
2804           logs, high verbosity will show them.
2805
2806 16 February 2012: Wouter
2807         - iter_hints is now thread-owned in module env, and thus threadsafe.
2808         - Fix prefetch and sticky NS, now the prefetch works.  It picks
2809           nameservers that 'would be valid in the future', and if this makes
2810           the NS timeout, it updates that NS by asking delegation from the
2811           parent again.  If child NS has longer TTL, that TTL does not get
2812           refreshed from the lookup to the child nameserver.
2813
2814 15 February 2012: Wouter
2815         - Fix forward-zone memory, uses malloc and frees original root dp.
2816         - iter hints (stubs) uses malloc inside for more dynamicity.
2817         - unbound-control forward_add, forward_remove, stub_add, stub_remove
2818           can modify stubs and forwards for running unbound (on mobile computer)
2819           they can also add and remove domain-insecure for the zone.
2820
2821 14 February 2012: Wouter
2822         - Fix sticky NS (ghost domain problem) if prefetch is yes.
2823         - iter forwards uses malloc inside for more dynamicity.
2824
2825 13 February 2012: Wouter
2826         - RT#2955. Fix for cygwin compilation. 
2827         - iana portlist updated.
2828
2829 10 February 2012: Wouter
2830         - Slightly smaller critical region in one case in infra cache.
2831         - Fix timeouts to keep track of query type, A, AAAA and other, if
2832           another has caused timeout blacklist, different type can still probe.
2833         - unit test fix for nomem_cnametopos.rpl race condition.
2834
2835 9 February 2012: Wouter
2836         - Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
2837
2838 8 February 2012: Wouter
2839         - implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
2840           implementation is experimental at this time and not recommended
2841           for use on the public internet (the protocol numbers have not
2842           been assigned).  Needs recent ldns with --enable-ecdsa.
2843         - fix memory leak in errorcase for DSA signatures.
2844         - iana portlist updated.
2845         - workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
2846
2847 3 February 2012: Wouter
2848         - fix for windows, rename() is not posix compliant on windows.
2849
2850 2 February 2012: Wouter
2851         - 1.4.16 release tag.
2852         - svn trunk is 1.4.17 in development.
2853         - iana portlist updated.
2854
2855 1 February 2012: Wouter
2856         - Fix validation failures (like: validation failure xx: no NSEC3
2857           closest encloser from yy for DS zz. while building chain of trust,
2858           because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
2859           for an NSEC3.  Now it does not change rdata, and fixes TTL.
2860
2861 30 January 2012: Wouter
2862         - Fix version-number in libtool to be version-info so it produces
2863           libunbound.so.2 like it should.
2864
2865 26 January 2012: Wouter
2866         - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
2867         - trunk 1.4.16; includes changes memset testcode, #424 openindiana,
2868           and keyfile write fixup.
2869         - applied patch to support outgoing-interface with ub_ctx_set_option.
2870
2871 23 January 2012: Wouter
2872         - Fix memset in test code.
2873
2874 20 January 2012: Wouter
2875         - Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
2876
2877 19 January 2012: Wouter
2878         - Fix to write key files completely to a temporary file, and if that
2879           succeeds, replace the real key file.  So failures leave a useful file.
2880
2881 18 January 2012: Wouter
2882         - tag 1.4.15rc1 created
2883         - updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
2884
2885 17 January 2012: Wouter
2886         - Fix bug where canonical_compare of RRSIG did not downcase the
2887           signer-name.  This is mostly harmless because RRSIGs do not have
2888           to be sorted in canonical order, usually.
2889
2890 12 January 2012: Wouter
2891         - bug#428: add ub_version() call to libunbound.  API version increase,
2892           with (binary) backwards compatibility for the previous version.
2893
2894 10 January 2012: Wouter
2895         - Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
2896           that would be permissible by the RFCs but it is not the TTL in the
2897           cache.
2898         - iana portlist updated.
2899         - uninitialised variable in reprobe for rtt blocked domains fixed.
2900         - lintfix and new flex output.
2901
2902 2 January 2012: Wouter
2903         - Fix to randomize hash function, based on 28c3 congress, reported
2904           by Peter van Dijk.
2905
2906 24 December 2011: Wouter
2907         - Fix for memory leak (about 20 bytes when a tcp or udp send operation
2908           towards authority servers failed, takes about 50.000 such failures to
2909           leak one Mb, such failures are also usually logged), reported by
2910           Robert Fleischmann.
2911         - iana portlist updated.
2912
2913 19 December 2011: Wouter
2914         - Fix for VU#209659 CVE-2011-4528: Unbound denial of service
2915           vulnerabilities from nonstandard redirection and denial of existence
2916           http://www.unbound.net/downloads/CVE-2011-4528.txt
2917         - robust checks for next-closer NSEC3s.
2918         - tag 1.4.14 created.
2919         - trunk has 1.4.15 in development.
2920
2921 15 December 2011: Wouter
2922         - remove uninit warning from cachedump code.
2923         - Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
2924
2925 13 December 2011: Wouter
2926         - iana portlist updated.
2927         - svn tag 1.4.14rc1
2928         - fix infra cache comparison.
2929         - Fix to constrain signer_name to be a parent of the lookupname.
2930
2931 5 December 2011: Wouter
2932         - Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
2933         - Fix warnings with gcc 4.6 in compat/inet_ntop.c.
2934         - Fix warning unused in compat/strptime.c.
2935         - Fix malloc detection and double definition.
2936
2937 2 December 2011: Wouter
2938         - configure generated with autoconf 2.68.
2939
2940 30 November 2011: Wouter
2941         - Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
2942           SERVFAILs.  Also fixed for UDP (but less likely).
2943
2944 28 November 2011: Wouter
2945         - Fix quartile time estimate, it was too low, (thanks Jan Komissar).
2946         - iana ports updated.
2947
2948 11 November 2011: Wouter
2949         - Makefile compat with SunOS make, BSD make and GNU make.
2950         - iana ports updated.
2951
2952 10 November 2011: Wouter
2953         - Makefile changed for BSD make compatibility.
2954
2955 9 November 2011: Wouter
2956         - added unit test for SSL service and SSL-upstream.
2957
2958 8 November 2011: Wouter
2959         - can configure ssl service to one port number, and not on others.
2960         - fixup windows compile with ssl support.
2961         - Fix double free in unbound-host, reported by Steve Grubb.
2962         - iana portlist updated.
2963
2964 1 November 2011: Wouter
2965         - dns over ssl support as a client, ssl-upstream yes turns it on.
2966           It performs an SSL transaction for every DNS query (250 msec).
2967         - documentation for new options: ssl-upstream, ssl-service-key and
2968           ssl-service.pem.
2969         - iana portlist updated.
2970         - fix -flto detection on Lion for llvm-gcc.
2971
2972 31 October 2011: Wouter
2973         - dns over ssl support, ssl-service-pem and ssl-service-key files
2974           can be given and then TCP queries are serviced wrapped in SSL.
2975
2976 27 October 2011: Wouter
2977         - lame-ttl and lame-size options no longer exist, it is integrated
2978           with the host info.  They are ignored (with verbose warning) if
2979           encountered to keep the config file backwards compatible.
2980         - fix iana-update for changing gzip compression of results.
2981         - fix export-all-symbols on OSX.
2982
2983 26 October 2011: Wouter
2984         - iana portlist updated.
2985         - Infra cache stores information about ping and lameness per IP, zone.
2986           This fixes bug #416.
2987         - fix iana_update target for gzipped file on iana site.
2988
2989 24 October 2011: Wouter
2990         - Fix resolve of partners.extranet.microsoft.com with a fix for the
2991           server selection for choosing out of a (particular) list of bad
2992           choices. (bug#415)
2993         - Fix make_new_space function so that the incoming query is not
2994           overwritten if a jostled out query causes a waiting query to be
2995           resumed that then fails and sends an error message.  (Thanks to
2996           Matthew Lee).
2997
2998 21 October 2011: Wouter
2999         - fix --enable-allsymbols, fptr wlist is disabled on windows with this 
3000           option enabled because of memory layout exe vs dll.
3001
3002 19 October 2011: Wouter
3003         - fix unbound-anchor for broken strptime on OSX lion, detected
3004           in configure.
3005         - Detect if GOST really works, openssl1.0 on OSX fails.
3006         - Implement ipv6%interface notation for scope_id usage.
3007
3008 17 October 2011: Wouter
3009         - better documentation for inform_super (Thanks Yang Zhe).
3010
3011 14 October 2011: Wouter
3012         - Fix for out-of-memory condition in libunbound (thanks
3013           Robert Fleischman).
3014
3015 13 October 2011: Wouter
3016         - Fix --enable-allsymbols, it depended on link specifics of the
3017           target platform, or fptr_wlist assertion failures could occur.
3018
3019 12 October 2011: Wouter
3020         - updated contrib/unbound_munin_ to family=auto so that it works with
3021           munin-node-configure automatically (if installed as
3022           /usr/local/share/munin/plugins/unbound_munin_ ).
3023
3024 27 September 2011: Wouter
3025         - unbound.exe -w windows option for start and stop service.
3026
3027 23 September 2011: Wouter
3028         - TCP-upstream calculates tcp-ping so server selection works if there
3029           are alternatives.
3030
3031 20 September 2011: Wouter
3032         - Fix classification of NS set in answer section, where there is a
3033           parent-child server, and the answer has the AA flag for dir.slb.com.
3034           Thanks to Amanda Constant from Secure64.
3035
3036 16 September 2011: Wouter
3037         - fix bug #408: accept patch from Steve Snyder that comments out
3038           unused functions in lookup3.c.
3039         - iana portlist updated.
3040         - fix EDNS1480 change memleak and TCP fallback.
3041         - fix various compiler warnings (reported by Paul Wouters).
3042         - max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
3043           fetch if sentcount > 3, stop query if sentcount > 16.  Count is
3044           reset when referral or CNAME happens.  This makes unbound better
3045           at managing large NS sets, they are explored when there is continued
3046           interest (in the form of queries).
3047
3048 15 September 2011: Wouter
3049         - release 1.4.13.
3050         - trunk contains 1.4.14 in development.
3051         - Unbound probes at EDNS1480 if there an EDNS0 timeout.
3052
3053 12 September 2011: Wouter
3054         - Reverted dns EDNS backoff fix, it did not help and needs
3055           fragmentation fixes instead.
3056         - tag 1.4.13rc2
3057
3058 7 September 2011: Wouter
3059         - Fix operation in ipv6 only (do-ip4: no) mode.
3060
3061 6 September 2011: Wouter
3062         - fedora specfile updated.
3063
3064 5 September 2011: Wouter
3065         - tag 1.4.13rc1
3066
3067 2 September 2011: Wouter
3068         - iana portlist updated.
3069
3070 26 August 2011: Wouter
3071         - Fix num-threads 0 does not segfault, reported by Simon Deziel.
3072         - Fix validation failures due to EDNS backoff retries, the retry
3073           for fetch of data has want_dnssec because the iter_indicate_dnssec
3074           function returns true when validation failure retry happens, and
3075           then the serviced query code does not fallback to noEDNS, even if
3076           the cache says it has this.  This helps for DLV deployment when
3077           the DNSSEC status is not known for sure before the lookup concludes.
3078
3079 24 August 2011: Wouter
3080         - Applied patch from Karel Slany that fixes a memory leak in the
3081           unbound python module, in string conversions.
3082
3083 22 August 2011: Wouter
3084         - Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
3085           Zhang and Luo Ce).  Unbound responds with the RR types that are
3086           available at the name for qtype ANY and validates those RR types.
3087           It does not test for completeness (i.e. with NSEC or NSEC3 query),
3088           and it does not follow the CNAME or DNAME to another name (with
3089           even more data for the already large response).
3090         - Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
3091         - Documented the options that work with control set_option command.
3092         - tcp-upstream yes/no option (works with set_option) for tunnels.
3093
3094 18 August 2011: Wouter
3095         - fix autoconf call in makedist crosscompile to RC or snapshot.
3096
3097 17 August 2011: Wouter
3098         - Fix validation of . DS query.
3099         - new xml format at IANA, new awk for iana_update.
3100         - iana portlist updated.
3101
3102 10 August 2011: Wouter
3103         - Fix python site-packages path to /usr/lib64.
3104         - updated patch from Tom.
3105         - fix memory and fd leak after out-of-memory condition.
3106
3107 9 August 2011: Wouter
3108         - patch from Tom Hendrikx fixes load of python modules.
3109
3110 8 August 2011: Wouter
3111         - make clean had ldns-src reference, removed.
3112
3113 1 August 2011: Wouter
3114         - Fix autoconf 2.68 warnings
3115
3116 14 July 2011: Wouter
3117         - Unbound implements RFC6303 (since version 1.4.7).
3118         - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
3119           meantime, those are for 1.4.13).
3120         - iana portlist updated.
3121
3122 13 July 2011: Wouter
3123         - Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
3124
3125 11 July 2011: Wouter
3126         - Fix wildcard expansion no-data reply under an optout NSEC3 zone is
3127           validated as insecure, reported by Jia Li (lijia@cnnic.cn).
3128
3129 4 July 2011: Wouter
3130         - 1.4.12rc1 tag created.
3131
3132 1 July 2011: Wouter
3133         - version number in example config file.
3134         - fix that --enable-static-exe does not complain about it unknown.
3135
3136 30 June 2011: Wouter
3137         - tag relase 1.4.11, trunk is 1.4.12 development.
3138         - iana portlist updated.
3139         - fix bug#395: id bits of other query may leak out under conditions
3140         - fix replyaddr count wrong after jostled queries, which leads to
3141           eventual starvation where the daemon has no replyaddrs left to use.
3142         - fix comment about rndc port, that referred to the old port number.
3143         - fix that the listening socket is not closed when too many remote
3144           control connections are made at the same time.
3145         - removed ldns-src tarball inside the unbound tarball.
3146
3147 23 June 2011: Wouter
3148         - Changed -flto check to support clang compiler.
3149         - tag 1.4.11rc3 created.
3150
3151 17 June 2011: Wouter
3152         - tag 1.4.11rc1 created.
3153         - remove warning about signed/unsigned from flex (other flex version).
3154         - updated aclocal.m4 and libtool to match.
3155         - tag 1.4.11rc2 created.
3156
3157 16 June 2011: Wouter
3158         - log-queries: yesno option, default is no, prints querylog.
3159         - version is 1.4.11.
3160
3161 14 June 2011: Wouter
3162         - Use -flto compiler flag for link time optimization, if supported.
3163         - iana portlist updated.
3164
3165 12 June 2011: Wouter
3166         - IPv6 service address for d.root-servers.net (2001:500:2D::D).
3167
3168 10 June 2011: Wouter
3169         - unbound-control has version number in the header,
3170           UBCT[version]_space_ is the header sent by the client now.
3171         - Unbound control port number is registered with IANA:
3172           ub-dns-control  8953/tcp    unbound dns nameserver control
3173           This is the new default for the control-port config setting.
3174         - statistics-interval prints the number of jostled queries to log.
3175
3176 30 May 2011: Wouter
3177         - Fix Makefile for U in environment, since wrong U is more common than
3178           deansification necessity.
3179         - iana portlist updated.
3180         - updated ldns tarball to 1.6.10rc2 snapshot of today.
3181
3182 25 May 2011: Wouter
3183         - Fix assertion failure when unbound generates an empty error reply
3184           in response to a query, CVE-2011-1922 VU#531342.
3185         - This fix is in tag 1.4.10.
3186         - defense in depth against the above bug, an error is printed to log
3187           instead of an assertion failure.
3188
3189 10 May 2011: Wouter
3190         - bug#386: --enable-allsymbols option links all binaries to libunbound
3191           and reduces install size significantly.
3192         - feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
3193         - iana portlist updated.
3194         - Fix TTL of SOA so negative TTL is separately cached from normal TTL.
3195
3196 14 April 2011: Wouter
3197         - configure created with newer autoconf 2.66.
3198
3199 12 April 2011: Wouter
3200         - bug#378: Fix that configure checks for ldns_get_random presence.
3201
3202 8 April 2011: Wouter
3203         - iana portlist updated.
3204         - queries with CD flag set cause DNSSEC validation, but the answer is
3205           not withheld if it is bogus.  Thus, unbound will retry if it is bad
3206           and curb the TTL if it is bad, thus protecting the cache for use by
3207           downstream validators.
3208         - val-override-date: -1 ignores dates entirely, for NTP usage.
3209
3210 29 March 2011: Wouter
3211         - harden-below-nxdomain: changed so that it activates when the
3212           cached nxdomain is dnssec secure.  This avoids backwards
3213           incompatibility because those old servers do not have dnssec.
3214
3215 24 March 2011: Wouter
3216         - iana portlist updated.
3217         - release 1.4.9.
3218         - trunk is 1.5.0
3219
3220 17 March 2011: Wouter
3221         - bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
3222           Applied but did not do the --disable-gost.
3223
3224 10 March 2011: Wouter
3225         - tag 1.4.9 release candidate 1 created.
3226
3227 3 March 2011: Wouter
3228         - updated ldns to today.
3229
3230 1 March 2011: Wouter
3231         - Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
3232         - give config parse error for multiple names on a stub or forward zone.
3233         - updated ldns tarball to 1.6.9(todays snapshot).
3234
3235 24 February 2011: Wouter
3236         - bug #361: Fix, time.elapsed variable not reset with stats_noreset.
3237
3238 23 February 2011: Wouter
3239         - iana portlist updated.
3240         - common.sh to version 3.
3241
3242 18 February 2011: Wouter
3243         - common.sh in testdata updated to version 2.
3244
3245 15 February 2011: Wouter
3246         - Added explicit note on unbound-anchor usage:
3247           Please note usage of unbound-anchor root anchor is at your own risk
3248           and under the terms of our LICENSE (see that file in the source).
3249
3250 11 February 2011: Wouter
3251         - iana portlist updated.
3252         - tpkg updated with common.sh for common functionality.
3253
3254 7 February 2011: Wouter
3255         - Added regression test for addition of a .net DS to the root, and
3256           cache effects with different TTL for glue and DNSKEY.
3257         - iana portlist updated.
3258
3259 28 January 2011: Wouter
3260         - Fix remove private address does not throw away entire response.
3261
3262 24 January 2011: Wouter
3263         - release 1.4.8
3264
3265 19 January 2011: Wouter
3266         - fix bug#349: no -L/usr for ldns.
3267
3268 18 January 2011: Wouter
3269         - ldns 1.6.8 tarball included.
3270         - release 1.4.8rc1.
3271
3272 17 January 2011: Wouter
3273         - add get and set option for harden-below-nxdomain feature.
3274         - iana portlist updated.
3275
3276 14 January 2011: Wouter
3277         - Fix so a changed NS RRset does not get moved name stuck on old
3278           server, for type NS the TTL is not increased.
3279
3280 13 January 2011: Wouter
3281         - Fix prefetch so it does not get stuck on old server for moved names.
3282
3283 12 January 2011: Wouter
3284         - iana portlist updated.
3285
3286 11 January 2011: Wouter
3287         - Fix insecure CNAME sequence marked as secure, reported by Bert
3288           Hubert.
3289
3290 10 January 2011: Wouter
3291         - faster lruhash get_mem routine.
3292
3293 4 January 2011: Wouter
3294         - bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
3295         - iana portlist updated.
3296
3297 23 December 2010: Wouter
3298         - Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
3299
3300 21 December 2010: Wouter
3301         - algorithm compromise protection using the algorithms signalled in
3302           the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
3303           and thus, if you have multiple algorithms in your trust-anchor-file
3304           then it will now behave different than before.  Also, 5011 rollover
3305           for algorithms needs to be double-signature until the old algorithm
3306           is revoked.
3307           It is not an option, because I see no use to turn the security off.
3308         - iana portlist updated.
3309
3310 17 December 2010: Wouter
3311         - squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
3312         - fix validation in this case: CNAME to nodata for co-hosted opt-in
3313           NSEC3 insecure delegation, was bogus, fixed to be insecure.
3314
3315 16 December 2010: Wouter
3316         - Fix our 'BDS' license (typo reported by Xavier Belanger).
3317
3318 10 December 2010: Wouter
3319         - iana portlist updated.
3320         - review changes for unbound-anchor.
3321
3322 2 December 2010: Wouter
3323         - feature typetransparent localzone, does not block other RR types.
3324
3325 1 December 2010: Wouter
3326         - Fix bug#338: print address when socket creation fails.
3327
3328 30 November 2010: Wouter
3329         - Fix storage of EDNS failures in the infra cache.
3330         - iana portlist updated.
3331
3332 18 November 2010: Wouter
3333         - harden-below-nxdomain option, default off (because very old
3334           software may be incompatible).  We could enable it by default in
3335           the future.
3336
3337 17 November 2010: Wouter
3338         - implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
3339         - make test output nicer.
3340
3341 15 November 2010: Wouter
3342         - silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
3343         - iana portlist updated.
3344         - so-sndbuf option for very busy servers, a bit like so-rcvbuf.
3345
3346 9 November 2010: Wouter
3347         - unbound-anchor compiles with openssl 0.9.7.
3348
3349 8 November 2010: Wouter
3350         - release tag 1.4.7.
3351         - trunk is version 1.4.8.
3352         - Be lenient and accept imgw.pl malformed packet (like BIND).
3353
3354 5 November 2010: Wouter
3355         - do not synthesize a CNAME message from cache for qtype DS.
3356
3357 4 November 2010: Wouter
3358         - Use central entropy to seed threads.
3359
3360 3 November 2010: Wouter
3361         - Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
3362
3363 2 November 2010: Wouter
3364         - tag 1.4.7rc1.
3365         - code review.
3366
3367 1 November 2010: Wouter
3368         - GOST code enabled by default (RFC 5933).
3369
3370 27 October 2010: Wouter
3371         - Fix uninit value in dump_infra print.
3372         - Fix validation failure for parent and child on same server with an
3373           insecure childzone and a CNAME from parent to child.
3374         - Configure detects libev-4.00.
3375
3376 26 October 2010: Wouter
3377         - dump_infra and flush_infra commands for unbound-control.
3378         - no timeout backoff if meanwhile a query succeeded.
3379         - Change of timeout code.  No more lost and backoff in blockage.
3380           At 12sec timeout (and at least 2x lost before) one probe per IP
3381           is allowed only.  At 120sec, the IP is blocked.  After 15min, a
3382           120sec entry has a single retry packet.
3383
3384 25 October 2010: Wouter
3385         - Configure errors if ldns is not found.
3386
3387 22 October 2010: Wouter
3388         - Windows 7 fix for the installer.
3389
3390 21 October 2010: Wouter
3391         - Fix bug where fallback_tcp causes wrong roundtrip and edns
3392           observation to be noted in cache.  Fix bug where EDNSprobe halted
3393           exponential backoff if EDNS status unknown.
3394         - new unresponsive host method, exponentially increasing block backoff.
3395         - iana portlist updated.
3396
3397 20 October 2010: Wouter
3398         - interface automatic works for some people with ip6 disabled.
3399           Therefore the error check is removed, so they can use the option.
3400
3401 19 October 2010: Wouter
3402         - Fix for request list growth, if a server has long timeout but the
3403           lost counter is low, then its effective rtt is the one without
3404           exponential backoff applied.  Because the backoff is not working.
3405           The lost counter can then increase and the server is blacklisted,
3406           or the lost counter does not increase and the server is working
3407           for some queries.
3408
3409 18 October 2010: Wouter
3410         - iana portlist updated.
3411
3412 13 October 2010: Wouter
3413         - Fix TCP so it uses a random outgoing-interface.
3414         - unbound-anchor handles ADDPEND keystate.
3415
3416 11 October 2010: Wouter
3417         - Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
3418           the zone has a secure delegation hosted on the same server did not
3419           verify as secure (it was insecure by mistake).
3420         - iana portlist updated.
3421         - ldns tarball updated (for reading cachedumps with bad RR data).
3422
3423 1 October 2010: Wouter
3424         - test for unbound-anchor. fix for reading certs.
3425         - Fix alloc_reg_release for longer uptime in out of memory conditions.
3426
3427 28 September 2010: Wouter
3428         - unbound-anchor working, it creates or updates a root.key file.
3429           Use it before you start the validator (e.g. at system boot time).
3430
3431 27 September 2010: Wouter
3432         - iana portlist updated.
3433
3434 24 September 2010: Wouter
3435         - bug#329: in example.conf show correct ipv4 link-local 169.254/16.
3436
3437 23 September 2010: Wouter
3438         - unbound-anchor app, unbound requires libexpat (xml parser library).
3439
3440 22 September 2010: Wouter
3441         - compliance with draft-ietf-dnsop-default-local-zones-14, removed
3442           reverse ipv6 orchid prefix from builtin list.
3443         - iana portlist updated.
3444
3445 17 September 2010: Wouter
3446         - DLV has downgrade protection again, because the RFC says so.
3447         - iana portlist updated.
3448
3449 16 September 2010: Wouter
3450         - Algorithm rollover operational reality intrudes, for trust-anchor,
3451           5011-store, and DLV-anchor if one key matches it's good enough.
3452         - iana portlist updated.
3453         - Fix reported validation error in out of memory condition.
3454
3455 15 September 2010: Wouter
3456         - Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
3457
3458 14 September 2010: Wouter
3459         - increased mesh-max-activation from 1000 to 3000 for crazy domains
3460           like _tcp.slb.com with 262 servers.
3461         - iana portlist updated.
3462
3463 13 September 2010: Wouter
3464         - bug#327: Fix for cannot access stub zones until the root is primed.
3465
3466 9 September 2010: Wouter
3467         - unresponsive servers are not completely blacklisted (because of
3468           firewalls), but also not probed all the time (because of the request
3469           list size it generates).  The probe rate is 1%.
3470         - iana portlist updated.
3471
3472 20 August 2010: Wouter
3473         - openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
3474           iterator get_mem includes priv_get_mem.  delegpt nodup removed.
3475           listen_pushback, query_info_allocqname, write_socket, send_packet,
3476           comm_point_set_cb_arg and listen_resume removed.
3477
3478 19 August 2010: Wouter
3479         - Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
3480           Delegpt structures checked for duplicates always.
3481           No more nameserver lookups generated when depth is full anyway.
3482         - example.conf notes how to do DNSSEC validation and track the root.
3483         - iana portlist updated.
3484
3485 18 August 2010: Wouter
3486         - Fix bug#322: configure does not respect CFLAGS on Solaris.
3487           Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
3488           if use sun-cc, but some systems need different flags.
3489
3490 16 August 2010: Wouter
3491         - Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
3492           changes, uses m4_bpatsubst now.
3493         - make test (or make check) should be more portable and run the unit 
3494           test and testbound scripts. (make longtest has special requirements).
3495
3496 13 August 2010: Wouter
3497         - More pleasant remote control command parsing.
3498         - documentation added for return values reported by doxygen 1.7.1.
3499         - iana portlist updated.
3500
3501 9 August 2010: Wouter
3502         - Fix name of rrset printed that failed validation.
3503
3504 5 August 2010: Wouter
3505         - Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
3506
3507 4 August 2010: Wouter
3508         - Fix validation in case a trust anchor enters into a zone with
3509           unsupported algorithms.
3510
3511 3 August 2010: Wouter
3512         - updated ldns tarball with bugfixes.
3513         - release tag 1.4.6.
3514         - trunk becomes 1.4.7 develop.
3515         - iana portlist updated.
3516
3517 22 July 2010: Wouter
3518         - more error details on failed remote control connection.
3519
3520 15 July 2010: Wouter
3521         - rlimit adjustments for select and ulimit can happen at the same time.
3522
3523 14 July 2010: Wouter
3524         - Donation text added to README.
3525         - Fix integer underflow in prefetch ttl creation from cache.  This
3526           fixes a potential negative prefetch ttl.
3527
3528 12 July 2010: Wouter
3529         - Changed the defaults for num-queries-per-thread/outgoing-range.
3530           For builtin-select: 512/960, for libevent 1024/4096 and for
3531           windows 24/48 (because of win api).  This makes the ratio this way
3532           to improve resilience under heavy load.  For high performance, use
3533           libevent and possibly higher numbers.
3534
3535 10 July 2010: Wouter
3536         - GOST enabled if SSL is recent and ldns has GOST enabled too.
3537         - ldns tarball updated.
3538
3539 9 July 2010: Wouter
3540         - iana portlist updated.
3541         - Fix validation of qtype DNSKEY when a key-cache entry exists but
3542           no rr-cache entry is used (it expired or prefetch), it then goes
3543           back up to the DS or trust-anchor to validate the DNSKEY.
3544
3545 7 July 2010: Wouter
3546         - Neat function prototypes, unshadowed local declarations.
3547
3548 6 July 2010: Wouter
3549         - failure to chown the pidfile is not fatal any more.
3550         - testbound uses UTC timezone.
3551         - ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
3552           /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
3553
3554 5 July 2010: Wouter
3555         - log if a server is skipped because it is on the donotquery list,
3556           at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
3557         - added feature to print configure date, target and options with -h.
3558         - added feature to print event backend system details with -h.
3559         - wdiff is not actually required by make test, updated requirements.
3560
3561 1 July 2010: Wouter
3562         - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
3563           must be signed with all algorithms from the DS rrset at the parent.
3564           This is now checked and becomes bogus if not.
3565
3566 28 June 2010: Wouter
3567         - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
3568           in overload situations to be about 5 qps for the class of shortly
3569           serviced queries.
3570           The capacity of the resolver is then about (numqueriesperthread / 2)
3571           / (average time for such long queries) qps for long queries.
3572           And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
3573           qps for short queries, per thread.
3574         - Fix the max number of reply-address count to be applied for duplicate
3575           queries, and not for new query list entries.  This raises the memory
3576           usage to a max of (16+1)*numqueriesperthread reply addresses.
3577
3578 25 June 2010: Wouter
3579         - Fix handling of corner case reply from lame server, follows rfc2308.
3580           It could lead to a nodata reply getting into the cache if the search
3581           for a non-lame server turned up other misconfigured servers.
3582         - unbound.h has extern "C" statement for easier include in c++.
3583
3584 23 June 2010: Wouter
3585         - iana portlist updated.
3586         - makedist upgraded cross compile openssl option, like this: 
3587           ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
3588
3589 22 June 2010: Wouter
3590         - Unbound reports libev or libevent correctly in logs in verbose mode.
3591         - Fix to unload gost dynamic library module for leak testing.
3592
3593 18 June 2010: Wouter
3594         - iana portlist updated.
3595
3596 17 June 2010: Wouter
3597         - Add AAAA to root hints for I.ROOT-SERVERS.NET.
3598
3599 16 June 2010: Wouter
3600         - Fix assertion failure reported by Kai Storbeck from XS4ALL, the
3601           assertion was wrong.
3602         - updated ldns tarball.
3603
3604 15 June 2010: Wouter
3605         - tag 1.4.5 created.
3606         - trunk contains 1.4.6 in development.
3607         - Fix TCPreply on systems with no writev, if just 1 byte could be sent.
3608         - Fix to use one pointer less for iterator query state store_parent_NS.
3609         - makedist crosscompile to windows uses builtin ldns not host ldns.
3610         - Max referral count from 30 to 130, because 128 one character domains
3611           is valid DNS.
3612         - added documentation for the histogram printout to syslog.
3613
3614 11 June 2010: Wouter
3615         - When retry to parent the retrycount is not wiped, so failed 
3616           nameservers are not tried again.
3617         - iana portlist updated.
3618
3619 10 June 2010: Wouter
3620         - Fix bug where a long loop could be entered, now cycle detection
3621           has a loop-counter and maximum search amount.
3622
3623 4 June 2010: Wouter
3624         - iana portlist updated.
3625         - 1.4.5rc1 tag created.
3626
3627 3 June 2010: Wouter
3628         - ldns tarball updated, 1.6.5.
3629         - review comments, split dependency cycle tracking for parentside
3630           last resort lookups for A and AAAA so there are more lookup options.
3631
3632 2 June 2010: Wouter
3633         - Fix compile warning if compiled without threads.
3634         - updated ldns-tarball with current ldns svn (pre 1.6.5).
3635         - GOST disabled-by-default, the algorithm number is allocated but the
3636           RFC is still has to pass AUTH48 at the IETF.
3637
3638 1 June 2010: Wouter
3639         - Ignore Z flag in incoming messages too.
3640         - Fix storage of negative parent glue if that last resort fails.
3641         - libtoolize 2.2.6b, autoconf 2.65 applied to configure.
3642         - new splint flags for newer splint install.
3643
3644 31 May 2010: Wouter
3645         - Fix AD flag handling, it could in some cases mistakenly copy the AD 
3646           flag from upstream servers.
3647         - alloc_special_obtain out of memory is not a fatal error any more,
3648           enabling unbound to continue longer in out of memory conditions.
3649         - parentside names are dispreferred but not said to be dnssec-lame.
3650         - parentside check for cached newname glue.
3651         - fix parentside and querytargets modulestate, for dump_requestlist.
3652         - unbound-control-setup makes keys -rw-r--- so not all users permitted.
3653         - fix parentside from cache to be marked dispreferred for bad names.
3654
3655 28 May 2010: Wouter
3656         - iana portlist updated.
3657         - parent-child disagreement approach altered.  Older fixes are
3658           removed in place of a more exhaustive search for misconfigured data
3659           available via the parent of a delegation.
3660           This is designed to be throttled by cache entries, with TTL from the
3661           parent if possible.  Additionally the loop-counter is used.
3662           It also tests for NS RRset differences between parent and child.
3663           The fetch of misconfigured data should be more reliable and thorough.
3664           It should work reliably even with no or only partial data in cache.
3665           Data received from the child (as always) is deemed more
3666           authoritative than information received from the delegation parent.
3667           The search for misconfigured data is not performed normally.
3668
3669 26 May 2010: Wouter
3670         - Contribution from Migiel de Vos (Surfnet): nagios patch for
3671           unbound-host, in contrib/ (in the source tarball).  Makes
3672           unbound-host suitable for monitoring dnssec(-chain) status.
3673
3674 21 May 2010: Wouter
3675         - EDNS timeout code will not fire if EDNS status already known.
3676         - EDNS failure not stored if EDNS status known to work.
3677
3678 19 May 2010: Wouter
3679         - Fix resolution for domains like safesvc.com.cn.  If the iterator
3680           can not recurse further and it finds the delegation in a state
3681           where it would otherwise have rejected it outhand if so received
3682           from a cache lookup, then it can try to ask higherup (with loop
3683           protection).
3684         - Fix comments in iter_utils:dp_is_useless.
3685
3686 18 May 2010: Wouter
3687         - Fix various compiler warnings from the clang llvm compiler.
3688         - iana portlist updated.
3689
3690 6 May 2010: Wouter
3691         - Fix bug#308: spelling error in variable name in parser and lexer.
3692
3693 4 May 2010: Wouter
3694         - Fix dnssec-missing detection that was turned off by server selection.
3695         - Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
3696           reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
3697           113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
3698
3699 29 April 2010: Wouter
3700         - Fix for dnssec lameness detection to use the key cache.
3701         - infra cache entries that are expired are wiped clean.  Previously
3702           it was possible to not expire host data (if accessed often).
3703
3704 28 April 2010: Wouter
3705         - ldns tarball updated and GOST support is detected and then enabled. 
3706         - iana portlist updated.
3707         - Fix detection of gost support in ldns (reported by Chris Smith).
3708
3709 27 April 2010: Wouter
3710         - unbound-control get_option domain-insecure shows config file items.
3711         - fix retry sequence if prime hints are recursion-lame.
3712         - autotrust anchor file can be initialized with a ZSK key as well.
3713         - harden-referral-path does not result in failures due to max-depth.
3714           You can increase the max-depth by adding numbers (' 0') after the
3715           target-fetch-policy, this increases the depth to which is checked.
3716
3717 26 April 2010: Wouter
3718         - Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
3719           CPPFLAGS during configure process.
3720         - if libev is installed on the base system (not libevent), detect
3721           it from the event.h header file and link with -lev.
3722         - configlexer.lex gets config.h, and configyyrename.h added by make,
3723           no more double include.
3724         - More strict scrubber (Thanks to George Barwood for the idea):
3725           NS set must be pertinent to the query (qname subdomain nsname).
3726         - Fix bug#307: In 0x20 backoff fix fallback so the number of 
3727           outstanding queries does not become -1 and block the request.
3728           Fixed handling of recursion-lame in combination with 0x20 fallback.
3729           Fix so RRsets are compared canonicalized and sorted if the immediate
3730           comparison fails, this makes it work around round-robin sites.
3731
3732 23 April 2010: Wouter
3733         - Squelch log message: sendto failed permission denied for
3734           255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
3735         - Fix to fetch data as last resort more tenaciously.  When cycle
3736           targets cause the server selection to believe there are more options
3737           when they really are not there, the server selection is reinitiated.
3738         - Fix fetch from blacklisted dnssec lame servers as last resort.  The
3739           server's IP address is then given in validator errors as well.
3740         - Fix local-zone type redirect that did not use the query name for
3741           the answer rrset.
3742
3743 22 April 2010: Wouter
3744         - tag 1.4.4.
3745         - trunk contains 1.4.5 in development.
3746         - Fix validation failure for qtype ANY caused by a RRSIG parse failure.
3747           The validator error message was 'no signatures from ...'.
3748
3749 16 April 2010: Wouter
3750         - more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
3751         - tag 1.4.4rc1.
3752
3753 15 April 2010: Wouter
3754         - ECC-GOST algorithm number 12 that is assigned by IANA.  New test
3755           example key and signatures for GOST.  GOST requires openssl-1.0.0.
3756           GOST is still disabled by default.
3757
3758 9 April 2010: Wouter
3759         - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
3760           get into an endless loop, if 0x20 was enabled, and buffers are small
3761           or particular broken packets are received.
3762         - Fix chain of trust with CNAME at an intermediate step, for the DS
3763           processing proof.
3764
3765 8 April 2010: Wouter
3766         - Fix validation of queries with wildcard names (*.example).
3767
3768 6 April 2010: Wouter
3769         - Fix EDNS probe for .de DNSSEC testbed failure, where the infra
3770           cache timeout coincided with a server update, the current EDNS 
3771           backoff is less sensitive, and does not cache the backoff unless 
3772           the backoff actually works and the domain is not expecting DNSSEC.
3773         - GOST support with correct algorithm numbers.
3774
3775 1 April 2010: Wouter
3776         - iana portlist updated.
3777
3778 24 March 2010: Wouter
3779         - unbound control flushed items are not counted when flushed again.
3780
3781 23 March 2010: Wouter
3782         - iana portlist updated.
3783
3784 22 March 2010: Wouter
3785         - unbound-host disables use-syslog from config file so that the
3786           config file for the main server can be used more easily.
3787         - fix bug#301: unbound-checkconf could not parse interface
3788           '0.0.0.0@5353', even though unbound itself worked fine.
3789
3790 19 March 2010: Wouter
3791         - fix fwd_ancil test to pass if the socket options are not supported.
3792
3793 18 March 2010: Wouter
3794         - Fixed random numbers for port, interface and server selection.
3795           Removed very small bias.
3796         - Refer to the listing in unbound-control man page in the extended
3797           statistics entry in the unbound.conf man page.
3798
3799 16 March 2010: Wouter
3800         - Fix interface-automatic for OpenBSD: msg.controllen was too small,
3801           also assertions on ancillary data buffer.
3802         - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
3803         - for NSEC3 check if signatures are cached.
3804
3805 15 March 2010: Wouter
3806         - unit test for util/regional.c.
3807
3808 12 March 2010: Wouter
3809         - Reordered configure checks so fork and -lnsl -lsocket checks are
3810           earlier, and thus later checks benefit from and do not hinder them.
3811         - iana portlist updated.
3812         - ldns tarball updated.
3813         - Fix python use when multithreaded.
3814         - Fix solaris python compile.
3815         - Include less in config.h and include per code file for ldns, ssl.
3816
3817 11 March 2010: Wouter
3818         - another memory allocation option: --enable-alloc-nonregional.
3819           exposes the regional allocations to other memory purifiers.
3820         - fix for memory alignment in struct sock_list allocation.
3821         - Fix for MacPorts ldns without ssl default, unbound checks if ldns
3822           has dnssec functionality and uses the builtin if not.
3823         - Fix daemonize on Solaris 10, it did not detach from terminal.
3824         - tag 1.4.3 created.
3825         - trunk is 1.4.4 in development.
3826         - spelling fix in validation error involving cnames.
3827
3828 10 March 2010: Wouter
3829         - --enable-alloc-lite works with test set.
3830         - portability in the testset: printf format conversions, prototypes.
3831
3832 9 March 2010: Wouter
3833         - tag 1.4.2 created.
3834         - trunk is 1.4.3 in development.
3835         - --enable-alloc-lite debug option.
3836
3837 8 March 2010: Wouter
3838         - iana portlist updated.
3839
3840 4 March 2010: Wouter
3841         - Fix crash in control channel code.
3842
3843 3 March 2010: Wouter
3844         - better casts in pipe code, brackets placed wrongly.
3845         - iana portlist updated.
3846
3847 1 March 2010: Wouter
3848         - make install depends on make all.
3849         - Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
3850         - --enable-checking: enables assertions but does not look nonproduction.
3851         - nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
3852           nxdomain and nodata distinguished.
3853         - ldns tarball updated.
3854         - --disable-rpath fixed for libtool not found errors.
3855         - new fedora specfile from Fedora13 in contrib from Paul Wouters.
3856
3857 26 February 2010: Wouter
3858         - Fixup prototype for lexer cleanup in daemon code.
3859         - unbound-control list_stubs, list_forwards, list_local_zones and
3860           list_local_data.
3861
3862 24 February 2010: Wouter
3863         - Fix scrubber bug that potentially let NS records through.  Reported
3864           by Amanda Constant.
3865         - Also delete potential poison references from additional.
3866         - Fix: no classification of a forwarder as lame, throw away instead.
3867
3868 23 February 2010: Wouter
3869         - libunbound ub_ctx_get_option() added.
3870         - unbound-control set_option and get_option commands.
3871         - iana portlist updated.
3872
3873 18 February 2010: Wouter
3874         - A little more strict DS scrubbing.
3875         - No more blacklisting of unresponsive servers, a 2 minute timeout
3876           is backed off to.
3877         - RD flag not enabled for dnssec-blacklisted tries, unless necessary.
3878         - pickup ldns compile fix, libdl for libcrypto.
3879         - log 'tcp connect: connection timed out' only in high verbosity.
3880         - unbound-control log_reopen command.
3881         - moved get_option code from unbound-checkconf to util/config_file.c
3882
3883 17 February 2010: Wouter
3884         - Disregard DNSKEY from authority section for chain of trust.
3885           DS records that are irrelevant to a referral scrubbed.  Anti-poison.
3886         - iana portlist updated.
3887
3888 16 February 2010: Wouter
3889         - Check for 'no space left on device' (or other errors) when 
3890           writing updated autotrust anchors and print errno to log.
3891
3892 15 February 2010: Wouter
3893         - Fixed the requery protection, the TTL was 0, it is now 900 seconds,
3894           hardcoded.  We made the choice to send out more conservatively,
3895           protecting against an aggregate effect more than protecting a
3896           single user (from their own folly, perhaps in case of misconfig).
3897
3898 12 February 2010: Wouter
3899         - Re-query pattern changed on validation failure.  To protect troubled
3900           authority servers, unbound caches a failure for the DNSKEY or DS
3901           records for the entire zone, and only retries that 900 seconds later.
3902           This implies that only a handful of packets are sent extra to the
3903           authority if the zone fails.
3904
3905 11 February 2010: Wouter
3906         - ldns tarball update for long label length syntax error fix.
3907         - iana portlist updated.
3908
3909 9 February 2010: Wouter
3910         - Fixup in compat snprintf routine, %f 1.02 and %g support.
3911         - include math.h for testbound test compile portability.
3912
3913 2 February 2010: Wouter
3914         - Updated url of IANA itar, interim trust anchor repository, in script.
3915
3916 1 February 2010: Wouter
3917         - iana portlist updated.
3918         - configure test for memcmp portability.
3919
3920 27 January 2010: Wouter
3921         - removed warning on format string in validator error log statement.
3922         - iana portlist updated.
3923
3924 22 January 2010: Wouter
3925         - libtool finish the install of unbound python dynamic library.
3926
3927 21 January 2010: Wouter
3928         - acx_nlnetlabs.m4 synchronised with nsd's version.
3929
3930 20 January 2010: Wouter
3931         - Fixup lookup trouble for parent-child domains on the first query.
3932
3933 14 January 2010: Wouter
3934         - Fixup ldns detection to also check for header files.
3935
3936 13 January 2010: Wouter
3937         - prefetch-key option that performs DNSKEY queries earlier in the
3938           validation process, and that could halve the latency on DNSSEC
3939           queries.  It takes some extra processing (CPU, a cache is needed).
3940
3941 12 January 2010: Wouter
3942         - Fix unbound-checkconf for auto-trust-anchor-file present checks.
3943
3944 8 January 2010: Wouter
3945         - Fix for parent-child disagreement code which could have trouble
3946           when (a) ipv6 was disabled and (b) the TTL for parent and child
3947           were different.  There were two bugs, the parent-side information
3948           is fixed to no longer block lookup of child side information and
3949           the iterator is fixed to no longer attempt to get ipv6 when it is
3950           not enabled and then give up in failure.
3951         - test and fixes to make prefetch actually store the answer in the
3952           cache.  Considers some rrsets 'already expired' but does not allow
3953           overwriting of rrsets considered more secure.
3954
3955 7 January 2010: Wouter
3956         - Fixup python documentation (thanks Leo Vandewoestijne).
3957         - Work on cache prefetch feature.
3958         - Stats for prefetch, in log print stats, unbound-control stats
3959           and in unbound_munin plugin.
3960
3961 6 January 2010: Wouter
3962         - iana portlist updated.
3963         - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
3964         - verbose output includes parent-side-address notion for lameness.
3965         - documented val-log-level: 2 setting in example.conf and man page.
3966         - change unbound-control-setup from 1024(sha1) to 1536(sha256).
3967
3968 1 January 2010: Wouter
3969         - iana portlist updated.
3970
3971 22 December 2009: Wouter
3972         - configure with newer libtool 2.2.6b.
3973
3974 17 December 2009: Wouter
3975         - review comments.
3976         - tag 1.4.1.
3977         - trunk to version 1.4.2.
3978         
3979 15 December 2009: Wouter
3980         - Answer to qclass=ANY queries, with class IN contents.
3981           Test that validation also works.
3982         - updated ldns snapshot tarball with latest fixes (parsing records).
3983
3984 11 December 2009: Wouter
3985         - on IPv4 UDP turn off DF flag.
3986
3987 10 December 2009: Wouter
3988         - requirements.txt updated with design choice explanations.
3989         - Reading fixes: fix to set unlame when child confirms parent glue,
3990           and fix to avoid duplicate addresses in delegation point.
3991         - verify_rrsig routine checks expiration last.
3992
3993 9 December 2009: Wouter
3994         - Fix Bug#287(reopened): update of ldns tarball with fix for parse
3995           errors generated for domain names like '.example.com'.
3996         - Fix SOA excluded from negative DS responses.  Reported by Hauke
3997           Lampe.  The negative cache did not include proper SOA records for
3998           negative qtype DS responses which makes BIND barf on it, such
3999           responses are now only used internally.
4000         - Fix negative cache lookup of closestencloser check of DS type bit.
4001
4002 8 December 2009: Wouter
4003         - Fix for lookup of parent-child disagreement domains, where the
4004           parent-side glue works but it does not provide proper NS, A or AAAA
4005           for itself, fixing domains such as motorcaravanners.eu.
4006         - Feature: you can specify a port number in the interface: line, so
4007           you can bind the same interface multiple times at different ports.
4008
4009 7 December 2009: Wouter
4010         - Bug#287: Fix segfault when unbound-control remove nonexistent local
4011           data.  Added check to tests.
4012
4013 1 December 2009: Wouter
4014         - Fix crash with module-config "iterator".
4015         - Added unit test that has "iterator" module-config.
4016
4017 30 November 2009: Wouter
4018         - bug#284: fix parse of # without end-of-line at end-of-file.
4019
4020 26 November 2009: Wouter
4021         - updated ldns with release candidate for version 1.6.3.
4022         - tag for 1.4.0 release.
4023         - 1.4.1 version in trunk.
4024         - Fixup major libtool version to 2 because of why_bogus change.
4025           It was 1:5:0 but should have been 2:0:0.
4026
4027 23 November 2009: Wouter
4028         - Patch from David Hubbard for libunbound manual page.
4029         - Fixup endless spinning in unbound-control stats reported by
4030           Attila Nagy.  Probably caused by clock reversal.
4031
4032 20 November 2009: Wouter
4033         - contrib/split-itar.sh contributed by Tom Hendrikx.
4034
4035 19 November 2009: Wouter
4036         - better argument help for unbound-control.
4037         - iana portlist updated.
4038
4039 17 November 2009: Wouter
4040         - noted multiple entries for multiple domain names in example.conf.
4041         - iana portlist updated.
4042
4043 16 November 2009: Wouter
4044         - Fixed signer detection of CNAME responses without signatures.
4045         - Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
4046         - Tests for CNAMEs to deeper trust anchors, secure and bogus.
4047         - svn tag 1.4.0rc1 made.
4048
4049 13 November 2009: Wouter
4050         - Fixed validation failure for CNAME to optout NSEC3 nodata answer.
4051         - unbound-host does not fail on type ANY.
4052         - Fixed wireparse failure to put RRSIGs together with data in some
4053           long ANY mix cases, which fixes validation failures.
4054
4055 12 November 2009: Wouter
4056         - iana portlist updated.
4057         - fix manpage errors reported by debian lintian.
4058         - review comments.
4059         - fixup very long vallog2 level error strings.
4060         
4061 11 November 2009: Wouter
4062         - ldns tarball updated (to 1.6.2).
4063         - review comments.
4064
4065 10 November 2009: Wouter
4066         - Thanks to Surfnet found bug in new dnssec-retry code that failed
4067           to combine well when combined with DLV and a particular failure. 
4068         - Fixed unbound-control -h output about argument optionality.
4069         - review comments.
4070
4071 5 November 2009: Wouter
4072         - lint fixes and portability tests.
4073         - better error text for multiple domain keys in one autotrust file.
4074
4075 2 November 2009: Wouter
4076         - Fix bug where autotrust does not work when started with a DS.
4077         - Updated GOST unit tests for unofficial algorithm number 249
4078           and DNSKEY-format changes in draft version -01.
4079
4080 29 October 2009: Wouter
4081         - iana portlist updated.
4082         - edns-buffer-size option, default 4096.
4083         - fixed do-udp: no.
4084
4085 28 October 2009: Wouter
4086         - removed abort on prealloc failure, error still printed but softfail.
4087         - iana portlist updated.
4088         - RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
4089         - ldns tarball updated (which also enables rsasha256 support).
4090
4091 27 October 2009: Wouter
4092         - iana portlist updated.
4093
4094 8 October 2009: Wouter
4095         - please doxygen
4096         - add val-log-level print to corner case (nameserver.epost.bg).
4097         - more detail to errors from insecure delegation checks.
4098         - Fix double time subtraction in negative cache reported by 
4099           Amanda Constant and Hugh Mahon.
4100         - Made new validator error string available from libunbound for
4101           applications.  It is in result->why_bogus, a zero-terminated string.
4102           unbound-host prints it by default if a result is bogus.
4103           Also the errinf is public in module_qstate (for other modules).
4104
4105 7 October 2009: Wouter
4106         - retry for validation failure in DS and prime results. Less mem use.
4107           unit test.  Provisioning in other tests for requeries.
4108         - retry for validation failure in DNSKEY in middle of chain of trust.
4109           unit test.
4110         - retry for empty non terminals in chain of trust and unit test.
4111         - Fixed security bug where the signatures for NSEC3 records were not
4112           checked when checking for absence of DS records.  This could have
4113           enabled the substitution of an insecure delegation.
4114         - moved version number to 1.4.0 because of 1.3.4 release with only
4115           the NSEC3 patch from the entry above.
4116         - val-log-level: 2 shows extended error information for validation
4117           failures, but still one (longish) line per failure.  For example:
4118           validation failure <example.com. DNSKEY IN>: signature expired from
4119           192.0.2.4 for trust anchor example.com. while building chain of trust
4120           validation failure <www.example.com. A IN>: no signatures from
4121           192.0.2.6 for key example.com. while building chain of trust
4122
4123 6 October 2009: Wouter
4124         - Test set updated to provide additional ns lookup result.
4125           The retry would attempt to fetch the data from other nameservers
4126           for bogus data, and this needed to be provisioned in the tests.
4127
4128 5 October 2009: Wouter
4129         - first validation failure retry code.  Retries for data failures.
4130           And unit test.
4131
4132 2 October 2009: Wouter
4133         - improve 5011 modularization.
4134         - fix unbound-host so -d can be given before -C.
4135         - iana portlist updated.
4136
4137 28 September 2009: Wouter
4138         - autotrust-anchor-file can read multiline input and $ORIGIN.
4139         - prevent integer overflow in holddown calculation. review fixes.
4140         - fixed race condition in trust point revocation. review fix.
4141         - review fixes to comments, removed unused code.
4142
4143 25 September 2009: Wouter
4144         - so-rcvbuf: 4m option added.  Set this on large busy servers to not
4145           drop the occasional packet in spikes due to full socket buffers.
4146           netstat -su keeps a counter of UDP dropped due to full buffers.
4147         - review of validator/autotrust.c, small fixes and comments.
4148
4149 23 September 2009: Wouter
4150         - 5011 query failed counts verification failures, not lookup failures.
4151         - 5011 probe failure handling fixup.
4152         - test unbound reading of original autotrust data.
4153           The metadata per-key, such as key state (PENDING, MISSING, VALID) is
4154           picked up, otherwise performs initial probe like usual.
4155
4156 22 September 2009: Wouter
4157         - autotrust test with algorithm rollover, new ordering of checks
4158           assists in orderly rollover.
4159         - autotrust test with algorithm rollover to unknown algorithm.
4160           checks if new keys are supported before adding them.
4161         - autotrust test with trust point revocation, becomes unsigned.
4162         - fix DNSSEC-missing-signature detection for minimal responses
4163           for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
4164
4165 18 September 2009: Wouter
4166         - autotrust tests, fix trustpoint timer deletion code.
4167           fix count of valid anchors during missing remove.
4168         - autotrust: pick up REVOKE even if not signed with known other keys.
4169
4170 17 September 2009: Wouter
4171         - fix compile of unbound-host when --enable-alloc-checks.
4172         - Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
4173         - Manual page fixes reported by Tony Finch.
4174
4175 16 September 2009: Wouter
4176         - Fix memory leak reported by Tao Ma.
4177         - Fix memstats test tool for log-time-ascii log format.
4178
4179 15 September 2009: Wouter
4180         - iana portlist updated.
4181
4182 10 September 2009: Wouter
4183         - increased MAXSYSLOGLEN so .bg key can be printed in debug output.
4184         - use linebuffering for log-file: output, this can be significantly
4185           faster than the previous fflush method and enable some class of
4186           resolvers to use high verbosity (for short periods).
4187           Not on windows, because line buffering does not work there.
4188
4189 9 September 2009: Wouter
4190         - Fix bug where DNSSEC-bogus messages were marked with too high TTL.
4191           The RRsets would still expire at the normal time, but this would
4192           keep messages bogus in the cache for too long.
4193         - regression test for that bug.
4194         - documented that load_cache is meant for debugging.
4195
4196 8 September 2009: Wouter
4197         - fixup printing errors when load_cache, they were printed to the
4198           SSL connection which broke, now to the log.
4199         - new ldns - with fixed parse of large SOA values.
4200
4201 7 September 2009: Wouter
4202         - autotrust testbound scenarios.
4203         - autotrust fix that failure count is written to file.
4204         - autotrust fix that keys may become valid after add holddown time
4205           alone, before the probe returns.
4206
4207 4 September 2009: Wouter
4208         - Changes to make unbound work with libevent-2.0.3 alpha. (in
4209           configure detection due to new ssl dependency in libevent)
4210         - do not call sphinx for documentation when python is disabled.
4211         - remove EV_PERSIST from libevent timeout code to make the code
4212           compatible with the libevent-2.0.  Works with older libevent too.
4213         - fix memory leak in python code.
4214
4215 3 September 2009: Wouter
4216         - Got a patch from Luca Bruno for libunbound support on windows to
4217           pick up the system resolvconf nameservers and hosts there.
4218         - included ldns updated (enum warning fixed).
4219         - makefile fix for parallel makes.
4220         - Patch from Zdenek Vasicek and Attila Nagy for using the source IP
4221           from python scripts.  See pythonmod/examples/resip.py.
4222         - doxygen comment fixes.
4223
4224 2 September 2009: Wouter
4225         - TRAFFIC keyword for testbound. Simplifies test generation.
4226           ${range lower val upper} to check probe timeout values.
4227         - test with 5011-prepublish rollover and revocation.
4228         - fix revocation of RR for autotrust, stray exclamation mark.
4229
4230 1 September 2009: Wouter
4231         - testbound variable arithmetic.
4232         - autotrust probe time is randomised.
4233         - autotrust: the probe is active and does not fetch from cache.
4234
4235 31 August 2009: Wouter
4236         - testbound variable processing.
4237
4238 28 August 2009: Wouter
4239         - fixup unbound-control lookup to print forward and stub servers.
4240
4241 27 August 2009: Wouter
4242         - autotrust: mesh answer callback is empty.
4243
4244 26 August 2009: Wouter
4245         - autotrust probing.
4246         - iana portlist updated.
4247
4248 25 August 2009: Wouter
4249         - fixup memleak in trust anchor unsupported algorithm check.
4250         - iana portlist updated.
4251         - autotrust options: add-holddown, del-holddown, keep-missing.
4252         - autotrust store revoked status of trust points.
4253         - ctime_r compat definition.
4254         - detect yylex_destroy() in configure.
4255         - detect SSL_get_compression_methods declaration in configure.
4256         - fixup DS lookup at anchor point with unsigned parent.
4257         - fixup DLV lookup for DS queries to unsigned domains.
4258
4259 24 August 2009: Wouter
4260         - cleaner memory allocation on exit. autotrust test routines.
4261         - free all memory on program exit, fix for ssl and flex.
4262
4263 21 August 2009: Wouter
4264         - autotrust: debug routines. Read,write and conversions work.
4265
4266 20 August 2009: Wouter
4267         - autotrust: save and read trustpoint variables.
4268
4269 19 August 2009: Wouter
4270         - autotrust: state table updates.
4271         - iana portlist updated.
4272
4273 17 August 2009: Wouter
4274         - autotrust: process events.
4275
4276 17 August 2009: Wouter
4277         - Fix so that servers are only blacklisted if they fail to reply 
4278           to 16 queries in a row and the timeout gets above 2 minutes.
4279         - autotrust work, split up DS verification of DNSKEYs.
4280
4281 14 August 2009: Wouter
4282         - unbound-control lookup prints out infra cache information, like RTT.
4283         - Fix bug in DLV lookup reported by Amanda from Secure64.
4284           It could sometimes wrongly classify a domain as unsigned, which
4285           does not give the AD bit on replies.
4286
4287 13 August 2009: Wouter
4288         - autotrust read anchor files. locked trust anchors.
4289
4290 12 August 2009: Wouter
4291         - autotrust import work.
4292
4293 11 August 2009: Wouter
4294         - Check for openssl compatible with gost if enabled.
4295         - updated unit test for GOST=211 code.
4296           Nicer naming of test files.
4297         - iana portlist updated.
4298
4299 7 August 2009: Wouter
4300         - call OPENSSL_config() in unbound and unit test so that the
4301           operator can use openssl.cnf for configuration options.
4302         - removed small memory leak from config file reader.
4303
4304 6 August 2009: Wouter
4305         - configure --enable-gost for GOST support, experimental
4306           implementation of draft-dolmatov-dnsext-dnssec-gost-01.
4307         - iana portlist updated.
4308         - ldns tarball updated (with GOST support).
4309
4310 5 August 2009: Wouter
4311         - trunk moved to 1.3.4.
4312
4313 4 August 2009: Wouter
4314         - Added test that the examples from draft rsasha256-14 verify.
4315         - iana portlist updated.
4316         - tagged 1.3.3
4317
4318 3 August 2009: Wouter
4319         - nicer warning when algorithm not supported, tells you to upgrade.
4320         - iana portlist updated.
4321
4322 27 July 2009: Wouter
4323         - Updated unbound-cacti contribution from Dmitriy Demidov, with
4324           the queue statistics displayed in its own graph.
4325         - iana portlist updated.
4326
4327 22 July 2009: Wouter
4328         - Fix bug found by Michael Tokarev where unbound would try to
4329           prime the root servers even though forwarders are configured for
4330           the root.
4331         - tagged 1.3.3rc1
4332
4333 21 July 2009: Wouter
4334         - Fix server selection, so that it waits for open target queries when
4335           faced with lameness.
4336
4337 20 July 2009: Wouter
4338         - Ignore transient sendto errors, no route to host, and host, net down.
4339         - contrib/update-anchor.sh has -r option for root-hints.
4340         - feature val-log-level: 1 prints validation failures so you can
4341           keep track of them during dnssec deployment.
4342
4343 16 July 2009: Wouter
4344         - fix replacement malloc code.  Used in crosscompile.
4345         - makedist -w creates crosscompiled setup.exe on fedora11.
4346
4347 15 July 2009: Wouter
4348         - dependencies for compat items, for crosscompile.
4349         - mingw32 crosscompile changes, dependencies and zipfile creation.
4350           and with System.dll from the windows NSIS you can make setup.exe.
4351         - package libgcc_s_sjlj exception handler for NSISdl.dll.
4352
4353 14 July 2009: Wouter
4354         - updated ldns tarball for solaris x64 compile assistance.
4355         - no need to define RAND_MAX from config.h.
4356         - iana portlist updated.
4357         - configure changes and ldns update for mingw32 crosscompile.
4358
4359 13 July 2009: Wouter
4360         - Fix for crash at start on windows.
4361         - tag for release 1.3.2.
4362         - trunk has version 1.3.3.
4363         - Fix for ID bits on windows to use all 16. RAND_MAX was not
4364           defined like you'd expect on mingw. Reported by Mees de Roo.
4365
4366 9 July 2009: Wouter
4367         - tag for release 1.3.1.
4368         - trunk has version 1.3.2.
4369
4370 7 July 2009: Wouter
4371         - iana portlist updated.
4372
4373 6 July 2009: Wouter
4374         - prettier error handling in SSL setup.
4375         - makedist.sh uname fix (same as ldns).
4376         - updated fedora spec file.
4377
4378 3 July 2009: Wouter
4379         - fixup linking when ldnsdir is "".
4380
4381 30 June 2009: Wouter
4382         - more lenient truncation checks.
4383
4384 29 June 2009: Wouter
4385         - ldns trunk r2959 imported as tarball, because of solaris cc compile
4386           support for c99.  r2960 for better configure.
4387         - better wrongly_truncated check.
4388         - On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
4389           avoid dropped packets at routers.
4390
4391 26 June 2009: Wouter
4392         - Fix EDNS fallback when EDNS works for short answers but long answers
4393           are dropped.
4394
4395 22 June 2009: Wouter
4396         - fixup iter priv strict aliasing while preserving size of sockaddr.
4397         - iana portlist updated.  (one less port allocated, one more fraction
4398           of a bit for security!)
4399         - updated fedora specfile in contrib from Paul Wouters.
4400         
4401 19 June 2009: Wouter
4402         - Fixup strict aliasing warning in iter priv code.
4403           and config_file code.
4404         - iana portlist updated.
4405         - harden-referral-path: handle cases where NS is in answer section.
4406
4407 18 June 2009: Wouter
4408         - Fix of message parse bug where (specifically) an NSEC and RRSIG
4409           in the wrong order would be parsed, but put wrongly into internal
4410           structures so that later validation would fail.
4411         - Extreme lenience for wrongly truncated replies where a positive
4412           reply has an NS in the authority but no signatures.  They are
4413           turned into minimal responses with only the (secure) answer.
4414         - autoconf 2.63 for configure.
4415         - python warnings suppress.  Keep python API away from header files.
4416
4417 17 June 2009: Wouter
4418         - CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
4419           used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
4420
4421 16 June 2009: Wouter
4422         - Fixup opportunistic target query generation to it does not
4423           generate queries that are known to fail.
4424         - Touchup on munin total memory report.
4425         - messages picked out of the cache by the iterator are checked
4426           if their cname chain is still correct and if validation status
4427           has to be reexamined.
4428
4429 15 June 2009: Wouter
4430         - iana portlist updated.
4431
4432 14 June 2009: Wouter
4433         - Fixed bug where cached responses would lose their security
4434           status on second validation, which especially impacted dlv
4435           lookups.  Reported by Hauke Lampe.
4436
4437 13 June 2009: Wouter
4438         - bug #254. removed random whitespace from example.conf.
4439
4440 12 June 2009: Wouter
4441         - Fixup potential wrong NSEC picked out of the cache.
4442         - If unfulfilled callbacks are deleted they are called with an error.
4443         - fptr wlist checks for mesh callbacks.
4444         - fwd above stub in configuration works.
4445
4446 11 June 2009: Wouter
4447         - Fix queries for type DS when forward or stub zones are there.
4448           They are performed to higherup domains, and thus treated as if
4449           going to higher zones when looking up the right forward or stub
4450           server.  This makes a stub pointing to a local server that has
4451           a local view of example.com signed with the same keys as are
4452           publicly used work.  Reported by Johan Ihren.
4453         - Added build-unbound-localzone-from-hosts.pl to contrib, from
4454           Dennis DeDonatis.  It converts /etc/hosts into config statements.
4455         - same thing fixed for forward-zone and DS, chain of trust from
4456           public internet into the forward-zone works now.  Added unit test.
4457
4458 9 June 2009: Wouter
4459         - openssl key files are opened apache-style, when user is root and
4460           before chrooting.  This makes permissions on remote-control key 
4461           files easier to set up.  Fixes bug #251.
4462         - flush_type and flush_name remove msg cache entries.
4463         - codereview - dp copy bogus setting fix.
4464
4465 8 June 2009: Wouter
4466         - Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
4467           inadvertant behaviour.
4468         - 1.3.0 tarball for release created.
4469         - 1.3.1 development in svn trunk.
4470         - iana portlist updated.
4471         - fix lint from complaining on ldns/sha.h.
4472         - help compiler figure out aliasing in priv_rrset_bad() routine.
4473         - fail to configure with python if swig is not found.
4474         - unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
4475
4476 3 June 2009: Wouter
4477         - fixup bad free() when wrongly encoded DSA signature is seen.
4478           Reported by Paul Wouters.
4479         - review comments from Matthijs.
4480
4481 2 June 2009: Wouter
4482         - --enable-sha2 option. The draft rsasha256 changed its algorithm
4483           numbers too often.  Therefore it is more prudent to disable the
4484           RSASHA256 and RSASHA512 support by default.
4485         - ldns trunk included as new tarball.
4486         - recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
4487
4488 29 May 2009: Wouter
4489         - fixup doc bug in README reported by Matthew Dempsky.
4490
4491 28 May 2009: Wouter
4492         - update iana port list
4493         - update ldns lib tarball
4494
4495 27 May 2009: Wouter
4496         - detect lack of IPv6 support on XP (with a different error code).
4497         - Fixup a crash-on-exit which was triggered by a very long queue.
4498           Unbound would try to re-use ports that came free, but this is
4499           of course not really possible because everything is deleted.
4500           Most easily triggered on XP (not Vista), maybe because of the
4501           network stack encouraging large messages backlogs.
4502         - change in debug statements.
4503         - Fixed bug that could cause a crash if root prime failed when there
4504           were message backlogs.
4505
4506 26 May 2009: Wouter
4507         - Thanks again to Brett Carr, found an assertion that was not true.
4508           Assertion checked if recursion parent query still existed.
4509
4510 29 April 2009: Wouter
4511         - Thanks to Brett Carr, caught windows resource leak, use 
4512           closesocket() and not close() on sockets or else the network stack
4513           starts to leak handles.
4514         - Removed usage of windows Mutex because windows cannot handle enough
4515           mutexes open.  Provide own mutex implementation using primitives.
4516
4517 28 April 2009: Wouter
4518         - created svn tag for 1.3.0.
4519
4520 27 April 2009: Wouter
4521         - optimised cname from cache.
4522         - ifdef windows functions in testbound.
4523
4524 23 April 2009: Wouter
4525         - fix for threadsafety in solaris thr_key_create() in tests.
4526         - iana portlist updated.
4527         - fix pylib test for Darwin.
4528         - fix pymod test for Darwin and a python threading bug in pymod init.
4529         - check python >= 2.4 in configure.
4530         - -ldl check for libcrypto 1.0.0beta.
4531
4532 21 April 2009: Wouter
4533         - fix for build outside sourcedir.
4534         - fix for configure script swig detection.
4535
4536 17 April 2009: Wouter
4537         - Fix reentrant in minievent handler for unix. Could have resulted
4538           in spurious event callbacks.
4539         - timers do not take up a fd slot for winsock handler.
4540         - faster fix for winsock reentrant check.
4541         - fix rsasha512 unit test for new (interim) algorithm number.
4542         - fix test:ldns doesn't like DOS line endings in keyfiles on unix.
4543         - fix compile warning on ubuntu (configlexer fwrite return value).
4544         - move python include directives into CPPFLAGS instead of CFLAGS.
4545
4546 16 April 2009: Wouter
4547         - winsock event handler exit very quickly on signal, even if
4548           under heavy load.
4549         - iana portlist updated.
4550         - fixup windows winsock handler reentrant problem.
4551
4552 14 April 2009: Wouter
4553         - bug #245: fix munin plugin, perform cleanup of stale lockfiles.
4554         - makedist.sh; better help text.
4555         - cache-min-ttl option and tests.
4556         - mingw detect error condition on TCP sockets (NOTCONN).
4557
4558 9 April 2009: Wouter
4559         - Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
4560         - ldns tarball updated.
4561         - iana portlist update.
4562         - detect GOST support in openssl-1.0.0-beta1, and fix compile problem
4563           because that openssl defines the name STRING for itself.
4564
4565 6 April 2009: Wouter
4566         - windows compile fix.
4567         - Detect FreeBSD jail without ipv6 addresses assigned.
4568         - python libunbound wrapper unit test.
4569         - installs the following files. Default is to not build them.
4570                 from configure --with-pythonmodule:
4571           /usr/lib/python2.x/site-packages/unboundmodule.py
4572                 from configure --with-pyunbound:
4573           /usr/lib/python2.x/site-packages/unbound.py
4574           /usr/lib/python2.x/site-packages/_unbound.so*
4575           The example python scripts (pythonmod/examples and
4576           libunbound/python/examples) are not installed.
4577         - python invalidate routine respects packed rrset ids and locks.
4578         - clock skew checks in unbound, config statements.
4579         - nxdomain ttl considerations in requirements.txt
4580
4581 3 April 2009: Wouter
4582         - Fixed a bug that caused messages to be stored in the cache too 
4583           long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
4584           targets have been more vulnerable to the TTL miscalculation bug. 
4585         - documentation test fixed for python addition.
4586
4587 2 April 2009: Wouter
4588         - pyunbound (libunbound python plugin) compiles using libtool.
4589         - documentation for pythonmod and pyunbound is generated in doc/html.
4590         - iana portlist updated.
4591         - fixed bug in unbound-control flush_zone where it would not flush
4592           every message in the target domain.  This especially impacted 
4593           NXDOMAIN messages which could remain in the cache regardless.
4594         - python module test package.
4595
4596 1 April 2009: Wouter
4597         - suppress errors when trying to contact authority servers that gave
4598           ipv6 AAAA records for their nameservers with ipv4 mapped contents.
4599           Still tries to do so, could work when deployed in intranet.
4600           Higher verbosity shows the error.
4601         - new libunbound calls documented.
4602         - pyunbound in libunbound/python. Removed compile warnings.
4603           Makefile to make it.
4604
4605 30 March 2009: Wouter
4606         - Fixup LDFLAGS from libevent sourcedir compile configure restore.
4607         - Fixup so no non-absolute rpaths are added.
4608         - Fixup validation of RRSIG queries, they are let through.
4609         - read /dev/random before chroot
4610         - checkconf fix no python checks when no python module enabled.
4611         - fix configure, pthread first, so other libs do not change outcome.
4612
4613 27 March 2009: Wouter
4614         - nicer -h output. report linked libraries and modules.
4615         - prints modules in intuitive order (config file friendly).
4616         - python compiles easily on BSD.
4617
4618 26 March 2009: Wouter
4619         - ignore swig varargs warnings with gcc.
4620         - remove duplicate example.conf text from python example configs.
4621         - outofdir compile fix for python.
4622         - pyunbound works.
4623         - print modules compiled in on -h. manpage.
4624
4625 25 March 2009: Wouter
4626         - initial import of the python contribution from Zdenek Vasicek and
4627           Marek Vavrusa.
4628         - pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
4629
4630 24 March 2009: Wouter
4631         - more neat configure.ac. Removed duplicate config.h includes.
4632         - neater config.h.in.
4633         - iana portlist updated.
4634         - fix util/configlexer.c and solaris -std=c99 flag.
4635         - fix postcommit aclocal errors.
4636         - spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
4637         - swap order of host detect and libtool generation.
4638
4639 23 March 2009: Wouter
4640         - added launchd plist example file for MacOSX to contrib.
4641         - deprecation test for daemon(3).
4642         - moved common configure actions to m4 include, prettier Makefile.
4643
4644 20 March 2009: Wouter
4645         - bug #239: module-config entries order is important. Documented.
4646         - build fix for test asynclook.
4647
4648 19 March 2009: Wouter
4649         - winrc/README.txt dos-format text file.
4650         - iana portlist updated.
4651         - use _beginthreadex() when available (performs stack alignment).
4652         - defaults for windows baked into configure.ac (used if on mingw).
4653
4654 18 March 2009: Wouter
4655         - Added tests, unknown algorithms become insecure. fallback works.
4656         - Fix for and test for unknown algorithms in a trust anchor
4657           definition.  Trust anchors with no supported algos are ignored.
4658           This means a (higher)DS or DLV entry for them could succeed, and
4659           otherwise they are treated as insecure.
4660         - domain-insecure: "example.com" statement added. Sets domain
4661           insecure regardless of chain of trust DSs or DLVs. The inverse
4662           of a trust-anchor.
4663
4664 17 March 2009: Wouter
4665         - unit test for unsupported algorithm in anchor warning.
4666         - fixed so queries do not fail on opportunistic target queries.
4667
4668 16 March 2009: Wouter
4669         - fixup diff error printout in contrib/update-itar.sh.
4670         - added contrib/unbound_cacti for statistics support in cacti,
4671           contributed by Dmitriy Demidov.
4672
4673 13 March 2009: Wouter
4674         - doxygen and lex/yacc on linux.
4675         - strip update-anchor on makedist -w.
4676         - fix testbound on windows.
4677         - default log to syslog for windows.
4678         - uninstaller can stop unbound - changed text on it to reflect that.
4679         - remove debugging from windows 'cron' actions.
4680
4681 12 March 2009: Wouter
4682         - log to App.logs on windows prints executable identity.
4683         - fixup tests.
4684         - munin plugin fix benign locking error printout.
4685         - anchor-update for windows, called every 24 hours; unbound reloads.
4686
4687 11 March 2009: Wouter
4688         - winsock event handler resets WSAevents after signalled.
4689         - winsock event handler tests if signals are really signalled.
4690         - install and service with log to file works on XP and Vista on 
4691           default install location.
4692         - on windows logging to the Application logbook works (as a service).
4693         - fix RUN_DIR on windows compile setting in makedist.
4694         - windows registry has Software\Unbound\ConfigFile element.
4695           If does not exist, the default is used. The -c switch overrides it.
4696         - fix makedist version cleanup function.
4697
4698 10 March 2009: Wouter
4699         - makedist -w strips out old rc.. and snapshot info from version.
4700         - setup.exe starts and stops unbound after install, before uninstall.
4701         - unbound-checkconf recognizes absolute pathnames on windows (C:...).
4702
4703 9 March 2009: Wouter
4704         - Nullsoft NSIS installer creation script.
4705
4706 5 March 2009: Wouter
4707         - fixup memory leak introduced on 18feb in mesh reentrant fix.
4708
4709 3 March 2009: Wouter
4710         - combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
4711         - service works on xp/vista, no config necessary (using defaults).
4712         - windows registry settings.
4713
4714 2 March 2009: Wouter
4715         - fixup --export-symbols to be -export-symbls for libtool.
4716           This should fix extraneous symbols exported from libunbound.
4717           Thanks to Ondrej Sury and Robert Edmonds for finding it.
4718         - iana portlist updated.
4719         - document FAQ entry on stub/forward zones and default blocking.
4720         - fix asynclook test app for libunbound not exporting symbols.
4721         - service install and remove utils that work with vista UAC.
4722                 
4723 27 February 2009: Wouter
4724         - Fixup lexer, to not give warnings about fwrite. Appeared in
4725           new lexer features.
4726         - makedistro functionality for mingw. Has RC support.
4727         - support spaces and backslashes in configured defaults paths.
4728         - register, deregister in service control manager.
4729
4730 25 February 2009: Wouter
4731         - windres usage for application resources.
4732
4733 24 February 2009: Wouter
4734         - isc moved their dlv key download location.
4735         - fixup warning on vista/mingw.
4736         - makedist -w for window zip distribution first version.
4737
4738 20 February 2009: Wouter
4739         - Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
4740           Nicer script layout.  Added url to site in -h output.
4741
4742 19 February 2009: Wouter
4743         - unbound-checkconf and unbound print warnings when trust anchors
4744           have unsupported algorithms.
4745         - added contrib/update-itar.sh  This script is similar to
4746           update-anchor.sh, and updates from the IANA ITAR repository.
4747           You can provide your own PGP key and trust repo, or can use the
4748           builtin.  The program uses wget and gpg to work.
4749         - iana portlist updated.
4750         - update-itar.sh: using ftp:// urls because https godaddy certificate
4751           is not available everywhere and then gives fatal errors.  The 
4752           security is provided by pgp signature.
4753
4754 18 February 2009: Wouter
4755         - more cycle detection. Also for target queries.
4756         - fixup bug where during deletion of the mesh queries the callbacks
4757           that were reentrant caused assertion failures. Keep the mesh in 
4758           a reentrant safe state.  Affects libunbound, reload of server,
4759           on quit and flush_requestlist.
4760         - iana portlist updated.
4761
4762 13 February 2009: Wouter
4763         - forwarder information now per-thread duplicated.
4764           This keeps it read only for speed, with no locking necessary.
4765         - forward command for unbound control to change forwarders to use
4766           on the fly.
4767         - document that unbound-host reads no config file by default.
4768         - updated iana portlist.
4769
4770 12 February 2009: Wouter
4771         - call setusercontext if available (on BSD).
4772         - small refactor of stats clearing.
4773         - #227: flush_stats feature for unbound-control.
4774         - stats_noreset feature for unbound-control.
4775         - flush_requestlist feature for unbound-control.
4776         - libunbound version upped API (was changed 5 feb).
4777         - unbound-control status shows if root forwarding is in use.
4778         - slightly nicer memory management in iter-fwd code.
4779
4780 10 February 2009: Wouter
4781         - keys with rfc5011 REVOKE flag are skipped and not considered when
4782           validating data.
4783         - iana portlist updated
4784         - #226: dump_requestlist feature for unbound-control.
4785
4786 6 February 2009: Wouter
4787         - contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
4788         - iana portlist updated.
4789         - fixup EOL in include directive (reported by Paul Wouters).
4790           You can no longer specify newlines in the names of included files.
4791         - config parser changed. Gives some syntax errors closer to where they 
4792           occurred. Does not enforce a space after keyword anymore.
4793           Does not allow literal newlines inside quoted strings anymore.
4794         - verbosity level 5 logs customer IP for new requestlist entries.
4795         - test fix, lexer and cancel test.
4796         - new option log-time-ascii: yes  if you enable it prints timestamps
4797           in the log file as Feb 06 13:45:26 (like syslog does).
4798         - detect event_base_new in libevent-1.4.1 and later and use it.
4799         - #231 unbound-checkconf -o option prints that value from config file.
4800           Useful for scripting in management scripts and the like.
4801
4802 5 February 2009: Wouter
4803         - ldns 1.5.0 rc as tarball included.
4804         - 1.3.0 development continues:
4805           change in libunbound API: ub_cancel can return an error, that
4806           the async_id did not exist, or that it was already delivered.
4807           The result could have been delivered just before the cancel 
4808           routine managed to acquire the lock, so a caller may get the
4809           result at the same time they call cancel.  For this case, 
4810           ub_cancel tries to return an error code.
4811           Fixes race condition in ub_cancel() libunbound function.
4812         - MacOSX Leopard cleaner text output from configure.
4813         - initgroups(3) is called to drop secondary group permissions, if
4814           applicable.
4815         - configure option --with-ldns-builtin forces the use of the 
4816           inluded ldns package with the unbound source.  The -I include
4817           is put before the others, so it avoids bad include files from
4818           an older ldns install.
4819         - daemon(3) posix call is used when available.
4820         - testbound test for older fix added.
4821
4822 4 February 2009: Wouter
4823         - tag for release 1.2.1.
4824         - trunk setup for 1.3.0 development.
4825
4826 3 February 2009: Wouter
4827         - noted feature requests in doc/TODO.
4828         - printout more detailed errors on ssl certificate loading failures.
4829         - updated IANA portlist.
4830
4831 16 January 2009: Wouter
4832         - more quiet about ipv6 network failures, i.e. when ipv6 is not
4833           available (network unreachable). Debug still printed on high
4834           verbosity.
4835         - unbound-host -4 and -6 options. Stops annoying ipv6 errors when
4836           debugging with unbound-host -4 -d ... 
4837         - more cycle detection for NS-check, addr-check, root-prime and
4838           stub-prime queries in the iterator.  Avoids possible deadlock
4839           when priming fails.
4840
4841 15 January 2009: Wouter
4842         - bug #229: fixup configure checks for compilation with Solaris 
4843           Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
4844         - fixup suncc warnings.
4845         - fix bug where unbound could crash using libevent 1.3 and older.
4846         - update testset for recent retry change.
4847
4848 14 January 2009: Wouter
4849         - 1.2.1 feature: negative caching for failed queries.
4850           Queries that failed are cached for 5 seconds (NORR_TTL).
4851           If the failure is local, like out of memory, it is not cached.
4852         - the TTL comparison for the cache used different comparisons,
4853           causing many cache responses that used the iterator and validator
4854           state machines unnecessarily.
4855         - retry from 4 to 5 so that EDNS drop retry is part of the first
4856           query resolve attempt, and cached error does not stop EDNS fallback.
4857         - remove debug prints that protect against bad referrals.
4858         - honor QUIET=no on make commandline (or QUIET=yes ).
4859
4860 13 January 2009: Wouter
4861         - fixed bug in lameness marking, removed printouts.
4862         - find NS rrset more cleanly for qtype NS.
4863         - Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
4864           reporting and logs.
4865         - 1.2.1 feature: stops resolving AAAAs promiscuously when they
4866           are in the negative cache.
4867
4868 12 January 2009: Wouter
4869         - fixed bug in infrastructure lameness cache, did not lowercase
4870           name of zone to hash when setting lame.
4871         - lameness debugging printouts.
4872
4873 9 January 2009: Wouter
4874         - created svn tag for 1.2.0 release.
4875         - svn trunk contains 1.2.1 version number.
4876         - iana portlist updated for todays list.
4877         - removed debug print.
4878
4879 8 January 2009: Wouter
4880         - new version of ldns-trunk (today) included as tarball, fixed 
4881           bug #224, building with -j race condition.
4882         - remove possible race condition in the test for race conditions.
4883
4884 7 January 2009: Wouter
4885         - version 1.2.0 in preparation.
4886         - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
4887           statements. (Adapted from patch by Paul Wouters).
4888         - typo fix and iana portlist updated.
4889         - porting testsuite; unused var warning, and type fixup.
4890
4891 6 January 2009: Wouter
4892         - fixup packet-of-death when compiled with --enable-debug.
4893           A malformed packet could cause an internal assertion failure.
4894         - added test for HINFO canonicalisation behaviour.
4895         - fixup reported problem with transparent local-zone data where
4896           queries with different type could get nxdomain. Now queries
4897           with a different name get resolved normally, with different type
4898           get a correct NOERROR/NODATA answer.
4899         - HINFO no longer downcased for validation, making unbound compatible
4900           with bind and ldns.
4901         - fix reading included config files when chrooted.
4902           Give full path names for include files.
4903           Relative path names work if the start dir equals the working dir.
4904         - fix libunbound message transport when no packet buffer is available.
4905
4906 5 January 2009: Wouter
4907         - fixup getaddrinfo failure handling for remote control port.
4908         - added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
4909         - fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
4910         - comm_timer_set performs base_set operation after event_add.
4911
4912 18 December 2008: Wouter
4913         - fixed bug reported by Duane Wessels: error in DLV lookup, would make
4914           some zones that had correct DLV keys as insecure.
4915         - follows -rc makedist from ldns changes (no _rc).
4916         - ldns tarball updated with 1.4.1rc for DLV unit test.
4917         - verbose prints about recursion lame detection and server selection.
4918         - fixup BSD port for infra host storage. It hashed wrongly.
4919         - fixup makedist snapshot name generation.
4920         - do not reopen syslog to avoid dev/log dependency.
4921
4922 17 December 2008: Wouter
4923         - follows ldns makedist.sh. -rc option. autom4te dir removed.
4924         - unbound-control status command.
4925         - extended statistics has a number of ipv6 queries counter.
4926           contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
4927
4928 16 December 2008: Wouter
4929         - follow makedist improvements from ldns, for maintainers prereleases.
4930         - snapshot version uses _ not - to help rpm distinguish the
4931           version number.
4932
4933 11 December 2008: Wouter
4934         - better fix for bug #219: use LOG_NDELAY with openlog() call.
4935           Thanks to Tamas Tevesz.
4936
4937 9 December 2008: Wouter
4938         - bug #221 fixed: unbound checkconf checks if key files exist if
4939           remote control is enabled. Also fixed NULL printf when not chrooted.
4940         - iana portlist updated.
4941
4942 3 December 2008: Wouter
4943         - Fix problem reported by Jaco Engelbrecht where unbound-control stats
4944           freezes up unbound if this was compiled without threading, and
4945           was using multiple processes.
4946         - iana portlist updated.
4947         - test for remote control with interprocess communication.
4948         - created command distribution mechanism so that remote control
4949           commands other than 'stats' work on all processes in a nonthreaded
4950           compiled version. dump/load cache work, on the first process.
4951         - fixup remote control local_data addition memory corruption bug.
4952
4953 1 December 2008: Wouter
4954         - SElinux policy files in contrib/selinux for the unbound daemon,
4955           by Paul Wouters and Adam Tkac.
4956
4957 25 November 2008: Wouter
4958         - configure complains when --without-ssl is given (bug #220).
4959         - skip unsupported feature tests on vista/mingw.
4960         - fixup testcode/streamtcp to work on vista/mingw.
4961         - root-hints test checks version of dig required.
4962         - blacklisted servers are polled at a low rate (1%) to see if they
4963           come back up. But not if there is some other working server.
4964
4965 24 November 2008: Wouter
4966         - document that the user of the server daemon needs read privileges
4967           on the keys and certificates generated by unbound-control-setup.
4968           This is different per system or distribution, usually, running the
4969           script under the same username as the server uses suffices.
4970           i.e.  sudo -u unbound unbound-control-setup
4971         - testset port to vista/mingw.
4972         - tcp_sigpipe to freebsd port.
4973
4974 21 November 2008: Wouter
4975         - fixed tcp accept, errors were printed when they should not.
4976         - unbound-control-setup.sh removes read/write permissions other
4977           from the keys it creates (as suggested by Dmitriy Demidov).
4978
4979 20 November 2008: Wouter
4980         - fixup fatal error due to faulty error checking after tcp accept.
4981         - add check in rlimit to avoid integer underflow.
4982         - rlimit check with new formula; better estimate for number interfaces
4983         - nicer comments in rlimit check.
4984         - tag 1.1.1 created in svn.
4985         - trunk label is 1.1.2
4986
4987 19 November 2008: Wouter
4988         - bug #219: fixed so that syslog which delays opening until the first
4989           log line is written, gets a log line while not chroot'ed yet.
4990
4991 18 November 2008: Wouter
4992         - iana portlist updated.
4993         - removed cast in unit test debug print that was not 64bit safe.
4994         - trunk back to 1.1.0; copied to tags 1.1.0 release.
4995         - trunk to has version number 1.1.1 again.
4996         - in 1.1.1; make clean nicer. grammar in manpage.
4997
4998 17 November 2008: Wouter
4999         - theoretical fix for problems reported on mailing list.
5000           If a delegation point has no A but only AAAA and do-ip6 is no,
5001           resolution would fail. Fixed to ask for the A and AAAA records.
5002           It has to ask for both always, so that it can fail quietly, from
5003           TLD perspective, when a zone is only reachable on one transport.
5004         - test for above, only AAAA and doip6 is no. Fix causes A record
5005           for nameserver to be fetched.
5006         - fixup address duplication on cache fillup for delegation points.
5007         - testset updated for new query answer requirements.
5008
5009 14 November 2008: Wouter
5010         - created 1.1.0 release tag in svn.
5011         - trunk moved to 1.1.1
5012         - fixup unittest-neg for locking.
5013
5014 13 November 2008: Wouter
5015         - added fedora init and specfile to contrib (by Paul Wouters).
5016         - added configure check for ldns 1.4.0 (using its compat funcs).
5017         - neater comments in worker.h.
5018         - removed doc/plan and updated doc/TODO.
5019         - silenced EHOSTDOWN (verbosity 2 or higher to see it).
5020         - review comments from Jelte, Matthijs. Neater code.
5021
5022 12 November 2008: Wouter
5023         - add unbound-control manpage to makedist replace list.
5024
5025 11 November 2008: Wouter
5026         - unit test for negative cache, stress tests the refcounting.
5027         - fix for refcounting error that could cause fptr_wlist fatal exit
5028           in the negative cache rbtree (upcoming 1.1 feature). (Thanks to 
5029           Attila Nagy for testing).
5030         - nicer comments in cachedump about failed RR to string conversion.
5031         - fix 32bit wrap around when printing large (4G and more) mem usage
5032           for extended statistics.
5033
5034 10 November 2008: Wouter
5035         - fixup the getaddrinfo compat code rename.
5036
5037 8 November 2008: Wouter
5038         - added configure check for eee build warning.
5039
5040 7 November 2008: Wouter
5041         - fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
5042         - detect nonblocking problems in network stack in configure script.
5043
5044 6 November 2008: Wouter
5045         - dname_priv must decompress the name before comparison.
5046         - iana portlist updated.
5047
5048 5 November 2008: Wouter
5049         - fixed possible memory leak in key_entry_key deletion.
5050           Would leak a couple bytes when trust anchors were replaced.
5051         - if query and reply qname overlap, the bytes are skipped not copied.
5052         - fixed file descriptor leak when messages were jostled out that
5053           had outstanding (TCP) replies.
5054         - DNAMEs used from cache have their synthesized CNAMEs initialized
5055           properly.
5056         - fixed file descriptor leak for localzone type deny (for TCP).
5057         - fixed memleak at exit for nsec3 negative cached zones.
5058         - fixed memleak for the keyword 'nodefault' when reading config.
5059         - made verbosity of 'edns incapable peer' warning higher, so you
5060           do not get spammed by it.
5061         - caught elusive Bad file descriptor error bug, that would print the
5062           error while unnecessarily try to listen to a closed fd. Fixed.
5063
5064 4 November 2008: Wouter
5065         - fixed -Wwrite-strings warnings that result in better code.
5066
5067 3 November 2008: Wouter
5068         - fixup build process for Mac OSX linker, use ldns b32 compat funcs.
5069         - generated configure with autoconf-2.61.
5070         - iana portlist updated.
5071         - detect if libssl needs libdl.  For static linking with libssl.
5072         - changed to use new algorithm identifiers for sha256/sha512
5073           from ldns 1.4.0 (need very latest version).
5074         - updated the included ldns tarball.
5075         - proper detection of SHA256 and SHA512 functions (not just sizes).
5076
5077 23 October 2008: Wouter
5078         - a little more debug info for failure on signer names. prints names.
5079
5080 22 October 2008: Wouter
5081         - CFLAGS are picked up by configure from the environment.
5082         - iana portlist updated.
5083         - updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
5084         - new stub-prime: yesno option. Default is off, so it does not prime.
5085           can be turned on to get same behaviour as previous unbound release.
5086         - made automated test that checks if builtin root hints are uptodate.
5087         - finished draft-wijngaards-dnsext-resolver-side-mitigation
5088           implementation. The unwanted-reply-threshold can be set.
5089         - fixup so fptr_whitelist test in alloc.c works.
5090
5091 21 October 2008: Wouter
5092         - fix update-anchors.sh, so it does not report different RR order
5093           as an update.  Sorts the keys in the file.  Updated copyright.
5094         - fixup testbound on windows, the command control pipe doesn't exist.
5095         - skip 08hostlib test on windows, no fork() available.
5096         - made unbound-remote work on windows.
5097
5098 20 October 2008: Wouter
5099         - quench a log message that is debug only.
5100         - iana portlist updated.
5101         - do not query bogus nameservers.  It is like nameservers that have 
5102           the NS or A or AAAA record bogus are listed as donotquery.
5103         - if server selection is faced with only bad choices, it will
5104           attempt to get more options to be fetched.
5105         - changed bogus-ttl default value from 900 to 60 seconds.
5106           In anticipation that operator caused failures are more likely than
5107           actual attacks at this time.  And thus repeated validation helps
5108           the operators get the problem fixed sooner.  It makes validation
5109           failures go away sooner (60 seconds after the zone is fixed).
5110           Also it is likely to try different nameserver targets every minute,
5111           so that if a zone is bad on one server but not another, it is 
5112           likely to pick up the 'correct' one after a couple minutes,
5113           and if the TTL is big enough that solves validation for the zone.
5114         - fixup unbound-control compilation on windows.
5115
5116 17 October 2008: Wouter
5117         - port Leopard/G5: fixup type conversion size_t/uint32.
5118           please ranlib, stop file without symbols warning.
5119         - harden referral path now also validates the root after priming.
5120           It looks up the root NS authoritatively as well as the root servers
5121           and attemps to validate the entries.
5122
5123 16 October 2008: Wouter
5124         - Fixup negative TTL values appearing (reported by Attila Nagy).
5125
5126 15 October 2008: Wouter
5127         - better documentation for 0x20; remove fallback TODO, it is done.
5128         - harden-referral-path feature includes A, AAAA queries for glue,
5129           as well as very careful NS caching (only when doing NS query).
5130           A, AAAA use the delegation from the NS-query.
5131
5132 14 October 2008: Wouter
5133         - fwd_three.tpkg test was flaky.  If the three requests hit the
5134           wrong threads by chance (or bad OS) then the test would fail.
5135           Made less flaky by increasing number of retries.
5136         - stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
5137         - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
5138           Which includes the ldns_dname_absolute fix.
5139         - fwd_three test remains flaky now that unbound does not stop
5140           listening when full.  Thus, removed timeout problem.
5141           It may be serviced by three threads, or maybe by one.
5142           Mostly only useful for lock-check testing now.
5143
5144 13 October 2008: Wouter
5145         - fixed recursion servers deployed as authoritative detection, so
5146           that as a last resort, a +RD query is sent there to get the 
5147           correct answer.
5148         - iana port list update.
5149         - ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
5150
5151 10 October 2008: Wouter
5152         - fixup tests - the negative cache contained the correct NSEC3s for
5153           two tests that are supposed to fail to validate.
5154
5155 9 October 2008: Wouter
5156         - negative cache caps max iterations of NSEC3 done.
5157         - NSEC3 negative cache for qtype DS works.
5158
5159 8 October 2008: Wouter
5160         - NSEC negative cache for DS.
5161
5162 6 October 2008: Wouter
5163         - jostle-timeout option, so you can config for slow links.
5164         - 0x20 fallback code.  Tries 3xnumber of nameserver addresses
5165           queries that must all be the same.  Sent to random nameservers.
5166         - documented choices for DoS, EDNS, 0x20.
5167
5168 2 October 2008: Wouter
5169         - fixup unlink of pidfile.
5170         - fixup SHA256 algorithm collation code.
5171         - contrib/update-anchor.sh does not overwrite anchors if not needed.
5172           exits 0 when a restart is needed, other values if not.
5173           so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
5174           can restart unbound exactly when needed.
5175
5176 30 September 2008: Wouter
5177         - fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
5178         - tests for sha256 support and downgrade resistance.
5179         - RSASHA256 and RSASHA512 support (using the draft in dnsext),
5180           using the drafted protocol numbers.
5181         - when using stub on localhost (127.0.0.1@10053) unbound works.
5182           Like when running NSD to host a local zone, on the same machine.
5183           The noprime feature. manpages more explanation. Added a test for it.
5184         - shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
5185
5186 29 September 2008: Wouter
5187         - EDNS lameness detection, if EDNS packets are dropped this is
5188           detected, eventually.
5189         - multiple query timeout rtt backoff does not backoff too much.
5190
5191 26 September 2008: Wouter
5192         - tests for remote-control.
5193         - small memory leak in exception during remote control fixed.
5194         - fixup for lock checking but not unchecking in remote control.
5195         - iana portlist updated.
5196
5197 23 September 2008: Wouter
5198         - Msg cache is loaded. A cache load enables cache responses.
5199         - unbound-control flush [name], flush_type and flush_zone.
5200
5201 22 September 2008: Wouter
5202         - dump_cache and load_cache statements in unbound-control.
5203           RRsets are dumped and loaded correctly.
5204           Msg cache is dumped.
5205
5206 19 September 2008: Wouter
5207         - locking on the localdata structure.
5208         - add and remove local zone and data with unbound-control.
5209         - ldns trunk snapshot updated, make tests work again.
5210
5211 18 September 2008: Wouter
5212         - fixup error in time calculation.
5213         - munin plugin improvements.
5214         - nicer abbreviations for high query types values (ixfr, axfr, any...)
5215         - documented the statistics output in unbound-control man page.
5216         - extended statistics prints out histogram, over unbound-control.
5217
5218 17 September 2008: Wouter
5219         - locking for threadsafe bogus rrset counter.
5220         - ldns trunk no longer exports b32 functions, provide compat.
5221         - ldns tarball updated.
5222         - testcode/ldns-testpkts.c const fixups.
5223         - fixed rcode stat printout.
5224         - munin plugin in contrib.
5225         - stats always printout uptime, because stats plugins need it.
5226
5227 16 September 2008: Wouter
5228         - extended-statistics: yesno config option.
5229         - unwanted replies spoof nearmiss detector.
5230         - iana portlist updated.
5231
5232 15 September 2008: Wouter
5233         - working start, stop, reload commands for unbound-control.
5234         - test for unbound-control working; better exit value for control.
5235         - verbosity control via unbound-control.
5236         - unbound-control stats.
5237
5238 12 September 2008: Wouter
5239         - removed browser control mentions. Proto speccy.
5240
5241 11 September 2008: Wouter
5242         - set nonblocking on new TCP streams, because linux does not inherit
5243           the socket options to the accepted socket.
5244         - fix TCP timeouts.
5245         - SSL protected connection between server and unbound-control.
5246
5247 10 September 2008: Wouter
5248         - remove memleak in privacy addresses on reloads and quits.
5249         - remote control work.
5250
5251 9 September 2008: Wouter
5252         - smallapp/unbound-control-setup.sh script to set up certificates.
5253
5254 4 September 2008: Wouter
5255         - scrubber scrubs away private addresses.
5256         - test for private addresses. man page entry.
5257         - code refactored for name and address tree lookups.
5258
5259 3 September 2008: Wouter
5260         - options for 'DNS Rebinding' protection: private-address and
5261           private-domain.
5262         - dnstree for reuse of routines that help with domain, addr lookups.
5263         - private-address and private-domain config option read, stored.
5264
5265 2 September 2008: Wouter
5266         - DoS protection features. Queries are jostled out to make room.
5267         - testbound can pass time, increasing the internal timer.
5268         - do not mark unsigned additionals bogus, leave unchecked, which
5269           is removed too.
5270
5271 1 September 2008: Wouter
5272         - disallow nonrecursive queries for cache snooping by default.
5273           You can allow is using access-control: <subnet> allow_snoop.
5274           The defaults do allow access no authoritative data without RD bit.
5275         - two tests for it and fixups of tests for nonrec refused.
5276
5277 29 August 2008: Wouter
5278         - version 1.1 number in trunk.
5279         - harden-referral-path option for query for NS records.
5280           Default turns off expensive, experimental option.
5281
5282 28 August 2008: Wouter
5283         - fixup logfile handling; it is created with correct permissions
5284           again. (from bugfix#199).
5285           Some errors are not written to logfile (pidfile writing, forking),
5286           and these are only visible by using the -d commandline flag.
5287
5288 27 August 2008: Wouter
5289         - daemon(3) is causing problems for people. Reverting the patch.
5290           bug#200, and 199 and 203 contain sideline discussion on it.
5291         - bug#199 fixed: pidfile can be outside chroot. openlog is done before
5292           chroot and drop permissions.
5293         - config option to set size of aggressive negative cache,
5294           neg-cache-size.
5295         - bug#203 fixed: dlv has been implemented.
5296
5297 26 August 2008: Wouter
5298         - test for insecure zone when DLV is in use, also does negative cache.
5299         - test for trustanchor when DLV is in use (the anchor works).
5300         - test for DLV used for a zone below a trustanchor.
5301         - added scrub filter for overreaching NSEC records and unit test.
5302         - iana portlist update
5303         - use of setresuid or setreuid when available.
5304         - use daemon(3) if available.
5305
5306 25 August 2008: Wouter
5307         - realclean patch from Robert Edmonds.
5308
5309 22 August 2008: Wouter
5310         - nicer debuglogging of DLV.
5311         - test with secure delegation inside the DLV repository.
5312
5313 21 August 2008: Wouter
5314         - negative cache code linked into validator, for DLV use.
5315           negative cache works for DLV.
5316         - iana portlist update.
5317         - dlv-anchor option for unit tests.
5318         - fixup NSEC_AT_APEX classification for short typemaps.
5319         - ldns-testns has subdomain checks, for unit tests.
5320
5321 20 August 2008: Wouter
5322         - negative cache code, reviewed.
5323
5324 18 August 2008: Wouter
5325         - changes info: in logfile to notice: info: or debug: depending on 
5326           the verbosity of the statements.  Better logfile message
5327           classification.
5328         - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
5329
5330 15 August 2008: Wouter
5331         - DLV nsec code fixed for better detection of closest existing 
5332           enclosers from NSEC responses.
5333         - DLV works, straight to the dlv repository, so not for production.
5334         - Iana port update.
5335
5336 14 August 2008: Wouter
5337         - synthesize DLV messages from the rrset cache, like done for DS.
5338
5339 13 August 2008: Wouter
5340         - bug #203: nicer do-auto log message when user sets incompatible
5341           options.
5342         - bug #204: variable name ameliorated in log.c.
5343         - bug #206: in iana_update, no egrep, but awk use.
5344         - ldns snapshot r2699 taken (includes DLV type).
5345         - DLV work, config file element, trust anchor read in.
5346
5347 12 August 2008: Wouter
5348         - finished adjusting testset to provide qtype NS answers.
5349
5350 11 August 2008: Wouter
5351         - Fixup rrset security updates overwriting 2181 trust status.
5352           This makes validated to be insecure data just as worthless as
5353           nonvalidated data, and 2181 rules prevent cache overwrites to them.
5354         - Fix assertion fail on bogus key handling.
5355         - dnssec lameness detection works on first query at trust apex.
5356         - NS queries get proper cache and dnssec lameness treatment.
5357         - fixup compilation without pthreads on linux.
5358
5359 8 August 2008: Wouter
5360         - NS queries are done after every referral.
5361           validator is used on those NS records (if anchors enabled).
5362
5363 7 August 2008: Wouter
5364         - Scrubber more strict. CNAME chains, DNAMEs from cache, other 
5365           irrelevant rrsets removed.
5366         - 1.0.2 released from 1.0 support branch.
5367         - fixup update-anchor.sh to work both in BSD shell and bash.
5368
5369 5 August 2008: Wouter
5370         - fixup DS test so apex nodata works again.
5371
5372 4 August 2008: Wouter
5373         - iana port update. 
5374         - TODO update.
5375         - fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
5376         - added explanatory text for outgoing-port-permit in manpage.
5377
5378 30 July 2008: Wouter
5379         - fixup bug qtype DS for unsigned zone and signed parent validation.
5380
5381 25 July 2008: Wouter
5382         - added original copyright statement of OpenBSD arc4random code.
5383         - created tube signaling solution on windows, as a pipe replacement.
5384           this makes background asynchronous resolution work on windows.
5385         - removed very insecure socketpair compat code. It also did not
5386           work with event_waiting. Solved by pipe replacement.
5387         - unbound -h prints openssl version number as well.
5388
5389 22 July 2008: Wouter
5390         - moved pipe actions to util/tube.c. easier porting and shared code.
5391         - check _raw() commpoint callbacks with fptr_wlist.
5392         - iana port update.
5393
5394 21 July 2008: Wouter
5395         - #198: nicer entropy warning message. manpage OS hints.
5396
5397 19 July 2008: Wouter
5398         - #198: fixup man page to suggest chroot entropy fix.
5399
5400 18 July 2008: Wouter
5401         - branch for 1.0 support.
5402         - trunk work on tube.c.
5403
5404 17 July 2008: Wouter
5405         - fix bug #196, compile outside source tree.
5406         - fix bug #195, add --with-username=user configure option.
5407         - print error and exit if started with config that requires more
5408           fds than the builtin minievent can handle.
5409
5410 16 July 2008: Wouter
5411         - made svn tag 1.0.1, trunk now 1.0.2
5412         - sha256 checksums enabled in makedist.sh
5413
5414 15 July 2008: Wouter
5415         - Follow draft-ietf-dnsop-default-local-zones-06 added reverse
5416           IPv6 example prefix to AS112 default blocklist.
5417         - fixup lookup of DS records by client with trustanchor for same.
5418         - libunbound ub_resolve, fix handling of error condition during setup.
5419         - lowered log_hex blocksize to fit through BSD syslog linesize.
5420         - no useless initialisation if getpwnam not available.
5421         - iana, ldns snapshot updated.
5422
5423 3 July 2008: Wouter
5424         - Matthijs fixed memory leaks in root hints file reading.
5425
5426 26 June 2008: Wouter
5427         - fixup streamtcp bounds setting for udp mode, in the test framework.
5428         - contrib item for updating trust anchors.
5429
5430 25 June 2008: Wouter
5431         - fixup fwd_ancil test typos.
5432         - Fix for newegg lameness : ok for qtype=A, but lame for others.
5433         - fixup unit test for infra cache, test lame merging.
5434         - porting to mingw, bind, listen, getsockopt and setsockopt error
5435           handling.
5436
5437 24 June 2008: Wouter
5438         - removed testcode/checklocks from production code compilation path.
5439         - streamtcp can use UDP mode (connected UDP socket), for testing IPv6
5440           on windows.
5441         - fwd_ancil test fails if platform support is lacking.
5442
5443 23 June 2008: Wouter
5444         - fixup minitpkg to cleanup on windows with its file locking troubles.
5445         - minitpkg shows skipped tests in report.
5446         - skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
5447           ipv6 connectivity).
5448         - winsock event handler keeps track of sticky TCP events, that have
5449           not been fully handled yet. when interest in the event(s) resumes,
5450           they are sent again. When WOULDBLOCK is returned events are cleared.
5451         - skip tests that need signals when testing on mingw.
5452
5453 18 June 2008: Wouter
5454         - open testbound replay files in binary mode, because fseek/ftell
5455           do not work in ascii-mode on windows. The b does nothing on unix.
5456           unittest and testbound tests work on windows (xp too).
5457         - ioctlsocket prints nicer error message.
5458         - fixed up some TCP porting for winsock.
5459         - lack of IPv6 gives a warning, no fatal error.
5460         - use WSAGetLastError() on windows instead of errno for some errors.
5461
5462 17 June 2008: Wouter
5463         - outgoing num fds 32 by default on windows ; it supports less
5464           fds for waiting on than unixes.
5465         - winsock_event minievent handler for windows. (you could also
5466           attempt to link with libevent/libev ports for windows).
5467         - neater crypto check and gdi32 detection.
5468         - unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
5469
5470 16 June 2008: Wouter
5471         - on windows, use windows threads, mutex and thread-local-storage(Tls).
5472         - detect if openssl needs gdi32.
5473         - if no threading, THREADS_DISABLED is defined for use in the code.
5474         - sets USE_WINSOCK if using ws2_32 on windows.
5475         - wsa_strerror() function for more readable errors.
5476         - WSA Startup and Cleanup called in unbound.exe.
5477
5478 13 June 2008: Wouter
5479         - port mingw32, more signal ifdefs, detect sleep, usleep, 
5480           random, srandom (used inside the tests).
5481         - signed or unsigned FD_SET is cast.
5482
5483 10 June 2008: Wouter
5484         - fixup warnings compiling on eeepc xandros linux.
5485
5486 9 June 2008: Wouter
5487         - in iteration response type code
5488           * first check for SOA record (negative answer) before NS record
5489             and lameness.
5490           * check if no AA bit for non-forwarder, and thus lame zone.
5491             In response to error report by Richard Doty for mail.opusnet.com.
5492         - fixup unput warning from lexer on freeBSD.
5493         - bug#183. pidfile, rundir, and chroot configure options. Also the
5494           example.conf and manual pages get the configured defaults.
5495           You can use: (or accept the defaults to /usr/local/etc/unbound/)
5496           --with-conf-file=filename
5497           --with-pidfile=filename
5498           --with-run-dir=path
5499           --with-chroot-dir=path
5500
5501 8 June 2008: Wouter
5502         - if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
5503           Reported by Robert Edmonds.
5504         - iana port updated.
5505
5506 4 June 2008: Wouter
5507         - updated libtool files with newer version.
5508         - iana portlist updated.
5509
5510 3 June 2008: Wouter
5511         - fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
5512           trailing dot is not used during comparison.
5513
5514 2 June 2008: Wouter
5515         - Jelte fixed bugs in my absence
5516           - bug 178: fixed unportable shell usage in configure (relied on 
5517             bash shell).
5518           - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
5519           - bug 181: fixed buffer overflow in ldns (called by unbound to parse
5520             config file parts).
5521         - fixes by Wouter
5522           - bug 177: fixed compilation failure on opensuse, the 
5523             --disable-static configure flag caused problems.  (Patch from 
5524             Klaus Singvogel)
5525           - bug 179: same fix as 177.
5526           - bug 185: --disable-shared not passed along to ldns included with 
5527             unbound. Fixed so that configure parameters are passed to the
5528             subdir configure script.
5529             fixed that ./libtool is used always, you can still override
5530             manually with ./configure libtool=mylibtool or set $libtool in
5531             the environment.
5532         - update of the ldns tarball to current ldns svn version (fix 181).
5533         - bug 184: -r option for unbound-host, read resolv.conf for 
5534           forwarder. (Note that forwarder must support DNSSEC for validation
5535           to succeed).
5536
5537 23 May 2008: Wouter
5538         - mingw32 porting.
5539           - test for sys/wait.h
5540           - WSAEWOULDBLOCK test after nonblocking TCP connect.
5541           - write_iov_buffer removed: unused and no struct iov on windows.
5542           - signed/unsigned warning fixup mini_event.
5543           - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
5544           - skip signals that are not defined
5545           - detect pwd.h.
5546           - detect getpwnam, getrlimit, setsid, sbrk, chroot.
5547           - default config has no chroot if chroot() unavailable.
5548           - if no kill() then no pidfile is read or written.
5549           - gmtime_r is replaced by nonthreadsafe alternative if unavail.
5550             used in rrsig time validation errors.
5551
5552 22 May 2008: Wouter
5553         - contrib unbound.spec from Patrick Vande Walle.
5554         - fixup bug#175: call tzset before chroot to have correct timestamps
5555           in system log.
5556         - do not generate lex input and lex unput functions.
5557         - mingw port. replacement functions labelled _unbound.
5558         - fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
5559
5560 19 May 2008: Wouter
5561         - fedora 9, check in6_pktinfo define in configure.
5562         - CREDITS fixup of history.
5563         - ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
5564
5565 16 May 2008: Wouter
5566         - fixup for MacOSX hosts file reading (reported by John Dickinson).
5567         - created 1.0.0 svn tag.
5568         - trunk version 1.0.1.
5569
5570 14 May 2008: Wouter
5571         - accepted patch from Ondrej Sury for library version libtool option.
5572         - configure --disable-rpath fixes up libtool for rpath trouble.
5573           Adapted from debian package patch file.
5574
5575 13 May 2008: Wouter
5576         - Added root ipv6 addresses to builtin root hints.
5577         - TODO modified for post 1.0 plans.
5578         - trunk version set to 1.0.0.
5579         - no unnecessary linking with librt (only when libevent/libev used).
5580
5581 7 May 2008: Wouter
5582         - fixup no-ip4 problem with error callback in outside network.
5583
5584 25 April 2008: Wouter
5585         - DESTDIR is honored by the Makefile for rpms.
5586         - contrib files unbound.spec and unbound.init, builds working RPM
5587           on FC7 Linux, a chrooted caching resolver, and libunbound.
5588         - iana ports update.
5589
5590 24 April 2008: Wouter
5591         - chroot checks improved. working directory relative to chroot.
5592           checks if config file path is inside chroot. Documentation on it.
5593         - nicer example.conf text.
5594         - created 0.11 tag.
5595
5596 23 April 2008: Wouter
5597         - parseunbound.pl contrib update from Kai Storbeck for threads.
5598         - iana ports update
5599
5600 22 April 2008: Wouter
5601         - ignore SIGPIPE.
5602         - unit test for SIGPIPE ignore.
5603
5604 21 April 2008: Wouter
5605         - FEATURES document.
5606         - fixup reread of config file if it was given as a full path
5607           and chroot was used.
5608
5609 16 April 2008: Wouter
5610         - requirements doc, updated clean query returns.
5611         - parseunbound.pl update from Kai Storbeck.
5612         - sunos4 porting changes.
5613
5614 15 April 2008: Wouter
5615         - fixup default rc.d pidfile location to /usr/local/etc.
5616         - iana ports updated.
5617         - copyright updated in ldns-testpkts to keep same as in ldns.
5618         - fixup checkconf chroot tests a bit more, chdir must be inside
5619           chroot dir.
5620         - documented 'gcc: unrecognized -KPIC option' errors on Solaris.
5621         - example.conf values changed to /usr/local/etc/unbound
5622         - DSA test work.
5623         - DSA signatures: unbound is compatible with both encodings found.
5624           It will detect and convert when necessary.
5625
5626 14 April 2008: Wouter
5627         - got update for parseunbound.pl statistics script from Kai Storbeck.
5628         - tpkg tests for udp wait list.
5629         - documented 0x20 status.
5630         - fixup chroot and checkconf, it is much smarter now.
5631         - fixup DSA EVP signature decoding. Solution that Jelte found copied.
5632         - and check first sig byte for the encoding type.
5633
5634 11 April 2008: Wouter
5635         - random port selection out of the configged ports.
5636         - fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
5637         - removed base_port.
5638         - created 256-port ephemeral space for the OS, 59802 available.
5639         - fixup consistency of port_if out array during heavy use.
5640
5641 10 April 2008: Wouter
5642         - --with-libevent works with latest libevent 1.4.99-trunk.
5643         - added log file statistics perl script to contrib.
5644         - automatic iana ports update from makefile. 60058 available.
5645
5646 9 April 2008: Wouter
5647         - configure can detect libev(from its build directory) when passed
5648           --with-libevent=/home/wouter/libev-3.2
5649           libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
5650         - unused commpoints not listed in epoll list.
5651         - statistics-cumulative option so that the values are not reset.
5652         - config creates array of available ports, 61841 available,
5653           it excludes <1024 and iana assigned numbers.
5654           config statements to modify the available port numbers.
5655
5656 8 April 2008: Wouter
5657         - unbound tries to set the ulimit fds when started as server.
5658           if that does not work, it will scale back its requirements.
5659
5660 27 March 2008: Wouter
5661         - documented /dev/random symlink from chrootdir as FAQ entry.
5662
5663 26 March 2008: Wouter
5664         - implemented AD bit signaling. If a query sets AD bit (but not DO)
5665           then the AD bit is set in the reply if the answer validated.
5666           Without including DNSSEC signatures. Useful if you have a trusted
5667           path from the client to the resolver. Follows dnssec-updates draft.
5668
5669 25 March 2008: Wouter
5670         - implemented check that for NXDOMAIN and NOERROR answers a query
5671           section must be present in the reply (by the scrubber). And it must
5672           be equal to the question sent, at least lowercase folded.
5673           Previously this feature happened because the cache code refused
5674           to store such messages. However blocking by the scrubber makes 
5675           sure nothing gets into the RRset cache. Also, this looks like a
5676           timeout (instead of an allocation failure) and this retries are
5677           done (which is useful in a spoofing situation).
5678         - RTT banding. Band size 400 msec, this makes band around zero (fast)
5679           include unknown servers. This makes unbound explore unknown servers.
5680
5681 7 March 2008: Wouter
5682         - -C config feature for harvest program. 
5683         - harvest handles CNAMEs too.
5684
5685 5 March 2008: Wouter
5686         - patch from Hugo Koji Kobayashi for iterator logs spelling.
5687
5688 4 March 2008: Wouter
5689         - From report by Jinmei Tatuya, rfc2181 trust value for remainder
5690           of a cname trust chain is lower; not full answer_AA. 
5691         - test for this fix.
5692         - default config file location is /usr/local/etc/unbound.
5693           Thus prefix is used to determine the location. This is also the
5694           chroot and pidfile default location.
5695
5696 3 March 2008: Wouter
5697         - Create 0.10 svn tag.
5698         - 0.11 version in trunk.
5699         - indentation nicer.
5700
5701 29 February 2008: Wouter
5702         - documentation update.
5703         - fixup port to Solaris of perf test tool.
5704         - updated ldns-tarball with decl-after-statement fixes.
5705
5706 28 February 2008: Wouter
5707         - fixed memory leaks in libunbound (during cancellation and wait).
5708         - libunbound returns the answer packet in full.
5709         - snprintf compat update.
5710         - harvest performs lookup.
5711         - ldns-tarball update with fix for ldns_dname_label.
5712         - installs to sbin by default.
5713         - install all manual pages (unbound-host and libunbound too).
5714
5715 27 February 2008: Wouter
5716         - option to use caps for id randomness.
5717         - config file option use-caps-for-id: yes
5718         - harvest debug tool
5719
5720 26 February 2008: Wouter
5721         - delay utility delays TCP as well. If the server that is forwarded 
5722           to has a TCP error, the delay utility closes the connection.
5723         - delay does REUSE_ADDR, and can handle a server that closes its end.
5724         - answers use casing from query.
5725
5726 25 February 2008: Wouter
5727         - delay utility works. Gets decent thoughput too (>20000).
5728
5729 22 February 2008: Wouter
5730         - +2% for recursions, if identical queries (except for destination
5731           and query ID) in the reply list, avoid re-encoding the answer.
5732         - removed TODO items for optimizations that do not show up in
5733           profile reports.
5734         - default is now minievent - not libevent. As its faster and
5735           not needed for regular installs, only for very large port ranges.
5736         - loop check different speedup pkt-dname-reading, 1% faster for
5737           nocache-recursion check.
5738         - less hashing during msg parse, 4% for recursion.
5739         - small speed fix for dname_count_size_labels, +1 or +2% recursion.
5740         - some speed results noted:
5741           optimization resulted in +40% for recursion (cache miss) and
5742           +70 to +80 for cache hits, and +96% for version.bind.
5743           zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
5744           www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
5745           www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
5746           So, unbound can be about equal qps to NSD in cache hits.
5747           And about 3.4x faster than BIND in cache performance.
5748         - delay utility for testing.
5749
5750 21 February 2008: Wouter
5751         - speedup of root-delegation message encoding by 15%.
5752         - minor speedup of compress tree_lookup, maybe 1%.
5753         - speedup of dname_lab_cmp and memlowercmp - the top functions in 
5754           profiler output, maybe a couple percent when it matters.
5755
5756 20 February 2008: Wouter
5757         - setup speec_cache for need-ldns-testns in dotests.
5758         - check number of queued replies on incoming queries to avoid overload
5759           on that account.
5760         - fptr whitelist checks are not disabled in optimize mode.
5761         - do-daemonize config file option.
5762         - minievent time share initializes time at start.
5763         - updated testdata for nsec3 new algorithm numbers (6, 7).
5764         - small performance test of packet encoding (root delegation).
5765
5766 19 February 2008: Wouter
5767         - applied patch to unbound-host man page from Jan-Piet Mens.
5768         - fix donotquery-localhost: yes default (it erroneously was switched
5769           to default 'no').
5770         - time is only gotten once and the value is shared across unbound.
5771         - unittest cleans up crypto, so that it has no memory leaks.
5772         - mini_event shares the time value with unbound this results in 
5773           +3% speed for cache responses and +9% for recursions.
5774         - ldns tarball update with new NSEC3 sign code numbers.
5775         - perform several reads per UDP operation. This improves performance
5776           in DoS conditions, and costs very little in normal conditions.
5777           improves cache response +50%, and recursions +10%.
5778         - modified asynclook test. because the callback from async is not
5779           in any sort of lock (and thus can use all library functions freely),
5780           this causes a tiny race condition window when the last lock is 
5781           released for a callback and a new cancel() for that callback.
5782           The only way to remove this is by putting callbacks into some 
5783           lock window. I'd rather have the small possibility of a callback
5784           for a cancelled function then no use of library functions in 
5785           callbacks. Could be possible to only outlaw process(), wait(),
5786           cancel() from callbacks, by adding another lock, but I'd rather not.
5787
5788 18 February 2008: Wouter
5789         - patch to unbound-host from Jan-Piet Mens.
5790         - unbound host prints errors if fails to configure context.
5791         - fixup perf to resend faster, so that long waiting requests do
5792           not hold up the queue, they become lost packets or SERVFAILs,
5793           or can be sent a little while later (i.e. processing time may 
5794           take long, but throughput has to be high).
5795         - fixup iterator operating in no cache conditions (RD flag unset
5796           after a CNAME).
5797         - streamlined code for RD flag setting.
5798         - profiled code and changed dname compares to be faster. 
5799           The speedup is about +3% to +8% (depending on the test).
5800         - minievent tests for eintr and eagain.
5801
5802 15 February 2008: Wouter
5803         - added FreeBSD rc.d script to contrib.
5804         - --prefix option for configure also changes directory: pidfile:
5805           and chroot: defaults in config file.
5806         - added cache speed test, for cache size OK and cache too small.
5807
5808 14 February 2008: Wouter
5809         - start without a config file (will complain, but start with
5810           defaults).
5811         - perf test program works.
5812
5813 13 February 2008: Wouter
5814         - 0.9 released.
5815         - 1.0 development. Printout ldns version on unbound -h.
5816         - start of perf tool.
5817         - bugfix to read empty lines from /etc/hosts.
5818
5819 12 February 2008: Wouter
5820         - fixup problem with configure calling itself if ldns-src tarball
5821           is not present.
5822
5823 11 February 2008: Wouter
5824         - changed library to use ub_ instead of ub_val_ as prefix.
5825         - statistics output text nice.
5826         - etc/hosts handling.
5827         - library function to put logging to a stream.
5828         - set any option interface.
5829
5830 8 February 2008: Wouter
5831         - test program for multiple queries over a TCP channel.
5832         - tpkg test for stream tcp queries.
5833         - unbound replies to multiple TCP queries on a TCP channel.
5834         - fixup misclassification of root referral with NS in answer
5835           when validating a nonrec query.
5836         - tag 0.9
5837         - layout of manpages, spelling fix in header, manpages process by
5838           makedist, list asynclook and tcpstream tests as ldns-testns
5839           required.
5840
5841 7 February 2008: Wouter
5842         - moved up all current level 2 to be level 3. And 3 to 4.
5843           to make room for new debug level 2 for detailed information 
5844           for operators.
5845         - verbosity level 2. Describes recursion and validation.
5846         - cleaner configure script and fixes for libevent solaris.
5847         - signedness for log output memory sizes in high verbosity.
5848
5849 6 February 2008: Wouter
5850         - clearer explanation of threading configure options.
5851         - fixup asynclook test for nothreading (it creates only one process
5852           to do the extended test).
5853         - changed name of ub_val_result_free to ub_val_resolve_free.
5854         - removes warning message during library linking, renamed
5855           libunbound/unbound.c -> libunbound.c and worker to libworker.
5856         - fallback without EDNS if result is NOTIMPL as well as on FORMERR.
5857
5858 5 February 2008: Wouter
5859         - statistics-interval: seconds option added.
5860         - test for statistics option
5861         - ignore errors making directories, these can occur in parallel builds
5862         - fixup Makefile strip command and libunbound docs typo.
5863
5864 31 January 2008: Wouter
5865         - bg thread/process reads and writes the pipe nonblocking all the time
5866           so that even if the pipe is buffered or so, the bg thread does not
5867           block, and services both pipes and queries.
5868
5869 30 January 2008: Wouter
5870         - check trailing / on chrootdir in checkconf.
5871         - check if root hints and anchor files are in chrootdir.
5872         - no route to host tcp error is verbosity level 2. 
5873         - removed unused send_reply_iov. and its configure check.
5874         - added prints of 'remote address is 1.2.3.4 port 53' to errors
5875           from netevent; the basic socket errors.
5876
5877 28 January 2008: Wouter
5878         - fixup uninit use of buffer by libunbound (query id, flags) for
5879           local_zone answers.
5880         - fixup uninit warning from random.c; also seems to fix sporadic
5881           sigFPE coming out of openssl.
5882         - made openssl entropy warning more silent for library use. Needs
5883           verbosity 1 now.
5884         - fixup forgotten locks for rbtree_searches on ctx->query tree.
5885         - random generator cleanup - RND_STATE_SIZE removed, and instead
5886           a super-rnd can be passed at init to chain init random states.
5887         - test also does lock checks if available.
5888         - protect config access in libworker_setup().
5889         - libevent doesn't like comm_base_exit outside of runloop.
5890         - close fds after removing commpoints only (for epoll, kqueue).
5891
5892 25 January 2008: Wouter
5893         - added tpkg for asynclook and library use. 
5894         - allows localhost to be queried when as a library.
5895         - fixup race condition between cancel and answer (in case of
5896           really fast answers that beat the cancel).
5897         - please doxygen, put doxygen comment in one place.
5898         - asynclook -b blocking mode and test.
5899         - refactor asynclook, nicer code.
5900         - fixup race problems from opensll in rand init from library, with
5901           a mutex around the rand init.
5902         - fix pass async_id=NULL to _async resolve().
5903         - rewrote _wait() routine, so that it is threadsafe.
5904         - cancelation is threadsafe.
5905         - asynclook extended test in tpkg.
5906         - fixed two races where forked bg process waits for (somehow shared?)
5907           locks, so does not service the query pipe on the bg side.
5908           Now those locks are only held for fg_threads and for bg_as_a_thread.
5909
5910 24 January 2008: Wouter
5911         - tested the cancel() function.
5912         - asynclook -c (cancel) feature.
5913         - fix fail to allocate context actions.
5914         - make pipe nonblocking at start.
5915         - update plane for retry mode with caution to limit bandwidth.
5916         - fix Makefile for concurrent make of unbound-host.
5917         - renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
5918         - new calls to set forwarding added to header and docs.
5919
5920 23 January 2008: Wouter
5921         - removed debug prints from if-auto, verb-algo enables some.
5922         - libunbound QUIT setup, remove memory leaks, when using threads
5923           will share memory for passing results instead of writing it over
5924           the pipe, only writes ID number over the pipe (towards the handler
5925           thread that does process() ).
5926
5927 22 January 2008: Wouter
5928         - library code for async in libunbound/unbound.c.
5929         - fix link testbound.
5930         - fixup exit bug in mini_event.
5931         - background worker query enter and result functions.
5932         - bg query test application asynclook, it looks up multiple
5933           hostaddresses (A records) at the same time.
5934
5935 21 January 2008: Wouter
5936         - libworker work, netevent raw commpoints, write_msg, serialize.
5937
5938 18 January 2008: Wouter
5939         - touch up of manpage for libunbound.
5940         - support for IP_RECVDSTADDR (for *BSD ip4).
5941         - fix for BSD, do not use ip4to6 mapping, make two sockets, once
5942           ip6 and once ip4, uses socket options.
5943         - goodbye ip4to6 mapping.
5944         - update ldns-testpkts with latest version from ldns-trunk.
5945         - updated makedist for relative ldns pathnames.
5946         - library API with more information inside the result structure.
5947         - work on background resolves.
5948
5949 17 January 2008: Wouter
5950         - fixup configure in case -lldns is installed.
5951         - fixup a couple of doxygen warnings, about enum variables.
5952         - interface-automatic now copies the interface address from the
5953           PKT_INFO structure as well.
5954         - manual page with library API, all on one page 'man libunbound'.
5955         - rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
5956
5957 16 January 2008: Wouter
5958         - incoming queries to the server with TC bit on are replied FORMERR.
5959         - interface-automatic replied the wrong source address on localhost
5960           queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
5961           to use ifnum=-1 to mean 'no interface, use kernel route'.
5962
5963 15 January 2008: Wouter
5964         - interface-automatic feature. experimental. Nice for anycast.
5965         - tpkg test for ip6 ancillary data.
5966         - removed debug prints.
5967         - porting experience, define for Solaris, test refined for BSD
5968           compatibility. The feature probably will not work on OpenBSD.
5969         - makedist fixup for ldns-src in build-dir.
5970
5971 14 January 2008: Wouter
5972         - in no debug sets NDEBUG to remove asserts.
5973         - configure --enable-debug is needed for dependency generation
5974           for assertions and for compiler warnings.
5975         - ldns.tgz updated with ldns-trunk (where buffer.h is updated).
5976         - fix lint, unit test in optimize mode.
5977         - default access control allows ::ffff:127.0.0.1 v6mapped localhost.
5978         
5979 11 January 2008: Wouter
5980         - man page, warning removed.
5981         - added text describing the use of stub zones for private zones.
5982         - checkconf tests for bad hostnames (IP address), and for doubled
5983           interface lines.
5984         - memory sizes can be given with 'k', 'Kb', or M or G appended.
5985
5986 10 January 2008: Wouter
5987         - typo in example.conf.
5988         - made using ldns-src that is included the package more portable
5989           by linking with .lo instead of .o files in the ldns package.
5990         - nicer do-ip6: yes/no documentation.
5991         - nicer linking of libevent .o files.
5992         - man pages render correctly on solaris.
5993
5994 9 January 2008: Wouter
5995         - fixup openssl RAND problem, when the system is not configured to
5996           give entropy, and the rng needs to be seeded.
5997
5998 8 January 2008: Wouter
5999         - print median and quartiles with extensive logging.
6000
6001 4 January 2008: Wouter
6002         - document misconfiguration in private network.
6003
6004 2 January 2008: Wouter
6005         - fixup typo in requirements.
6006         - document that 'refused' is a better choice than 'drop' for 
6007           the access control list, as refused will stop retries.
6008
6009 7 December 2007: Wouter
6010         - unbound-host has a -d option to show what happens. This can help
6011           with debugging (why do I get this answer).
6012         - fixup CNAME handling, on nodata, sets and display canonname.
6013         - dot removed from CNAME display.
6014         - respect -v for NXDOMAINs.
6015         - updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
6016         - size_t to int for portability of the header file.
6017         - fixup bogus handling.
6018         - dependencies and lint for unbound-host.
6019
6020 6 December 2007: Wouter
6021         - library resolution works in foreground mode, unbound-host app
6022           receives data.
6023         - unbound-host prints rdata using ldns.
6024         - unbound-host accepts trust anchors, and prints validation
6025           information when you give -v.
6026
6027 5 December 2007: Wouter
6028         - locking in context_new() inside the function.
6029         - setup of libworker.
6030
6031 4 December 2007: Wouter
6032         - minor Makefile fixup.
6033         - moved module-stack code out of daemon/daemon into services/modstack,
6034           preparing for code-reuse.
6035         - move context into own header file.
6036         - context query structure.
6037         - removed unused variable pwd from checkconf.
6038         - removed unused assignment from outside netw.
6039         - check timeval length of string.
6040         - fixup error in val_utils getsigner.
6041         - fixup same (*var) error in netblocktostr.
6042         - fixup memleak on parse error in localzone.
6043         - fixup memleak on packet parse error.
6044         - put ; after union in parser.y.
6045         - small hardening in iter_operate against iq==NULL.
6046         - hardening, if error reply with rcode=0 (noerror) send servfail.
6047         - fixup same (*var) error in find_rrset in msgparse, was harmless.
6048         - check return value of evtimer_add().
6049         - fixup lockorder in lruhash_reclaim(), building up a list of locked
6050           entries one at a time. Instead they are removed and unlocked.
6051         - fptr_wlist for markdelfunc.
6052         - removed is_locked param from lruhash delkeyfunc.
6053         - moved bin_unlock during bin_split purely to please.
6054
6055 3 December 2007: Wouter
6056         - changed checkconf/ to smallapp/ to make room for more support tools.
6057           (such as unbound-host).
6058         - install dirs created with -m 755 because they need to be accessible.
6059         - library extensive featurelist added to TODO.
6060         - please doxygen, lint.
6061         - library test application, with basic functionality.
6062         - fix for building in a subdirectory. 
6063         - link lib fix for Leopard.
6064
6065 30 November 2007: Wouter
6066         - makefile that creates libunbound.la, basic file or libunbound.a
6067           when creating static executables (no libtool).
6068         - more API setup.
6069
6070 29 November 2007: Wouter
6071         - 0.9 public API start.
6072
6073 28 November 2007: Wouter
6074         - Changeup plan for 0.8 - no complication needed, a simple solution
6075           has been chosen for authoritative features.
6076         - you can use single quotes in the config file, so it is possible
6077           to specify TXT records in local data.
6078         - fixup small memory problem in implicit transparent zone creation.
6079         - test for implicit zone creation and multiple RR RRsets local data.
6080         - local-zone nodefault test.
6081         - show testbound testlist on commit.
6082         - iterator normalizer changes CNAME chains ending in NXDOMAIN where
6083           the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
6084           domain exists).
6085         - nicer verbosity: 0 and 1 levels.
6086         - lower nonRDquery chance of eliciting wrongly typed validation
6087           requiring message from the cache.
6088         - fix for nonRDquery validation typing; nodata is detected when
6089           SOA record in auth section (all validation-requiring nodata messages
6090           have a SOA record in authority, so this is OK for the validator),
6091           and NS record is needed to be a referral.
6092         - duplicate checking when adding NSECs for a CNAME, and test.
6093         - created svn tag 0.8, after completing testbed tests.
6094
6095 27 November 2007: Wouter
6096         - per suggestion in rfc2308, replaced default max-ttl value with 1 day.
6097         - set size of msgparse lookup table to 32, from 1024, so that its size
6098           is below the 2048 regional large size threshold, and does not cause
6099           a call to malloc when a message is parsed.
6100         - update of memstats tool to print number of allocation calls.
6101           This is what is taking time (not space) and indicates the avg size
6102           of the allocations as well. region_alloc stat is removed.
6103
6104 22 November 2007: Wouter
6105         - noted EDNS in-the-middle dropping trouble as a TODO.
6106           At this point theoretical, no user trouble has been reported.
6107         - added all default AS112 zones.
6108         - answers from local zone content.
6109                 * positive answer, the rrset in question
6110                 * nodata answer (exist, but not that type).
6111                 * nxdomain answer (domain does not exist).
6112                 * empty-nonterminal answer.
6113                 * But not: wildcard, nsec, referral, rrsig, cname/dname,
6114                         or additional section processing, NS put in auth.
6115         - test for correct working of static and transparent and couple
6116           of important defaults (localhost, as112, reverses). 
6117           Also checks deny and refuse settings.
6118         - fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
6119
6120 21 November 2007: Wouter
6121         - local zone internal data setup.
6122
6123 20 November 2007: Wouter
6124         - 0.8 - str2list config support for double string config options.
6125         - local-zone and local-data options, config storage and documentation.
6126
6127 19 November 2007: Wouter
6128         - do not downcase NSEC and RRSIG for verification. Follows 
6129           draft-ietf-dnsext-dnssec-bis-updates-06.txt.
6130         - fixup leaking unbound daemons at end of tests.
6131         - README file updated.
6132         - nice libevent not found error.
6133         - README talks about gnu make.
6134         - 0.8: unit test for addr_mask and fixups for it.
6135           and unit test for addr_in_common().
6136         - 0.8: access-control config file element.
6137           and unit test rpl replay file.
6138         - 0.8: fixup address reporting from netevent.
6139
6140 16 November 2007: Wouter
6141         - privilege separation is not needed in unbound at this time.
6142           TODO item marked as such.
6143         - created beta-0.7 branch for support.
6144         - tagged 0.7 for beta release.
6145         - moved trunk to 0.8 for 0.8(auth features) development.
6146         - 0.8: access control list setup.
6147
6148 15 November 2007: Wouter
6149         - review fixups from Jelte.
6150
6151 14 November 2007: Wouter
6152         - testbed script does not recreate configure, since its in svn now.
6153         - fixup checkconf test so that it does not test 
6154           /etc/unbound/unbound.conf.
6155         - tag 0.6.
6156
6157 13 November 2007: Wouter
6158         - remove debug print.
6159         - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
6160
6161 12 November 2007: Wouter
6162         - fixup signal handling where SIGTERM could be ignored if a SIGHUP
6163           arrives later on.
6164         - bugreports to unbound-bugs@nlnetlabs.nl
6165         - fixup testbound so it exits cleanly.
6166         - cleanup the caches on a reload, so that rrsetID numbers won't clash.
6167
6168 9 November 2007: Wouter
6169         - took ldns snapshot in repo.
6170         - default config file is /etc/unbound/unbound.conf.
6171           If it doesn't exist, it is installed with the doc/example.conf file.
6172           The file is not deleted on uninstall.
6173         - default listening is not all, but localhost interfaces.
6174         
6175 8 November 2007: Wouter
6176         - Fixup chroot and drop user privileges.
6177         - new L root ip address in default hints.
6178
6179 1 November 2007: Wouter
6180         - Fixup of crash on reload, due to anchors in env not NULLed after
6181           dealloc during deinit.
6182         - Fixup of chroot call. Happens after privileges are dropped, so
6183           that checking the passwd entry still works.
6184         - minor touch up of clear() hashtable function.
6185         - VERB_DETAIL prints out what chdir, username, chroot is being done.
6186         - when id numbers run out, caches are cleared, as in design notes.
6187           Tested with a mock setup with very few bits in id, it worked.
6188         - harden-dnssec-stripped: yes is now default. It insists on dnssec
6189           data for trust anchors. Included tests for the feature.
6190
6191 31 October 2007: Wouter
6192         - cache-max-ttl config option.
6193         - building outside sourcedir works again.
6194         - defaults more secure:
6195                 username: "unbound"
6196                 chroot: "/etc/unbound"
6197           The operator can override them to be less secure ("") if necessary.
6198         - fix horrible oversight in sorting rrset references in a message,
6199           sort per reference key pointer, not on referencepointer itself.
6200         - pidfile: "/etc/unbound/unbound.pid" is now the default.
6201         - tests changed to reflect the updated default.
6202         - created hashtable clear() function that respects locks.
6203
6204 30 October 2007: Wouter
6205         - fixup assertion failure that relied on compressed names to be
6206           smaller than uncompressed names. A packet from comrite.com was seen
6207           to be compressed to a larger size. Added it as unit test.
6208         - quieter logging at low verbosity level for common tcp messages.
6209         - no greedy TTL update.
6210
6211 23 October 2007: Wouter
6212         - fixup (grand-)parent problem for dnssec-lameness detection.
6213         - fixup tests to do additional section processing for lame replies,
6214           since the detection needs that.
6215         - no longer trust in query section in reply during dnssec lame detect.
6216         - dnssec lameness does not make the server never ever queried, but
6217           non-preferred. If no other servers exist or answer, the dnssec lame
6218           server is used; the fastest dnssec lame server is chosen.
6219         - added test then when trust anchor cannot be primed (nodata), the
6220           insecure mode from unbound works.
6221         - Fixup max queries per thread, any more are dropped.
6222
6223 22 October 2007: Wouter
6224         - added donotquerylocalhost config option. Can be turned off for
6225           out test cases.
6226         - ISO C compat changes.
6227         - detect RA-no-AA lameness, as LAME.
6228         - DNSSEC-lameness detection, as LAME.
6229           See notes in requirements.txt for choices made.
6230         - tests for lameness detection.
6231         - added all to make test target; need unbound for fwd tests.
6232         - testbound does not pollute /etc/unbound.
6233
6234 19 October 2007: Wouter
6235         - added configure (and its files) to svn, so that the trunk is easier
6236           to use. ./configure, config.guess, config.sub, ltmain.sh,
6237           and config.h.in.
6238         - added yacc/lex generated files, util/configlexer.c, 
6239           util/configparser.c util/configparser.h, to svn. 
6240         - without lex no attempt to use it.
6241         - unsecure response validation collated into one block.
6242         - remove warning about const cast of cfgfile name.
6243         - outgoing-interfaces can be different from service interfaces.
6244         - ldns-src configure is done during unbound configure and
6245           ldns-src make is done during unbound make, and so inherits the
6246           make arguments from the unbound make invocation.
6247         - nicer error when libevent problem causes instant exit on signal.
6248         - read root hints from a root hint file (like BIND does).
6249           
6250 18 October 2007: Wouter
6251         - addresses are logged with errors.
6252         - fixup testcode fake event to remove pending before callback
6253           since the callback may create new pending items.
6254         - tests updated because retries are now in iterator module.
6255         - ldns-testpkts code is checked for differences between unbound
6256           and ldns by makedist.sh.
6257         - ldns trunk from today added in svn repo for fallback in case
6258           no ldns is installed on the system.
6259           make download_ldns refreshes the tarball with ldns svn trunk.
6260         - ldns-src.tar.gz is used if no ldns is found on the system, and
6261           statically linked into unbound.
6262         - start of regional allocator code.
6263         - regional uses less memory and variables, simplified code.
6264         - remove of region-allocator.
6265         - alloc cache keeps a cache of recently released regional blocks,
6266           up to a maximum.
6267         - make unit test cleanly free memory.
6268
6269 17 October 2007: Wouter
6270         - fixup another cycle detect and ns-addr timeout resolution bug.
6271           This time by refusing delegations from the cache without addresses
6272           when resolving a mandatory-glue nameserver-address for that zone.
6273           We're going to have to ask a TLD server anyway; might as well be
6274           the TLD server for this name. And this resolves a lot of cases where
6275           the other nameserver names lead to cycles or are not available.
6276         - changed random generator from random(3) clone to arc4random wrapped
6277           for thread safety. The random generator is initialised with
6278           entropy from the system.
6279         - fix crash where failure to prime DNSKEY tried to print null pointer
6280           in the log message.
6281         - removed some debug prints, only verb_algo (4) enables them.
6282         - fixup test; new random generator took new paths; such as one 
6283           where no scripted answer was available.
6284         - mark insecure RRs as insecure.
6285         - fixup removal of nonsecure items from the additional.
6286         - reduced timeout values to more realistic, 376 msec (262 msec has
6287           90% of roundtrip times, 512 msec has 99% of roundtrip times.)
6288         - server selection failover to next server after timeout (376 msec).
6289
6290 16 October 2007: Wouter
6291         - no malloc in log_hex.
6292         - assertions around system calls.
6293         - protect against gethostname without ending zero.
6294         - ntop output is null terminated by unbound.
6295         - pidfile content null termination
6296         - various snprintf use sizeof(stringbuf) instead of fixed constant.
6297         - changed loopdetect % 8 with & 0x7 since % can become negative for
6298           weird negative input and particular interpretation of integer math.
6299         - dname_pkt_copy checks length of result, to protect result buffers.
6300           prints an error, this should not happen. Bad strings should have
6301           been rejected earlier in the program.
6302         - remove a size_t underflow from msgreply size func.
6303
6304 15 October 2007: Wouter
6305         - nicer warning.
6306         - fix IP6 TCP, wrong definition check. With test package.
6307         - fixup the fact that the query section was not compressed to,
6308           the code was there but was called by value instead of by reference.
6309           And test for the case, uses xxd and nc.
6310         - more portable ip6 check for sockaddr types.
6311
6312 8 October 2007: Wouter
6313         - --disable-rpath option in configure for 64bit systems with
6314           several dynamic lib dirs.
6315
6316 7 October 2007: Wouter
6317         - fixup tests for no AD bit in non-DO queries.
6318         - test that makes sure AD bit is not set on non-DO query.
6319
6320 6 October 2007: Wouter
6321         - removed logfile open early. It did not have the proper permissions;
6322           it was opened as root instead of the user. And we cannot change user
6323           id yet, since chroot and bind ports need to be done.
6324         - callback checks for event callbacks done from mini_event. Because
6325           of deletions cannot do this from netevent. This means when using
6326           libevent the protection does not work on event-callbacks.
6327         - fixup too small reply (did not zero counts).
6328         - fixup reply no longer AD bit when query without DO bit.
6329
6330 5 October 2007: Wouter
6331         - function pointer whitelist.
6332
6333 4 October 2007: Wouter
6334         - overwrite sensitive random seed value after use.
6335         - switch to logfile very soon if not -d (console attached).
6336         - error messages do not reveal the trustanchor contents.
6337         - start work on function pointer whitelists.
6338
6339 3 October 2007: Wouter
6340         - fix for multiple empty nonterminals, after multiple DSes in the
6341           chain of trust.
6342         - mesh checks if modules are looping, and stops them.
6343         - refetch with CNAMEd nameserver address regression test added.
6344         - fixup line count bug in testcode, so testbound prints correct line
6345           number with parse errors.
6346         - unit test for multiple ENT case.
6347         - fix for cname out of validated unsec zone.
6348         - fixup nasty id=0 reuse. Also added assertions to detect its
6349           return (the assertion catches in the existing test cases).
6350
6351 1 October 2007: Wouter
6352         - skip F77, CXX, objC tests in configure step.
6353         - fixup crash in refetch glue after a CNAME.
6354           and protection against similar failures (with error print).
6355
6356 28 September 2007: Wouter
6357         - test case for unbound-checkconf, fixed so it also checks the
6358           interface: statements.
6359
6360 26 September 2007: Wouter
6361         - SIGHUP will reopen the log file.
6362         - Option to log to syslog.
6363         - please lint, fixup tests (that went to syslog on open, oops).
6364         - config check program.
6365
6366 25 September 2007: Wouter
6367         - tests for NSEC3. Fixup bitmap checks for NSEC3.
6368         - positive ANY response needs to check if wildcard expansion, and
6369           check that original data did not exist.
6370         - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
6371           delegation, for abuse of child zone apex nsec3.
6372         - create 0.5 release tag.
6373
6374 24 September 2007: Wouter
6375         - do not make test programs by default.
6376         - But 'make test' will perform all of the tests.
6377         - Advertise builtin select libevent alternative when no libevent
6378           is found.
6379         - signit can generate NSEC3 hashes, for generating tests.
6380         - multiple nsec3 parameters in message test.
6381         - too high nsec3 iterations becomes insecure test.
6382
6383 21 September 2007: Wouter
6384         - fixup empty_DS_name allocated in wrong region (port DEC Alpha).
6385         - fixup testcode lock safety (port FreeBSD).
6386         - removes subscript has type char warnings (port Solaris 9).
6387         - fixup of field with format type to int (port MacOS/X intel).
6388         - added test for infinite loop case in nonRD answer validation.
6389           It was a more general problem, but hard to reproduce. When an
6390           unsigned rrset is being validated and the key fetched, the DS
6391           sequence is followed, but if the final name has no DS, then no
6392           proof is possible - the signature has been stripped off.
6393
6394 20 September 2007: Wouter
6395         - fixup and test for NSEC wildcard with empty nonterminals. 
6396         - makedist.sh fixup for svn info.
6397         - acl features request in plan.
6398         - improved DS empty nonterminal handling.
6399         - compat with ANS nxdomain for empty nonterminals. Attempts the nodata
6400           proof anyway, which succeeds in ANS failure case.
6401         - striplab protection in case it becomes -1.
6402         - plans for static and blacklist config.
6403
6404 19 September 2007: Wouter
6405         - comments about non-packed usage.
6406         - plan for overload support in 0.6.
6407         - added testbound tests for a failed resolution from the logs
6408           and for failed prime when missing glue.
6409         - fixup so useless delegation points are not returned from the
6410           cache. Also the safety belt is used if priming fails to complete.
6411         - fixup NSEC rdata not to be lowercased, bind compat.
6412
6413 18 September 2007: Wouter
6414         - wildcard nsec3 testcases, and fixup to get correct wildcard name.
6415         - validator prints subtype classification for debug.
6416
6417 17 September 2007: Wouter
6418         - NSEC3 hash cache unit test.
6419         - validator nsec3 nameerror test.
6420
6421 14 September 2007: Wouter
6422         - nsec3 nodata proof, nods proof, wildcard proof.
6423         - nsec3 support for cname chain ending in noerror or nodata.
6424         - validator calls nsec3 proof routines if no NSECs prove anything.
6425         - fixup iterator bug where it stored the answer to a cname under
6426           the wrong qname into the cache. When prepending the cnames, the
6427           qname has to be reset to the original qname.
6428
6429 13 September 2007: Wouter
6430         - nsec3 find matching and covering, ce proof, prove namerror msg.
6431
6432 12 September 2007: Wouter
6433         - fixup of manual page warnings, like for NSD bugreport.
6434         - nsec3 work, config, max iterations, filter, and hash cache. 
6435
6436 6 September 2007: Wouter
6437         - fixup to find libevent on mac port install.
6438         - fixup size_t vs unsigned portability in validator/sigcrypt.
6439         - please compiler on different platforms, for unreachable code.
6440         - val_nsec3 file.
6441         - pthread_rwlock type is optional, in case of old pthread libs.
6442
6443 5 September 2007: Wouter
6444         - cname, name error validator tests.
6445         - logging of qtype ANY works.
6446         - ANY type answers get RRSIG in answer section of replies (but not
6447           in other sections, unless DO bit is on).
6448         - testbound can replay a TCP query (set MATCH TCP in the QUERY).
6449         - DS and noDS referral validation test.
6450         - if you configure many trust anchors, parent trust anchors can
6451           securely deny existence of child trust anchors, if validated.
6452         - not all *.name NSECs are present because a wildcard was matched,
6453           and *.name NSECs can prove nodata for empty nonterminals.
6454           Also, for wildcard name NSECs, check they are not from the parent
6455           zone (for wildcarded zone cuts), and check absence of CNAME bit,
6456           for a nodata proof.
6457         - configure option for memory allocation debugging.
6458         - port configure option for memory allocation to solaris10.
6459
6460 4 September 2007: Wouter
6461         - fixup of Leakage warning when serviced queries processed multiple
6462           callbacks for the same query from the same server.
6463         - testbound removes config file from /tmp on failed exit.
6464         - fixup for referral cleanup of the additional section.
6465         - tests for cname, referral validation.
6466         - neater testbound tpkg output.
6467         - DNAMEs no longer match their apex when synthesized from the cache.
6468         - find correct signer name for DNAME responses.
6469         - wildcarded DNAME test and fixup code to detect.
6470         - prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
6471           So that wildcarded CNAMEs get their NSEC with them to the answer.
6472         - test for a CNAME to a DNAME to a CNAME to an answer, all from
6473           different domains, for key fetching and signature checking of
6474           CNAME'd messages.
6475
6476 3 September 2007: Wouter
6477         - Fixed error in iterator that would cause assertion failure in 
6478           validator. CNAME to a NXDOMAIN response was collated into a response
6479           with both a CNAME and the NXDOMAIN rcode. Added a test that the
6480           rcode is changed to NOERROR (because of the CNAME).
6481         - timeout on tcp does not lead to spurious leakage detect.
6482         - account memory for name of lame zones, so that memory leakages does
6483           not show lame cache growth as a leakage growth.
6484         - config setting for lameness cache expressed in bytes, instead of
6485           number of entries.
6486         - tool too summarize allocations per code line.
6487
6488 31 August 2007: Wouter
6489         - can read bind trusted-keys { ... }; files, in a compatibility mode. 
6490         - iterator should not detach target queries that it still could need.
6491           the protection against multiple outstanding queries is moved to a
6492           current_query num check.
6493         - validator nodata, positive, referral tests.
6494         - dname print can print '*' wildcard.
6495
6496 30 August 2007: Wouter
6497         - fixup override date config option.
6498         - config options to control memory usage.
6499         - caught bad free of un-alloced data in worker_send error case.
6500         - memory accounting for key cache (trust anchors and temporary cache).
6501         - memory accounting fixup for outside network tcp pending waits.
6502         - memory accounting fixup for outside network tcp callbacks.
6503         - memory accounting for iterator fixed storage.
6504         - key cache size and slabs config options.
6505         - lib crypto cleanups at exit. 
6506
6507 29 August 2007: Wouter
6508         - test tool to sign rrsets for testing validator with.
6509         - added RSA and DSA test keys, public and private pairs, 512 bits.
6510         - default configuration is with validation enabled.
6511           Only a trust-anchor needs to be configured for DNSSEC to work.
6512         - do not convert to DER for DSA signature verification.
6513         - validator replay test file, for a DS to DNSKEY DSA key prime and
6514           positive response.
6515
6516 28 August 2007: Wouter
6517         - removed double use for udp buffers, that could fail,
6518           instead performs a malloc to do the backup.
6519         - validator validates referral messages, by validating all the rrsets
6520           and stores the rrsets in the cache. Further referral (nonRD queries)
6521           replies are made from the rrset cache directly. Unless unchecked
6522           rrsets are encountered, there are then validated.
6523         - enforce that signing is done by a parent domain (or same domain).
6524         - adjust TTL downwards if rrset TTL bigger than signature allows.
6525         - permissive mode feature, sets AD bit for secure, but bogus does
6526           not give servfail (bogus is changed into indeterminate).
6527         - optimization of rrset verification. rr canonical sorting is reused,
6528           for the same rrset. canonical rrset image in buffer is reused for
6529           the same signature.
6530         - if the rrset is too big (64k exactly + large owner name) the
6531           canonicalization routine will fail if it does not fit in buffer.
6532         - faster verification for large sigsets.
6533         - verb_detail mode reports validation failures, but not the entire
6534           algorithm for validation. Key prime failures are reported as 
6535           verb_ops level.
6536
6537 27 August 2007: Wouter
6538         - do not garble the edns if a cache answer fails.
6539         - answer norecursive from cache if possible.
6540         - honor clean_additional setting when returning secure non-recursive
6541           referrals.
6542         - do not store referral in msg cache for nonRD queries.
6543         - store verification status in the rrset cache to speed up future
6544           verification.
6545         - mark rrsets indeterminate and insecure if they are found to be so.
6546           and store this in the cache.
6547
6548 24 August 2007: Wouter
6549         - message is bogus if unsecure authority rrsets are present.
6550         - val-clean-additional option, so you can turn it off.
6551         - move rrset verification out of the specific proof types into one
6552           routine. This makes the proof routines prettier.
6553         - fixup cname handling in validator, cname-to-positive and cname-to-
6554           nodata work.
6555         - Do not synthesize DNSKEY and DS responses from the rrset cache if
6556           the rrset is from the additional section. Signatures may have
6557           fallen off the packet, and cause validation failure.
6558         - more verbose signature date errors (with the date attached).
6559         - increased default infrastructure cache size. It is important for
6560           performance, and 1000 entries are only 212k (or a 400 k total cache
6561           size). To 10000 entries (for 2M entries, 4M cache size).
6562
6563 23 August 2007: Wouter
6564         - CNAME handling - move needs_validation to before val_new().
6565           val_new() setups the chase-reply to be an edited copy of the msg.
6566           new classification, and find signer can find for it. 
6567           removal of unsigned crap from additional, and query restart for
6568           cname.
6569         - refuse to follow wildcarded DNAMEs when validating.
6570           But you can query for qtype ANY, or qtype DNAME and validate that.
6571
6572 22 August 2007: Wouter
6573         - bogus TTL.
6574         - review - use val_error().
6575
6576 21 August 2007: Wouter
6577         - ANY response validation.
6578         - store security status in cache.
6579         - check cache security status and either send the query to be
6580           validated, return the query to client, or send servfail to client.
6581           Sets AD bit on validated replies.
6582         - do not examine security status on an error reply in mesh_done.
6583         - construct DS, DNSKEY messages from rrset cache.
6584         - manual page entry for override-date.
6585
6586 20 August 2007: Wouter
6587         - validate and positive validation, positive wildcard NSEC validation.
6588         - nodata validation, nxdomain validation.
6589
6590 18 August 2007: Wouter
6591         - process DNSKEY response in FINDKEY state.
6592
6593 17 August 2007: Wouter
6594         - work on DS2KE routine.
6595         - val_nsec.c for validator NSEC proofs.
6596         - unit test for NSEC bitmap reading.
6597         - dname iswild and canonical_compare with unit tests.
6598
6599 16 August 2007: Wouter
6600         - DS sig unit test.
6601         - latest release libevent 1.3c and 1.3d have threading fixed.
6602         - key entry fixup data pointer and ttl absolute.
6603         - This makes a key-prime succeed in validator, with DS or DNSKEY as
6604           trust-anchor.
6605         - fixup canonical compare byfield routine, fix bug and also neater.
6606         - fixed iterator response type classification for queries of type
6607           ANY and NS.
6608           dig ANY gives sometimes NS rrset in AN and NS section, and parser
6609           removes the NS section duplicate. dig NS gives sometimes the NS
6610           in the answer section, as referral.
6611         - validator FINDKEY state.
6612
6613 15 August 2007: Wouter
6614         - crypto calls to verify signatures.
6615         - unit test for rrsig verification.
6616
6617 14 August 2007: Wouter
6618         - default outgoing ports changed to avoid port 2049 by default.
6619           This port is widely blocked by firewalls.
6620         - count infra lameness cache in memory size.
6621         - accounting of memory improved
6622         - outbound entries are allocated in the query region they are for.
6623         - extensive debugging for memory allocations.
6624         - --enable-lock-checks can be used to enable lock checking.
6625         - protect undefs in config.h from autoheaders ministrations.
6626         - print all received udp packets. log hex will print on multiple
6627           lines if needed.
6628         - fixed error in parser with backwards rrsig references.
6629         - mark cycle targets for iterator did not have CD flag so failed
6630           its task.
6631
6632 13 August 2007: Wouter
6633         - fixup makefile, if lexer is missing give nice error and do not
6634           mess up the dependencies.
6635         - canonical compare routine updated.
6636         - canonical hinfo compare.
6637         - printout list of the queries that the mesh is working on.
6638
6639 10 August 2007: Wouter
6640         - malloc and free overrides that track total allocation and frees.
6641           for memory debugging.
6642         - work on canonical sort.
6643
6644 9 August 2007: Wouter
6645         - canonicalization, signature checks
6646         - dname signature label count and unit test.
6647         - added debug heap size print to memory printout.
6648         - typo fixup in worker.c
6649         - -R needed on solaris.
6650         - validator override option for date check testing.
6651
6652 8 August 2007: Wouter
6653         - ldns _raw routines created (in ldns trunk).
6654         - sigcrypt DS digest routines
6655         - val_utils uses sigcrypt to perform signature cryptography.
6656         - sigcrypt keyset processing
6657
6658 7 August 2007: Wouter
6659         - security status type.
6660         - security status is copied when rdata is equal for rrsets.
6661         - rrset id is updated to invalidate all the message cache entries
6662           that refer to NSEC, NSEC3, DNAME rrsets that have changed.
6663         - val_util work
6664         - val_sigcrypt file for validator signature checks.
6665
6666 6 August 2007: Wouter
6667         - key cache for validator.
6668         - moved isroot and dellabel to own dname routines, with unit test.
6669
6670 3 August 2007: Wouter
6671         - replanning.
6672         - scrubber check section of lame NS set.
6673         - trust anchors can be in config file or read from zone file,
6674           DS and DNSKEY entries.
6675         - unit test trust anchor storage.
6676         - trust anchors converted to packed rrsets.
6677         - key entry definition.
6678
6679 2 August 2007: Wouter
6680         - configure change for latest libevent trunk version (needs -lrt).
6681         - query_done and walk_supers are moved out of module interface.
6682         - fixup delegation point duplicates.
6683         - fixup iterator scrubber; lame NS set is let through the scrubber
6684           so that the classification is lame.
6685         - validator module exists, and does nothing but pass through,
6686           with calling of next module and return.
6687         - validator work.
6688
6689 1 August 2007: Wouter
6690         - set version to 0.5
6691         - module work for module to module interconnections.
6692         - config of modules.
6693         - detect cycle takes flags.
6694
6695 31 July 2007: Wouter
6696         - updated plan
6697         - release 0.4 tag.
6698
6699 30 July 2007: Wouter
6700         - changed random state init, so that sequential process IDs are not
6701           cancelled out by sequential thread-ids in the random number seed.
6702         - the fwd_three test, which sends three queries to unbound, and 
6703           unbound is kept waiting by ldns-testns for 3 seconds, failed
6704           because the retry timeout for default by unbound is 3 seconds too,
6705           it would hit that timeout and fail the test. Changed so that unbound
6706           is kept waiting for 2 seconds instead.
6707
6708 27 July 2007: Wouter
6709         - removed useless -C debug option. It did not work.
6710         - text edit of documentation.
6711         - added doc/CREDITS file, referred to by the manpages.
6712         - updated planning.
6713
6714 26 July 2007: Wouter
6715         - cycle detection, for query state dependencies. Will attempt to
6716           circumvent the cycle, but if no other targets available fails.
6717         - unit test for AXFR, IXFR response.
6718         - test for cycle detection.
6719
6720 25 July 2007: Wouter
6721         - testbound read ADDRESS and check it.
6722         - test for version.bind and friends.
6723         - test for iterator chaining through several referrals.
6724         - test and fixup for refetch for glue. Refetch fails if glue
6725           is still not provided.
6726
6727 24 July 2007: Wouter
6728         - Example section in config manual.
6729         - Addr stored for range and moment in replay.
6730
6731 20 July 2007: Wouter
6732         - Check CNAME chain before returning cache entry with CNAMEs.
6733         - Option harden-glue, default is on. It will discard out of zone
6734           data. If disabled, performance is faster, but spoofing attempts
6735           become a possibility. Note that still normalize scrubbing is done,
6736           and that the potentially spoofed data is used for infrastructure
6737           and not returned to the client.
6738         - if glue times out, refetch by asking parent of delegation again.
6739           Much like asking for DS at the parent side.
6740         - TODO items from forgery-resilience draft.
6741           and on memory handling improvements.
6742         - renamed module_event_timeout to module_event_noreply.
6743         - memory reporting code; reports on memory usage after handling
6744           a network packet (not on cache replies).
6745
6746 19 July 2007: Wouter
6747         - shuffle NS selection when getting nameserver target addresses.
6748         - fixup of deadlock warnings, yield cpu in checklock code so that
6749           freebsd scheduler selects correct process to run.
6750         - added identity and version config options and replies.
6751         - store cname messages complete answers.
6752
6753 18 July 2007: Wouter
6754         - do not query addresses, 127.0.0.1, and ::1 by default.
6755
6756 17 July 2007: Wouter
6757         - forward zone options in config file.
6758         - forward per zone in iterator. takes precedence over stubs.
6759         - fixup commithooks.
6760         - removed forward-to and forward-to-port features, subsumed by
6761           new forward zones.
6762         - fix parser to handle absent server: clause.
6763         - change untrusted rrset test to account for scrubber that is now
6764           applied during the test (which removes the poison, by the way).
6765         - feature, addresses can be specified with @portnumber, like nsd.conf.
6766         - test config files changed over to new forwarder syntax.
6767
6768 27 June 2007: Wouter
6769         - delete of mesh does a postorder traverse of the tree.
6770         - found and fixed a memory leak. For TTL=0 messages, that would
6771           not be cached, instead the msg-replyinfo structure was leaked.
6772         - changed server selection so it will filter out hosts that are
6773           unresponsive. This is defined as a host with the maximum rto value.
6774           This means that unbound tried the host for retries up to 120 secs.
6775           The rto value will time out after host-ttl seconds from the cache.
6776           This keeps such unresolvable queries from taking up resources.
6777         - utility for keeping histogram.
6778
6779 26 June 2007: Wouter
6780         - mesh is called by worker, and iterator uses it.
6781           This removes the hierarchical code.
6782           QueryTargets state and Finished state are merged for iterator.
6783         - forwarder mode no longer sets AA bit on first reply.
6784         - rcode in walk_supers is not needed.
6785
6786 25 June 2007: Wouter
6787         - more mesh work.
6788         - error encode routine for ease.
6789
6790 22 June 2007: Wouter
6791         - removed unused _node iterator value from rbtree_t. Takes up space.
6792         - iterator can handle querytargets state without a delegation point
6793           set, so that a priming(stub) subquery error can be handled.
6794         - iterator stores if it is priming or not.
6795         - log_query_info() neater logging.
6796         - changed iterator so that it does not alter module_qstate.qinfo
6797           but keeps a chase query info. Also query_flags are not altered,
6798           the iterator uses chase_flags.
6799         - fixup crash in case no ports for the family exist.
6800
6801 21 June 2007: Wouter
6802         - Fixup secondary buffer in case of error callback.
6803         - cleanup slumber list of runnable states.
6804         - module_subreq_depth fails to work in slumber list.
6805         - fixup query release for cached results to sub targets.
6806         - neater error for tcp connection failure, shows addr in verbose.
6807         - rbtree_init so that it can be used with preallocated memory.
6808
6809 20 June 2007: Wouter
6810         - new -C option to enable coredumps after forking away.
6811         - doc update.
6812         - fixup CNAME generation by scrubber, and memory allocation of it.
6813         - fixup deletion of serviced queries when all callbacks delete too.
6814         - set num target queries to 0 when you move them to slumber list.
6815         - typo in check caused subquery errors to be ignored, fixed.
6816         - make lint happy about rlim_t.
6817         - freeup of modules after freeup of module-states.
6818         - duplicate replies work, this uses secondary udp buffer in outnet.
6819
6820 19 June 2007: Wouter
6821         - nicer layout in stats.c, review 0.3 change.
6822         - spelling improvement, review 0.3 change.
6823         - uncapped timeout for server selection, so that very fast or slow
6824           servers will stand out from the rest.
6825         - target-fetch-policy: "3 2 1 0 0" config setting.
6826         - fixup queries answered without RD bit (for root prime results).
6827         - refuse AXFR and IXFR requests.
6828         - fixup RD flag in error reply from iterator. fixup RA flag from
6829           worker error reply.
6830         - fixup encoding of very short edns buffer sizes, now sets TC bit.
6831         - config options harden-short-bufsize and harden-large-queries.
6832
6833 18 June 2007: Wouter
6834         - same, move subqueries to slumber list when first has resolved.
6835         - fixup last fix for duplicate callbacks.
6836         - another offbyone in targetcounter. Also in Java prototype by the way.
6837
6838 15 June 2007: Wouter
6839         - if a query asks to be notified of the same serviced query result
6840           multiple times, this will succeed. Only one callback will happen;
6841           multiple outbound-list entries result (but the double cleanup of it
6842           will not matter).
6843         - when iterator moves on due to CNAME or referral, it will remove
6844           the subqueries (for other targets). These are put on the slumber
6845           list.
6846         - state module wait subq is OK with no new subqs, an old one may have
6847           stopped, with an error, and it is still waiting for other ones.
6848         - if a query loops, halt entire query (easy way to clean up properly).
6849
6850 14 June 2007: Wouter
6851         - num query targets was > 0 , not >= 0 compared, so that fetch
6852           policy of 0 did nothing.
6853
6854 13 June 2007: Wouter
6855         - debug option: configure --enable-static-exe for compile where
6856           ldns and libevent are linked statically. Default is off.
6857         - make install and make uninstall. Works with static-exe and without.
6858           installation of unbound binary and manual pages.
6859         - alignment problem fix on solaris 64.
6860         - fixup address in case of TCP error.
6861
6862 12 June 2007: Wouter
6863         - num target queries was set to 0 at a bad time. Default it to 0 and
6864           increase as target queries are done.
6865         - synthesize CNAME and DNAME responses from the cache.
6866         - Updated doxygen config for doxygen 1.5.
6867         - aclocal newer version.
6868         - doxygen 1.5 fixes for comments (for the strict check on docs).
6869
6870 11 June 2007: Wouter
6871         - replies on TCP queries have the address field set in replyinfo,
6872           for serviced queries, because the initiator does not know that
6873           a TCP fallback has occured.
6874         - omit DNSSEC types from nonDO replies, except if qtype is ANY or
6875           if qtype directly queries for the type (and then only show that
6876           'unknown type' in the answer section).
6877         - fixed message parsing where rrsigs on their own would be put
6878           in the signature list over the rrsig type.
6879
6880 7 June 2007: Wouter
6881         - fixup error in double linked list insertion for subqueries and
6882           for outbound list of serviced queries for iterator module.
6883         - nicer printout of outgoing port selection. 
6884         - fixup cname target readout.
6885         - nicer debug output.
6886         - fixup rrset counts when prepending CNAMEs to the answer.
6887         - fixup rrset TTL for prepended CNAMEs.
6888         - process better check for looping modules, and which submodule to
6889           run next.
6890         - subreq insertion code fixup for slumber list.
6891         - VERB_DETAIL, verbosity: 2 level gives short but readable output.
6892           VERB_ALGO, verbosity: 3 gives extensive output.
6893         - fixup RA bit in cached replies.
6894         - fixup CNAME responses from the cache no longer partial response.
6895         - error in network send handled without leakage.
6896         - enable ip6 from config, and try ip6 addresses if available,
6897           if ip6 is not connected, skips to next server.
6898
6899 5 June 2007: Wouter
6900         - iterator state finished.
6901         - subrequests without parent store in cache and stop.
6902         - worker slumber list for ongoing promiscuous queries.
6903         - subrequest error handling.
6904         - priming failure returns SERVFAIL.
6905         - priming gives LAME result, returns SERVFAIL.
6906         - debug routine to print dns_msg as handled by iterator.
6907         - memleak in config file stubs fixup.
6908         - more small bugs, in scrubber, query compare no ID for lookup,
6909           in dname validation for NS targets.
6910         - sets entry.key for new special allocs.
6911         - lognametypeclass can display unknown types and classes.
6912
6913 4 June 2007: Wouter
6914         - random selection of equally preferred nameserver targets.
6915         - reply info copy routine. Reuses existing code.
6916         - cache lameness in response handling.
6917         - do not touch qstate after worker_process_query because it may have
6918           been deleted by that routine.
6919         - Prime response state.
6920         - Process target response state.
6921         - some memcmp changed to dname_compare for case preservation.
6922
6923 1 June 2007: Wouter
6924         - normalize incoming messages. Like unbound-java, with CNAME chain
6925           checked, DNAME checked, CNAME's synthesized, glue checked.
6926         - sanitize incoming messages.
6927         - split msgreply encode functions into own file msgencode.c.
6928         - msg_parse to queryinfo/replyinfo conversion more versatile.
6929         - process_response, classify response, delegpt_from_message. 
6930
6931 31 May 2007: Wouter
6932         - querytargets state.
6933         - dname_subdomain_c() routine.
6934         - server selection, based on RTT. ip6 is filtered out if not available,
6935           and lameness is checked too.
6936         - delegation point copy routine.
6937
6938 30 May 2007: Wouter
6939         - removed FLAG_CD from message and rrset caches. This was useful for
6940           an agnostic forwarder, but not for a sophisticated (trust value per
6941           rrset enabled) cache.
6942         - iterator response typing.
6943         - iterator cname handle.
6944         - iterator prime start.
6945         - subquery work.
6946         - processInitRequest and processInitRequest2.
6947         - cache synthesizes referral messages, with DS and NSEC.
6948         - processInitRequest3.
6949         - if a request creates multiple subrequests these are all activated.
6950
6951 29 May 2007: Wouter
6952         - routines to lock and unlock array of rrsets moved to cache/rrset.
6953         - lookup message from msg cache (and copy to region).
6954         - fixed cast error in dns msg lookup.
6955         - message with duplicate rrset does not increase its TTLs twice.
6956         - 'qnamesize' changed to 'qname_len' for similar naming scheme.
6957
6958 25 May 2007: Wouter
6959         - Acknowledge use of unbound-java code in iterator. Nicer readme.
6960         - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
6961           rrset cache from module environment.
6962         - packed rrset key has type and class as easily accessible struct
6963           members. They are still kept in network format for fast msg encode.
6964         - dns cache find_delegation routine.
6965         - iterator main functions setup.
6966         - dns cache lookup setup.
6967
6968 24 May 2007: Wouter
6969         - small changes to prepare for subqueries.
6970         - iterator forwarder feature separated out.
6971         - iterator hints stub code, config file stub code, so that first
6972           testing can proceed locally.
6973         - replay tests now have config option to enable forwarding mode.
6974
6975 23 May 2007: Wouter
6976         - outside network does precise timers for roundtrip estimates for rtt
6977           and for setting timeout for UDP. Pending_udp takes milliseconds.
6978         - cleaner iterator sockaddr conversion of forwarder address.
6979         - iterator/iter_utils and iter_delegpt setup.
6980         - root hints.
6981
6982 22 May 2007: Wouter
6983         - outbound query list for modules and support to callback with the
6984           outbound entry to the module.
6985         - testbound support for new serviced queries.
6986         - test for retry to TCP cannot use testbound any longer.
6987         - testns test for EDNS fallback, test for TCP fallback already exists.
6988         - fixes for no-locking compile.
6989         - mini_event timer precision and fix for change in timeouts during
6990           timeout callback. Fix for fwd_three tests, performed nonexit query.
6991
6992 21 May 2007: Wouter
6993         - small comment on hash table locking.
6994         - outside network serviced queries, contain edns and tcp fallback,
6995           and udp retries and rtt timing.
6996
6997 16 May 2007: Wouter
6998         - lruhash_touch() would cause locking order problems. Fixup in 
6999           lock-verify in case locking cycle is found.
7000         - services/cache/rrset.c for rrset cache code.
7001         - special rrset_cache LRU updating function that uses the rrset id.
7002         - no dependencies calculation when make clean is called.
7003         - config settings for infra cache.
7004         - daemon code slightly cleaner, only creates caches once.
7005
7006 15 May 2007: Wouter
7007         - host cache code.
7008         - unit test for host cache.
7009
7010 14 May 2007: Wouter
7011         - Port to OS/X and Dec Alpha. Printf format and alignment fixes.
7012         - extensive lock debug report on join timeout.
7013         - proper RTT calculation, in utility code.
7014         - setup of services/cache/infra, host cache.
7015
7016 11 May 2007: Wouter
7017         - iterator/iterator.c module.
7018         - fixup to pass reply_info in testcode and in netevent.
7019
7020 10 May 2007: Wouter
7021         - created release-0.3 svn tag.
7022         - util/module.h
7023         - fixed compression - no longer compresses root name.
7024
7025 9 May 2007: Wouter
7026         - outside network cleans up waiting tcp queries on exit.
7027         - fallback to TCP.
7028         - testbound replay with retry in TCP mode.
7029         - tpkg test for retry in TCP mode, against ldns-testns server.
7030         - daemon checks max number of open files and complains if not enough.
7031         - test where data expires in the cache.
7032         - compiletests: fixed empty body ifstatements in alloc.c, in case
7033           locks are disabled.
7034
7035 8 May 2007: Wouter
7036         - outgoing network keeps list of available tcp buffers for outgoing 
7037           tcp queries.
7038         - outgoing-num-tcp config option.
7039         - outgoing network keeps waiting list of queries waiting for buffer.
7040         - netevent supports outgoing tcp commpoints, nonblocking connects.
7041
7042 7 May 2007: Wouter
7043         - EDNS read from query, used to make reply smaller.
7044         - advertised edns value constants.
7045         - EDNS BADVERS response, if asked for too high edns version.
7046         - EDNS extended error responses once the EDNS record from the query
7047           has successfully been parsed.
7048
7049 4 May 2007: Wouter
7050         - msgreply sizefunc is more accurate.
7051         - config settings for rrset cache size and slabs.
7052         - hashtable insert takes argument so that a thread can use its own
7053           alloc cache to store released keys.
7054         - alloc cache special_release() locks if necessary.
7055         - rrset trustworthiness type added.
7056         - thread keeps a scratchpad region for handling messages.
7057         - writev used in netevent to write tcp length and data after another.
7058           This saves a roundtrip on tcp replies.
7059         - test for one rrset updated in the cache.
7060         - test for one rrset which is not updated, as it is not deemed
7061           trustworthy enough.
7062         - test for TTL refreshed in rrset.
7063
7064 3 May 2007: Wouter
7065         - fill refs. Use new parse and encode to answer queries.
7066         - stores rrsets in cache.
7067         - uses new msgreply format in cache.
7068
7069 2 May 2007: Wouter
7070         - dname unit tests in own file and spread out neatly in functions.
7071         - more dname unit tests.
7072         - message encoding creates truncated TC flagged messages if they do 
7073           not fit, and will leave out (whole)rrsets from additional if needed.
7074
7075 1 May 2007: Wouter
7076         - decompress query section, extremely lenient acceptance.
7077           But only for answers from other servers, not for plain queries.
7078         - compression and decompression test cases.
7079         - some stats added.
7080         - example.conf interface: line is changed from 127.0.0.1 which leads
7081           to problems if used (restricting communication to the localhost),
7082           to a documentation and test address.
7083
7084 27 April 2007: Wouter
7085         - removed iov usage, it is not good for dns message encoding.
7086         - owner name compression more optimal.
7087         - rrsig owner name compression.
7088         - rdata domain name compression.
7089
7090 26 April 2007: Wouter
7091         - floating point exception fix in lock-verify.
7092         - lint uses make dependency
7093         - fixup lint in dname owner domain name compression code.
7094         - define for offset range that can be compressed to.
7095
7096 25 April 2007: Wouter
7097         - prettier code; parse_rrset->type kept in host byte order.
7098         - datatype used for hashvalue of converted rrsig structure.
7099         - unit test compares edns section data too.
7100
7101 24 April 2007: Wouter
7102         - ttl per RR, for RRSIG rrsets and others.
7103         - dname_print debug function.
7104         - if type is not known, size calc will skip DNAME decompression.
7105         - RRSIG parsing and storing and putting in messages.
7106         - dnssec enabled unit tests (from nlnetlabs.nl and se queries).
7107         - EDNS extraction routine.
7108
7109 20 April 2007: Wouter
7110         - code comes through all of the unit tests now.
7111         - disabled warning about spurious extra data.
7112         - documented the RRSIG parse plan in msgparse.h.
7113         - rrsig reading and outputting.
7114
7115 19 April 2007: Wouter
7116         - fix unit test to actually to tests.
7117         - fix write iov helper, and fakevent code.
7118         - extra builtin testcase (small packet).
7119         - ttl converted to network format in packets.
7120         - flags converted correctly
7121         - rdatalen off by 2 error fixup.
7122         - uses less iov space for header.
7123
7124 18 April 2007: Wouter
7125         - review of msgparse code.
7126         - smaller test cases.
7127
7128 17 April 2007: Wouter
7129         - copy and decompress dnames.
7130         - store calculated hash value too.
7131         - routine to create message out of stored information.
7132         - util/data/msgparse.c for message parsing code.
7133         - unit test, and first fixes because of test.
7134                 * forgot rrset_count addition.
7135                 * did & of ptr on stack for memory position calculation.
7136                 * dname_pkt_copy forgot to read next label length.
7137         - test from file and fixes
7138                 * double frees fixed in error conditions.
7139                 * types with less than full rdata allowed by parser.
7140                   Some dynamic update packets seem to use it.
7141
7142 16 April 2007: Wouter
7143         - following a small change in LDNS, parsing code calculates the
7144           memory size to allocate for rrs.
7145         - code to handle ID creation.
7146
7147 13 April 2007: Wouter
7148         - parse routines. Code that parses rrsets, rrs.
7149
7150 12 April 2007: Wouter
7151         - dname compare routine that preserves case, with unit tests.
7152         
7153 11 April 2007: Wouter
7154         - parse work - dname packet parse, msgparse, querysection parse,
7155           start of sectionparse.
7156
7157 10 April 2007: Wouter
7158         - Improved alignment of reply_info packet, nice for 32 and 64 bit.
7159         - Put RRset counts in reply_info, because the number of RRs can change
7160           due to RRset updates.
7161         - import of region-allocator code from nsd.
7162         - set alloc special type to ub_packed_rrset_key.
7163           Uses lruhash entry overflow chain next pointer in alloc cache.
7164         - doxygen documentation for region-allocator.
7165         - setup for parse scratch data.
7166
7167 5 April 2007: Wouter
7168         - discussed packed rrset with Jelte.
7169
7170 4 April 2007: Wouter
7171         - moved to version 0.3.
7172         - added util/data/dname.c
7173         - layout of memory for rrsets.
7174
7175 3 April 2007: Wouter
7176         - detect sign of msghdr.msg_iovlen so that the cast to that type
7177           in netevent (which is there to please lint) can be correct.
7178           The type on several OSes ranges from int, int32, uint32, size_t.
7179           Detects unsigned or signed using math trick.
7180         - constants for DNS flags. 
7181         - compilation without locks fixup.
7182         - removed include of unportable header from lookup3.c.
7183         - more portable use of struct msghdr.
7184         - casts for printf warning portability.
7185         - tweaks to tests to port them to the testbed.
7186         - 0.2 tag created.
7187
7188 2 April 2007: Wouter
7189         - check sizes of udp received messages, not too short.
7190         - review changes. Some memmoves can be memcpys: 4byte aligned.
7191           set id correctly on cached answers. 
7192         - review changes msgreply.c, memleak on error condition. AA flag
7193           clear on cached reply. Lowercase queries on hashing.
7194           unit test on lowercasing. Test AA bit not set on cached reply.
7195           Note that no TTLs are managed.
7196
7197 29 March 2007: Wouter
7198         - writev or sendmsg used when answering from cache.
7199           This avoids a copy of the data.
7200         - do not do useless byteswap on query id. Store reply flags in uint16
7201           for easier access (and no repeated byteswapping).
7202         - reviewed code.
7203         - configure detects and config.h includes sys/uio.h for writev decl.
7204
7205 28 March 2007: Wouter
7206         - new config option: num-queries-per-thread.
7207         - added tpkg test for answering three queries at the same time
7208           using one thread (from the query service list).
7209
7210 27 March 2007: Wouter
7211         - added test for cache and not cached answers, in testbound replays.
7212         - testbound can give config file and commandline options from the
7213           replay file to unbound.
7214         - created test that checks if items drop out of the cache.
7215         - added word 'partitioned hash table' to documentation on slab hash.
7216           A slab hash is a partitioned hash table.
7217         - worker can handle multiple queries at a time.
7218
7219 26 March 2007: Wouter
7220         - config settings for slab hash message cache.
7221         - test for cached answer.
7222         - Fixup deleting fake answer from testbound list.
7223
7224 23 March 2007: Wouter
7225         - review of yesterday's commits.
7226         - covered up memory leak of the entry locks.
7227         - answers from the cache correctly. Copies flags correctly.
7228         - sanity check for incoming query replies.
7229         - slabbed hash table. Much nicer contention, need dual cpu to see.
7230
7231 22 March 2007: Wouter
7232         - AIX configure check.
7233         - lock-verify can handle references to locks that are created
7234           in files it has not yet read in.
7235         - threaded hash table test. 
7236         - unit test runs lock-verify afterwards and checks result.
7237         - need writelock to update data on hash_insert.
7238         - message cache code, msgreply code.
7239
7240 21 March 2007: Wouter
7241         - unit test of hash table, fixup locking problem in table_grow().
7242         - fixup accounting of sizes for removing items from hashtable.
7243         - unit test for hash table, single threaded test of integrity.
7244         - lock-verify reports errors nicely. More quiet in operation.
7245
7246 16 March 2007: Wouter
7247         - lock-verifier, checks consistent order of locking.
7248
7249 14 March 2007: Wouter
7250         - hash table insert (and subroutines) and lookup implemented.
7251         - hash table remove.
7252         - unit tests for hash internal bin, lru functions.
7253
7254 13 March 2007: Wouter
7255         - lock_unprotect in checklocks.
7256         - util/storage/lruhash.h for LRU hash table structure.
7257
7258 12 March 2007: Wouter
7259         - configure.ac moved to 0.2.
7260         - query_info and replymsg util/data structure.
7261
7262 9 March 2007: Wouter
7263         - added rwlock writelock checking.
7264           So it will keep track of the writelock, and readlocks are enforced
7265           to not change protected memory areas.
7266         - log_hex function to dump hex strings to the logfile.
7267         - checklocks zeroes its destroyed lock after checking memory areas.
7268         - unit test for alloc.
7269         - identifier for union in checklocks to please older compilers.
7270         - created 0.1 tag.
7271
7272 8 March 2007: Wouter
7273         - Reviewed checklock code.
7274
7275 7 March 2007: Wouter
7276         - created a wrapper around thread calls that performs some basic
7277           checking for data race and deadlock, and basic performance 
7278           contention measurement.
7279
7280 6 March 2007: Wouter
7281         - Testbed works with threading (different machines, different options).
7282         - alloc work, does the special type.
7283
7284 2 March 2007: Wouter
7285         - do not compile fork funcs unless needed. Otherwise will give
7286           type errors as their typedefs have not been enabled.
7287         - log shows thread numbers much more nicely (and portably).
7288         - even on systems with nonthreadsafe libevent signal handling,
7289           unbound will exit if given a signal.
7290           Reloads will not work, and exit is not graceful.
7291         - start of alloc framework layout.
7292
7293 1 March 2007: Wouter
7294         - Signals, libevent and threads work well, with libevent patch and
7295           changes to code (close after event_del).
7296         - set ipc pipes nonblocking.
7297
7298 27 February 2007: Wouter
7299         - ub_thread_join portable definition.
7300         - forking is used if no threading is available.
7301           Tested, it works, since pipes work across processes as well.
7302           Thread_join is replaced with waitpid. 
7303         - During reloads the daemon will temporarily handle signals,
7304           so that they do not result in problems.
7305         - Also randomize the outgoing port range for tests.
7306         - If query list is full, will stop selecting listening ports for read.
7307           This makes all threads service incoming requests, instead of one.
7308           No memory is leaking during reloads, service of queries, etc.
7309         - test that uses ldns-testns -f to test threading. Have to answer
7310           three queries at the same time.
7311         - with verbose=0 operates quietly.
7312
7313 26 February 2007: Wouter
7314         - ub_random code used to select ID and port.
7315         - log code prints thread id.
7316         - unbound can thread itself, with reload(HUP) and quit working
7317           correctly.
7318         - don't open pipes for #0, doesn't need it.
7319         - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
7320
7321 23 February 2007: Wouter
7322         - Can do reloads on sigHUP. Everything is stopped, and freed,
7323           except the listening ports. Then the config file is reread.
7324           And everything is started again (and listening ports if needed).
7325         - Ports for queries are shared.
7326         - config file added interface:, chroot: and username:.
7327         - config file: directory, logfile, pidfile. And they work too.
7328         - will daemonize by default now. Use -d to stay in the foreground.
7329         - got BSD random[256 state] code, made it threadsafe. util/random.
7330
7331 22 February 2007: Wouter
7332         - Have a config file. Removed commandline options, moved to config.
7333         - tests use config file.
7334
7335 21 February 2007: Wouter
7336         - put -c option in man page.
7337         - minievent fd array capped by FD_SETSIZE.
7338
7339 20 February 2007: Wouter
7340         - Added locks code and pthread spinlock detection.
7341         - can use no locks, or solaris native thread library.
7342         - added yacc and lex configure, and config file parsing code.
7343           also makedist.sh, and manpage.
7344         - put include errno.h in config.h
7345
7346 19 February 2007: Wouter
7347         - Created 0.0 svn tag.
7348         - added acx_pthread.m4 autoconf check for pthreads from 
7349           the autoconf archive. It is GPL-with-autoconf-exception Licensed.
7350           You can specify --with-pthreads, or --without-pthreads to configure.
7351
7352 16 February 2007: Wouter
7353         - Updated testbed script, works better by using make on remote end.
7354         - removed check decls, we can compile without them.
7355         - makefile supports LIBOBJ replacements.
7356         - docs checks ignore compat code.
7357         - added util/mini-event.c and .h, a select based alternative used with
7358           ./configure --with-libevent=no
7359           It is limited to 1024 file descriptors, and has less features.
7360         - will not create ip6 sockets if ip6 not on the machine.
7361
7362 15 February 2007: Wouter
7363         - port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
7364           Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
7365         - malloc rndstate, so that it is aligned for access.
7366         - fixed rbtree cleanup with postorder traverse.
7367         - fixed pending messages are deleted when handled.
7368         - You can control verbosity; default is not verbose, every -v
7369           adds more verbosity.
7370
7371 14 February 2007: Wouter
7372         - Included configure.ac changes from ldns.
7373         - detect (some) headers before the standards check.
7374         - do not use isblank to test c99, since its not available on solaris9.
7375         - review of testcode.
7376                 * entries in a RANGE are no longer reversed.
7377                 * print name of file with replay entry parse errors.
7378         - port to OSX: cast to int for some prints of sizet.
7379         - Makefile copies ldnstestpkts.c before doing dependencies on it.
7380
7381 13 February 2007: Wouter
7382         - work on fake events, first fwd replay works.
7383         - events can do timeouts and errors on queries to servers.
7384         - test package that runs replay scenarios.
7385
7386 12 February 2007: Wouter
7387         - work on fake events.
7388
7389 9 February 2007: Wouter
7390         - replay file reading.
7391         - fake event setup, it creates fake structures, and teardowns,
7392           added signal callbacks to reply to be able to fake those,
7393           and main structure of event replay routines.
7394
7395 8 February 2007: Wouter
7396         - added tcp test.
7397         - replay storage.
7398         - testcode/fake_event work.
7399
7400 7 February 2007: Wouter
7401         - return answer with the same ID as query was sent with.
7402         - created udp forwarder test. I've done some effort to make it perform
7403           quickly. After servers are created, no big sleep statements but
7404           it checks the logfiles to see if servers have come up. Takes 0.14s.
7405         - set addrlen value when calling recvfrom.
7406         - comparison of addrs more portable.
7407         - LIBEVENT option for testbed to set libevent directory.
7408         - work on tcp input.
7409
7410 6 February 2007: Wouter
7411         - reviewed code and improved in places.
7412
7413 5 February 2007: Wouter
7414         - Picked up stdc99 and other define tests from ldns. Improved
7415           POSIX define test to include getaddrinfo.
7416         - defined constants for netevent callback error code.
7417         - unit test for strisip6.
7418
7419 2 February 2007: Wouter
7420         - Created udp4 and udp6 port arrays to provide service for both
7421           address families.
7422         - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
7423         - listens on both ip4 and ip6 ports to provide correct return address.
7424         - worker fwder address filled correctly.
7425         - fixup timer code.
7426         - forwards udp queries and sends answer.
7427
7428 1 February 2007: Wouter
7429         - outside network more UDP work.
7430         - moved * closer to type.
7431         - comm_timer object and events.
7432
7433 31 January 2007: Wouter
7434         - Added makedist.sh script to make release tarball.
7435         - Removed listen callback layer, did not add anything.
7436         - Added UDP recv to netevent, worker callback for udp.
7437         - netevent communication reply storage structure.
7438         - minimal query header sanity checking for worker.
7439         - copied over rbtree implementation from NSD (BSD licensed too).
7440         - outgoing network query service work.
7441
7442 30 January 2007: Wouter
7443         - links in example/ldns-testpkts.c and .h for premade packet support.
7444         - added callback argument to listen_dnsport and daemon/worker.
7445
7446 29 January 2007: Wouter
7447         - unbound.8 a short manpage.
7448
7449 26 January 2007: Wouter
7450         - fixed memleak.
7451         - make lint works on BSD and Linux (openssl defines).
7452         - make tags works.
7453         - testbound program start.
7454
7455 25 January 2007: Wouter
7456         - fixed lint so it may work on BSD.
7457         - put license into header of every file.
7458         - created verbosity flag.
7459         - fixed libevent configure flag.
7460         - detects event_base_free() in new libevent 1.2 version.
7461         - getopt in daemon. fatal_exit() and verbose() logging funcs.
7462         - created log_assert, that throws assertions to the logfile.
7463         - listen_dnsport service. Binds ports.
7464
7465 24  January 2007: Wouter
7466         - cleaned up configure.ac.
7467
7468 23  January 2007: Wouter
7469         - added libevent to configure to link with.
7470         - util/netevent setup work.
7471         - configure searches for libevent.
7472         - search for libs at end of configure (when other headers and types
7473           have been found).
7474         - doxygen works with ATTR_UNUSED().
7475         - util/netevent implementation.
7476
7477 22  January 2007: Wouter
7478         - Designed header file for network communication.
7479
7480 16  January 2007: Wouter
7481         - added readme.svn and readme.tests.
7482
7483 4 January 2007: Wouter
7484         - Testbed script (run on multiple platforms the test set).
7485           Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
7486         - added unit test tpkg.
7487
7488 3 January 2007: Wouter
7489         - committed first set of files into subversion repository.
7490           svn co svn+ssh://unbound.net/svn/unbound
7491           You need a ssh login.  There is no https access yet.
7492         - Added LICENSE, the BSD license.
7493         - Added doc/README with compile help.
7494         - main program stub and quiet makefile.
7495         - minimal logging service (to stderr).
7496         - added postcommit hook that serves emails.
7497         - added first test 00-lint. postcommit also checks if build succeeds.
7498         - 01-doc: doxygen doc target added for html docs. And stringent test
7499           on documented files, functions and parameters.
7500
7501 15 December 2006: Wouter
7502         - Created Makefile.in and configure.ac.