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