xref: /openbsd/usr.sbin/unbound/doc/Changelog (revision 9b7c3dbb)
113 June 2016: Ralph
2	- Use QTYPE=A for QNAME minimisation.
3	- Keep track of number of time-outs when performing QNAME minimisation.
4	  Stop minimising when number of time-outs for a QNAME/QTYPE pair is
5	  more than three.
6
713 June 2016: Wouter
8	- Fix #778: unbound 1.5.9: -h segfault (null deref).
9
102 June 2016: Wouter
11	- Fix libubound for edns optlist feature.
12	- Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
13	- Fix #752: retry resource temporarily unavailable on control pipe.
14	- un-document localzone tags.
15
1631 May 2016: Wouter
17	- Fix windows service to be created run with limited rights, as a
18	  network service account, from Mario Turschmann.
19	- compat strsep implementation.
20	- generic edns option parse and store code.
21	- and also generic edns options for upstream messages (and replies).
22	  after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
23	  to insert use edns_opt_append(edns, region, code, len, bindata) on
24	  the opt_list passed to send_query, or in edns_opt_inplace_reply.
25
2630 May 2016: Wouter
27	- Fix time in case answer comes from cache in ub_resolve_event().
28	- Attempted fix for #765: _unboundmodule missing for python3.
29
3027 May 2016: Wouter
31	- Fix #770: Small subgroup attack on DH used in unix pipe on localhost
32	  if unbound control uses a unix local named pipe.
33	- Document write permission to directory of trust anchor needed.
34	- Fix #768:  Unbound Service Sometimes Can Not Shutdown
35	  Completely, WER Report Shown Up.  Close handle before closing WSA.
36
3726 May 2016: Wouter
38	- Updated patch from Charles Walker.
39
4024 May 2016: Wouter
41	- disable-dnssec-lame-check config option from Charles Walker.
42	- remove memory leak from lame-check patch.
43	- iana portlist update.
44
4523 May 2016: Wouter
46	- Fix #767:  Reference to an expired Internet-Draft in
47	  harden-below-nxdomain documentation.
48
4920 May 2016: Ralph
50	- No QNAME minimisation fall-back for NXDOMAIN answers from DNSSEC
51	  signed zones.
52	- iana portlist update.
53
5419 May 2016: Wouter
55	- Fix #766: dns64 should synthesize results on timeout/errors.
56
5718 May 2016: Wouter
58	- Fix #761: DNSSEC LAME false positive resolving nic.club.
59
6017 May 2016: Wouter
61	- trunk updated with output of flex 2.6.0.
62
636 May 2016: Wouter
64	- Fix memory leak in out-of-memory conditions of local zone add.
65
6629 April 2016: Wouter
67	- Fix sldns with static checking fixes copied from getdns.
68
6928 April 2016: Wouter
70	- Fix #759: 0x20 capsforid no longer checks type PTR, for
71	  compatibility with cisco dns guard.  This lowers false positives.
72
7318 April 2016: Wouter
74	- Fix some malformed reponses to edns queries get fallback to nonedns.
75
7615 April 2016: Wouter
77	- cachedb module event handling design.
78
7914 April 2016: Wouter
80	- cachedb module framework (empty).
81	- iana portlist update.
82
8312 April 2016: Wouter
84	- Fix #753: document dump_requestlist is for first thread.
85
8624 March 2016: Wouter
87	- Document permit-small-holddown for 5011 debug.
88	- Fix #749: unbound-checkconf gets SIGSEGV when use against a
89	  malformatted conf file.
90
9123 March 2016: Wouter
92	- OpenSSL 1.1.0 portability, --disable-dsa configure option.
93
9421 March 2016: Wouter
95	- Fix compile of getentropy_linux for SLES11 servicepack 4.
96	- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
97	- Fix test for openssl to use HMAC_Update for 1.1.0.
98	- acx_nlnetlabs.m4 to v33, with HMAC_Update.
99	- acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
100	- ERR_remove_state deprecated since openssl 1.0.0.
101	- OPENSSL_config is deprecated, removing.
102
10318 March 2016: Ralph
104	- Validate QNAME minimised NXDOMAIN responses.
105	- If QNAME minimisation is enabled, do cache lookup for QTYPE NS in
106	  harden-below-nxdomain.
107
10817 March 2016: Ralph
109	- Limit number of QNAME minimisation iterations.
110
11117 March 2016: Wouter
112	- Fix #746: Fix unbound sets CD bit on all forwards.
113	  If no trust anchors, it'll not set CD bit when forwarding to another
114	  server.  If a trust anchor, no CD bit on the first attempt to a
115	  forwarder, but CD bit thereafter on repeated attempts to get DNSSEC.
116	- iana portlist update.
117
11816 March 2016: Wouter
119	- Fix ip-transparent for ipv6 on FreeBSD, thanks to Nick Hibma.
120	- Fix ip-transparent for tcp on freebsd.
121
12215 March 2016: Wouter
123	- ip_freebind: yesno option in unbound.conf sets IP_FREEBIND for
124	  binding to an IP address while the interface or address is down.
125
12614 March 2016: Wouter
127	- Fix warnings in ifdef corner case, older or unknown libevent.
128	- Fix compile for ub_event code with older libev.
129
13011 March 2016: Wouter
131	- Remove warning about unused parameter in event_pluggable.c.
132	- Fix libev usage of dispatch return value.
133	- No side effects in tolower() call, in case it is a macro.
134	- For test put free in pluggable api in parenthesis.
135
13610 March 2016: Wouter
137	- Fixup backend2str for libev.
138
13909 March 2016: Willem
140	- User defined pluggable event API for libunbound
141	- Fixup of compile fix for pluggable event API from P.Y. Adi
142	  Prasaja.
143
14409 March 2016: Wouter
145	- Updated configure and ltmain.sh.
146	- Updated L root IPv6 address.
147
14807 March 2016: Wouter
149	- Fix #747: assert in outnet_serviced_query_stop.
150	- iana ports fetched via https.
151	- iana portlist update.
152
15303 March 2016: Wouter
154	- configure tests for the weak attribute support by the compiler.
155
15602 March 2016: Wouter
157	- 1.5.8 release tag
158	- trunk contains 1.5.9 in development.
159	- iana portlist update.
160	- Fix #745: unbound.py - idn2dname throws UnicodeError when idnname
161	  contains trailing dot.
162
16324 February 2016: Wouter
164	- Fix OpenBSD asynclook lock free that gets used later (fix test code).
165	- Fix that NSEC3 negative cache is used when there is no salt.
166
16723 February 2016: Wouter
168	- ub_ctx_set_stub() function for libunbound to config stub zones.
169	- sorted ubsyms.def file with exported libunbound functions.
170
17119 February 2016: Wouter
172	- Print understandable debug log when unusable DS record is seen.
173	- load gost algorithm if digest is seen before key algorithm.
174	- iana portlist update.
175
17617 February 2016: Wouter
177	- Fix that "make install" fails due to "text file busy" error.
178
17916 February 2016: Wouter
180	- Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
181
18215 February 2016: Wouter
183	- ip-transparent option for FreeBSD with IP_BINDANY socket option.
184	- wait for sendto to drain socket buffers when they are full.
185
1869 February 2016: Wouter
187	- Test for type OPENPGPKEY.
188	- insecure-lan-zones: yesno config option, patch from Dag-Erling
189	  Smørgrav.
190
1918 February 2016: Wouter
192	- Fix patch typo in prevuous commit for 734 from Adi Prasaja.
193	- RR Type CSYNC support RFC 7477, in debug printout and config input.
194	- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
195
19629 January 2016: Wouter
197	- Neater cmdline_verbose increment patch from Edgar Pettijohn.
198
19927 January 2016: Wouter
200	- Made netbsd sendmsg test nonfatal, in case of false positives.
201	- Fix #741: log message for dnstap socket connection is more clear.
202
20326 January 2016: Wouter
204	- Fix #734: chown the pidfile if it resides inside the chroot.
205	- Use arc4random instead of random in tests (because it is
206	  available, possibly as compat, anyway).
207	- Fix cmsg alignment for argument to sendmsg on NetBSD.
208	- Fix that unbound complains about unimplemented IP_PKTINFO for
209	  sendmsg on NetBSD (for interface-automatic).
210
21125 January 2016: Wouter
212	- Fix #738: Swig should not be invoked with CPPFLAGS.
213
21419 January 2016: Wouter
215	- Squelch 'cannot assign requested address' log messages unless
216	  verbosity is high, it was spammed after network down.
217
21814 January 2016: Wouter
219	- Fix to simplify empty string checking from Michael McConville.
220	- iana portlist update.
221
22212 January 2016: Wouter
223	- Fix #734: Do not log an error when the PID file cannot be chown'ed.
224	  Patch from Simon Deziel.
225
22611 January 2016: Wouter
227	- Fix test if -pthreads unused to use better grep for portability.
228
22906 January 2016: Wouter
230	- Fix mingw crosscompile for recent mingw.
231	- Update aclocal, autoconf output with new versions (1.15, 2.4.6).
232
23305 January 2016: Wouter
234	- #731: tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
235	  from Daisuke Higashi.
236	- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
237	  by default, and can be unblocked with "nodefault" localzone config.
238
23904 January 2016: Wouter
240	- Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
241	  for Linux glibc 2.20.
242	- Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
243	  source code, so it applies cleanly again.  Removed unused variable
244	  warnings.
245
24615 December 2015: Ralph
247	- Fix #729: omit use of escape sequences in echo since they are not
248	  portable (unbound-control-setup).
249
25011 December 2015: Wouter
251	- remove NULL-checks before free, patch from Michael McConville.
252	- updated ax_pthread.m4 to version 21 with clang support, this
253	  removes a warning from compilation.
254	- OSX portability, detect if sbrk is deprecated.
255	- OSX clang, stop -pthread unused during link stage warnings.
256	- OSX clang new flto check.
257
25810 December 2015: Wouter
259	- 1.5.7 release
260	- trunk has 1.5.8 in development.
261
2628 December 2015: Wouter
263	- Fixup 724 for unbound-control.
264
2657 December 2015: Ralph
266	- Do not minimise forwarded requests.
267
2684 December 2015: Wouter
269	- Removed unneeded whitespace from example.conf.
270
2713 December 2015: Ralph
272	- (after rc1 tag)
273	- Committed fix to qname minimisation and unit test case for it.
274
2753 December 2015: Wouter
276	- iana portlist update.
277	- 1.5.7rc1 prerelease tag.
278
2792 December 2015: Wouter
280	- Fixup 724: Fix PCA prompt for unbound-service-install.exe.
281	  re-enable stdout printout.
282	- For 724: Add Changelog to windows binary dist.
283
2841 December 2015: Ralph
285	- Qname minimisation review fixes
286
2871 December 2015: Wouter
288	- Fixup 724 fix for fname_after_chroot() calls.
289	- Remove stdout printout for unbound-service-install.exe
290	- .gitignore for git users.
291
29230 November 2015: Ralph
293	- Implemented qname minimisation
294
29530 November 2015: Wouter
296	- Fix for #724: conf syntax to read files from run dir (on Windows).
297
29825 November 2015: Wouter
299	- Fix for #720, fix unbound-control-setup windows batch file.
300
30124 November 2015: Wouter
302	- Fix #720: add windows scripts to zip bundle.
303	- iana portlist update.
304
30520 November 2015: Wouter
306	- Added assert on rrset cache correctness.
307	- Fix that malformed EDNS query gets a response without malformed EDNS.
308
30918 November 2015: Wouter
310	- newer acx_nlnetlabs.m4.
311	- spelling fixes from Igor Sobrado Delgado.
312
31317 November 2015: Wouter
314	- Fix #594. libunbound: optionally use libnettle for crypto.
315	  Contributed by Luca Bruno.  Added --with-nettle for use with
316	  --with-libunbound-only.
317	- refactor nsec3 hash implementation to be more library-portable.
318	- iana portlist update.
319	- Fixup DER encoded DSA signatures for libnettle.
320
32116 November 2015: Wouter
322	- Fix for lenient accept of reverse order DNAME and CNAME.
323
3246 November 2015: Wouter
325	- Change example.conf: ftp.internic.net to https://www.internic.net
326
3275 November 2015: Wouter
328	- ACX_SSL_CHECKS no longer adds -ldl needlessly.
329
3303 November 2015: Wouter
331	- Fix #718: Fix unbound-control-setup with support for env
332	  without HEREDOC bash support.
333
33429 October 2015: Wouter
335	- patch from Doug Hogan for SSL_OP_NO_SSLvx options.
336	- Fix #716: nodata proof with empty non-terminals and wildcards.
337
33828 October 2015: Wouter
339	- Fix checklock testcode for linux threads on exit.
340
34127 October 2015: Wouter
342	- isblank() compat implementation.
343	- detect libexpat without xml_StopParser function.
344	- portability fixes.
345	- portability, replace snprintf if return value broken.
346
34723 October 2015: Wouter
348	- Fix #714: Document config to block private-address for IPv4
349	  mapped IPv6 addresses.
350
35122 October 2015: Wouter
352	- Fix #712: unbound-anchor appears to not fsync root.key.
353
35420 October 2015: Wouter
355	- 1.5.6 release.
356	- trunk tracks development of 1.5.7.
357
35815 October 2015: Wouter
359	- Fix segfault in the dns64 module in the formaterror error path.
360	- Fix sldns_wire2str_rdata_scan for malformed RRs.
361	- tag for 1.5.6rc1 release.
362
36314 October 2015: Wouter
364	- ANY responses include DNAME records if present, as per Evan Hunt's
365	  remark in dnsop.
366	- Fix manpage to suggest using SIGTERM to terminate the server.
367
3689 October 2015: Wouter
369	- Default for ssl-port is port 853, the temporary port assignment
370	  for secure domain name system traffic.
371	  If you used to rely on the older default of port 443, you have
372	  to put a clause in unbound.conf for that.  The new value is likely
373	  going to be the standardised port number for this traffic.
374	- iana portlist update.
375
3766 October 2015: Wouter
377	- 1.5.5 release.
378	- trunk tracks the development of 1.5.6.
379
38028 September 2015: Wouter
381	- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
382	  failures.
383	- tag for 1.5.5rc1 release.
384	- makedist.sh: pgp sig echo commands.
385
38625 September 2015: Wouter
387	- Fix unbound-control flush that does not succeed in removing data.
388
38922 September 2015: Wouter
390	- Fix config globbed include chroot treatment, this fixes reload of
391	  globs (patch from Dag-Erling Smørgrav).
392	- iana portlist update.
393	- Fix #702: New IPs for for h.root-servers.net.
394	- Remove confusion comment from canonical_compare() function.
395	- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
396	- testbound selftest also works in non-debug mode.
397	- Fix minor error in unbound.conf.5.in
398	- Fix unbound.conf(5) access-control description for precedence
399	  and default.
400
40131 August 2015: Wouter
402	- changed windows setup compression to be more transparent.
403
40428 August 2015: Wouter
405	- Fix #697: Get PY_MAJOR_VERSION failure at configure for python
406	  2.4 to 2.6.
407	- Feature #699: --enable-pie option to that builds PIE binary.
408	- Feature #700: --enable-relro-now option that enables full read-only
409	  relocation.
410
41124 August 2015: Wouter
412	- Fix deadlock for local data add and zone add when unbound-control
413	  list_local_data printout is interrupted.
414	- iana portlist update.
415	- Change default of harden-algo-downgrade to off.  This is lenient
416	  for algorithm rollover.
417
41813 August 2015: Wouter
419	- 5011 implementation does not insist on all algorithms, when
420	  harden-algo-downgrade is turned off.
421	- Reap the child process that libunbound spawns.
422
42311 August 2015: Wouter
424	- Fix #694: configure script does not detect LibreSSL 2.2.2
425
4264 August 2015: Wouter
427	- Document that local-zone nodefault matches exactly and transparent
428	  can be used to release a subzone.
429
4303 August 2015: Wouter
431	- Document in the manual more text about configuring locally served
432	  zones.
433	- Fix 5011 anchor update timer after reload.
434	- Fix mktime in unbound-anchor not using UTC.
435
43630 July 2015: Wouter
437	- please afl-gcc (llvm) for uninitialised variable warning.
438	- Added permit-small-holddown config to debug fast 5011 rollover.
439
44024 July 2015: Wouter
441	- Fix #690: Reload fails when so-reuseport is yes after changing
442	  num-threads.
443	- iana portlist update.
444
44521 July 2015: Wouter
446	- Fix configure to detect SSL_CTX_set_ecdh_auto.
447	- iana portlist update.
448
44920 July 2015: Wouter
450	- Enable ECDHE for servers.  Where available, use
451	  SSL_CTX_set_ecdh_auto() for TLS-wrapped server configurations to
452	  enable ECDHE.  Otherwise, manually offer curve p256.
453	  Client connections should automatically use ECDHE when available.
454	  (thanks Daniel Kahn Gillmor)
455
45618 July 2015: Willem
457	- Allow certificate chain files to allow for intermediate certificates.
458	  (thanks Daniel Kahn Gillmor)
459
46013 July 2015: Wouter
461	- makedist produces sha1 and sha256 files for created binaries too.
462
4639 July 2015: Wouter
464	- 1.5.4 release tag
465	- trunk has 1.5.5 in development.
466	- Fix #681: Setting forwarders with unbound-control forward
467	  implicitly turns on forward-first.
468
46929 June 2015: Wouter
470	- iana portlist update.
471	- Fix alloc with log for allocation size checks.
472
47326 June 2015: Wouter
474	- Fix #677 Fix DNAME responses from cache that failed internal chain
475	  test.
476	- iana portlist update.
477
47822 June 2015: Wouter
479	- Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
480	  and was therefore always synthesized (thanks to Valentin Dietrich).
481
4824 June 2015: Wouter
483	- RFC 7553 RR type URI support, is now enabled by default.
484
4852 June 2015: Wouter
486	- Fix #674: Do not free pointers given by getenv.
487
48829 May 2015: Wouter
489	- Fix that unparseable error responses are ratelimited.
490	- SOA negative TTL is capped at minimumttl in its rdata section.
491	- cache-max-negative-ttl config option, default 3600.
492
49326 May 2015: Wouter
494	- Document that ratelimit works with unbound-control set_option.
495
49621 May 2015: Wouter
497	- iana portlist update.
498	- documentation proposes ratelimit of 1000 (closer to what upstream
499	  servers expect from us).
500
50120 May 2015: Wouter
502	- DLV is going to be decommissioned.  Advice to stop using it, and
503	  put text in the example configuration and man page to that effect.
504
50510 May 2015: Wouter
506	- Change syntax of particular validator error to be easier for
507	  machine parse, swap rrset and ip adres info so it looks like:
508	  validation failure <www.example.nl. TXT IN>: signature crypto
509	  failed from 2001:DB8:7:bba4::53 for <*.example.nl. NSEC IN>
510
5111 May 2015: Wouter
512	- caps-whitelist in unbound.conf allows whitelist of loadbalancers
513	  that cannot work with caps-for-id or its fallback.
514
51530 April 2015: Wouter
516	- Unit test for type ANY synthesis.
517
51822 April 2015: Wouter
519	- Removed contrib/unbound_unixsock.diff, because it has been
520	  integrated, use control-interface: /path in unbound.conf.
521	- iana portlist update.
522
52317 April 2015: Wouter
524	- Synthesize ANY responses from cache.  Does not search exhaustively,
525	  but MX,A,AAAA,SOA,NS also CNAME.
526	- Fix leaked dns64prefix configuration string.
527
52816 April 2015: Wouter
529	- Add local-zone type inform_deny, that logs query and drops answer.
530	- Ratelimit does not apply to prefetched queries, and ratelimit-factor
531	  is default 10.  Repeated normal queries get resolved and with
532	  prefetch stay in the cache.
533	- Fix bug#664: libunbound python3 related fixes (from Tomas Hozza)
534	  Use print_function also for Python2.
535	  libunbound examples: produce sorted output.
536	  libunbound-Python: libldns is not used anymore.
537	  Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns.
538
53910 April 2015: Wouter
540	- unbound-control ratelimit_list lists high rate domains.
541	- ratelimit feature, ratelimit: 100, or some sensible qps, can be
542	  used to turn it on.  It ratelimits recursion effort per zone.
543	  For particular names you can configure exceptions in unbound.conf.
544	- Fix that get_option for cache-sizes does not print double newline.
545	- Fix#663: ssl handshake fails when using unix socket because dh size
546	  is too small.
547
5488 April 2015: Wouter
549	- Fix crash in dnstap: Do not try to log TCP responses after timeout.
550
5517 April 2015: Wouter
552	- Libunbound skips dos-line-endings from etc/hosts.
553	- Unbound exits with a fatal error when the auto-trust-anchor-file
554	  fails to be writable.  This is seconds after startup.  You can
555	  load a readonly auto-trust-anchor-file with trust-anchor-file.
556	  The file has to be writable to notice the trust anchor change,
557	  without it, a trust anchor change will be unnoticed and the system
558	  will then become inoperable.
559	- unbound-control list_insecure command shows the negative trust
560	  anchors currently configured, patch from Jelte Jansen.
561
5622 April 2015: Wouter
563	- Fix #660: Fix interface-automatic broken in the presence of
564	  asymmetric routing.
565
56626 March 2015: Wouter
567	- remote.c probedelay line is easier to read.
568	- rename ldns subdirectory to sldns to avoid name collision.
569
57025 March 2015: Wouter
571	- Fix #657:  libunbound(3) recommends deprecated
572	  CRYPTO_set_id_callback.
573	- If unknown trust anchor algorithm, and libressl is used, error
574	  message encourages upgrade of the libressl package.
575
57623 March 2015: Wouter
577	- Fix segfault on user not found at startup (from Maciej Soltysiak).
578
57920 March 2015: Wouter
580	- Fixed to add integer overflow checks on allocation (defense in depth).
581
58219 March 2015: Wouter
583	- Add ip-transparent config option for bind to non-local addresses.
584
58517 March 2015: Wouter
586	- Use reallocarray for integer overflow protection, patch submitted
587	  by Loganaden Velvindron.
588
58916 March 2015: Wouter
590	- Fixup compile on cygwin, more portable openssl thread id.
591
59212 March 2015: Wouter
593	- Updated default keylength in unbound-control-setup to 3k.
594
59510 March 2015: Wouter
596	- Fix lintian warning in unbound-checkconf man page (from Andreas
597	  Schulze).
598	- print svnroot when building windows dist.
599	- iana portlist update.
600	- Fix warning on sign compare in getentropy_linux.
601
6029 March 2015: Wouter
603	- Fix #644: harden-algo-downgrade option, if turned off, fixes the
604	  reported excessive validation failure when multiple algorithms
605	  are present.  It allows the weakest algorithm to validate the zone.
606	- iana portlist update.
607
6085 March 2015: Wouter
609	- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
610	  scripts.  Contributed by Yuri Voinov.
611	- Document that incoming-num-tcp increase is good for large servers.
612	- stats reports tcp usage, of incoming-num-tcp buffers.
613
6144 March 2015: Wouter
615	- Patch from Brad Smith that syncs compat/getentropy_linux with
616	  OpenBSD's version (2015-03-04).
617	- 0x20 fallback improved: servfail responses do not count as missing
618	  comparisons (except if all responses are errors),
619	  inability to find nameservers does not fail equality comparisons,
620	  many nameservers does not try to compare more than max-sent-count,
621	  parse failures start 0x20 fallback procedure.
622	- store caps_response with best response in case downgrade response
623	  happens to be the last one.
624	- Document windows 8 tests.
625
6263 March 2015: Wouter
627	- tag 1.5.3rc1
628	[ This became 1.5.3 on 10 March, trunk is 1.5.4 in development ]
629
6302 March 2015: Wouter
631	- iana portlist update.
632
63320 February 2015: Wouter
634	- Use the getrandom syscall introduced in Linux 3.17 (from Heiner
635	  Kallweit).
636	- Fix #645 Portability to Solaris 10, use AF_LOCAL.
637	- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
638	- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
639	  reload.
640
64119 February 2015: Wouter
642	- 1.5.2 release tag.
643	- svn trunk contains 1.5.3 under development.
644
64513 February 2015: Wouter
646	- Fix #643: doc/example.conf.in: unnecessary whitespace.
647
64812 February 2015: Wouter
649	- tag 1.5.2rc1
650
65111 February 2015: Wouter
652	- iana portlist update.
653
65410 February 2015: Wouter
655	- Fix scrubber with harden-glue turned off to reject NS (and other
656	  not-address) records.
657
6589 February 2015: Wouter
659	- Fix validation failure in case upstream forwarder (ISC BIND) does
660	  not have the same trust anchors and decides to insert unsigned NS
661	  record in authority section.
662
6632 February 2015: Wouter
664	- infra-cache-min-rtt patch from Florian Riehm, for expected long
665	  uplink roundtrip times.
666
66730 January 2015: Wouter
668	- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
669	  section changes.
670	- Portability fix for Solaris ('sun' is not usable for a variable).
671
67229 January 2015: Wouter
673	- Fix pyunbound byte string representation for python3.
674
67526 January 2015: Wouter
676	- Fix unintended use of gcc extension for incomplete enum types,
677	  compile with pedantic c99 compliance (from Daniel Dickman).
678
67923 January 2015: Wouter
680	- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
681
68216 January 2015: Wouter
683	- unit test for local unix connection.  Documentation and log_addr
684	  does not inspect port for AF_LOCAL.
685	- unbound-checkconf -f prints chroot with pidfile path.
686
68713 January 2015: Wouter
688	- iana portlist update.
689
69012 January 2015: Wouter
691	- Cast sun_len sizeof to socklen_t.
692	- Fix pyunbound ord call, portable for python 2 and 3.
693
6947 January 2015: Wouter
695	- Fix warnings in pythonmod changes.
696
6976 January 2015: Wouter
698	- iana portlist update.
699	- patch for remote control over local sockets, from Dag-Erling
700	  Smorgrav, Ilya Bakulin.  Use control-interface: /path/sock and
701	  control-use-cert: no.
702	- Fixup that patch and uid lookup (only for daemon).
703	- coded the default of control-use-cert, to yes.
704
7055 January 2015: Wouter
706	- getauxval test for ppc64 linux compatibility.
707	- make strip works for unbound-host and unbound-anchor.
708	- patch from Stephane Lapie that adds to the python API, that
709	  exposes struct delegpt, and adds the find_delegation function.
710	- print query name when max target count is exceeded.
711	- patch from Stuart Henderson that fixes DESTDIR in
712	  unbound-control-setup for installs where config is not in
713	  the prefix location.
714	- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
715	  IP_MTU_DISCOVER OMIT option (fix from Remi Gacogne).
716	- Updated contrib warmup.cmd/sh to support two modes - load
717	  from pre-defined list of domains or (with filename as argument)
718	  load from user-specified list of domains, and updated contrib
719	  unbound_cache.sh/cmd to support loading/save/reload cache to/from
720	  default path or (with secondary argument) arbitrary path/filename,
721	  from Yuri Voinov.
722	- Patch from Philip Paeps to contrib/unbound_munin_ that uses
723	  type ABSOLUTE.  Allows munin.conf: [idleserver.example.net]
724	  unbound_munin_hits.graph_period minute
725
7269 December 2014: Wouter
727	- svn trunk has 1.5.2 in development.
728	- config.guess and config.sub update from libtoolize.
729	- local-zone: example.com inform makes unbound log a message with
730	  client IP for queries in that zone.  Eg. for finding infected hosts.
731
7328 December 2014: Wouter
733	- Fix CVE-2014-8602: denial of service by making resolver chase
734	  endless series of delegations.
735
7361 December 2014: Wouter
737	- Fix bug#632: unbound fails to build on AArch64, protects
738	  getentropy compat code from calling sysctl if it is has been removed.
739
74029 November 2014: Wouter
741	- Add include to getentropy_linux.c, hopefully fixing debian build.
742
74328 November 2014: Wouter
744	- Fix makefile for build from noexec source tree.
745
74626 November 2014: Wouter
747	- Fix libunbound undefined symbol errors for main.
748	  Referencing main does not seem to be possible for libunbound.
749
75024 November 2014: Wouter
751	- Fix log at high verbosity and memory allocation failure.
752	- iana portlist update.
753
75421 November 2014: Wouter
755	- Fix crash on multiple thread random usage on systems without
756	  arc4random.
757
75820 November 2014: Wouter
759	- fix compat/getentropy_win.c check if CryptGenRandom works and no
760	  immediate exit on windows.
761
76219 November 2014: Wouter
763	- Fix cdflag dns64 processing.
764
76518 November 2014: Wouter
766	- Fix that CD flag disables DNS64 processing, returning the DNSSEC
767	  signed AAAA denial.
768	- iana portlist update.
769
77017 November 2014: Wouter
771	- Fix #627: SSL_CTX_load_verify_locations return code not properly
772	  checked.
773
77414 November 2014: Wouter
775	- parser with bison 2.7
776
77713 November 2014: Wouter
778	- Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter,
779	added to contrib/aaaa-filter-iterator.patch.
780
78112 November 2014: Wouter
782	- trunk has 1.5.1 in development.
783	- Patch from Robert Edmonds to build pyunbound python module
784	  differently.  No versioninfo, with -shared and without $(LIBS).
785	- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
786	- Removed 'increased limit open files' log message that is written
787	  to console.  It is only written on verbosity 4 and higher.
788	  This keeps system bootup console cleaner.
789	- Patch from James Raftery, always print stats for rcodes 0..5.
790
79111 November 2014: Wouter
792	- iana portlist update.
793	- Fix bug where forward or stub addresses with same address but
794	  different port number were not tried.
795	- version number in svn trunk is 1.5.0
796	- tag 1.5.0rc1
797	- review fix from Ralph.
798
7997 November 2014: Wouter
800	- dnstap fixes by Robert Edmonds:
801		dnstap/dnstap.m4: cosmetic fixes
802		dnstap/: Remove compiled protoc-c output files
803		dnstap/dnstap.m4: Error out if required libraries are not found
804		dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
805			protobuf-c 1.0.0
806		dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
807
8084 November 2014: Wouter
809	- Add ub_ctx_add_ta_autr function to add a RFC5011 automatically
810	  tracked trust anchor to libunbound.
811	- Redefine internal minievent symbols to unique symbols that helps
812	  linking on platforms where the linker leaks names across modules.
813
81427 October 2014: Wouter
815	- Disabled use of SSLv3 in remote-control and ssl-upstream.
816	- iana portlist update.
817
81816 October 2014: Wouter
819	- Documented dns64 configuration in unbound.conf man page.
820
82113 October 2014: Wouter
822	- Fix #617: in ldns in unbound, lowercase WKS services.
823	- Fix ctype invocation casts.
824
82510 October 2014: Wouter
826	- Fix unbound-checkconf check for module config with dns64 module.
827	- Fix unbound capsforid fallback, it ignores TTLs in comparison.
828
8296 October 2014: Wouter
830	- Fix #614: man page variable substitution bug.
8316 October 2014: Willem
832	- Whitespaces after $ORIGIN are not part of the origin dname (ldns).
833	- $TTL's value starts at position 5 (ldns).
834
8351 October 2014: Wouter
836	- fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
837
83829 September 2014: Wouter
839	- Fix #612: create service with service.conf in present directory and
840	  auto load it.
841	- Fix for mingw compile openssl ranlib.
842
84325 September 2014: Wouter
844	- updated configure and aclocal with newer autoconf 1.13.
845
84622 September 2014: Wouter
847	- Fix swig and python examples for Python 3.x.
848	- Fix for mingw compile with openssl-1.0.1i.
849
85019 September 2014: Wouter
851	- improve python configuration detection to build on Fedora 22.
852
85318 September 2014: Wouter
854	- patches to also build with Python 3.x (from Pavel Simerda).
855
85616 September 2014: Wouter
857	- Fix tcp timer waiting list removal code.
858	- iana portlist update.
859	- Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
860	  is longer and more tcp connections can be handled.
861
86215 September 2014: Wouter
863	- Fix unit test for CDS typecode.
864
8655 September 2014: Wouter
866	- type CDS and CDNSKEY types in sldns.
867
86825 August 2014: Wouter
869	- Fixup checklock code for log lock and its mutual initialization
870	  dependency.
871	- iana portlist update.
872	- Removed necessity for pkg-config from the dnstap.m4, new are
873	  the --with-libfstrm and --with-protobuf-c configure options.
874
87519 August 2014: Wouter
876	- Update unbound manpage with more explanation (from Florian Obser).
877
87818 August 2014: Wouter
879	- Fix #603: unbound-checkconf -o <option> should skip verification
880	  checks.
881	- iana portlist update.
882	- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
883
8845 August 2014: Wouter
885	- dnstap support, with a patch from Farsight Security, written by
886	  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
887	  It is BSD licensed (see dnstap/dnstap.c).
888	  Building with --enable-dnstap needs pkg-config with this patch.
889	- Noted dnstap in doc/README and doc/CREDITS.
890	- Changes to the dnstap patch.
891	  - lint fixes.
892	  - dnstap/dnstap_config.h should not have been added to the repo,
893	    because is it generated.
894
8951 August 2014: Wouter
896	- Patch add msg, rrset, infra and key cache sizes to stats command
897	  from Maciej Soltysiak.
898	- iana portlist update.
899
90031 July 2014: Wouter
901	- DNS64 from Viagenie (BSD Licensed), written by Simon Perrault.
902	  Initial commit of the patch from the FreeBSD base (with its fixes).
903	  This adds a module (for module-config in unbound.conf) dns64 that
904	  performs DNS64 processing, see README.DNS64.
905	- Changes from DNS64:
906	  strcpy changed to memmove.
907	  arraybound check fixed from prefix_net/8/4 to prefix_net/8+4.
908	  allocation of result consistently in the correct region.
909	  time_t is now used for ttl in unbound (since the patch's version).
910	- testdata/dns64_lookup.rpl for unit test for dns64 functionality.
911
91229 July 2014: Wouter
913	- Patch from Dag-Erling Smorgrav that implements feature, unbound -dd
914	  does not fork in the background and also logs to stderr.
915
91621 July 2014: Wouter
917	- Fix endian.h include for OpenBSD.
918
91916 July 2014: Wouter
920	- And Fix#596: Bail out of unbound-control dump_infra when ssl
921	  write fails.
922
92315 July 2014: Wouter
924	- Fix #596: Bail out of unbound-control list_local_zones when ssl
925	  write fails.
926	- iana portlist update.
927
92813 July 2014: Wouter
929	- Configure tests if main can be linked to from getentropy compat.
930
93112 July 2014: Wouter
932	- Fix getentropy compat code, function refs were not portable.
933	- Fix to check openssl version number only for OpenSSL.
934	- LibreSSL provides compat items, check for that in configure.
935	- Fix bug in fix for log locks that caused deadlock in signal handler.
936	- update compat/getentropy and arc4random to the most recent ones from OpenBSD.
937
93811 July 2014: Matthijs
939	- fake-rfc2553 patch (thanks Benjamin Baier).
940
94111 July 2014: Wouter
942	- arc4random in compat/ and getentropy, explicit_bzero, chacha for
943	  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
944	  This makes arc4random available on all platforms, except when
945	  compiled with LIBNSS (it uses libNSS crypto random).
946	- fix strptime implicit declaration error on OpenBSD.
947	- arc4random, getentropy and explicit_bzero compat for Windows.
948
9494 July 2014: Wouter
950	- Fix #593: segfault or crash upon rotating logfile.
951
9523 July 2014: Wouter
953	- DLV tests added.
954	- signit tool fixup for compile with libldns library.
955	- iana portlist updated.
956
95727 June 2014: Wouter
958	- so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
959
96026 June 2014: Wouter
961	- unbound-control status reports if so-reuseport was successful.
962	- iana portlist updated.
963
96424 June 2014: Wouter
965	- Fix caps-for-id fallback, and added fallback attempt when servers
966	  drop 0x20 perturbed queries.
967	- Fixup testsetup for VM tests (run testcode/run_vm.sh).
968
96917 June 2014: Wouter
970	- iana portlist updated.
971
9723 June 2014: Wouter
973	- Add AAAA for B root server to default root hints.
974
9752 June 2014: Wouter
976	- Remove unused define from iterator.h
977
97830 May 2014: Wouter
979	- Fixup sldns_enum_edns_option typedef definition.
980
98128 May 2014: Wouter
982	- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
983	  fixes from FreeBSD's copy of Unbound, he notes:
984	  Generate unbound-control-setup.sh at build time so it respects
985	  prefix and sysconfdir from the configure script.  Also fix the
986	  umask to match the comment, and the comment to match the umask.
987	  Add const and static where needed.  Use unions instead of
988	  playing pointer poker.  Move declarations that are needed in
989	  multiple source files into a shared header.  Move sldns_bgetc()
990	  from parse.c to buffer.c where it belongs.  Introduce a new
991	  header file, worker.h, which declares the callbacks that
992	  all workers must define.  Remove those declarations from
993	  libworker.h.	Include the correct headers in the correct places.
994	  Fix a few dummy callbacks that don't match their prototype.
995	  Fix some casts.  Hide the sbrk madness behind #ifdef HAVE_SBRK.
996	  Remove a useless printf which breaks reproducible builds.
997	  Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're
998	  no longer used.  Add unbound-control-setup.sh to the list of
999	  generated files.  The prototype for libworker_event_done_cb()
1000	  needs to be moved from libunbound/libworker.h to
1001	  libunbound/worker.h.
1002	- Fixup out-of-directory compile with unbound-control-setup.sh.in.
1003	- make depend.
1004
100523 May 2014: Wouter
1006	- unbound-host -D enabled dnssec and reads root trust anchor from
1007	  the default root key file that was compiled in.
1008
100920 May 2014: Wouter
1010	- Feature, unblock-lan-zones: yesno that you can use to make unbound
1011	  perform 10.0.0.0/8 and other reverse lookups normally, for use if
1012	  unbound is running service for localhost on localhost.
1013
101416 May 2014: Wouter
1015	- Updated create_unbound_ad_servers and unbound_cache scripts from
1016	  Yuri Voinov in the source/contrib directory. Added
1017	  warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
1018
10199 May 2014: Wouter
1020	- Implement draft-ietf-dnsop-rfc6598-rfc6303-01.
1021	- iana portlist updated.
1022
10238 May 2014: Wouter
1024	- Contrib windows scripts from Yuri Voinov added to src/contrib:
1025	  create_unbound_ad_servers.cmd: enters anti-ad server lists.
1026	  unbound_cache.cmd: saves and loads the cache.
1027	- Added unbound-control-setup.cmd from Yuri Voinov to the windows
1028	  unbound distribution set.  It requires openssl installed in %PATH%.
1029
10306 May 2014: Wouter
1031	- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
1032
10335 May 2014: Wouter
1034	- More #567: remove : from output of stub and forward lists, this is
1035	  easier to parse.
1036
103729 April 2014: Wouter
1038	- iana portlist updated.
1039	- Add unbound-control flush_negative that flushed nxdomains, nodata,
1040	  and errors from the cache.  For dnssec-trigger and NetworkManager,
1041	  fixes cases where network changes have localdata that was already
1042	  negatively cached from the previous network.
1043
104423 April 2014: Wouter
1045	- Patch from Jeremie Courreges-Anglas to use arc4random_uniform
1046	  if available on the OS, it gets entropy from the OS.
1047
104815 April 2014: Wouter
1049	- Fix compile with libevent2 on FreeBSD.
1050
105111 April 2014: Wouter
1052	- Fix #502: explain that do-ip6 disable does not stop AAAA lookups,
1053	  but it stops the use of the ipv6 transport layer for DNS traffic.
1054	- iana portlist updated.
1055
105610 April 2014: Wouter
1057	- iana portlist updated.
1058	- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation
1059	  option for DNS fragmentation defense.
1060	- Document that dump_requestlist only prints queries from thread 0.
1061	- unbound-control stats prints num.query.tcpout with number of TCP
1062	  outgoing queries made in the previous statistics interval.
1063	- Fix #567: unbound lists if forward zone is secure or insecure with
1064	  +i annotation in output of list_forwards, also for list_stubs
1065	  (for NetworkManager integration.)
1066	- Fix #554: use unsigned long to print 64bit statistics counters on
1067	  64bit systems.
1068	- Fix #558: failed prefetch lookup does not remove cached response
1069	  but delays next prefetch (in lieu of caching a SERVFAIL).
1070	- Fix #545: improved logging, the ip address of the error is printed
1071	  on the same log-line as the error.
1072
10738 April 2014: Wouter
1074	- Fix #574: make test fails on Ubuntu 14.04.  Disabled remote-control
1075	  in testbound scripts.
1076	- iana portlist updated.
1077
10787 April 2014: Wouter
1079	- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
1080	  hints (patch from Anand Buddhdev).
1081	- Fix #572: Fix unit test failure for systems with different
1082	  /etc/services.
1083
108428 March 2014: Wouter
1085	- Fix #569: do_tcp is do-tcp in unbound.conf man page.
1086
108725 March 2014: Wouter
1088	- Patch from Stuart Henderson to build unbound-host man from .1.in.
1089
109024 March 2014: Wouter
1091	- Fix print filename of encompassing config file on read failure.
1092
109312 March 2014: Wouter
1094	- tag 1.4.22
1095	- trunk has 1.4.23 in development.
1096
109710 March 2014: Wouter
1098	- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes
1099	  because of spelling.  Patch from Chris Coates.
1100
110127 February 2014: Wouter
1102	- tag 1.4.22rc1
1103
110421 February 2014: Wouter
1105	- iana portlist updated.
1106
110720 February 2014: Matthijs
1108	- Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is
1109	  received. This is okay according 4035, but not after revising
1110	  existence in 4592.  NSEC empty non-terminals exist and thus the
1111	  RCODE should have been NOERROR. If this occurs, and the RRsets
1112	  are secure, we set the RCODE to NOERROR and the security status
1113	  of the response is also considered secure.
1114
111514 February 2014: Wouter
1116	- Works on Minix (3.2.1).
1117
111811 February 2014: Wouter
1119	- Fix parse of #553(NSD) string in sldns, quotes without spaces.
1120
11217 February 2014: Wouter
1122	- iana portlist updated.
1123	- add body to ifstatement if locks disabled.
1124	- add TXT string"string" test case to unit test.
1125	- Fix #551: License change "Regents" to "Copyright holder", matching
1126	  the BSD license on opensource.org.
1127
11286 February 2014: Wouter
1129	- sldns has type HIP.
1130	- code documentation on the module interface.
1131
11325 February 2014: Wouter
1133	- Fix sldns parse tests on osx.
1134
11353 February 2014: Wouter
1136	- Detect libevent2 install automatically by configure.
1137	- Fixup link with lib/event2 subdir.
1138	- Fix parse in sldns of quoted parenthesized text strings.
1139
114031 January 2014: Wouter
1141	- unit test for ldns wire to str and back with zones, root, nlnetlabs
1142	  and types.sidnlabs.
1143	- Fix for hex to string in unknown, atma and nsap.
1144	- fixup nss compile (no ldns in it).
1145	- fixup warning in unitldns
1146	- fixup WKS and rdata type service to print unsigned because strings
1147	  are not portable; they cannot be read (for sure) on other computers.
1148	- fixup type EUI48 and EUI64, type APL and type IPSECKEY in string
1149	  parse sldns.
1150
115130 January 2014: Wouter
1152	- delay-close does not act if there are udp-wait queries, so that
1153	  it does not make a socketdrain DoS easier.
1154
115528 January 2014: Wouter
1156	- iana portlist updated.
1157	- iana portlist test updated so it does not touch the source
1158	  if there are no changes.
1159	- delay-close: msec option that delays closing ports for which
1160	  the UDP reply has timed out.  Keeps the port open, only accepts
1161	  the correct reply.  This correct reply is not used, but the port
1162	  is open so that no port-denied ICMPs are generated.
1163
116427 January 2014: Wouter
1165	- reuseport is attempted, then fallback to without on failure.
1166
116724 January 2014: Wouter
1168	- Change unbound-event.h to use void* buffer, length idiom.
1169	- iana portlist updated.
1170	- unbound-event.h is installed if you configure --enable-event-api.
1171	- speed up unbound (reports say it could be up to 10%), by reducing
1172	  lock contention on localzones.lock.  It is changed to an rwlock.
1173	- so-reuseport: yesno option to distribute queries evenly over
1174	  threads on Linux (Thanks Robert Edmonds).
1175	- made lint clean.
1176
117721 January 2014: Wouter
1178	- Fix #547: no trustanchor written if filesystem full, fclose checked.
1179
118017 January 2014: Wouter
1181	- Fix isprint() portability in sldns, uses unsigned int.
1182	- iana portlist updated.
1183
118416 January 2014: Wouter
1185	- fix #544: Fixed +i causes segfault when running with module conf
1186	  "iterator".
1187	- Windows port, adjust %lld to %I64d, and warning in win_event.c.
1188
118914 January 2014: Wouter
1190	- iana portlist updated.
1191
11925 Dec 2013: Wouter
1193	- Fix bug in cachedump that uses sldns.
1194	- update pythonmod for ldns_ to sldns_ name change.
1195
11963 Dec 2013: Wouter
1197	- Fix sldns to use sldns_ prefix for all ldns_ variables.
1198	- Fix windows compile to compile with sldns.
1199
120030 Nov 2013: Wouter
1201	- Fix sldns to make globals use sldns_ prefix.  This fixes
1202	  linking with libldns that uses global variables ldns_ .
1203
120413 Nov 2013: Wouter
1205	- Fix bug#537: compile python plugin without ldns library.
1206
120712 Nov 2013: Wouter
1208	- Fix bug#536: acl_deny_non_local and refuse_non_local added.
1209
12105 Nov 2013: Wouter
1211	- Patch from Neel Goyal to fix async id assignment if callback
1212	  is called by libunbound in the mesh attach.
1213	- Accept ip-address: as an alternative for interface: for
1214	  consistency with nsd.conf syntax.
1215
12164 Nov 2013: Wouter
1217	- Patch from Neel Goyal to fix callback in libunbound.
1218
12193 Nov 2013: Wouter
1220	- if configured --with-libunbound-only fix make install.
1221
122231 Oct 2013: Wouter
1223	- Fix #531: Set SO_REUSEADDR so that the wildcard interface and a
1224	  more specific interface port 53 can be used at the same time, and
1225	  one of the daemons is unbound.
1226	- iana portlist update.
1227	- separate ldns into core ldns inside ldns/ subdirectory.  No more
1228	  --with-ldns is needed and unbound does not rely on libldns.
1229	- portability fixes for new USE_SLDNS ldns subdir codebase.
1230
123122 Oct 2013: Wouter
1232	- Patch from Neel Goyal: Add an API call to set an event base on an
1233	  existing ub_ctx.  This basically just destroys the current worker and
1234	  sets the event base to the current.  And fix a deadlock in
1235	  ub_resolve_event – the cfglock is held when libworker_create is
1236	  called.  This ends up trying to acquire the lock again in
1237	  context_obtain_alloc in the call chain.
1238	- Fix #528: if very high logging (4 or more) segfault on allow_snoop.
1239
124026 Sep 2013: Wouter
1241	- unbound-event.h is installed if configured --with-libevent.  It
1242	  contains low-level library calls, that use libevent's event_base
1243	  and an ldns_buffer for the wire return packet to perform async
1244	  resolution in the client's eventloop.
1245
124619 Sep 2013: Wouter
1247	- 1.4.21 tag created.
1248	- trunk has 1.4.22 number inside it.
1249	- iana portlist updated.
1250	- acx_nlnetlabs.m4 to 26; improve FLTO help text.
1251
125216 Sep 2013: Wouter
1253	- Fix#524: max-udp-size not effective to non-EDNS0 queries, from
1254	  Daisuke HIGASHI.
1255
125610 Sep 2013: Wouter
1257	- MIN_TTL and MAX_TTL also in time_t.
1258	- tag 1.4.21rc1 made again.
1259
126026 Aug 2013: Wouter
1261	- More fixes for bug#519: for the threaded case test if the bg
1262	  thread has been killed, on ub_ctx_delete, to avoid hangs.
1263
126422 Aug 2013: Wouter
1265	- more fixes that I overlooked.
1266	- review fixes from Willem.
1267
126821 Aug 2013: Wouter
1269	- Fix#520: Errors found by static analysis from Tomas Hozza(redhat).
1270
127120 Aug 2013: Wouter
1272	- Fix for 2038, with time_t instead of uint32_t.
1273
127419 Aug 2013: Wouter
1275	- Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).
1276
127714 Aug 2013: Wouter
1278	- Fix uninit variable in fix#516.
1279
12808 Aug 2013: Wouter
1281	- Fix#516 dnssec lameness detection for answers that are improper.
1282
128330 Jun 2013: Wouter
1284	- tag 1.4.21rc1
1285
128629 Jun 2013: Wouter
1287	- Fix#512 memleak in testcode for testbound (if it fails).
1288	- Fix#512 NSS returned arrays out of setup function to be statics.
1289
129026 Jun 2013: Wouter
1291	- max include of 100.000 files (depth and globbed at one time).
1292	  This is to preserve system memory in bug cases, or endless cases.
1293	- iana portlist updated.
1294
129519 Jun 2013: Wouter
1296	- streamtcp man page, contributed by Tomas Hozza.
1297	- iana portlist updated.
1298	- libunbound documentation on how to avoid openssl race conditions.
1299
130025 Jun 2013: Wouter
1301	- Squelch sendto-permission denied errors when the network is
1302	  not connected, to avoid spamming syslog.
1303	- configure --disable-flto option (from Robert Edmonds).
1304
130518 Jun 2013: Wouter
1306	- Fix for const string literals in C++ for libunbound, from Karel
1307	  Slany.
1308	- iana portlist updated.
1309
131017 Jun 2013: Wouter
1311	- Fixup manpage syntax.
1312
131314 Jun 2013: Wouter
1314	- get_option and set_option support for log-time-ascii, python-script
1315	  val-sig-skew-min and val-sig-skew-max.  log-time-ascii takes effect
1316	  immediately.  The others are mostly useful for libunbound users.
1317
131813 Jun 2013: Wouter
1319	- get_option, set_option, unbound-checkconf -o and libunbound
1320	  getoption and setoption support cache-min-ttl and cache-max-ttl.
1321
132210 Jun 2013: Wouter
1323	- Fix#501: forward-first does not recurse, when forward name is ".".
1324	- iana portlist update.
1325	- Max include depth is unlimited.
1326
132727 May 2013: Wouter
1328	- Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply
1329	  patch to it to not fail when -Werror is also specified, from the
1330	  autoconf-archives.
1331	- iana portlist update.
1332
133321 May 2013: Wouter
1334	- Explain bogus and secure flags in libunbound more.
1335
133616 May 2013: Wouter
1337	- Fix#499 use-after-free in out-of-memory handling code (thanks Jake
1338	  Montgomery).
1339	- Fix#500 use on non-initialised values on socket bind failures.
1340
134115 May 2013: Wouter
1342	- Fix round-robin doesn't work with some Windows clients (from Ilya
1343	  Bakulin).
1344
13453 May 2013: Wouter
1346	- update acx_nlnetlabs.m4 to v23, sleep w32 fix.
1347
134826 April 2013: Wouter
1349	- add unbound-control insecure_add and insecure_remove for the
1350	  administration of negative trust anchors.
1351
135225 April 2013: Wouter
1353	- Implement max-udp-size config option, default 4096 (thanks
1354	  Daisuke Higashi).
1355	- Robust checks on dname validity from rdata for dname compare.
1356	- updated iana portlist.
1357
135819 April 2013: Wouter
1359	- Fixup snprintf return value usage, fixed libunbound_get_option.
1360
136118 April 2013: Wouter
1362	- fix bug #491: pick program name (0th argument) as syslog identity.
1363	- own implementation of compat/snprintf.c.
1364
136515 April 2013: Wouter
1366	- Fix so that for a configuration line of include: "*.conf" it is not
1367	  an error if there are no files matching the glob pattern.
1368	- unbound-anchor review: BIO_write can return 0 successfully if it
1369	  has successfully appended a zero length string.
1370
137111 April 2013: Wouter
1372	- Fix queries leaking up for stubs and forwards, if the configured
1373	  nameservers all fail to answer.
1374
137510 April 2013: Wouter
1376	- code improve for minimal responses, small speed increase.
1377
13789 April 2013: Wouter
1379	- updated iana portlist.
1380	- Fix crash in previous private address fixup of 22 March.
1381
138228 March 2013: Wouter
1383	- Make reverse zones easier by documenting the nodefault statements
1384	  commented-out in the example config file.
1385
138626 March 2013: Wouter
1387	- more fixes to lookup3.c endianness detection.
1388
138925 March 2013: Wouter
1390	- #492: Fix endianness detection, revert to older lookup3.c detection
1391	  and put new detect lines after previous tests, to avoid regressions
1392	  but allow new detections to succeed.
1393	  And add detection for machine/endian.h to it.
1394
139522 March 2013: Wouter
1396	- Fix resolve of names that use a mix of public and private addresses.
1397	- iana portlist update.
1398	- Fix makedist for new svn for -d option.
1399	- unbound.h header file has UNBOUND_VERSION_MAJOR define.
1400	- Fix windows RSRC version for long version numbers.
1401
140221 March 2013: Wouter
1403	- release 1.4.20
1404	- trunk has 1.4.21
1405	- committed libunbound version 4:1:2 for binary API updated in 1.4.20
1406	- install copy of unbound-control.8 man page for unbound-control-setup
1407
140814 March 2013: Wouter
1409	- iana portlist update.
1410	- tag 1.4.20rc1
1411
141212 March 2013: Wouter
1413	- Fixup makedist.sh for windows compile.
1414
141511 March 2013: Wouter
1416	- iana portlist update.
1417	- testcode/ldns-testpkts.c check for makedist is informational.
1418
141915 February 2013: Wouter
1420	- fix defines in lookup3 for bigendian bsd alpha
1421
142211 February 2013: Wouter
1423	- Fixup openssl_thread init code to only run if compiled with SSL.
1424
14257 February 2013: Wouter
1426	- detect endianness in lookup3 on BSD.
1427	- add libunbound.ttl at end of result structure, version bump for
1428	  libunbound and binary backwards compatible, but 1.4.19 is not
1429	  forward compatible with 1.4.20.
1430	- update iana port list.
1431
143230 January 2013: Wouter
1433	- includes and have_ssl fixes for nss.
1434
143529 January 2013: Wouter
1436	- printout name of zone with duplicate fwd and hint errors.
1437
143828 January 2013: Wouter
1439	- updated fwd_zero for newer nc. Updated common.sh for newer netstat.
1440
144117 January 2013: Wouter
1442	- unbound-anchors checks the emailAddress of the signer of the
1443	  root.xml file, default is dnssec@iana.org.  It also checks that
1444	  the signer has the correct key usage for a digital signature.
1445	- update iana port list.
1446
14473 January 2013: Wouter
1448	- Test that unbound-control checks client credentials.
1449	- Test that unbound can handle a CNAME at an intermediate node in
1450	  the chain of trust (where it seeks a DS record).
1451	- Check the commonName of the signer of the root.xml file in
1452	  unbound-anchor, default is dnssec@iana.org.
1453
14542 January 2013: Wouter
1455	- Fix openssl lock free on exit (reported by Robert Fleischman).
1456	- iana portlist updated.
1457	- Tested that unbound implements the RFC5155 Technical Errata id 3441.
1458	  Unbound already implements insecure classification of an empty
1459	  nonterminal in NSEC3 optout zone.
1460
146120 December 2012: Wouter
1462	- Fix unbound-anchor xml parse of entity declarations for safety.
1463
146419 December 2012: Wouter
1465	- iana portlist updated.
1466
146718 December 2012: Wouter
1468	- iana portlist updated.
1469
147014 December 2012: Wouter
1471	- Change of D.ROOT-SERVERS.NET A address in default root hints.
1472
147312 December 2012: Wouter
1474	- 1.4.19 release.
1475	- trunk has 1.4.20 under development.
1476
14775 December 2012: Wouter
1478	- note support for AAAA RR type RFC.
1479
14804 December 2012: Wouter
1481	- 1.4.19rc1 tag.
1482
148330 November 2012: Wouter
1484	- bug 481: fix python example0.
1485	- iana portlist updated.
1486
148727 November 2012: Wouter
1488	- iana portlist updated.
1489
14909 November 2012: Wouter
1491	- Fix unbound-control forward disables configured stubs below it.
1492
14937 November 2012: Wouter
1494	- Fixup ldns-testpkts, identical to ldns/examples.
1495	- iana portlist updated.
1496
149730 October 2012: Wouter
1498	- Fix bug #477: unbound-anchor segfaults if EDNS is blocked.
1499
150029 October 2012: Matthijs
1501	- Fix validation for responses with both CNAME and wildcard
1502	  expanded CNAME records in answer section.
1503
15048 October 2012: Wouter
1505	- update ldns-testpkts.c to ldns 1.6.14 version.
1506	- fix build of pythonmod in objdir, for unbound.py.
1507	- make clean and makerealclean remove generated python and docs.
1508
15095 October 2012: Wouter
1510	- fix build of pythonmod in objdir (thanks Jakob Schlyter).
1511
15123 October 2012: Wouter
1513	- fix text in unbound-anchor man page.
1514
15151 October 2012: Wouter
1516	- ignore trusted-keys globs that have no files (from Paul Wouters).
1517
151827 September 2012: Wouter
1519	- include: directive in config file accepts wildcards.  Patch from
1520	  Paul Wouters.  Suggested use: include: "/etc/unbound.d/conf.d/*"
1521	- unbound-control -q option is quiet, patch from Mariano Absatz.
1522	- iana portlist updated.
1523	- updated contrib/unbound.spec, patch from Valentin Bud.
1524
152521 September 2012: Wouter
1526	- chdir to / after chroot call (suggested by Camiel Dobbelaar).
1527
152817 September 2012: Wouter
1529	- patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
1530	  otherwise it is treated as insecure.  The RSAMD5 algorithm is
1531	  deprecated (RFC6725).  The MD5 hash is considered weak for some
1532	  purposes, if you want to sign your zone, then RSASHA256 is an
1533	  uncontested hash.
1534
153530 August 2012: Wouter
1536	- RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
1537	- iana portlist updated.
1538
153929 August 2012: Wouter
1540	- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
1541
154222 August 2012: Wouter
1543	- Fallback to 1472 and 1232, one fragment size without headers.
1544
154521 August 2012: Wouter
1546	- Fix timeouts so that when a server has been offline for a while
1547	  and is probed to see it works, it becomes fully available for
1548	  server selection again.
1549
155017 August 2012: Wouter
1551	- Add documentation to libunbound for default nonuse of resolv.conf.
1552
15532 August 2012: Wouter
1554	- trunk has 1.4.19 under development (fixes from 1 aug and 31 july
1555	are for 1.4.19).
1556	- iana portlist updated.
1557
15581 August 2012: Wouter
1559	- Fix openssl race condition, initializes openssl locks, reported
1560	  by Einar Lonn and Patrik Wallstrom.
1561
156231 July 2012: Wouter
1563	- Improved forward-first and stub-first documentation.
1564	- Fix that enables modules to register twice for the same
1565	  serviced_query, without race conditions or administration issues.
1566	  This should not happen with the current codebase, but it is robust.
1567	- Fix forward-first option where it sets the RD flag wrongly.
1568	- added manpage links for libunbound calls (Thanks Paul Wouters).
1569
157030 July 2012: Wouter
1571	- tag 1.4.18rc2 (became 1.4.18 release at 2 august 2012).
1572
157327 July 2012: Wouter
1574	- unbound-host works with libNSS
1575	- fix bogus nodata cname chain not reported as bogus by validator,
1576	  (Thanks Peter van Dijk).
1577
157826 July 2012: Wouter
1579	- iana portlist updated.
1580	- tag 1.4.18rc1.
1581
158225 July 2012: Wouter
1583	- review fix for libnss, check hash prefix allocation size.
1584
158523 July 2012: Wouter
1586	- fix missing break for GOST DS hash function.
1587	- implemented forward_first for the root.
1588
158920 July 2012: Wouter
1590	- Fix bug#452 and another assertion failure in mesh.c, makes
1591	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
1592	  not generate duplicate sub queries.
1593
159419 July 2012: Willem
1595	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
1596	  if CFLAGS is specified at configure time then '-g -O2' is not
1597	  appended to CFLAGS, so that the user can override them.
1598
159918 July 2012: Willem
1600	- Fix libunbound report of errors when in background mode.
1601
160211 July 2012: Willem
1603	- updated iana ports list.
1604
16059 July 2012: Willem
1606	- Add flush_bogus option for unbound-control
1607
16086 July 2012: Wouter
1609	- Fix validation of qtype DS queries that result in no data for
1610	  non-optout NSEC3 zones.
1611
16124 July 2012: Wouter
1613	- compile libunbound with libnss on Suse, passes regression tests.
1614
16153 July 2012: Wouter
1616	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
1617
16182 July 2012: Wouter
1619	- updated iana ports list.
1620
162129 June 2012: Wouter
1622	- patch for unbound_munin_ script to handle arbitrary thread count by
1623	  Sven Ulland.
1624
162528 June 2012: Wouter
1626	- detect if openssl has FIPS_mode.
1627	- code review: return value of cache_store can be ignored for better
1628	  performance in out of memory conditions.
1629	- fix edns-buffer-size and msg-buffer-size manpage documentation.
1630	- updated iana ports list.
1631
163225 June 2012: Wouter
1633	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
1634
163522 June 2012: Wouter
1636	- implement DS records, NSEC3 and ECDSA for compile with libnss.
1637
163821 June 2012: Wouter
1639	- fix error handling of alloc failure during rrsig verification.
1640	- nss check for verification failure.
1641	- nss crypto works for RSA and DSA.
1642
164320 June 2012: Wouter
1644	- work on --with-nss build option (for now, --with-libunbound-only).
1645
164619 June 2012: Wouter
1647	- --with-libunbound-only build option, only builds the library and
1648	  not the daemon and other tools.
1649
165018 June 2012: Wouter
1651	- code review.
1652
165315 June 2012: Wouter
1654	- implement log-time-ascii on windows.
1655	- The key-cache bad key ttl is now 60 seconds.
1656	- updated iana ports list.
1657	- code review.
1658
165911 June 2012: Wouter
1660	- bug #452: fix crash on assert in mesh_state_attachment.
1661
166230 May 2012: Wouter
1663	- silence warning from swig-generated code (md set but not used in
1664	  swig initmodule, due to ifdefs in swig-generated code).
1665
166627 May 2012: Wouter
1667	- Fix debian-bugs-658021: Please enable hardened build flags.
1668
166925 May 2012: Wouter
1670	- updated iana ports list.
1671
167224 May 2012: Wouter
1673	- tag for 1.4.17 release.
1674	- trunk is 1.4.18 in development.
1675
167618 May 2012: Wouter
1677	- Review comments, removed duplicate memset to zero in delegpt.
1678
167916 May 2012: Wouter
1680	- Updated doc/FEATURES with RFCs that are implemented but not listed.
1681	- Protect if statements in val_anchor for compile without locks.
1682	- tag for 1.4.17rc1.
1683
168415 May 2012: Wouter
1685	- fix configure ECDSA support in ldns detection for windows compile.
1686	- fix possible uninitialised variable in windows pipe implementation.
1687
16889 May 2012: Wouter
1689	- Fix alignment problem in util/random on sparc64/freebsd.
1690
16918 May 2012: Wouter
1692	- Fix for accept spinning reported by OpenBSD.
1693	- iana portlist updated.
1694
16952 May 2012: Wouter
1696	- Fix validation of nodata for DS query in NSEC zones, reported by
1697	  Ondrej Mikle.
1698
169913 April 2012: Wouter
1700	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
1701	  openssl.
1702
170310 April 2012: Wouter
1704	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
1705	  minimal-responses features.
1706	- iana portlist updated.
1707
17085 April 2012: Wouter
1709	- fix bug #443: --with-chroot-dir not honoured by configure.
1710	- fix bug #444: setusercontext was called too late (thanks Bjorn
1711	  Ketelaars).
1712
171327 March 2012: Wouter
1714	- fix bug #442: Fix that Makefile depends on pythonmod headers
1715	  even using --without-pythonmodule.
1716
171722 March 2012: Wouter
1718	- contrib/validation-reporter follows rotated log file (patch from
1719	  Augie Schwer).
1720
172121 March 2012: Wouter
1722	- new approach to NS fetches for DS lookup that works with
1723	  cornercases, and is more robust and considers forwarders.
1724
172519 March 2012: Wouter
1726	- iana portlist updated.
1727	- fix to locate nameservers for DS lookup with NS fetches.
1728
172916 March 2012: Wouter
1730	- Patch for access to full DNS packet data in unbound python module
1731	  from Ondrej Mikle.
1732
17339 March 2012: Wouter
1734	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
1735
17362 March 2012: Wouter
1737	- flush_infra cleans timeouted servers from the cache too.
1738	- removed warning from --enable-ecdsa.
1739
17401 March 2012: Wouter
1741	- forward-first option.  Tries without forward if a query fails.
1742	  Also stub-first option that is similar.
1743
174428 February 2012: Wouter
1745	- Fix from code review, if EINPROGRESS not defined chain if statement
1746	  differently.
1747
174827 February 2012: Wouter
1749	- Fix bug#434: on windows check registry for config file location
1750	  for unbound-control.exe, and unbound-checkconf.exe.
1751
175223 February 2012: Wouter
1753	- Fix to squelch 'network unreachable' errors from tcp connect in
1754	  logs, high verbosity will show them.
1755
175616 February 2012: Wouter
1757	- iter_hints is now thread-owned in module env, and thus threadsafe.
1758	- Fix prefetch and sticky NS, now the prefetch works.  It picks
1759	  nameservers that 'would be valid in the future', and if this makes
1760	  the NS timeout, it updates that NS by asking delegation from the
1761	  parent again.  If child NS has longer TTL, that TTL does not get
1762	  refreshed from the lookup to the child nameserver.
1763
176415 February 2012: Wouter
1765	- Fix forward-zone memory, uses malloc and frees original root dp.
1766	- iter hints (stubs) uses malloc inside for more dynamicity.
1767	- unbound-control forward_add, forward_remove, stub_add, stub_remove
1768	  can modify stubs and forwards for running unbound (on mobile computer)
1769	  they can also add and remove domain-insecure for the zone.
1770
177114 February 2012: Wouter
1772	- Fix sticky NS (ghost domain problem) if prefetch is yes.
1773	- iter forwards uses malloc inside for more dynamicity.
1774
177513 February 2012: Wouter
1776	- RT#2955. Fix for cygwin compilation.
1777	- iana portlist updated.
1778
177910 February 2012: Wouter
1780	- Slightly smaller critical region in one case in infra cache.
1781	- Fix timeouts to keep track of query type, A, AAAA and other, if
1782	  another has caused timeout blacklist, different type can still probe.
1783	- unit test fix for nomem_cnametopos.rpl race condition.
1784
17859 February 2012: Wouter
1786	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
1787
17888 February 2012: Wouter
1789	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
1790	  implementation is experimental at this time and not recommended
1791	  for use on the public internet (the protocol numbers have not
1792	  been assigned).  Needs recent ldns with --enable-ecdsa.
1793	- fix memory leak in errorcase for DSA signatures.
1794	- iana portlist updated.
1795	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
1796
17973 February 2012: Wouter
1798	- fix for windows, rename() is not posix compliant on windows.
1799
18002 February 2012: Wouter
1801	- 1.4.16 release tag.
1802	- svn trunk is 1.4.17 in development.
1803	- iana portlist updated.
1804
18051 February 2012: Wouter
1806	- Fix validation failures (like: validation failure xx: no NSEC3
1807	  closest encloser from yy for DS zz. while building chain of trust,
1808	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
1809	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
1810
181130 January 2012: Wouter
1812	- Fix version-number in libtool to be version-info so it produces
1813	  libunbound.so.2 like it should.
1814
181526 January 2012: Wouter
1816	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
1817	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
1818	  and keyfile write fixup.
1819	- applied patch to support outgoing-interface with ub_ctx_set_option.
1820
182123 January 2012: Wouter
1822	- Fix memset in test code.
1823
182420 January 2012: Wouter
1825	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
1826
182719 January 2012: Wouter
1828	- Fix to write key files completely to a temporary file, and if that
1829	  succeeds, replace the real key file.  So failures leave a useful file.
1830
183118 January 2012: Wouter
1832	- tag 1.4.15rc1 created
1833	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
1834
183517 January 2012: Wouter
1836	- Fix bug where canonical_compare of RRSIG did not downcase the
1837	  signer-name.  This is mostly harmless because RRSIGs do not have
1838	  to be sorted in canonical order, usually.
1839
184012 January 2012: Wouter
1841	- bug#428: add ub_version() call to libunbound.  API version increase,
1842	  with (binary) backwards compatibility for the previous version.
1843
184410 January 2012: Wouter
1845	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
1846	  that would be permissible by the RFCs but it is not the TTL in the
1847	  cache.
1848	- iana portlist updated.
1849	- uninitialised variable in reprobe for rtt blocked domains fixed.
1850	- lintfix and new flex output.
1851
18522 January 2012: Wouter
1853	- Fix to randomize hash function, based on 28c3 congress, reported
1854	  by Peter van Dijk.
1855
185624 December 2011: Wouter
1857	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
1858	  towards authority servers failed, takes about 50.000 such failures to
1859	  leak one Mb, such failures are also usually logged), reported by
1860	  Robert Fleischmann.
1861	- iana portlist updated.
1862
186319 December 2011: Wouter
1864	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
1865	  vulnerabilities from nonstandard redirection and denial of existence
1866	  http://www.unbound.net/downloads/CVE-2011-4528.txt
1867	- robust checks for next-closer NSEC3s.
1868	- tag 1.4.14 created.
1869	- trunk has 1.4.15 in development.
1870
187115 December 2011: Wouter
1872	- remove uninit warning from cachedump code.
1873	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
1874
187513 December 2011: Wouter
1876	- iana portlist updated.
1877	- svn tag 1.4.14rc1
1878	- fix infra cache comparison.
1879	- Fix to constrain signer_name to be a parent of the lookupname.
1880
18815 December 2011: Wouter
1882	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
1883	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
1884	- Fix warning unused in compat/strptime.c.
1885	- Fix malloc detection and double definition.
1886
18872 December 2011: Wouter
1888	- configure generated with autoconf 2.68.
1889
189030 November 2011: Wouter
1891	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
1892	  SERVFAILs.  Also fixed for UDP (but less likely).
1893
189428 November 2011: Wouter
1895	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
1896	- iana ports updated.
1897
189811 November 2011: Wouter
1899	- Makefile compat with SunOS make, BSD make and GNU make.
1900	- iana ports updated.
1901
190210 November 2011: Wouter
1903	- Makefile changed for BSD make compatibility.
1904
19059 November 2011: Wouter
1906	- added unit test for SSL service and SSL-upstream.
1907
19088 November 2011: Wouter
1909	- can configure ssl service to one port number, and not on others.
1910	- fixup windows compile with ssl support.
1911	- Fix double free in unbound-host, reported by Steve Grubb.
1912	- iana portlist updated.
1913
19141 November 2011: Wouter
1915	- dns over ssl support as a client, ssl-upstream yes turns it on.
1916	  It performs an SSL transaction for every DNS query (250 msec).
1917	- documentation for new options: ssl-upstream, ssl-service-key and
1918	  ssl-service.pem.
1919	- iana portlist updated.
1920	- fix -flto detection on Lion for llvm-gcc.
1921
192231 October 2011: Wouter
1923	- dns over ssl support, ssl-service-pem and ssl-service-key files
1924	  can be given and then TCP queries are serviced wrapped in SSL.
1925
192627 October 2011: Wouter
1927	- lame-ttl and lame-size options no longer exist, it is integrated
1928	  with the host info.  They are ignored (with verbose warning) if
1929	  encountered to keep the config file backwards compatible.
1930	- fix iana-update for changing gzip compression of results.
1931	- fix export-all-symbols on OSX.
1932
193326 October 2011: Wouter
1934	- iana portlist updated.
1935	- Infra cache stores information about ping and lameness per IP, zone.
1936	  This fixes bug #416.
1937	- fix iana_update target for gzipped file on iana site.
1938
193924 October 2011: Wouter
1940	- Fix resolve of partners.extranet.microsoft.com with a fix for the
1941	  server selection for choosing out of a (particular) list of bad
1942	  choices. (bug#415)
1943	- Fix make_new_space function so that the incoming query is not
1944	  overwritten if a jostled out query causes a waiting query to be
1945	  resumed that then fails and sends an error message.  (Thanks to
1946	  Matthew Lee).
1947
194821 October 2011: Wouter
1949	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
1950	  option enabled because of memory layout exe vs dll.
1951
195219 October 2011: Wouter
1953	- fix unbound-anchor for broken strptime on OSX lion, detected
1954	  in configure.
1955	- Detect if GOST really works, openssl1.0 on OSX fails.
1956	- Implement ipv6%interface notation for scope_id usage.
1957
195817 October 2011: Wouter
1959	- better documentation for inform_super (Thanks Yang Zhe).
1960
196114 October 2011: Wouter
1962	- Fix for out-of-memory condition in libunbound (thanks
1963	  Robert Fleischman).
1964
196513 October 2011: Wouter
1966	- Fix --enable-allsymbols, it depended on link specifics of the
1967	  target platform, or fptr_wlist assertion failures could occur.
1968
196912 October 2011: Wouter
1970	- updated contrib/unbound_munin_ to family=auto so that it works with
1971	  munin-node-configure automatically (if installed as
1972	  /usr/local/share/munin/plugins/unbound_munin_ ).
1973
197427 September 2011: Wouter
1975	- unbound.exe -w windows option for start and stop service.
1976
197723 September 2011: Wouter
1978	- TCP-upstream calculates tcp-ping so server selection works if there
1979	  are alternatives.
1980
198120 September 2011: Wouter
1982	- Fix classification of NS set in answer section, where there is a
1983	  parent-child server, and the answer has the AA flag for dir.slb.com.
1984	  Thanks to Amanda Constant from Secure64.
1985
198616 September 2011: Wouter
1987	- fix bug #408: accept patch from Steve Snyder that comments out
1988	  unused functions in lookup3.c.
1989	- iana portlist updated.
1990	- fix EDNS1480 change memleak and TCP fallback.
1991	- fix various compiler warnings (reported by Paul Wouters).
1992	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
1993	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
1994	  reset when referral or CNAME happens.  This makes unbound better
1995	  at managing large NS sets, they are explored when there is continued
1996	  interest (in the form of queries).
1997
199815 September 2011: Wouter
1999	- release 1.4.13.
2000	- trunk contains 1.4.14 in development.
2001	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
2002
200312 September 2011: Wouter
2004	- Reverted dns EDNS backoff fix, it did not help and needs
2005	  fragmentation fixes instead.
2006	- tag 1.4.13rc2
2007
20087 September 2011: Wouter
2009	- Fix operation in ipv6 only (do-ip4: no) mode.
2010
20116 September 2011: Wouter
2012	- fedora specfile updated.
2013
20145 September 2011: Wouter
2015	- tag 1.4.13rc1
2016
20172 September 2011: Wouter
2018	- iana portlist updated.
2019
202026 August 2011: Wouter
2021	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
2022	- Fix validation failures due to EDNS backoff retries, the retry
2023	  for fetch of data has want_dnssec because the iter_indicate_dnssec
2024	  function returns true when validation failure retry happens, and
2025	  then the serviced query code does not fallback to noEDNS, even if
2026	  the cache says it has this.  This helps for DLV deployment when
2027	  the DNSSEC status is not known for sure before the lookup concludes.
2028
202924 August 2011: Wouter
2030	- Applied patch from Karel Slany that fixes a memory leak in the
2031	  unbound python module, in string conversions.
2032
203322 August 2011: Wouter
2034	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
2035	  Zhang and Luo Ce).  Unbound responds with the RR types that are
2036	  available at the name for qtype ANY and validates those RR types.
2037	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
2038	  and it does not follow the CNAME or DNAME to another name (with
2039	  even more data for the already large response).
2040	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
2041	- Documented the options that work with control set_option command.
2042	- tcp-upstream yes/no option (works with set_option) for tunnels.
2043
204418 August 2011: Wouter
2045	- fix autoconf call in makedist crosscompile to RC or snapshot.
2046
204717 August 2011: Wouter
2048	- Fix validation of . DS query.
2049	- new xml format at IANA, new awk for iana_update.
2050	- iana portlist updated.
2051
205210 August 2011: Wouter
2053	- Fix python site-packages path to /usr/lib64.
2054	- updated patch from Tom.
2055	- fix memory and fd leak after out-of-memory condition.
2056
20579 August 2011: Wouter
2058	- patch from Tom Hendrikx fixes load of python modules.
2059
20608 August 2011: Wouter
2061	- make clean had ldns-src reference, removed.
2062
20631 August 2011: Wouter
2064	- Fix autoconf 2.68 warnings
2065
206614 July 2011: Wouter
2067	- Unbound implements RFC6303 (since version 1.4.7).
2068	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
2069	  meantime, those are for 1.4.13).
2070	- iana portlist updated.
2071
207213 July 2011: Wouter
2073	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
2074
207511 July 2011: Wouter
2076	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
2077	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
2078
20794 July 2011: Wouter
2080	- 1.4.12rc1 tag created.
2081
20821 July 2011: Wouter
2083	- version number in example config file.
2084	- fix that --enable-static-exe does not complain about it unknown.
2085
208630 June 2011: Wouter
2087	- tag relase 1.4.11, trunk is 1.4.12 development.
2088	- iana portlist updated.
2089	- fix bug#395: id bits of other query may leak out under conditions
2090	- fix replyaddr count wrong after jostled queries, which leads to
2091	  eventual starvation where the daemon has no replyaddrs left to use.
2092	- fix comment about rndc port, that referred to the old port number.
2093	- fix that the listening socket is not closed when too many remote
2094	  control connections are made at the same time.
2095	- removed ldns-src tarball inside the unbound tarball.
2096
209723 June 2011: Wouter
2098	- Changed -flto check to support clang compiler.
2099	- tag 1.4.11rc3 created.
2100
210117 June 2011: Wouter
2102	- tag 1.4.11rc1 created.
2103	- remove warning about signed/unsigned from flex (other flex version).
2104	- updated aclocal.m4 and libtool to match.
2105	- tag 1.4.11rc2 created.
2106
210716 June 2011: Wouter
2108	- log-queries: yesno option, default is no, prints querylog.
2109	- version is 1.4.11.
2110
211114 June 2011: Wouter
2112	- Use -flto compiler flag for link time optimization, if supported.
2113	- iana portlist updated.
2114
211512 June 2011: Wouter
2116	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
2117
211810 June 2011: Wouter
2119	- unbound-control has version number in the header,
2120	  UBCT[version]_space_ is the header sent by the client now.
2121	- Unbound control port number is registered with IANA:
2122	  ub-dns-control  8953/tcp    unbound dns nameserver control
2123	  This is the new default for the control-port config setting.
2124	- statistics-interval prints the number of jostled queries to log.
2125
212630 May 2011: Wouter
2127	- Fix Makefile for U in environment, since wrong U is more common than
2128	  deansification necessity.
2129	- iana portlist updated.
2130	- updated ldns tarball to 1.6.10rc2 snapshot of today.
2131
213225 May 2011: Wouter
2133	- Fix assertion failure when unbound generates an empty error reply
2134	  in response to a query, CVE-2011-1922 VU#531342.
2135	- This fix is in tag 1.4.10.
2136	- defense in depth against the above bug, an error is printed to log
2137	  instead of an assertion failure.
2138
213910 May 2011: Wouter
2140	- bug#386: --enable-allsymbols option links all binaries to libunbound
2141	  and reduces install size significantly.
2142	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
2143	- iana portlist updated.
2144	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
2145
214614 April 2011: Wouter
2147	- configure created with newer autoconf 2.66.
2148
214912 April 2011: Wouter
2150	- bug#378: Fix that configure checks for ldns_get_random presence.
2151
21528 April 2011: Wouter
2153	- iana portlist updated.
2154	- queries with CD flag set cause DNSSEC validation, but the answer is
2155	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
2156	  and curb the TTL if it is bad, thus protecting the cache for use by
2157	  downstream validators.
2158	- val-override-date: -1 ignores dates entirely, for NTP usage.
2159
216029 March 2011: Wouter
2161	- harden-below-nxdomain: changed so that it activates when the
2162	  cached nxdomain is dnssec secure.  This avoids backwards
2163	  incompatibility because those old servers do not have dnssec.
2164
216524 March 2011: Wouter
2166	- iana portlist updated.
2167	- release 1.4.9.
2168	- trunk is 1.5.0
2169
217017 March 2011: Wouter
2171	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
2172	  Applied but did not do the --disable-gost.
2173
217410 March 2011: Wouter
2175	- tag 1.4.9 release candidate 1 created.
2176
21773 March 2011: Wouter
2178	- updated ldns to today.
2179
21801 March 2011: Wouter
2181	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
2182	- give config parse error for multiple names on a stub or forward zone.
2183	- updated ldns tarball to 1.6.9(todays snapshot).
2184
218524 February 2011: Wouter
2186	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
2187
218823 February 2011: Wouter
2189	- iana portlist updated.
2190	- common.sh to version 3.
2191
219218 February 2011: Wouter
2193	- common.sh in testdata updated to version 2.
2194
219515 February 2011: Wouter
2196	- Added explicit note on unbound-anchor usage:
2197	  Please note usage of unbound-anchor root anchor is at your own risk
2198	  and under the terms of our LICENSE (see that file in the source).
2199
220011 February 2011: Wouter
2201	- iana portlist updated.
2202	- tpkg updated with common.sh for common functionality.
2203
22047 February 2011: Wouter
2205	- Added regression test for addition of a .net DS to the root, and
2206	  cache effects with different TTL for glue and DNSKEY.
2207	- iana portlist updated.
2208
220928 January 2011: Wouter
2210	- Fix remove private address does not throw away entire response.
2211
221224 January 2011: Wouter
2213	- release 1.4.8
2214
221519 January 2011: Wouter
2216	- fix bug#349: no -L/usr for ldns.
2217
221818 January 2011: Wouter
2219	- ldns 1.6.8 tarball included.
2220	- release 1.4.8rc1.
2221
222217 January 2011: Wouter
2223	- add get and set option for harden-below-nxdomain feature.
2224	- iana portlist updated.
2225
222614 January 2011: Wouter
2227	- Fix so a changed NS RRset does not get moved name stuck on old
2228	  server, for type NS the TTL is not increased.
2229
223013 January 2011: Wouter
2231	- Fix prefetch so it does not get stuck on old server for moved names.
2232
223312 January 2011: Wouter
2234	- iana portlist updated.
2235
223611 January 2011: Wouter
2237	- Fix insecure CNAME sequence marked as secure, reported by Bert
2238	  Hubert.
2239
224010 January 2011: Wouter
2241	- faster lruhash get_mem routine.
2242
22434 January 2011: Wouter
2244	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
2245	- iana portlist updated.
2246
224723 December 2010: Wouter
2248	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
2249
225021 December 2010: Wouter
2251	- algorithm compromise protection using the algorithms signalled in
2252	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
2253	  and thus, if you have multiple algorithms in your trust-anchor-file
2254	  then it will now behave different than before.  Also, 5011 rollover
2255	  for algorithms needs to be double-signature until the old algorithm
2256	  is revoked.
2257	  It is not an option, because I see no use to turn the security off.
2258	- iana portlist updated.
2259
226017 December 2010: Wouter
2261	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
2262	- fix validation in this case: CNAME to nodata for co-hosted opt-in
2263	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
2264
226516 December 2010: Wouter
2266	- Fix our 'BDS' license (typo reported by Xavier Belanger).
2267
226810 December 2010: Wouter
2269	- iana portlist updated.
2270	- review changes for unbound-anchor.
2271
22722 December 2010: Wouter
2273	- feature typetransparent localzone, does not block other RR types.
2274
22751 December 2010: Wouter
2276	- Fix bug#338: print address when socket creation fails.
2277
227830 November 2010: Wouter
2279	- Fix storage of EDNS failures in the infra cache.
2280	- iana portlist updated.
2281
228218 November 2010: Wouter
2283	- harden-below-nxdomain option, default off (because very old
2284	  software may be incompatible).  We could enable it by default in
2285	  the future.
2286
228717 November 2010: Wouter
2288	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
2289	- make test output nicer.
2290
229115 November 2010: Wouter
2292	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
2293	- iana portlist updated.
2294	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
2295
22969 November 2010: Wouter
2297	- unbound-anchor compiles with openssl 0.9.7.
2298
22998 November 2010: Wouter
2300	- release tag 1.4.7.
2301	- trunk is version 1.4.8.
2302	- Be lenient and accept imgw.pl malformed packet (like BIND).
2303
23045 November 2010: Wouter
2305	- do not synthesize a CNAME message from cache for qtype DS.
2306
23074 November 2010: Wouter
2308	- Use central entropy to seed threads.
2309
23103 November 2010: Wouter
2311	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
2312
23132 November 2010: Wouter
2314	- tag 1.4.7rc1.
2315	- code review.
2316
23171 November 2010: Wouter
2318	- GOST code enabled by default (RFC 5933).
2319
232027 October 2010: Wouter
2321	- Fix uninit value in dump_infra print.
2322	- Fix validation failure for parent and child on same server with an
2323	  insecure childzone and a CNAME from parent to child.
2324	- Configure detects libev-4.00.
2325
232626 October 2010: Wouter
2327	- dump_infra and flush_infra commands for unbound-control.
2328	- no timeout backoff if meanwhile a query succeeded.
2329	- Change of timeout code.  No more lost and backoff in blockage.
2330	  At 12sec timeout (and at least 2x lost before) one probe per IP
2331	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
2332	  120sec entry has a single retry packet.
2333
233425 October 2010: Wouter
2335	- Configure errors if ldns is not found.
2336
233722 October 2010: Wouter
2338	- Windows 7 fix for the installer.
2339
234021 October 2010: Wouter
2341	- Fix bug where fallback_tcp causes wrong roundtrip and edns
2342	  observation to be noted in cache.  Fix bug where EDNSprobe halted
2343	  exponential backoff if EDNS status unknown.
2344	- new unresponsive host method, exponentially increasing block backoff.
2345	- iana portlist updated.
2346
234720 October 2010: Wouter
2348	- interface automatic works for some people with ip6 disabled.
2349	  Therefore the error check is removed, so they can use the option.
2350
235119 October 2010: Wouter
2352	- Fix for request list growth, if a server has long timeout but the
2353	  lost counter is low, then its effective rtt is the one without
2354	  exponential backoff applied.  Because the backoff is not working.
2355	  The lost counter can then increase and the server is blacklisted,
2356	  or the lost counter does not increase and the server is working
2357	  for some queries.
2358
235918 October 2010: Wouter
2360	- iana portlist updated.
2361
236213 October 2010: Wouter
2363	- Fix TCP so it uses a random outgoing-interface.
2364	- unbound-anchor handles ADDPEND keystate.
2365
236611 October 2010: Wouter
2367	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
2368	  the zone has a secure delegation hosted on the same server did not
2369	  verify as secure (it was insecure by mistake).
2370	- iana portlist updated.
2371	- ldns tarball updated (for reading cachedumps with bad RR data).
2372
23731 October 2010: Wouter
2374	- test for unbound-anchor. fix for reading certs.
2375	- Fix alloc_reg_release for longer uptime in out of memory conditions.
2376
237728 September 2010: Wouter
2378	- unbound-anchor working, it creates or updates a root.key file.
2379	  Use it before you start the validator (e.g. at system boot time).
2380
238127 September 2010: Wouter
2382	- iana portlist updated.
2383
238424 September 2010: Wouter
2385	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
2386
238723 September 2010: Wouter
2388	- unbound-anchor app, unbound requires libexpat (xml parser library).
2389
239022 September 2010: Wouter
2391	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
2392	  reverse ipv6 orchid prefix from builtin list.
2393	- iana portlist updated.
2394
239517 September 2010: Wouter
2396	- DLV has downgrade protection again, because the RFC says so.
2397	- iana portlist updated.
2398
239916 September 2010: Wouter
2400	- Algorithm rollover operational reality intrudes, for trust-anchor,
2401	  5011-store, and DLV-anchor if one key matches it's good enough.
2402	- iana portlist updated.
2403	- Fix reported validation error in out of memory condition.
2404
240515 September 2010: Wouter
2406	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
2407
240814 September 2010: Wouter
2409	- increased mesh-max-activation from 1000 to 3000 for crazy domains
2410	  like _tcp.slb.com with 262 servers.
2411	- iana portlist updated.
2412
241313 September 2010: Wouter
2414	- bug#327: Fix for cannot access stub zones until the root is primed.
2415
24169 September 2010: Wouter
2417	- unresponsive servers are not completely blacklisted (because of
2418	  firewalls), but also not probed all the time (because of the request
2419	  list size it generates).  The probe rate is 1%.
2420	- iana portlist updated.
2421
242220 August 2010: Wouter
2423	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
2424	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
2425	  listen_pushback, query_info_allocqname, write_socket, send_packet,
2426	  comm_point_set_cb_arg and listen_resume removed.
2427
242819 August 2010: Wouter
2429	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
2430	  Delegpt structures checked for duplicates always.
2431	  No more nameserver lookups generated when depth is full anyway.
2432	- example.conf notes how to do DNSSEC validation and track the root.
2433	- iana portlist updated.
2434
243518 August 2010: Wouter
2436	- Fix bug#322: configure does not respect CFLAGS on Solaris.
2437	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
2438	  if use sun-cc, but some systems need different flags.
2439
244016 August 2010: Wouter
2441	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
2442	  changes, uses m4_bpatsubst now.
2443	- make test (or make check) should be more portable and run the unit
2444	  test and testbound scripts. (make longtest has special requirements).
2445
244613 August 2010: Wouter
2447	- More pleasant remote control command parsing.
2448	- documentation added for return values reported by doxygen 1.7.1.
2449	- iana portlist updated.
2450
24519 August 2010: Wouter
2452	- Fix name of rrset printed that failed validation.
2453
24545 August 2010: Wouter
2455	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
2456
24574 August 2010: Wouter
2458	- Fix validation in case a trust anchor enters into a zone with
2459	  unsupported algorithms.
2460
24613 August 2010: Wouter
2462	- updated ldns tarball with bugfixes.
2463	- release tag 1.4.6.
2464	- trunk becomes 1.4.7 develop.
2465	- iana portlist updated.
2466
246722 July 2010: Wouter
2468	- more error details on failed remote control connection.
2469
247015 July 2010: Wouter
2471	- rlimit adjustments for select and ulimit can happen at the same time.
2472
247314 July 2010: Wouter
2474	- Donation text added to README.
2475	- Fix integer underflow in prefetch ttl creation from cache.  This
2476	  fixes a potential negative prefetch ttl.
2477
247812 July 2010: Wouter
2479	- Changed the defaults for num-queries-per-thread/outgoing-range.
2480	  For builtin-select: 512/960, for libevent 1024/4096 and for
2481	  windows 24/48 (because of win api).  This makes the ratio this way
2482	  to improve resilience under heavy load.  For high performance, use
2483	  libevent and possibly higher numbers.
2484
248510 July 2010: Wouter
2486	- GOST enabled if SSL is recent and ldns has GOST enabled too.
2487	- ldns tarball updated.
2488
24899 July 2010: Wouter
2490	- iana portlist updated.
2491	- Fix validation of qtype DNSKEY when a key-cache entry exists but
2492	  no rr-cache entry is used (it expired or prefetch), it then goes
2493	  back up to the DS or trust-anchor to validate the DNSKEY.
2494
24957 July 2010: Wouter
2496	- Neat function prototypes, unshadowed local declarations.
2497
24986 July 2010: Wouter
2499	- failure to chown the pidfile is not fatal any more.
2500	- testbound uses UTC timezone.
2501	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
2502	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
2503
25045 July 2010: Wouter
2505	- log if a server is skipped because it is on the donotquery list,
2506	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
2507	- added feature to print configure date, target and options with -h.
2508	- added feature to print event backend system details with -h.
2509	- wdiff is not actually required by make test, updated requirements.
2510
25111 July 2010: Wouter
2512	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
2513	  must be signed with all algorithms from the DS rrset at the parent.
2514	  This is now checked and becomes bogus if not.
2515
251628 June 2010: Wouter
2517	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
2518	  in overload situations to be about 5 qps for the class of shortly
2519	  serviced queries.
2520	  The capacity of the resolver is then about (numqueriesperthread / 2)
2521	  / (average time for such long queries) qps for long queries.
2522	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
2523	  qps for short queries, per thread.
2524	- Fix the max number of reply-address count to be applied for duplicate
2525	  queries, and not for new query list entries.  This raises the memory
2526	  usage to a max of (16+1)*numqueriesperthread reply addresses.
2527
252825 June 2010: Wouter
2529	- Fix handling of corner case reply from lame server, follows rfc2308.
2530	  It could lead to a nodata reply getting into the cache if the search
2531	  for a non-lame server turned up other misconfigured servers.
2532	- unbound.h has extern "C" statement for easier include in c++.
2533
253423 June 2010: Wouter
2535	- iana portlist updated.
2536	- makedist upgraded cross compile openssl option, like this:
2537	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
2538
253922 June 2010: Wouter
2540	- Unbound reports libev or libevent correctly in logs in verbose mode.
2541	- Fix to unload gost dynamic library module for leak testing.
2542
254318 June 2010: Wouter
2544	- iana portlist updated.
2545
254617 June 2010: Wouter
2547	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
2548
254916 June 2010: Wouter
2550	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
2551	  assertion was wrong.
2552	- updated ldns tarball.
2553
255415 June 2010: Wouter
2555	- tag 1.4.5 created.
2556	- trunk contains 1.4.6 in development.
2557	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
2558	- Fix to use one pointer less for iterator query state store_parent_NS.
2559	- makedist crosscompile to windows uses builtin ldns not host ldns.
2560	- Max referral count from 30 to 130, because 128 one character domains
2561	  is valid DNS.
2562	- added documentation for the histogram printout to syslog.
2563
256411 June 2010: Wouter
2565	- When retry to parent the retrycount is not wiped, so failed
2566	  nameservers are not tried again.
2567	- iana portlist updated.
2568
256910 June 2010: Wouter
2570	- Fix bug where a long loop could be entered, now cycle detection
2571	  has a loop-counter and maximum search amount.
2572
25734 June 2010: Wouter
2574	- iana portlist updated.
2575	- 1.4.5rc1 tag created.
2576
25773 June 2010: Wouter
2578	- ldns tarball updated, 1.6.5.
2579	- review comments, split dependency cycle tracking for parentside
2580	  last resort lookups for A and AAAA so there are more lookup options.
2581
25822 June 2010: Wouter
2583	- Fix compile warning if compiled without threads.
2584	- updated ldns-tarball with current ldns svn (pre 1.6.5).
2585	- GOST disabled-by-default, the algorithm number is allocated but the
2586	  RFC is still has to pass AUTH48 at the IETF.
2587
25881 June 2010: Wouter
2589	- Ignore Z flag in incoming messages too.
2590	- Fix storage of negative parent glue if that last resort fails.
2591	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
2592	- new splint flags for newer splint install.
2593
259431 May 2010: Wouter
2595	- Fix AD flag handling, it could in some cases mistakenly copy the AD
2596	  flag from upstream servers.
2597	- alloc_special_obtain out of memory is not a fatal error any more,
2598	  enabling unbound to continue longer in out of memory conditions.
2599	- parentside names are dispreferred but not said to be dnssec-lame.
2600	- parentside check for cached newname glue.
2601	- fix parentside and querytargets modulestate, for dump_requestlist.
2602	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
2603	- fix parentside from cache to be marked dispreferred for bad names.
2604
260528 May 2010: Wouter
2606	- iana portlist updated.
2607	- parent-child disagreement approach altered.  Older fixes are
2608	  removed in place of a more exhaustive search for misconfigured data
2609	  available via the parent of a delegation.
2610	  This is designed to be throttled by cache entries, with TTL from the
2611	  parent if possible.  Additionally the loop-counter is used.
2612	  It also tests for NS RRset differences between parent and child.
2613	  The fetch of misconfigured data should be more reliable and thorough.
2614	  It should work reliably even with no or only partial data in cache.
2615	  Data received from the child (as always) is deemed more
2616	  authoritative than information received from the delegation parent.
2617	  The search for misconfigured data is not performed normally.
2618
261926 May 2010: Wouter
2620	- Contribution from Migiel de Vos (Surfnet): nagios patch for
2621	  unbound-host, in contrib/ (in the source tarball).  Makes
2622	  unbound-host suitable for monitoring dnssec(-chain) status.
2623
262421 May 2010: Wouter
2625	- EDNS timeout code will not fire if EDNS status already known.
2626	- EDNS failure not stored if EDNS status known to work.
2627
262819 May 2010: Wouter
2629	- Fix resolution for domains like safesvc.com.cn.  If the iterator
2630	  can not recurse further and it finds the delegation in a state
2631	  where it would otherwise have rejected it outhand if so received
2632	  from a cache lookup, then it can try to ask higherup (with loop
2633	  protection).
2634	- Fix comments in iter_utils:dp_is_useless.
2635
263618 May 2010: Wouter
2637	- Fix various compiler warnings from the clang llvm compiler.
2638	- iana portlist updated.
2639
26406 May 2010: Wouter
2641	- Fix bug#308: spelling error in variable name in parser and lexer.
2642
26434 May 2010: Wouter
2644	- Fix dnssec-missing detection that was turned off by server selection.
2645	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
2646	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
2647	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
2648
264929 April 2010: Wouter
2650	- Fix for dnssec lameness detection to use the key cache.
2651	- infra cache entries that are expired are wiped clean.  Previously
2652	  it was possible to not expire host data (if accessed often).
2653
265428 April 2010: Wouter
2655	- ldns tarball updated and GOST support is detected and then enabled.
2656	- iana portlist updated.
2657	- Fix detection of gost support in ldns (reported by Chris Smith).
2658
265927 April 2010: Wouter
2660	- unbound-control get_option domain-insecure shows config file items.
2661	- fix retry sequence if prime hints are recursion-lame.
2662	- autotrust anchor file can be initialized with a ZSK key as well.
2663	- harden-referral-path does not result in failures due to max-depth.
2664	  You can increase the max-depth by adding numbers (' 0') after the
2665	  target-fetch-policy, this increases the depth to which is checked.
2666
266726 April 2010: Wouter
2668	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
2669	  CPPFLAGS during configure process.
2670	- if libev is installed on the base system (not libevent), detect
2671	  it from the event.h header file and link with -lev.
2672	- configlexer.lex gets config.h, and configyyrename.h added by make,
2673	  no more double include.
2674	- More strict scrubber (Thanks to George Barwood for the idea):
2675	  NS set must be pertinent to the query (qname subdomain nsname).
2676	- Fix bug#307: In 0x20 backoff fix fallback so the number of
2677	  outstanding queries does not become -1 and block the request.
2678	  Fixed handling of recursion-lame in combination with 0x20 fallback.
2679	  Fix so RRsets are compared canonicalized and sorted if the immediate
2680	  comparison fails, this makes it work around round-robin sites.
2681
268223 April 2010: Wouter
2683	- Squelch log message: sendto failed permission denied for
2684	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
2685	- Fix to fetch data as last resort more tenaciously.  When cycle
2686	  targets cause the server selection to believe there are more options
2687	  when they really are not there, the server selection is reinitiated.
2688	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
2689	  server's IP address is then given in validator errors as well.
2690	- Fix local-zone type redirect that did not use the query name for
2691	  the answer rrset.
2692
269322 April 2010: Wouter
2694	- tag 1.4.4.
2695	- trunk contains 1.4.5 in development.
2696	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
2697	  The validator error message was 'no signatures from ...'.
2698
269916 April 2010: Wouter
2700	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
2701	- tag 1.4.4rc1.
2702
270315 April 2010: Wouter
2704	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
2705	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
2706	  GOST is still disabled by default.
2707
27089 April 2010: Wouter
2709	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
2710	  get into an endless loop, if 0x20 was enabled, and buffers are small
2711	  or particular broken packets are received.
2712	- Fix chain of trust with CNAME at an intermediate step, for the DS
2713	  processing proof.
2714
27158 April 2010: Wouter
2716	- Fix validation of queries with wildcard names (*.example).
2717
27186 April 2010: Wouter
2719	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
2720	  cache timeout coincided with a server update, the current EDNS
2721	  backoff is less sensitive, and does not cache the backoff unless
2722	  the backoff actually works and the domain is not expecting DNSSEC.
2723	- GOST support with correct algorithm numbers.
2724
27251 April 2010: Wouter
2726	- iana portlist updated.
2727
272824 March 2010: Wouter
2729	- unbound control flushed items are not counted when flushed again.
2730
273123 March 2010: Wouter
2732	- iana portlist updated.
2733
273422 March 2010: Wouter
2735	- unbound-host disables use-syslog from config file so that the
2736	  config file for the main server can be used more easily.
2737	- fix bug#301: unbound-checkconf could not parse interface
2738	  '0.0.0.0@5353', even though unbound itself worked fine.
2739
274019 March 2010: Wouter
2741	- fix fwd_ancil test to pass if the socket options are not supported.
2742
274318 March 2010: Wouter
2744	- Fixed random numbers for port, interface and server selection.
2745	  Removed very small bias.
2746	- Refer to the listing in unbound-control man page in the extended
2747	  statistics entry in the unbound.conf man page.
2748
274916 March 2010: Wouter
2750	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
2751	  also assertions on ancillary data buffer.
2752	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
2753	- for NSEC3 check if signatures are cached.
2754
275515 March 2010: Wouter
2756	- unit test for util/regional.c.
2757
275812 March 2010: Wouter
2759	- Reordered configure checks so fork and -lnsl -lsocket checks are
2760	  earlier, and thus later checks benefit from and do not hinder them.
2761	- iana portlist updated.
2762	- ldns tarball updated.
2763	- Fix python use when multithreaded.
2764	- Fix solaris python compile.
2765	- Include less in config.h and include per code file for ldns, ssl.
2766
276711 March 2010: Wouter
2768	- another memory allocation option: --enable-alloc-nonregional.
2769	  exposes the regional allocations to other memory purifiers.
2770	- fix for memory alignment in struct sock_list allocation.
2771	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
2772	  has dnssec functionality and uses the builtin if not.
2773	- Fix daemonize on Solaris 10, it did not detach from terminal.
2774	- tag 1.4.3 created.
2775	- trunk is 1.4.4 in development.
2776	- spelling fix in validation error involving cnames.
2777
277810 March 2010: Wouter
2779	- --enable-alloc-lite works with test set.
2780	- portability in the testset: printf format conversions, prototypes.
2781
27829 March 2010: Wouter
2783	- tag 1.4.2 created.
2784	- trunk is 1.4.3 in development.
2785	- --enable-alloc-lite debug option.
2786
27878 March 2010: Wouter
2788	- iana portlist updated.
2789
27904 March 2010: Wouter
2791	- Fix crash in control channel code.
2792
27933 March 2010: Wouter
2794	- better casts in pipe code, brackets placed wrongly.
2795	- iana portlist updated.
2796
27971 March 2010: Wouter
2798	- make install depends on make all.
2799	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
2800	- --enable-checking: enables assertions but does not look nonproduction.
2801	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
2802	  nxdomain and nodata distinguished.
2803	- ldns tarball updated.
2804	- --disable-rpath fixed for libtool not found errors.
2805	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
2806
280726 February 2010: Wouter
2808	- Fixup prototype for lexer cleanup in daemon code.
2809	- unbound-control list_stubs, list_forwards, list_local_zones and
2810	  list_local_data.
2811
281224 February 2010: Wouter
2813	- Fix scrubber bug that potentially let NS records through.  Reported
2814	  by Amanda Constant.
2815	- Also delete potential poison references from additional.
2816	- Fix: no classification of a forwarder as lame, throw away instead.
2817
281823 February 2010: Wouter
2819	- libunbound ub_ctx_get_option() added.
2820	- unbound-control set_option and get_option commands.
2821	- iana portlist updated.
2822
282318 February 2010: Wouter
2824	- A little more strict DS scrubbing.
2825	- No more blacklisting of unresponsive servers, a 2 minute timeout
2826	  is backed off to.
2827	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
2828	- pickup ldns compile fix, libdl for libcrypto.
2829	- log 'tcp connect: connection timed out' only in high verbosity.
2830	- unbound-control log_reopen command.
2831	- moved get_option code from unbound-checkconf to util/config_file.c
2832
283317 February 2010: Wouter
2834	- Disregard DNSKEY from authority section for chain of trust.
2835	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
2836	- iana portlist updated.
2837
283816 February 2010: Wouter
2839	- Check for 'no space left on device' (or other errors) when
2840	  writing updated autotrust anchors and print errno to log.
2841
284215 February 2010: Wouter
2843	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
2844	  hardcoded.  We made the choice to send out more conservatively,
2845	  protecting against an aggregate effect more than protecting a
2846	  single user (from their own folly, perhaps in case of misconfig).
2847
284812 February 2010: Wouter
2849	- Re-query pattern changed on validation failure.  To protect troubled
2850	  authority servers, unbound caches a failure for the DNSKEY or DS
2851	  records for the entire zone, and only retries that 900 seconds later.
2852	  This implies that only a handful of packets are sent extra to the
2853	  authority if the zone fails.
2854
285511 February 2010: Wouter
2856	- ldns tarball update for long label length syntax error fix.
2857	- iana portlist updated.
2858
28599 February 2010: Wouter
2860	- Fixup in compat snprintf routine, %f 1.02 and %g support.
2861	- include math.h for testbound test compile portability.
2862
28632 February 2010: Wouter
2864	- Updated url of IANA itar, interim trust anchor repository, in script.
2865
28661 February 2010: Wouter
2867	- iana portlist updated.
2868	- configure test for memcmp portability.
2869
287027 January 2010: Wouter
2871	- removed warning on format string in validator error log statement.
2872	- iana portlist updated.
2873
287422 January 2010: Wouter
2875	- libtool finish the install of unbound python dynamic library.
2876
287721 January 2010: Wouter
2878	- acx_nlnetlabs.m4 synchronised with nsd's version.
2879
288020 January 2010: Wouter
2881	- Fixup lookup trouble for parent-child domains on the first query.
2882
288314 January 2010: Wouter
2884	- Fixup ldns detection to also check for header files.
2885
288613 January 2010: Wouter
2887	- prefetch-key option that performs DNSKEY queries earlier in the
2888	  validation process, and that could halve the latency on DNSSEC
2889	  queries.  It takes some extra processing (CPU, a cache is needed).
2890
289112 January 2010: Wouter
2892	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
2893
28948 January 2010: Wouter
2895	- Fix for parent-child disagreement code which could have trouble
2896	  when (a) ipv6 was disabled and (b) the TTL for parent and child
2897	  were different.  There were two bugs, the parent-side information
2898	  is fixed to no longer block lookup of child side information and
2899	  the iterator is fixed to no longer attempt to get ipv6 when it is
2900	  not enabled and then give up in failure.
2901	- test and fixes to make prefetch actually store the answer in the
2902	  cache.  Considers some rrsets 'already expired' but does not allow
2903	  overwriting of rrsets considered more secure.
2904
29057 January 2010: Wouter
2906	- Fixup python documentation (thanks Leo Vandewoestijne).
2907	- Work on cache prefetch feature.
2908	- Stats for prefetch, in log print stats, unbound-control stats
2909	  and in unbound_munin plugin.
2910
29116 January 2010: Wouter
2912	- iana portlist updated.
2913	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
2914	- verbose output includes parent-side-address notion for lameness.
2915	- documented val-log-level: 2 setting in example.conf and man page.
2916	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
2917
29181 January 2010: Wouter
2919	- iana portlist updated.
2920
292122 December 2009: Wouter
2922	- configure with newer libtool 2.2.6b.
2923
292417 December 2009: Wouter
2925	- review comments.
2926	- tag 1.4.1.
2927	- trunk to version 1.4.2.
2928
292915 December 2009: Wouter
2930	- Answer to qclass=ANY queries, with class IN contents.
2931	  Test that validation also works.
2932	- updated ldns snapshot tarball with latest fixes (parsing records).
2933
293411 December 2009: Wouter
2935	- on IPv4 UDP turn off DF flag.
2936
293710 December 2009: Wouter
2938	- requirements.txt updated with design choice explanations.
2939	- Reading fixes: fix to set unlame when child confirms parent glue,
2940	  and fix to avoid duplicate addresses in delegation point.
2941	- verify_rrsig routine checks expiration last.
2942
29439 December 2009: Wouter
2944	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
2945	  errors generated for domain names like '.example.com'.
2946	- Fix SOA excluded from negative DS responses.  Reported by Hauke
2947	  Lampe.  The negative cache did not include proper SOA records for
2948	  negative qtype DS responses which makes BIND barf on it, such
2949	  responses are now only used internally.
2950	- Fix negative cache lookup of closestencloser check of DS type bit.
2951
29528 December 2009: Wouter
2953	- Fix for lookup of parent-child disagreement domains, where the
2954	  parent-side glue works but it does not provide proper NS, A or AAAA
2955	  for itself, fixing domains such as motorcaravanners.eu.
2956	- Feature: you can specify a port number in the interface: line, so
2957	  you can bind the same interface multiple times at different ports.
2958
29597 December 2009: Wouter
2960	- Bug#287: Fix segfault when unbound-control remove nonexistent local
2961	  data.  Added check to tests.
2962
29631 December 2009: Wouter
2964	- Fix crash with module-config "iterator".
2965	- Added unit test that has "iterator" module-config.
2966
296730 November 2009: Wouter
2968	- bug#284: fix parse of # without end-of-line at end-of-file.
2969
297026 November 2009: Wouter
2971	- updated ldns with release candidate for version 1.6.3.
2972	- tag for 1.4.0 release.
2973	- 1.4.1 version in trunk.
2974	- Fixup major libtool version to 2 because of why_bogus change.
2975	  It was 1:5:0 but should have been 2:0:0.
2976
297723 November 2009: Wouter
2978	- Patch from David Hubbard for libunbound manual page.
2979	- Fixup endless spinning in unbound-control stats reported by
2980	  Attila Nagy.  Probably caused by clock reversal.
2981
298220 November 2009: Wouter
2983	- contrib/split-itar.sh contributed by Tom Hendrikx.
2984
298519 November 2009: Wouter
2986	- better argument help for unbound-control.
2987	- iana portlist updated.
2988
298917 November 2009: Wouter
2990	- noted multiple entries for multiple domain names in example.conf.
2991	- iana portlist updated.
2992
299316 November 2009: Wouter
2994	- Fixed signer detection of CNAME responses without signatures.
2995	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
2996	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
2997	- svn tag 1.4.0rc1 made.
2998
299913 November 2009: Wouter
3000	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
3001	- unbound-host does not fail on type ANY.
3002	- Fixed wireparse failure to put RRSIGs together with data in some
3003	  long ANY mix cases, which fixes validation failures.
3004
300512 November 2009: Wouter
3006	- iana portlist updated.
3007	- fix manpage errors reported by debian lintian.
3008	- review comments.
3009	- fixup very long vallog2 level error strings.
3010
301111 November 2009: Wouter
3012	- ldns tarball updated (to 1.6.2).
3013	- review comments.
3014
301510 November 2009: Wouter
3016	- Thanks to Surfnet found bug in new dnssec-retry code that failed
3017	  to combine well when combined with DLV and a particular failure.
3018	- Fixed unbound-control -h output about argument optionality.
3019	- review comments.
3020
30215 November 2009: Wouter
3022	- lint fixes and portability tests.
3023	- better error text for multiple domain keys in one autotrust file.
3024
30252 November 2009: Wouter
3026	- Fix bug where autotrust does not work when started with a DS.
3027	- Updated GOST unit tests for unofficial algorithm number 249
3028	  and DNSKEY-format changes in draft version -01.
3029
303029 October 2009: Wouter
3031	- iana portlist updated.
3032	- edns-buffer-size option, default 4096.
3033	- fixed do-udp: no.
3034
303528 October 2009: Wouter
3036	- removed abort on prealloc failure, error still printed but softfail.
3037	- iana portlist updated.
3038	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
3039	- ldns tarball updated (which also enables rsasha256 support).
3040
304127 October 2009: Wouter
3042	- iana portlist updated.
3043
30448 October 2009: Wouter
3045	- please doxygen
3046	- add val-log-level print to corner case (nameserver.epost.bg).
3047	- more detail to errors from insecure delegation checks.
3048	- Fix double time subtraction in negative cache reported by
3049	  Amanda Constant and Hugh Mahon.
3050	- Made new validator error string available from libunbound for
3051	  applications.  It is in result->why_bogus, a zero-terminated string.
3052	  unbound-host prints it by default if a result is bogus.
3053	  Also the errinf is public in module_qstate (for other modules).
3054
30557 October 2009: Wouter
3056	- retry for validation failure in DS and prime results. Less mem use.
3057	  unit test.  Provisioning in other tests for requeries.
3058	- retry for validation failure in DNSKEY in middle of chain of trust.
3059	  unit test.
3060	- retry for empty non terminals in chain of trust and unit test.
3061	- Fixed security bug where the signatures for NSEC3 records were not
3062	  checked when checking for absence of DS records.  This could have
3063	  enabled the substitution of an insecure delegation.
3064	- moved version number to 1.4.0 because of 1.3.4 release with only
3065	  the NSEC3 patch from the entry above.
3066	- val-log-level: 2 shows extended error information for validation
3067	  failures, but still one (longish) line per failure.  For example:
3068	  validation failure <example.com. DNSKEY IN>: signature expired from
3069	  192.0.2.4 for trust anchor example.com. while building chain of trust
3070	  validation failure <www.example.com. A IN>: no signatures from
3071	  192.0.2.6 for key example.com. while building chain of trust
3072
30736 October 2009: Wouter
3074	- Test set updated to provide additional ns lookup result.
3075	  The retry would attempt to fetch the data from other nameservers
3076	  for bogus data, and this needed to be provisioned in the tests.
3077
30785 October 2009: Wouter
3079	- first validation failure retry code.  Retries for data failures.
3080	  And unit test.
3081
30822 October 2009: Wouter
3083	- improve 5011 modularization.
3084	- fix unbound-host so -d can be given before -C.
3085	- iana portlist updated.
3086
308728 September 2009: Wouter
3088	- autotrust-anchor-file can read multiline input and $ORIGIN.
3089	- prevent integer overflow in holddown calculation. review fixes.
3090	- fixed race condition in trust point revocation. review fix.
3091	- review fixes to comments, removed unused code.
3092
309325 September 2009: Wouter
3094	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
3095	  drop the occasional packet in spikes due to full socket buffers.
3096	  netstat -su keeps a counter of UDP dropped due to full buffers.
3097	- review of validator/autotrust.c, small fixes and comments.
3098
309923 September 2009: Wouter
3100	- 5011 query failed counts verification failures, not lookup failures.
3101	- 5011 probe failure handling fixup.
3102	- test unbound reading of original autotrust data.
3103	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
3104	  picked up, otherwise performs initial probe like usual.
3105
310622 September 2009: Wouter
3107	- autotrust test with algorithm rollover, new ordering of checks
3108	  assists in orderly rollover.
3109	- autotrust test with algorithm rollover to unknown algorithm.
3110	  checks if new keys are supported before adding them.
3111	- autotrust test with trust point revocation, becomes unsigned.
3112	- fix DNSSEC-missing-signature detection for minimal responses
3113	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
3114
311518 September 2009: Wouter
3116	- autotrust tests, fix trustpoint timer deletion code.
3117	  fix count of valid anchors during missing remove.
3118	- autotrust: pick up REVOKE even if not signed with known other keys.
3119
312017 September 2009: Wouter
3121	- fix compile of unbound-host when --enable-alloc-checks.
3122	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
3123	- Manual page fixes reported by Tony Finch.
3124
312516 September 2009: Wouter
3126	- Fix memory leak reported by Tao Ma.
3127	- Fix memstats test tool for log-time-ascii log format.
3128
312915 September 2009: Wouter
3130	- iana portlist updated.
3131
313210 September 2009: Wouter
3133	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
3134	- use linebuffering for log-file: output, this can be significantly
3135	  faster than the previous fflush method and enable some class of
3136	  resolvers to use high verbosity (for short periods).
3137	  Not on windows, because line buffering does not work there.
3138
31399 September 2009: Wouter
3140	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
3141	  The RRsets would still expire at the normal time, but this would
3142	  keep messages bogus in the cache for too long.
3143	- regression test for that bug.
3144	- documented that load_cache is meant for debugging.
3145
31468 September 2009: Wouter
3147	- fixup printing errors when load_cache, they were printed to the
3148	  SSL connection which broke, now to the log.
3149	- new ldns - with fixed parse of large SOA values.
3150
31517 September 2009: Wouter
3152	- autotrust testbound scenarios.
3153	- autotrust fix that failure count is written to file.
3154	- autotrust fix that keys may become valid after add holddown time
3155	  alone, before the probe returns.
3156
31574 September 2009: Wouter
3158	- Changes to make unbound work with libevent-2.0.3 alpha. (in
3159	  configure detection due to new ssl dependency in libevent)
3160	- do not call sphinx for documentation when python is disabled.
3161	- remove EV_PERSIST from libevent timeout code to make the code
3162	  compatible with the libevent-2.0.  Works with older libevent too.
3163	- fix memory leak in python code.
3164
31653 September 2009: Wouter
3166	- Got a patch from Luca Bruno for libunbound support on windows to
3167	  pick up the system resolvconf nameservers and hosts there.
3168	- included ldns updated (enum warning fixed).
3169	- makefile fix for parallel makes.
3170	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
3171	  from python scripts.  See pythonmod/examples/resip.py.
3172	- doxygen comment fixes.
3173
31742 September 2009: Wouter
3175	- TRAFFIC keyword for testbound. Simplifies test generation.
3176	  ${range lower val upper} to check probe timeout values.
3177	- test with 5011-prepublish rollover and revocation.
3178	- fix revocation of RR for autotrust, stray exclamation mark.
3179
31801 September 2009: Wouter
3181	- testbound variable arithmetic.
3182	- autotrust probe time is randomised.
3183	- autotrust: the probe is active and does not fetch from cache.
3184
318531 August 2009: Wouter
3186	- testbound variable processing.
3187
318828 August 2009: Wouter
3189	- fixup unbound-control lookup to print forward and stub servers.
3190
319127 August 2009: Wouter
3192	- autotrust: mesh answer callback is empty.
3193
319426 August 2009: Wouter
3195	- autotrust probing.
3196	- iana portlist updated.
3197
319825 August 2009: Wouter
3199	- fixup memleak in trust anchor unsupported algorithm check.
3200	- iana portlist updated.
3201	- autotrust options: add-holddown, del-holddown, keep-missing.
3202	- autotrust store revoked status of trust points.
3203	- ctime_r compat definition.
3204	- detect yylex_destroy() in configure.
3205	- detect SSL_get_compression_methods declaration in configure.
3206	- fixup DS lookup at anchor point with unsigned parent.
3207	- fixup DLV lookup for DS queries to unsigned domains.
3208
320924 August 2009: Wouter
3210	- cleaner memory allocation on exit. autotrust test routines.
3211	- free all memory on program exit, fix for ssl and flex.
3212
321321 August 2009: Wouter
3214	- autotrust: debug routines. Read,write and conversions work.
3215
321620 August 2009: Wouter
3217	- autotrust: save and read trustpoint variables.
3218
321919 August 2009: Wouter
3220	- autotrust: state table updates.
3221	- iana portlist updated.
3222
322317 August 2009: Wouter
3224	- autotrust: process events.
3225
322617 August 2009: Wouter
3227	- Fix so that servers are only blacklisted if they fail to reply
3228	  to 16 queries in a row and the timeout gets above 2 minutes.
3229	- autotrust work, split up DS verification of DNSKEYs.
3230
323114 August 2009: Wouter
3232	- unbound-control lookup prints out infra cache information, like RTT.
3233	- Fix bug in DLV lookup reported by Amanda from Secure64.
3234	  It could sometimes wrongly classify a domain as unsigned, which
3235	  does not give the AD bit on replies.
3236
323713 August 2009: Wouter
3238	- autotrust read anchor files. locked trust anchors.
3239
324012 August 2009: Wouter
3241	- autotrust import work.
3242
324311 August 2009: Wouter
3244	- Check for openssl compatible with gost if enabled.
3245	- updated unit test for GOST=211 code.
3246	  Nicer naming of test files.
3247	- iana portlist updated.
3248
32497 August 2009: Wouter
3250	- call OPENSSL_config() in unbound and unit test so that the
3251	  operator can use openssl.cnf for configuration options.
3252	- removed small memory leak from config file reader.
3253
32546 August 2009: Wouter
3255	- configure --enable-gost for GOST support, experimental
3256	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
3257	- iana portlist updated.
3258	- ldns tarball updated (with GOST support).
3259
32605 August 2009: Wouter
3261	- trunk moved to 1.3.4.
3262
32634 August 2009: Wouter
3264	- Added test that the examples from draft rsasha256-14 verify.
3265	- iana portlist updated.
3266	- tagged 1.3.3
3267
32683 August 2009: Wouter
3269	- nicer warning when algorithm not supported, tells you to upgrade.
3270	- iana portlist updated.
3271
327227 July 2009: Wouter
3273	- Updated unbound-cacti contribution from Dmitriy Demidov, with
3274	  the queue statistics displayed in its own graph.
3275	- iana portlist updated.
3276
327722 July 2009: Wouter
3278	- Fix bug found by Michael Tokarev where unbound would try to
3279	  prime the root servers even though forwarders are configured for
3280	  the root.
3281	- tagged 1.3.3rc1
3282
328321 July 2009: Wouter
3284	- Fix server selection, so that it waits for open target queries when
3285	  faced with lameness.
3286
328720 July 2009: Wouter
3288	- Ignore transient sendto errors, no route to host, and host, net down.
3289	- contrib/update-anchor.sh has -r option for root-hints.
3290	- feature val-log-level: 1 prints validation failures so you can
3291	  keep track of them during dnssec deployment.
3292
329316 July 2009: Wouter
3294	- fix replacement malloc code.  Used in crosscompile.
3295	- makedist -w creates crosscompiled setup.exe on fedora11.
3296
329715 July 2009: Wouter
3298	- dependencies for compat items, for crosscompile.
3299	- mingw32 crosscompile changes, dependencies and zipfile creation.
3300	  and with System.dll from the windows NSIS you can make setup.exe.
3301	- package libgcc_s_sjlj exception handler for NSISdl.dll.
3302
330314 July 2009: Wouter
3304	- updated ldns tarball for solaris x64 compile assistance.
3305	- no need to define RAND_MAX from config.h.
3306	- iana portlist updated.
3307	- configure changes and ldns update for mingw32 crosscompile.
3308
330913 July 2009: Wouter
3310	- Fix for crash at start on windows.
3311	- tag for release 1.3.2.
3312	- trunk has version 1.3.3.
3313	- Fix for ID bits on windows to use all 16. RAND_MAX was not
3314	  defined like you'd expect on mingw. Reported by Mees de Roo.
3315
33169 July 2009: Wouter
3317	- tag for release 1.3.1.
3318	- trunk has version 1.3.2.
3319
33207 July 2009: Wouter
3321	- iana portlist updated.
3322
33236 July 2009: Wouter
3324	- prettier error handling in SSL setup.
3325	- makedist.sh uname fix (same as ldns).
3326	- updated fedora spec file.
3327
33283 July 2009: Wouter
3329	- fixup linking when ldnsdir is "".
3330
333130 June 2009: Wouter
3332	- more lenient truncation checks.
3333
333429 June 2009: Wouter
3335	- ldns trunk r2959 imported as tarball, because of solaris cc compile
3336	  support for c99.  r2960 for better configure.
3337	- better wrongly_truncated check.
3338	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
3339	  avoid dropped packets at routers.
3340
334126 June 2009: Wouter
3342	- Fix EDNS fallback when EDNS works for short answers but long answers
3343	  are dropped.
3344
334522 June 2009: Wouter
3346	- fixup iter priv strict aliasing while preserving size of sockaddr.
3347	- iana portlist updated.  (one less port allocated, one more fraction
3348	  of a bit for security!)
3349	- updated fedora specfile in contrib from Paul Wouters.
3350
335119 June 2009: Wouter
3352	- Fixup strict aliasing warning in iter priv code.
3353	  and config_file code.
3354	- iana portlist updated.
3355	- harden-referral-path: handle cases where NS is in answer section.
3356
335718 June 2009: Wouter
3358	- Fix of message parse bug where (specifically) an NSEC and RRSIG
3359	  in the wrong order would be parsed, but put wrongly into internal
3360	  structures so that later validation would fail.
3361	- Extreme lenience for wrongly truncated replies where a positive
3362	  reply has an NS in the authority but no signatures.  They are
3363	  turned into minimal responses with only the (secure) answer.
3364	- autoconf 2.63 for configure.
3365	- python warnings suppress.  Keep python API away from header files.
3366
336717 June 2009: Wouter
3368	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
3369	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
3370
337116 June 2009: Wouter
3372	- Fixup opportunistic target query generation to it does not
3373	  generate queries that are known to fail.
3374	- Touchup on munin total memory report.
3375	- messages picked out of the cache by the iterator are checked
3376	  if their cname chain is still correct and if validation status
3377	  has to be reexamined.
3378
337915 June 2009: Wouter
3380	- iana portlist updated.
3381
338214 June 2009: Wouter
3383	- Fixed bug where cached responses would lose their security
3384	  status on second validation, which especially impacted dlv
3385	  lookups.  Reported by Hauke Lampe.
3386
338713 June 2009: Wouter
3388	- bug #254. removed random whitespace from example.conf.
3389
339012 June 2009: Wouter
3391	- Fixup potential wrong NSEC picked out of the cache.
3392	- If unfulfilled callbacks are deleted they are called with an error.
3393	- fptr wlist checks for mesh callbacks.
3394	- fwd above stub in configuration works.
3395
339611 June 2009: Wouter
3397	- Fix queries for type DS when forward or stub zones are there.
3398	  They are performed to higherup domains, and thus treated as if
3399	  going to higher zones when looking up the right forward or stub
3400	  server.  This makes a stub pointing to a local server that has
3401	  a local view of example.com signed with the same keys as are
3402	  publicly used work.  Reported by Johan Ihren.
3403	- Added build-unbound-localzone-from-hosts.pl to contrib, from
3404	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
3405	- same thing fixed for forward-zone and DS, chain of trust from
3406	  public internet into the forward-zone works now.  Added unit test.
3407
34089 June 2009: Wouter
3409	- openssl key files are opened apache-style, when user is root and
3410	  before chrooting.  This makes permissions on remote-control key
3411	  files easier to set up.  Fixes bug #251.
3412	- flush_type and flush_name remove msg cache entries.
3413	- codereview - dp copy bogus setting fix.
3414
34158 June 2009: Wouter
3416	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
3417	  inadvertant behaviour.
3418	- 1.3.0 tarball for release created.
3419	- 1.3.1 development in svn trunk.
3420	- iana portlist updated.
3421	- fix lint from complaining on ldns/sha.h.
3422	- help compiler figure out aliasing in priv_rrset_bad() routine.
3423	- fail to configure with python if swig is not found.
3424	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
3425
34263 June 2009: Wouter
3427	- fixup bad free() when wrongly encoded DSA signature is seen.
3428	  Reported by Paul Wouters.
3429	- review comments from Matthijs.
3430
34312 June 2009: Wouter
3432	- --enable-sha2 option. The draft rsasha256 changed its algorithm
3433	  numbers too often.  Therefore it is more prudent to disable the
3434	  RSASHA256 and RSASHA512 support by default.
3435	- ldns trunk included as new tarball.
3436	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
3437
343829 May 2009: Wouter
3439	- fixup doc bug in README reported by Matthew Dempsky.
3440
344128 May 2009: Wouter
3442	- update iana port list
3443	- update ldns lib tarball
3444
344527 May 2009: Wouter
3446	- detect lack of IPv6 support on XP (with a different error code).
3447	- Fixup a crash-on-exit which was triggered by a very long queue.
3448	  Unbound would try to re-use ports that came free, but this is
3449	  of course not really possible because everything is deleted.
3450	  Most easily triggered on XP (not Vista), maybe because of the
3451	  network stack encouraging large messages backlogs.
3452	- change in debug statements.
3453	- Fixed bug that could cause a crash if root prime failed when there
3454	  were message backlogs.
3455
345626 May 2009: Wouter
3457	- Thanks again to Brett Carr, found an assertion that was not true.
3458	  Assertion checked if recursion parent query still existed.
3459
346029 April 2009: Wouter
3461	- Thanks to Brett Carr, caught windows resource leak, use
3462	  closesocket() and not close() on sockets or else the network stack
3463	  starts to leak handles.
3464	- Removed usage of windows Mutex because windows cannot handle enough
3465	  mutexes open.  Provide own mutex implementation using primitives.
3466
346728 April 2009: Wouter
3468	- created svn tag for 1.3.0.
3469
347027 April 2009: Wouter
3471	- optimised cname from cache.
3472	- ifdef windows functions in testbound.
3473
347423 April 2009: Wouter
3475	- fix for threadsafety in solaris thr_key_create() in tests.
3476	- iana portlist updated.
3477	- fix pylib test for Darwin.
3478	- fix pymod test for Darwin and a python threading bug in pymod init.
3479	- check python >= 2.4 in configure.
3480	- -ldl check for libcrypto 1.0.0beta.
3481
348221 April 2009: Wouter
3483	- fix for build outside sourcedir.
3484	- fix for configure script swig detection.
3485
348617 April 2009: Wouter
3487	- Fix reentrant in minievent handler for unix. Could have resulted
3488	  in spurious event callbacks.
3489	- timers do not take up a fd slot for winsock handler.
3490	- faster fix for winsock reentrant check.
3491	- fix rsasha512 unit test for new (interim) algorithm number.
3492	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
3493	- fix compile warning on ubuntu (configlexer fwrite return value).
3494	- move python include directives into CPPFLAGS instead of CFLAGS.
3495
349616 April 2009: Wouter
3497	- winsock event handler exit very quickly on signal, even if
3498	  under heavy load.
3499	- iana portlist updated.
3500	- fixup windows winsock handler reentrant problem.
3501
350214 April 2009: Wouter
3503	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
3504	- makedist.sh; better help text.
3505	- cache-min-ttl option and tests.
3506	- mingw detect error condition on TCP sockets (NOTCONN).
3507
35089 April 2009: Wouter
3509	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
3510	- ldns tarball updated.
3511	- iana portlist update.
3512	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
3513	  because that openssl defines the name STRING for itself.
3514
35156 April 2009: Wouter
3516	- windows compile fix.
3517	- Detect FreeBSD jail without ipv6 addresses assigned.
3518	- python libunbound wrapper unit test.
3519	- installs the following files. Default is to not build them.
3520	  	from configure --with-pythonmodule:
3521	  /usr/lib/python2.x/site-packages/unboundmodule.py
3522	  	from configure --with-pyunbound:
3523	  /usr/lib/python2.x/site-packages/unbound.py
3524	  /usr/lib/python2.x/site-packages/_unbound.so*
3525	  The example python scripts (pythonmod/examples and
3526	  libunbound/python/examples) are not installed.
3527	- python invalidate routine respects packed rrset ids and locks.
3528	- clock skew checks in unbound, config statements.
3529	- nxdomain ttl considerations in requirements.txt
3530
35313 April 2009: Wouter
3532	- Fixed a bug that caused messages to be stored in the cache too
3533	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
3534	  targets have been more vulnerable to the TTL miscalculation bug.
3535	- documentation test fixed for python addition.
3536
35372 April 2009: Wouter
3538	- pyunbound (libunbound python plugin) compiles using libtool.
3539	- documentation for pythonmod and pyunbound is generated in doc/html.
3540	- iana portlist updated.
3541	- fixed bug in unbound-control flush_zone where it would not flush
3542	  every message in the target domain.  This especially impacted
3543	  NXDOMAIN messages which could remain in the cache regardless.
3544	- python module test package.
3545
35461 April 2009: Wouter
3547	- suppress errors when trying to contact authority servers that gave
3548	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
3549	  Still tries to do so, could work when deployed in intranet.
3550	  Higher verbosity shows the error.
3551	- new libunbound calls documented.
3552	- pyunbound in libunbound/python. Removed compile warnings.
3553	  Makefile to make it.
3554
355530 March 2009: Wouter
3556	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
3557	- Fixup so no non-absolute rpaths are added.
3558	- Fixup validation of RRSIG queries, they are let through.
3559	- read /dev/random before chroot
3560	- checkconf fix no python checks when no python module enabled.
3561	- fix configure, pthread first, so other libs do not change outcome.
3562
356327 March 2009: Wouter
3564	- nicer -h output. report linked libraries and modules.
3565	- prints modules in intuitive order (config file friendly).
3566	- python compiles easily on BSD.
3567
356826 March 2009: Wouter
3569	- ignore swig varargs warnings with gcc.
3570	- remove duplicate example.conf text from python example configs.
3571	- outofdir compile fix for python.
3572	- pyunbound works.
3573	- print modules compiled in on -h. manpage.
3574
357525 March 2009: Wouter
3576	- initial import of the python contribution from Zdenek Vasicek and
3577	  Marek Vavrusa.
3578	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
3579
358024 March 2009: Wouter
3581	- more neat configure.ac. Removed duplicate config.h includes.
3582	- neater config.h.in.
3583	- iana portlist updated.
3584	- fix util/configlexer.c and solaris -std=c99 flag.
3585	- fix postcommit aclocal errors.
3586	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
3587	- swap order of host detect and libtool generation.
3588
358923 March 2009: Wouter
3590	- added launchd plist example file for MacOSX to contrib.
3591	- deprecation test for daemon(3).
3592	- moved common configure actions to m4 include, prettier Makefile.
3593
359420 March 2009: Wouter
3595	- bug #239: module-config entries order is important. Documented.
3596	- build fix for test asynclook.
3597
359819 March 2009: Wouter
3599	- winrc/README.txt dos-format text file.
3600	- iana portlist updated.
3601	- use _beginthreadex() when available (performs stack alignment).
3602	- defaults for windows baked into configure.ac (used if on mingw).
3603
360418 March 2009: Wouter
3605	- Added tests, unknown algorithms become insecure. fallback works.
3606	- Fix for and test for unknown algorithms in a trust anchor
3607	  definition.  Trust anchors with no supported algos are ignored.
3608	  This means a (higher)DS or DLV entry for them could succeed, and
3609	  otherwise they are treated as insecure.
3610	- domain-insecure: "example.com" statement added. Sets domain
3611	  insecure regardless of chain of trust DSs or DLVs. The inverse
3612	  of a trust-anchor.
3613
361417 March 2009: Wouter
3615	- unit test for unsupported algorithm in anchor warning.
3616	- fixed so queries do not fail on opportunistic target queries.
3617
361816 March 2009: Wouter
3619	- fixup diff error printout in contrib/update-itar.sh.
3620	- added contrib/unbound_cacti for statistics support in cacti,
3621	  contributed by Dmitriy Demidov.
3622
362313 March 2009: Wouter
3624	- doxygen and lex/yacc on linux.
3625	- strip update-anchor on makedist -w.
3626	- fix testbound on windows.
3627	- default log to syslog for windows.
3628	- uninstaller can stop unbound - changed text on it to reflect that.
3629	- remove debugging from windows 'cron' actions.
3630
363112 March 2009: Wouter
3632	- log to App.logs on windows prints executable identity.
3633	- fixup tests.
3634	- munin plugin fix benign locking error printout.
3635	- anchor-update for windows, called every 24 hours; unbound reloads.
3636
363711 March 2009: Wouter
3638	- winsock event handler resets WSAevents after signalled.
3639	- winsock event handler tests if signals are really signalled.
3640	- install and service with log to file works on XP and Vista on
3641	  default install location.
3642	- on windows logging to the Application logbook works (as a service).
3643	- fix RUN_DIR on windows compile setting in makedist.
3644	- windows registry has Software\Unbound\ConfigFile element.
3645	  If does not exist, the default is used. The -c switch overrides it.
3646	- fix makedist version cleanup function.
3647
364810 March 2009: Wouter
3649	- makedist -w strips out old rc.. and snapshot info from version.
3650	- setup.exe starts and stops unbound after install, before uninstall.
3651	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
3652
36539 March 2009: Wouter
3654	- Nullsoft NSIS installer creation script.
3655
36565 March 2009: Wouter
3657	- fixup memory leak introduced on 18feb in mesh reentrant fix.
3658
36593 March 2009: Wouter
3660	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
3661	- service works on xp/vista, no config necessary (using defaults).
3662	- windows registry settings.
3663
36642 March 2009: Wouter
3665	- fixup --export-symbols to be -export-symbls for libtool.
3666	  This should fix extraneous symbols exported from libunbound.
3667	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
3668	- iana portlist updated.
3669	- document FAQ entry on stub/forward zones and default blocking.
3670	- fix asynclook test app for libunbound not exporting symbols.
3671	- service install and remove utils that work with vista UAC.
3672
367327 February 2009: Wouter
3674	- Fixup lexer, to not give warnings about fwrite. Appeared in
3675	  new lexer features.
3676	- makedistro functionality for mingw. Has RC support.
3677	- support spaces and backslashes in configured defaults paths.
3678	- register, deregister in service control manager.
3679
368025 February 2009: Wouter
3681	- windres usage for application resources.
3682
368324 February 2009: Wouter
3684	- isc moved their dlv key download location.
3685	- fixup warning on vista/mingw.
3686	- makedist -w for window zip distribution first version.
3687
368820 February 2009: Wouter
3689	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
3690	  Nicer script layout.  Added url to site in -h output.
3691
369219 February 2009: Wouter
3693	- unbound-checkconf and unbound print warnings when trust anchors
3694	  have unsupported algorithms.
3695	- added contrib/update-itar.sh  This script is similar to
3696	  update-anchor.sh, and updates from the IANA ITAR repository.
3697	  You can provide your own PGP key and trust repo, or can use the
3698	  builtin.  The program uses wget and gpg to work.
3699	- iana portlist updated.
3700	- update-itar.sh: using ftp:// urls because https godaddy certificate
3701	  is not available everywhere and then gives fatal errors.  The
3702	  security is provided by pgp signature.
3703
370418 February 2009: Wouter
3705	- more cycle detection. Also for target queries.
3706	- fixup bug where during deletion of the mesh queries the callbacks
3707	  that were reentrant caused assertion failures. Keep the mesh in
3708	  a reentrant safe state.  Affects libunbound, reload of server,
3709	  on quit and flush_requestlist.
3710	- iana portlist updated.
3711
371213 February 2009: Wouter
3713	- forwarder information now per-thread duplicated.
3714	  This keeps it read only for speed, with no locking necessary.
3715	- forward command for unbound control to change forwarders to use
3716	  on the fly.
3717	- document that unbound-host reads no config file by default.
3718	- updated iana portlist.
3719
372012 February 2009: Wouter
3721	- call setusercontext if available (on BSD).
3722	- small refactor of stats clearing.
3723	- #227: flush_stats feature for unbound-control.
3724	- stats_noreset feature for unbound-control.
3725	- flush_requestlist feature for unbound-control.
3726	- libunbound version upped API (was changed 5 feb).
3727	- unbound-control status shows if root forwarding is in use.
3728	- slightly nicer memory management in iter-fwd code.
3729
373010 February 2009: Wouter
3731	- keys with rfc5011 REVOKE flag are skipped and not considered when
3732	  validating data.
3733	- iana portlist updated
3734	- #226: dump_requestlist feature for unbound-control.
3735
37366 February 2009: Wouter
3737	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
3738	- iana portlist updated.
3739	- fixup EOL in include directive (reported by Paul Wouters).
3740	  You can no longer specify newlines in the names of included files.
3741	- config parser changed. Gives some syntax errors closer to where they
3742	  occurred. Does not enforce a space after keyword anymore.
3743	  Does not allow literal newlines inside quoted strings anymore.
3744	- verbosity level 5 logs customer IP for new requestlist entries.
3745	- test fix, lexer and cancel test.
3746	- new option log-time-ascii: yes  if you enable it prints timestamps
3747	  in the log file as Feb 06 13:45:26 (like syslog does).
3748	- detect event_base_new in libevent-1.4.1 and later and use it.
3749	- #231 unbound-checkconf -o option prints that value from config file.
3750	  Useful for scripting in management scripts and the like.
3751
37525 February 2009: Wouter
3753	- ldns 1.5.0 rc as tarball included.
3754	- 1.3.0 development continues:
3755	  change in libunbound API: ub_cancel can return an error, that
3756	  the async_id did not exist, or that it was already delivered.
3757	  The result could have been delivered just before the cancel
3758	  routine managed to acquire the lock, so a caller may get the
3759	  result at the same time they call cancel.  For this case,
3760	  ub_cancel tries to return an error code.
3761	  Fixes race condition in ub_cancel() libunbound function.
3762	- MacOSX Leopard cleaner text output from configure.
3763	- initgroups(3) is called to drop secondary group permissions, if
3764	  applicable.
3765	- configure option --with-ldns-builtin forces the use of the
3766	  inluded ldns package with the unbound source.  The -I include
3767	  is put before the others, so it avoids bad include files from
3768	  an older ldns install.
3769	- daemon(3) posix call is used when available.
3770	- testbound test for older fix added.
3771
37724 February 2009: Wouter
3773	- tag for release 1.2.1.
3774	- trunk setup for 1.3.0 development.
3775
37763 February 2009: Wouter
3777	- noted feature requests in doc/TODO.
3778	- printout more detailed errors on ssl certificate loading failures.
3779	- updated IANA portlist.
3780
378116 January 2009: Wouter
3782	- more quiet about ipv6 network failures, i.e. when ipv6 is not
3783	  available (network unreachable). Debug still printed on high
3784	  verbosity.
3785	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
3786	  debugging with unbound-host -4 -d ...
3787	- more cycle detection for NS-check, addr-check, root-prime and
3788	  stub-prime queries in the iterator.  Avoids possible deadlock
3789	  when priming fails.
3790
379115 January 2009: Wouter
3792	- bug #229: fixup configure checks for compilation with Solaris
3793	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
3794	- fixup suncc warnings.
3795	- fix bug where unbound could crash using libevent 1.3 and older.
3796	- update testset for recent retry change.
3797
379814 January 2009: Wouter
3799	- 1.2.1 feature: negative caching for failed queries.
3800	  Queries that failed are cached for 5 seconds (NORR_TTL).
3801	  If the failure is local, like out of memory, it is not cached.
3802	- the TTL comparison for the cache used different comparisons,
3803	  causing many cache responses that used the iterator and validator
3804	  state machines unnecessarily.
3805	- retry from 4 to 5 so that EDNS drop retry is part of the first
3806	  query resolve attempt, and cached error does not stop EDNS fallback.
3807	- remove debug prints that protect against bad referrals.
3808	- honor QUIET=no on make commandline (or QUIET=yes ).
3809
381013 January 2009: Wouter
3811	- fixed bug in lameness marking, removed printouts.
3812	- find NS rrset more cleanly for qtype NS.
3813	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
3814	  reporting and logs.
3815	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
3816	  are in the negative cache.
3817
381812 January 2009: Wouter
3819	- fixed bug in infrastructure lameness cache, did not lowercase
3820	  name of zone to hash when setting lame.
3821	- lameness debugging printouts.
3822
38239 January 2009: Wouter
3824	- created svn tag for 1.2.0 release.
3825	- svn trunk contains 1.2.1 version number.
3826	- iana portlist updated for todays list.
3827	- removed debug print.
3828
38298 January 2009: Wouter
3830	- new version of ldns-trunk (today) included as tarball, fixed
3831	  bug #224, building with -j race condition.
3832	- remove possible race condition in the test for race conditions.
3833
38347 January 2009: Wouter
3835	- version 1.2.0 in preparation.
3836	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
3837	  statements. (Adapted from patch by Paul Wouters).
3838	- typo fix and iana portlist updated.
3839	- porting testsuite; unused var warning, and type fixup.
3840
38416 January 2009: Wouter
3842	- fixup packet-of-death when compiled with --enable-debug.
3843	  A malformed packet could cause an internal assertion failure.
3844	- added test for HINFO canonicalisation behaviour.
3845	- fixup reported problem with transparent local-zone data where
3846	  queries with different type could get nxdomain. Now queries
3847	  with a different name get resolved normally, with different type
3848	  get a correct NOERROR/NODATA answer.
3849	- HINFO no longer downcased for validation, making unbound compatible
3850	  with bind and ldns.
3851	- fix reading included config files when chrooted.
3852	  Give full path names for include files.
3853	  Relative path names work if the start dir equals the working dir.
3854	- fix libunbound message transport when no packet buffer is available.
3855
38565 January 2009: Wouter
3857	- fixup getaddrinfo failure handling for remote control port.
3858	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
3859	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
3860	- comm_timer_set performs base_set operation after event_add.
3861
386218 December 2008: Wouter
3863	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
3864	  some zones that had correct DLV keys as insecure.
3865	- follows -rc makedist from ldns changes (no _rc).
3866	- ldns tarball updated with 1.4.1rc for DLV unit test.
3867	- verbose prints about recursion lame detection and server selection.
3868	- fixup BSD port for infra host storage. It hashed wrongly.
3869	- fixup makedist snapshot name generation.
3870	- do not reopen syslog to avoid dev/log dependency.
3871
387217 December 2008: Wouter
3873	- follows ldns makedist.sh. -rc option. autom4te dir removed.
3874	- unbound-control status command.
3875	- extended statistics has a number of ipv6 queries counter.
3876	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
3877
387816 December 2008: Wouter
3879	- follow makedist improvements from ldns, for maintainers prereleases.
3880	- snapshot version uses _ not - to help rpm distinguish the
3881	  version number.
3882
388311 December 2008: Wouter
3884	- better fix for bug #219: use LOG_NDELAY with openlog() call.
3885	  Thanks to Tamas Tevesz.
3886
38879 December 2008: Wouter
3888	- bug #221 fixed: unbound checkconf checks if key files exist if
3889	  remote control is enabled. Also fixed NULL printf when not chrooted.
3890	- iana portlist updated.
3891
38923 December 2008: Wouter
3893	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
3894	  freezes up unbound if this was compiled without threading, and
3895	  was using multiple processes.
3896	- iana portlist updated.
3897	- test for remote control with interprocess communication.
3898	- created command distribution mechanism so that remote control
3899	  commands other than 'stats' work on all processes in a nonthreaded
3900	  compiled version. dump/load cache work, on the first process.
3901	- fixup remote control local_data addition memory corruption bug.
3902
39031 December 2008: Wouter
3904	- SElinux policy files in contrib/selinux for the unbound daemon,
3905	  by Paul Wouters and Adam Tkac.
3906
390725 November 2008: Wouter
3908	- configure complains when --without-ssl is given (bug #220).
3909	- skip unsupported feature tests on vista/mingw.
3910	- fixup testcode/streamtcp to work on vista/mingw.
3911	- root-hints test checks version of dig required.
3912	- blacklisted servers are polled at a low rate (1%) to see if they
3913	  come back up. But not if there is some other working server.
3914
391524 November 2008: Wouter
3916	- document that the user of the server daemon needs read privileges
3917	  on the keys and certificates generated by unbound-control-setup.
3918	  This is different per system or distribution, usually, running the
3919	  script under the same username as the server uses suffices.
3920	  i.e.  sudo -u unbound unbound-control-setup
3921	- testset port to vista/mingw.
3922	- tcp_sigpipe to freebsd port.
3923
392421 November 2008: Wouter
3925	- fixed tcp accept, errors were printed when they should not.
3926	- unbound-control-setup.sh removes read/write permissions other
3927	  from the keys it creates (as suggested by Dmitriy Demidov).
3928
392920 November 2008: Wouter
3930	- fixup fatal error due to faulty error checking after tcp accept.
3931	- add check in rlimit to avoid integer underflow.
3932	- rlimit check with new formula; better estimate for number interfaces
3933	- nicer comments in rlimit check.
3934	- tag 1.1.1 created in svn.
3935	- trunk label is 1.1.2
3936
393719 November 2008: Wouter
3938	- bug #219: fixed so that syslog which delays opening until the first
3939	  log line is written, gets a log line while not chroot'ed yet.
3940
394118 November 2008: Wouter
3942	- iana portlist updated.
3943	- removed cast in unit test debug print that was not 64bit safe.
3944	- trunk back to 1.1.0; copied to tags 1.1.0 release.
3945	- trunk to has version number 1.1.1 again.
3946	- in 1.1.1; make clean nicer. grammar in manpage.
3947
394817 November 2008: Wouter
3949	- theoretical fix for problems reported on mailing list.
3950	  If a delegation point has no A but only AAAA and do-ip6 is no,
3951	  resolution would fail. Fixed to ask for the A and AAAA records.
3952	  It has to ask for both always, so that it can fail quietly, from
3953	  TLD perspective, when a zone is only reachable on one transport.
3954	- test for above, only AAAA and doip6 is no. Fix causes A record
3955	  for nameserver to be fetched.
3956	- fixup address duplication on cache fillup for delegation points.
3957	- testset updated for new query answer requirements.
3958
395914 November 2008: Wouter
3960	- created 1.1.0 release tag in svn.
3961	- trunk moved to 1.1.1
3962	- fixup unittest-neg for locking.
3963
396413 November 2008: Wouter
3965	- added fedora init and specfile to contrib (by Paul Wouters).
3966	- added configure check for ldns 1.4.0 (using its compat funcs).
3967	- neater comments in worker.h.
3968	- removed doc/plan and updated doc/TODO.
3969	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
3970	- review comments from Jelte, Matthijs. Neater code.
3971
397212 November 2008: Wouter
3973	- add unbound-control manpage to makedist replace list.
3974
397511 November 2008: Wouter
3976	- unit test for negative cache, stress tests the refcounting.
3977	- fix for refcounting error that could cause fptr_wlist fatal exit
3978	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
3979	  Attila Nagy for testing).
3980	- nicer comments in cachedump about failed RR to string conversion.
3981	- fix 32bit wrap around when printing large (4G and more) mem usage
3982	  for extended statistics.
3983
398410 November 2008: Wouter
3985	- fixup the getaddrinfo compat code rename.
3986
39878 November 2008: Wouter
3988	- added configure check for eee build warning.
3989
39907 November 2008: Wouter
3991	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
3992	- detect nonblocking problems in network stack in configure script.
3993
39946 November 2008: Wouter
3995	- dname_priv must decompress the name before comparison.
3996	- iana portlist updated.
3997
39985 November 2008: Wouter
3999	- fixed possible memory leak in key_entry_key deletion.
4000	  Would leak a couple bytes when trust anchors were replaced.
4001	- if query and reply qname overlap, the bytes are skipped not copied.
4002	- fixed file descriptor leak when messages were jostled out that
4003	  had outstanding (TCP) replies.
4004	- DNAMEs used from cache have their synthesized CNAMEs initialized
4005	  properly.
4006	- fixed file descriptor leak for localzone type deny (for TCP).
4007	- fixed memleak at exit for nsec3 negative cached zones.
4008	- fixed memleak for the keyword 'nodefault' when reading config.
4009	- made verbosity of 'edns incapable peer' warning higher, so you
4010	  do not get spammed by it.
4011	- caught elusive Bad file descriptor error bug, that would print the
4012	  error while unnecessarily try to listen to a closed fd. Fixed.
4013
40144 November 2008: Wouter
4015	- fixed -Wwrite-strings warnings that result in better code.
4016
40173 November 2008: Wouter
4018	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
4019	- generated configure with autoconf-2.61.
4020	- iana portlist updated.
4021	- detect if libssl needs libdl.  For static linking with libssl.
4022	- changed to use new algorithm identifiers for sha256/sha512
4023	  from ldns 1.4.0 (need very latest version).
4024	- updated the included ldns tarball.
4025	- proper detection of SHA256 and SHA512 functions (not just sizes).
4026
402723 October 2008: Wouter
4028	- a little more debug info for failure on signer names. prints names.
4029
403022 October 2008: Wouter
4031	- CFLAGS are picked up by configure from the environment.
4032	- iana portlist updated.
4033	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
4034	- new stub-prime: yesno option. Default is off, so it does not prime.
4035	  can be turned on to get same behaviour as previous unbound release.
4036	- made automated test that checks if builtin root hints are uptodate.
4037	- finished draft-wijngaards-dnsext-resolver-side-mitigation
4038	  implementation. The unwanted-reply-threshold can be set.
4039	- fixup so fptr_whitelist test in alloc.c works.
4040
404121 October 2008: Wouter
4042	- fix update-anchors.sh, so it does not report different RR order
4043	  as an update.  Sorts the keys in the file.  Updated copyright.
4044	- fixup testbound on windows, the command control pipe doesn't exist.
4045	- skip 08hostlib test on windows, no fork() available.
4046	- made unbound-remote work on windows.
4047
404820 October 2008: Wouter
4049	- quench a log message that is debug only.
4050	- iana portlist updated.
4051	- do not query bogus nameservers.  It is like nameservers that have
4052	  the NS or A or AAAA record bogus are listed as donotquery.
4053	- if server selection is faced with only bad choices, it will
4054	  attempt to get more options to be fetched.
4055	- changed bogus-ttl default value from 900 to 60 seconds.
4056	  In anticipation that operator caused failures are more likely than
4057	  actual attacks at this time.  And thus repeated validation helps
4058	  the operators get the problem fixed sooner.  It makes validation
4059	  failures go away sooner (60 seconds after the zone is fixed).
4060	  Also it is likely to try different nameserver targets every minute,
4061	  so that if a zone is bad on one server but not another, it is
4062	  likely to pick up the 'correct' one after a couple minutes,
4063	  and if the TTL is big enough that solves validation for the zone.
4064	- fixup unbound-control compilation on windows.
4065
406617 October 2008: Wouter
4067	- port Leopard/G5: fixup type conversion size_t/uint32.
4068	  please ranlib, stop file without symbols warning.
4069	- harden referral path now also validates the root after priming.
4070	  It looks up the root NS authoritatively as well as the root servers
4071	  and attemps to validate the entries.
4072
407316 October 2008: Wouter
4074	- Fixup negative TTL values appearing (reported by Attila Nagy).
4075
407615 October 2008: Wouter
4077	- better documentation for 0x20; remove fallback TODO, it is done.
4078	- harden-referral-path feature includes A, AAAA queries for glue,
4079	  as well as very careful NS caching (only when doing NS query).
4080	  A, AAAA use the delegation from the NS-query.
4081
408214 October 2008: Wouter
4083	- fwd_three.tpkg test was flaky.  If the three requests hit the
4084	  wrong threads by chance (or bad OS) then the test would fail.
4085	  Made less flaky by increasing number of retries.
4086	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
4087	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
4088	  Which includes the ldns_dname_absolute fix.
4089	- fwd_three test remains flaky now that unbound does not stop
4090	  listening when full.  Thus, removed timeout problem.
4091	  It may be serviced by three threads, or maybe by one.
4092	  Mostly only useful for lock-check testing now.
4093
409413 October 2008: Wouter
4095	- fixed recursion servers deployed as authoritative detection, so
4096	  that as a last resort, a +RD query is sent there to get the
4097	  correct answer.
4098	- iana port list update.
4099	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
4100
410110 October 2008: Wouter
4102	- fixup tests - the negative cache contained the correct NSEC3s for
4103	  two tests that are supposed to fail to validate.
4104
41059 October 2008: Wouter
4106	- negative cache caps max iterations of NSEC3 done.
4107	- NSEC3 negative cache for qtype DS works.
4108
41098 October 2008: Wouter
4110	- NSEC negative cache for DS.
4111
41126 October 2008: Wouter
4113	- jostle-timeout option, so you can config for slow links.
4114	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
4115	  queries that must all be the same.  Sent to random nameservers.
4116	- documented choices for DoS, EDNS, 0x20.
4117
41182 October 2008: Wouter
4119	- fixup unlink of pidfile.
4120	- fixup SHA256 algorithm collation code.
4121	- contrib/update-anchor.sh does not overwrite anchors if not needed.
4122	  exits 0 when a restart is needed, other values if not.
4123	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
4124	  can restart unbound exactly when needed.
4125
412630 September 2008: Wouter
4127	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
4128	- tests for sha256 support and downgrade resistance.
4129	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
4130	  using the drafted protocol numbers.
4131	- when using stub on localhost (127.0.0.1@10053) unbound works.
4132	  Like when running NSD to host a local zone, on the same machine.
4133	  The noprime feature. manpages more explanation. Added a test for it.
4134	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
4135
413629 September 2008: Wouter
4137	- EDNS lameness detection, if EDNS packets are dropped this is
4138	  detected, eventually.
4139	- multiple query timeout rtt backoff does not backoff too much.
4140
414126 September 2008: Wouter
4142	- tests for remote-control.
4143	- small memory leak in exception during remote control fixed.
4144	- fixup for lock checking but not unchecking in remote control.
4145	- iana portlist updated.
4146
414723 September 2008: Wouter
4148	- Msg cache is loaded. A cache load enables cache responses.
4149	- unbound-control flush [name], flush_type and flush_zone.
4150
415122 September 2008: Wouter
4152	- dump_cache and load_cache statements in unbound-control.
4153	  RRsets are dumped and loaded correctly.
4154	  Msg cache is dumped.
4155
415619 September 2008: Wouter
4157	- locking on the localdata structure.
4158	- add and remove local zone and data with unbound-control.
4159	- ldns trunk snapshot updated, make tests work again.
4160
416118 September 2008: Wouter
4162	- fixup error in time calculation.
4163	- munin plugin improvements.
4164	- nicer abbreviations for high query types values (ixfr, axfr, any...)
4165	- documented the statistics output in unbound-control man page.
4166	- extended statistics prints out histogram, over unbound-control.
4167
416817 September 2008: Wouter
4169	- locking for threadsafe bogus rrset counter.
4170	- ldns trunk no longer exports b32 functions, provide compat.
4171	- ldns tarball updated.
4172	- testcode/ldns-testpkts.c const fixups.
4173	- fixed rcode stat printout.
4174	- munin plugin in contrib.
4175	- stats always printout uptime, because stats plugins need it.
4176
417716 September 2008: Wouter
4178	- extended-statistics: yesno config option.
4179	- unwanted replies spoof nearmiss detector.
4180	- iana portlist updated.
4181
418215 September 2008: Wouter
4183	- working start, stop, reload commands for unbound-control.
4184	- test for unbound-control working; better exit value for control.
4185	- verbosity control via unbound-control.
4186	- unbound-control stats.
4187
418812 September 2008: Wouter
4189	- removed browser control mentions. Proto speccy.
4190
419111 September 2008: Wouter
4192	- set nonblocking on new TCP streams, because linux does not inherit
4193	  the socket options to the accepted socket.
4194	- fix TCP timeouts.
4195	- SSL protected connection between server and unbound-control.
4196
419710 September 2008: Wouter
4198	- remove memleak in privacy addresses on reloads and quits.
4199	- remote control work.
4200
42019 September 2008: Wouter
4202	- smallapp/unbound-control-setup.sh script to set up certificates.
4203
42044 September 2008: Wouter
4205	- scrubber scrubs away private addresses.
4206	- test for private addresses. man page entry.
4207	- code refactored for name and address tree lookups.
4208
42093 September 2008: Wouter
4210	- options for 'DNS Rebinding' protection: private-address and
4211	  private-domain.
4212	- dnstree for reuse of routines that help with domain, addr lookups.
4213	- private-address and private-domain config option read, stored.
4214
42152 September 2008: Wouter
4216	- DoS protection features. Queries are jostled out to make room.
4217	- testbound can pass time, increasing the internal timer.
4218	- do not mark unsigned additionals bogus, leave unchecked, which
4219	  is removed too.
4220
42211 September 2008: Wouter
4222	- disallow nonrecursive queries for cache snooping by default.
4223	  You can allow is using access-control: <subnet> allow_snoop.
4224	  The defaults do allow access no authoritative data without RD bit.
4225	- two tests for it and fixups of tests for nonrec refused.
4226
422729 August 2008: Wouter
4228	- version 1.1 number in trunk.
4229	- harden-referral-path option for query for NS records.
4230	  Default turns off expensive, experimental option.
4231
423228 August 2008: Wouter
4233	- fixup logfile handling; it is created with correct permissions
4234	  again. (from bugfix#199).
4235	  Some errors are not written to logfile (pidfile writing, forking),
4236	  and these are only visible by using the -d commandline flag.
4237
423827 August 2008: Wouter
4239	- daemon(3) is causing problems for people. Reverting the patch.
4240	  bug#200, and 199 and 203 contain sideline discussion on it.
4241	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
4242	  chroot and drop permissions.
4243	- config option to set size of aggressive negative cache,
4244	  neg-cache-size.
4245	- bug#203 fixed: dlv has been implemented.
4246
424726 August 2008: Wouter
4248	- test for insecure zone when DLV is in use, also does negative cache.
4249	- test for trustanchor when DLV is in use (the anchor works).
4250	- test for DLV used for a zone below a trustanchor.
4251	- added scrub filter for overreaching NSEC records and unit test.
4252	- iana portlist update
4253	- use of setresuid or setreuid when available.
4254	- use daemon(3) if available.
4255
425625 August 2008: Wouter
4257	- realclean patch from Robert Edmonds.
4258
425922 August 2008: Wouter
4260	- nicer debuglogging of DLV.
4261	- test with secure delegation inside the DLV repository.
4262
426321 August 2008: Wouter
4264	- negative cache code linked into validator, for DLV use.
4265	  negative cache works for DLV.
4266	- iana portlist update.
4267	- dlv-anchor option for unit tests.
4268	- fixup NSEC_AT_APEX classification for short typemaps.
4269	- ldns-testns has subdomain checks, for unit tests.
4270
427120 August 2008: Wouter
4272	- negative cache code, reviewed.
4273
427418 August 2008: Wouter
4275	- changes info: in logfile to notice: info: or debug: depending on
4276	  the verbosity of the statements.  Better logfile message
4277	  classification.
4278	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
4279
428015 August 2008: Wouter
4281	- DLV nsec code fixed for better detection of closest existing
4282	  enclosers from NSEC responses.
4283	- DLV works, straight to the dlv repository, so not for production.
4284	- Iana port update.
4285
428614 August 2008: Wouter
4287	- synthesize DLV messages from the rrset cache, like done for DS.
4288
428913 August 2008: Wouter
4290	- bug #203: nicer do-auto log message when user sets incompatible
4291	  options.
4292	- bug #204: variable name ameliorated in log.c.
4293	- bug #206: in iana_update, no egrep, but awk use.
4294	- ldns snapshot r2699 taken (includes DLV type).
4295	- DLV work, config file element, trust anchor read in.
4296
429712 August 2008: Wouter
4298	- finished adjusting testset to provide qtype NS answers.
4299
430011 August 2008: Wouter
4301	- Fixup rrset security updates overwriting 2181 trust status.
4302	  This makes validated to be insecure data just as worthless as
4303	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
4304	- Fix assertion fail on bogus key handling.
4305	- dnssec lameness detection works on first query at trust apex.
4306	- NS queries get proper cache and dnssec lameness treatment.
4307	- fixup compilation without pthreads on linux.
4308
43098 August 2008: Wouter
4310	- NS queries are done after every referral.
4311	  validator is used on those NS records (if anchors enabled).
4312
43137 August 2008: Wouter
4314	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
4315	  irrelevant rrsets removed.
4316	- 1.0.2 released from 1.0 support branch.
4317	- fixup update-anchor.sh to work both in BSD shell and bash.
4318
43195 August 2008: Wouter
4320	- fixup DS test so apex nodata works again.
4321
43224 August 2008: Wouter
4323	- iana port update.
4324	- TODO update.
4325	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
4326	- added explanatory text for outgoing-port-permit in manpage.
4327
432830 July 2008: Wouter
4329	- fixup bug qtype DS for unsigned zone and signed parent validation.
4330
433125 July 2008: Wouter
4332	- added original copyright statement of OpenBSD arc4random code.
4333	- created tube signaling solution on windows, as a pipe replacement.
4334	  this makes background asynchronous resolution work on windows.
4335	- removed very insecure socketpair compat code. It also did not
4336	  work with event_waiting. Solved by pipe replacement.
4337	- unbound -h prints openssl version number as well.
4338
433922 July 2008: Wouter
4340	- moved pipe actions to util/tube.c. easier porting and shared code.
4341	- check _raw() commpoint callbacks with fptr_wlist.
4342	- iana port update.
4343
434421 July 2008: Wouter
4345	- #198: nicer entropy warning message. manpage OS hints.
4346
434719 July 2008: Wouter
4348	- #198: fixup man page to suggest chroot entropy fix.
4349
435018 July 2008: Wouter
4351	- branch for 1.0 support.
4352	- trunk work on tube.c.
4353
435417 July 2008: Wouter
4355	- fix bug #196, compile outside source tree.
4356	- fix bug #195, add --with-username=user configure option.
4357	- print error and exit if started with config that requires more
4358	  fds than the builtin minievent can handle.
4359
436016 July 2008: Wouter
4361	- made svn tag 1.0.1, trunk now 1.0.2
4362	- sha256 checksums enabled in makedist.sh
4363
436415 July 2008: Wouter
4365	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
4366	  IPv6 example prefix to AS112 default blocklist.
4367	- fixup lookup of DS records by client with trustanchor for same.
4368	- libunbound ub_resolve, fix handling of error condition during setup.
4369	- lowered log_hex blocksize to fit through BSD syslog linesize.
4370	- no useless initialisation if getpwnam not available.
4371	- iana, ldns snapshot updated.
4372
43733 July 2008: Wouter
4374	- Matthijs fixed memory leaks in root hints file reading.
4375
437626 June 2008: Wouter
4377	- fixup streamtcp bounds setting for udp mode, in the test framework.
4378	- contrib item for updating trust anchors.
4379
438025 June 2008: Wouter
4381	- fixup fwd_ancil test typos.
4382	- Fix for newegg lameness : ok for qtype=A, but lame for others.
4383	- fixup unit test for infra cache, test lame merging.
4384	- porting to mingw, bind, listen, getsockopt and setsockopt error
4385	  handling.
4386
438724 June 2008: Wouter
4388	- removed testcode/checklocks from production code compilation path.
4389	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
4390	  on windows.
4391	- fwd_ancil test fails if platform support is lacking.
4392
439323 June 2008: Wouter
4394	- fixup minitpkg to cleanup on windows with its file locking troubles.
4395	- minitpkg shows skipped tests in report.
4396	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
4397	  ipv6 connectivity).
4398	- winsock event handler keeps track of sticky TCP events, that have
4399	  not been fully handled yet. when interest in the event(s) resumes,
4400	  they are sent again. When WOULDBLOCK is returned events are cleared.
4401	- skip tests that need signals when testing on mingw.
4402
440318 June 2008: Wouter
4404	- open testbound replay files in binary mode, because fseek/ftell
4405	  do not work in ascii-mode on windows. The b does nothing on unix.
4406	  unittest and testbound tests work on windows (xp too).
4407	- ioctlsocket prints nicer error message.
4408	- fixed up some TCP porting for winsock.
4409	- lack of IPv6 gives a warning, no fatal error.
4410	- use WSAGetLastError() on windows instead of errno for some errors.
4411
441217 June 2008: Wouter
4413	- outgoing num fds 32 by default on windows ; it supports less
4414	  fds for waiting on than unixes.
4415	- winsock_event minievent handler for windows. (you could also
4416	  attempt to link with libevent/libev ports for windows).
4417	- neater crypto check and gdi32 detection.
4418	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
4419
442016 June 2008: Wouter
4421	- on windows, use windows threads, mutex and thread-local-storage(Tls).
4422	- detect if openssl needs gdi32.
4423	- if no threading, THREADS_DISABLED is defined for use in the code.
4424	- sets USE_WINSOCK if using ws2_32 on windows.
4425	- wsa_strerror() function for more readable errors.
4426	- WSA Startup and Cleanup called in unbound.exe.
4427
442813 June 2008: Wouter
4429	- port mingw32, more signal ifdefs, detect sleep, usleep,
4430	  random, srandom (used inside the tests).
4431	- signed or unsigned FD_SET is cast.
4432
443310 June 2008: Wouter
4434	- fixup warnings compiling on eeepc xandros linux.
4435
44369 June 2008: Wouter
4437	- in iteration response type code
4438	  * first check for SOA record (negative answer) before NS record
4439	    and lameness.
4440	  * check if no AA bit for non-forwarder, and thus lame zone.
4441	    In response to error report by Richard Doty for mail.opusnet.com.
4442	- fixup unput warning from lexer on freeBSD.
4443	- bug#183. pidfile, rundir, and chroot configure options. Also the
4444	  example.conf and manual pages get the configured defaults.
4445	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
4446	  --with-conf-file=filename
4447	  --with-pidfile=filename
4448	  --with-run-dir=path
4449	  --with-chroot-dir=path
4450
44518 June 2008: Wouter
4452	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
4453	  Reported by Robert Edmonds.
4454	- iana port updated.
4455
44564 June 2008: Wouter
4457	- updated libtool files with newer version.
4458	- iana portlist updated.
4459
44603 June 2008: Wouter
4461	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
4462	  trailing dot is not used during comparison.
4463
44642 June 2008: Wouter
4465	- Jelte fixed bugs in my absence
4466	  - bug 178: fixed unportable shell usage in configure (relied on
4467	    bash shell).
4468	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
4469	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
4470	    config file parts).
4471	- fixes by Wouter
4472	  - bug 177: fixed compilation failure on opensuse, the
4473	    --disable-static configure flag caused problems.  (Patch from
4474	    Klaus Singvogel)
4475	  - bug 179: same fix as 177.
4476	  - bug 185: --disable-shared not passed along to ldns included with
4477	    unbound. Fixed so that configure parameters are passed to the
4478	    subdir configure script.
4479	    fixed that ./libtool is used always, you can still override
4480	    manually with ./configure libtool=mylibtool or set $libtool in
4481	    the environment.
4482	- update of the ldns tarball to current ldns svn version (fix 181).
4483	- bug 184: -r option for unbound-host, read resolv.conf for
4484	  forwarder. (Note that forwarder must support DNSSEC for validation
4485	  to succeed).
4486
448723 May 2008: Wouter
4488	- mingw32 porting.
4489	  - test for sys/wait.h
4490	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
4491	  - write_iov_buffer removed: unused and no struct iov on windows.
4492	  - signed/unsigned warning fixup mini_event.
4493	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
4494	  - skip signals that are not defined
4495	  - detect pwd.h.
4496	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
4497	  - default config has no chroot if chroot() unavailable.
4498	  - if no kill() then no pidfile is read or written.
4499	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
4500	    used in rrsig time validation errors.
4501
450222 May 2008: Wouter
4503	- contrib unbound.spec from Patrick Vande Walle.
4504	- fixup bug#175: call tzset before chroot to have correct timestamps
4505	  in system log.
4506	- do not generate lex input and lex unput functions.
4507	- mingw port. replacement functions labelled _unbound.
4508	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
4509
451019 May 2008: Wouter
4511	- fedora 9, check in6_pktinfo define in configure.
4512	- CREDITS fixup of history.
4513	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
4514
451516 May 2008: Wouter
4516	- fixup for MacOSX hosts file reading (reported by John Dickinson).
4517	- created 1.0.0 svn tag.
4518	- trunk version 1.0.1.
4519
452014 May 2008: Wouter
4521	- accepted patch from Ondrej Sury for library version libtool option.
4522	- configure --disable-rpath fixes up libtool for rpath trouble.
4523	  Adapted from debian package patch file.
4524
452513 May 2008: Wouter
4526	- Added root ipv6 addresses to builtin root hints.
4527	- TODO modified for post 1.0 plans.
4528	- trunk version set to 1.0.0.
4529	- no unnecessary linking with librt (only when libevent/libev used).
4530
45317 May 2008: Wouter
4532	- fixup no-ip4 problem with error callback in outside network.
4533
453425 April 2008: Wouter
4535	- DESTDIR is honored by the Makefile for rpms.
4536	- contrib files unbound.spec and unbound.init, builds working RPM
4537	  on FC7 Linux, a chrooted caching resolver, and libunbound.
4538	- iana ports update.
4539
454024 April 2008: Wouter
4541	- chroot checks improved. working directory relative to chroot.
4542	  checks if config file path is inside chroot. Documentation on it.
4543	- nicer example.conf text.
4544	- created 0.11 tag.
4545
454623 April 2008: Wouter
4547	- parseunbound.pl contrib update from Kai Storbeck for threads.
4548	- iana ports update
4549
455022 April 2008: Wouter
4551	- ignore SIGPIPE.
4552	- unit test for SIGPIPE ignore.
4553
455421 April 2008: Wouter
4555	- FEATURES document.
4556	- fixup reread of config file if it was given as a full path
4557	  and chroot was used.
4558
455916 April 2008: Wouter
4560	- requirements doc, updated clean query returns.
4561	- parseunbound.pl update from Kai Storbeck.
4562	- sunos4 porting changes.
4563
456415 April 2008: Wouter
4565	- fixup default rc.d pidfile location to /usr/local/etc.
4566	- iana ports updated.
4567	- copyright updated in ldns-testpkts to keep same as in ldns.
4568	- fixup checkconf chroot tests a bit more, chdir must be inside
4569	  chroot dir.
4570	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
4571	- example.conf values changed to /usr/local/etc/unbound
4572	- DSA test work.
4573	- DSA signatures: unbound is compatible with both encodings found.
4574	  It will detect and convert when necessary.
4575
457614 April 2008: Wouter
4577	- got update for parseunbound.pl statistics script from Kai Storbeck.
4578	- tpkg tests for udp wait list.
4579	- documented 0x20 status.
4580	- fixup chroot and checkconf, it is much smarter now.
4581	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
4582	- and check first sig byte for the encoding type.
4583
458411 April 2008: Wouter
4585	- random port selection out of the configged ports.
4586	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
4587	- removed base_port.
4588	- created 256-port ephemeral space for the OS, 59802 available.
4589	- fixup consistency of port_if out array during heavy use.
4590
459110 April 2008: Wouter
4592	- --with-libevent works with latest libevent 1.4.99-trunk.
4593	- added log file statistics perl script to contrib.
4594	- automatic iana ports update from makefile. 60058 available.
4595
45969 April 2008: Wouter
4597	- configure can detect libev(from its build directory) when passed
4598	  --with-libevent=/home/wouter/libev-3.2
4599	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
4600	- unused commpoints not listed in epoll list.
4601	- statistics-cumulative option so that the values are not reset.
4602	- config creates array of available ports, 61841 available,
4603	  it excludes <1024 and iana assigned numbers.
4604	  config statements to modify the available port numbers.
4605
46068 April 2008: Wouter
4607	- unbound tries to set the ulimit fds when started as server.
4608	  if that does not work, it will scale back its requirements.
4609
461027 March 2008: Wouter
4611	- documented /dev/random symlink from chrootdir as FAQ entry.
4612
461326 March 2008: Wouter
4614	- implemented AD bit signaling. If a query sets AD bit (but not DO)
4615	  then the AD bit is set in the reply if the answer validated.
4616	  Without including DNSSEC signatures. Useful if you have a trusted
4617	  path from the client to the resolver. Follows dnssec-updates draft.
4618
461925 March 2008: Wouter
4620	- implemented check that for NXDOMAIN and NOERROR answers a query
4621	  section must be present in the reply (by the scrubber). And it must
4622	  be equal to the question sent, at least lowercase folded.
4623	  Previously this feature happened because the cache code refused
4624	  to store such messages. However blocking by the scrubber makes
4625	  sure nothing gets into the RRset cache. Also, this looks like a
4626	  timeout (instead of an allocation failure) and this retries are
4627	  done (which is useful in a spoofing situation).
4628	- RTT banding. Band size 400 msec, this makes band around zero (fast)
4629	  include unknown servers. This makes unbound explore unknown servers.
4630
46317 March 2008: Wouter
4632	- -C config feature for harvest program.
4633	- harvest handles CNAMEs too.
4634
46355 March 2008: Wouter
4636	- patch from Hugo Koji Kobayashi for iterator logs spelling.
4637
46384 March 2008: Wouter
4639	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
4640	  of a cname trust chain is lower; not full answer_AA.
4641	- test for this fix.
4642	- default config file location is /usr/local/etc/unbound.
4643	  Thus prefix is used to determine the location. This is also the
4644	  chroot and pidfile default location.
4645
46463 March 2008: Wouter
4647	- Create 0.10 svn tag.
4648	- 0.11 version in trunk.
4649	- indentation nicer.
4650
465129 February 2008: Wouter
4652	- documentation update.
4653	- fixup port to Solaris of perf test tool.
4654	- updated ldns-tarball with decl-after-statement fixes.
4655
465628 February 2008: Wouter
4657	- fixed memory leaks in libunbound (during cancellation and wait).
4658	- libunbound returns the answer packet in full.
4659	- snprintf compat update.
4660	- harvest performs lookup.
4661	- ldns-tarball update with fix for ldns_dname_label.
4662	- installs to sbin by default.
4663	- install all manual pages (unbound-host and libunbound too).
4664
466527 February 2008: Wouter
4666	- option to use caps for id randomness.
4667	- config file option use-caps-for-id: yes
4668	- harvest debug tool
4669
467026 February 2008: Wouter
4671	- delay utility delays TCP as well. If the server that is forwarded
4672	  to has a TCP error, the delay utility closes the connection.
4673	- delay does REUSE_ADDR, and can handle a server that closes its end.
4674	- answers use casing from query.
4675
467625 February 2008: Wouter
4677	- delay utility works. Gets decent thoughput too (>20000).
4678
467922 February 2008: Wouter
4680	- +2% for recursions, if identical queries (except for destination
4681	  and query ID) in the reply list, avoid re-encoding the answer.
4682	- removed TODO items for optimizations that do not show up in
4683	  profile reports.
4684	- default is now minievent - not libevent. As its faster and
4685	  not needed for regular installs, only for very large port ranges.
4686	- loop check different speedup pkt-dname-reading, 1% faster for
4687	  nocache-recursion check.
4688	- less hashing during msg parse, 4% for recursion.
4689	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
4690	- some speed results noted:
4691	  optimization resulted in +40% for recursion (cache miss) and
4692	  +70 to +80 for cache hits, and +96% for version.bind.
4693	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
4694	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
4695	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
4696	  So, unbound can be about equal qps to NSD in cache hits.
4697	  And about 3.4x faster than BIND in cache performance.
4698	- delay utility for testing.
4699
470021 February 2008: Wouter
4701	- speedup of root-delegation message encoding by 15%.
4702	- minor speedup of compress tree_lookup, maybe 1%.
4703	- speedup of dname_lab_cmp and memlowercmp - the top functions in
4704	  profiler output, maybe a couple percent when it matters.
4705
470620 February 2008: Wouter
4707	- setup speec_cache for need-ldns-testns in dotests.
4708	- check number of queued replies on incoming queries to avoid overload
4709	  on that account.
4710	- fptr whitelist checks are not disabled in optimize mode.
4711	- do-daemonize config file option.
4712	- minievent time share initializes time at start.
4713	- updated testdata for nsec3 new algorithm numbers (6, 7).
4714	- small performance test of packet encoding (root delegation).
4715
471619 February 2008: Wouter
4717	- applied patch to unbound-host man page from Jan-Piet Mens.
4718	- fix donotquery-localhost: yes default (it erroneously was switched
4719	  to default 'no').
4720	- time is only gotten once and the value is shared across unbound.
4721	- unittest cleans up crypto, so that it has no memory leaks.
4722	- mini_event shares the time value with unbound this results in
4723	  +3% speed for cache responses and +9% for recursions.
4724	- ldns tarball update with new NSEC3 sign code numbers.
4725	- perform several reads per UDP operation. This improves performance
4726	  in DoS conditions, and costs very little in normal conditions.
4727	  improves cache response +50%, and recursions +10%.
4728	- modified asynclook test. because the callback from async is not
4729	  in any sort of lock (and thus can use all library functions freely),
4730	  this causes a tiny race condition window when the last lock is
4731	  released for a callback and a new cancel() for that callback.
4732	  The only way to remove this is by putting callbacks into some
4733	  lock window. I'd rather have the small possibility of a callback
4734	  for a cancelled function then no use of library functions in
4735	  callbacks. Could be possible to only outlaw process(), wait(),
4736	  cancel() from callbacks, by adding another lock, but I'd rather not.
4737
473818 February 2008: Wouter
4739	- patch to unbound-host from Jan-Piet Mens.
4740	- unbound host prints errors if fails to configure context.
4741	- fixup perf to resend faster, so that long waiting requests do
4742	  not hold up the queue, they become lost packets or SERVFAILs,
4743	  or can be sent a little while later (i.e. processing time may
4744	  take long, but throughput has to be high).
4745	- fixup iterator operating in no cache conditions (RD flag unset
4746	  after a CNAME).
4747	- streamlined code for RD flag setting.
4748	- profiled code and changed dname compares to be faster.
4749	  The speedup is about +3% to +8% (depending on the test).
4750	- minievent tests for eintr and eagain.
4751
475215 February 2008: Wouter
4753	- added FreeBSD rc.d script to contrib.
4754	- --prefix option for configure also changes directory: pidfile:
4755	  and chroot: defaults in config file.
4756	- added cache speed test, for cache size OK and cache too small.
4757
475814 February 2008: Wouter
4759	- start without a config file (will complain, but start with
4760	  defaults).
4761	- perf test program works.
4762
476313 February 2008: Wouter
4764	- 0.9 released.
4765	- 1.0 development. Printout ldns version on unbound -h.
4766	- start of perf tool.
4767	- bugfix to read empty lines from /etc/hosts.
4768
476912 February 2008: Wouter
4770	- fixup problem with configure calling itself if ldns-src tarball
4771	  is not present.
4772
477311 February 2008: Wouter
4774	- changed library to use ub_ instead of ub_val_ as prefix.
4775	- statistics output text nice.
4776	- etc/hosts handling.
4777	- library function to put logging to a stream.
4778	- set any option interface.
4779
47808 February 2008: Wouter
4781	- test program for multiple queries over a TCP channel.
4782	- tpkg test for stream tcp queries.
4783	- unbound replies to multiple TCP queries on a TCP channel.
4784	- fixup misclassification of root referral with NS in answer
4785	  when validating a nonrec query.
4786	- tag 0.9
4787	- layout of manpages, spelling fix in header, manpages process by
4788	  makedist, list asynclook and tcpstream tests as ldns-testns
4789	  required.
4790
47917 February 2008: Wouter
4792	- moved up all current level 2 to be level 3. And 3 to 4.
4793	  to make room for new debug level 2 for detailed information
4794	  for operators.
4795	- verbosity level 2. Describes recursion and validation.
4796	- cleaner configure script and fixes for libevent solaris.
4797	- signedness for log output memory sizes in high verbosity.
4798
47996 February 2008: Wouter
4800	- clearer explanation of threading configure options.
4801	- fixup asynclook test for nothreading (it creates only one process
4802	  to do the extended test).
4803	- changed name of ub_val_result_free to ub_val_resolve_free.
4804	- removes warning message during library linking, renamed
4805	  libunbound/unbound.c -> libunbound.c and worker to libworker.
4806	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
4807
48085 February 2008: Wouter
4809	- statistics-interval: seconds option added.
4810	- test for statistics option
4811	- ignore errors making directories, these can occur in parallel builds
4812	- fixup Makefile strip command and libunbound docs typo.
4813
481431 January 2008: Wouter
4815	- bg thread/process reads and writes the pipe nonblocking all the time
4816	  so that even if the pipe is buffered or so, the bg thread does not
4817	  block, and services both pipes and queries.
4818
481930 January 2008: Wouter
4820	- check trailing / on chrootdir in checkconf.
4821	- check if root hints and anchor files are in chrootdir.
4822	- no route to host tcp error is verbosity level 2.
4823	- removed unused send_reply_iov. and its configure check.
4824	- added prints of 'remote address is 1.2.3.4 port 53' to errors
4825	  from netevent; the basic socket errors.
4826
482728 January 2008: Wouter
4828	- fixup uninit use of buffer by libunbound (query id, flags) for
4829	  local_zone answers.
4830	- fixup uninit warning from random.c; also seems to fix sporadic
4831	  sigFPE coming out of openssl.
4832	- made openssl entropy warning more silent for library use. Needs
4833	  verbosity 1 now.
4834	- fixup forgotten locks for rbtree_searches on ctx->query tree.
4835	- random generator cleanup - RND_STATE_SIZE removed, and instead
4836	  a super-rnd can be passed at init to chain init random states.
4837	- test also does lock checks if available.
4838	- protect config access in libworker_setup().
4839	- libevent doesn't like comm_base_exit outside of runloop.
4840	- close fds after removing commpoints only (for epoll, kqueue).
4841
484225 January 2008: Wouter
4843	- added tpkg for asynclook and library use.
4844	- allows localhost to be queried when as a library.
4845	- fixup race condition between cancel and answer (in case of
4846	  really fast answers that beat the cancel).
4847	- please doxygen, put doxygen comment in one place.
4848	- asynclook -b blocking mode and test.
4849	- refactor asynclook, nicer code.
4850	- fixup race problems from opensll in rand init from library, with
4851	  a mutex around the rand init.
4852	- fix pass async_id=NULL to _async resolve().
4853	- rewrote _wait() routine, so that it is threadsafe.
4854	- cancelation is threadsafe.
4855	- asynclook extended test in tpkg.
4856	- fixed two races where forked bg process waits for (somehow shared?)
4857	  locks, so does not service the query pipe on the bg side.
4858	  Now those locks are only held for fg_threads and for bg_as_a_thread.
4859
486024 January 2008: Wouter
4861	- tested the cancel() function.
4862	- asynclook -c (cancel) feature.
4863	- fix fail to allocate context actions.
4864	- make pipe nonblocking at start.
4865	- update plane for retry mode with caution to limit bandwidth.
4866	- fix Makefile for concurrent make of unbound-host.
4867	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
4868	- new calls to set forwarding added to header and docs.
4869
487023 January 2008: Wouter
4871	- removed debug prints from if-auto, verb-algo enables some.
4872	- libunbound QUIT setup, remove memory leaks, when using threads
4873	  will share memory for passing results instead of writing it over
4874	  the pipe, only writes ID number over the pipe (towards the handler
4875	  thread that does process() ).
4876
487722 January 2008: Wouter
4878	- library code for async in libunbound/unbound.c.
4879	- fix link testbound.
4880	- fixup exit bug in mini_event.
4881	- background worker query enter and result functions.
4882	- bg query test application asynclook, it looks up multiple
4883	  hostaddresses (A records) at the same time.
4884
488521 January 2008: Wouter
4886	- libworker work, netevent raw commpoints, write_msg, serialize.
4887
488818 January 2008: Wouter
4889	- touch up of manpage for libunbound.
4890	- support for IP_RECVDSTADDR (for *BSD ip4).
4891	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
4892	  ip6 and once ip4, uses socket options.
4893	- goodbye ip4to6 mapping.
4894	- update ldns-testpkts with latest version from ldns-trunk.
4895	- updated makedist for relative ldns pathnames.
4896	- library API with more information inside the result structure.
4897	- work on background resolves.
4898
489917 January 2008: Wouter
4900	- fixup configure in case -lldns is installed.
4901	- fixup a couple of doxygen warnings, about enum variables.
4902	- interface-automatic now copies the interface address from the
4903	  PKT_INFO structure as well.
4904	- manual page with library API, all on one page 'man libunbound'.
4905	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
4906
490716 January 2008: Wouter
4908	- incoming queries to the server with TC bit on are replied FORMERR.
4909	- interface-automatic replied the wrong source address on localhost
4910	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
4911	  to use ifnum=-1 to mean 'no interface, use kernel route'.
4912
491315 January 2008: Wouter
4914	- interface-automatic feature. experimental. Nice for anycast.
4915	- tpkg test for ip6 ancillary data.
4916	- removed debug prints.
4917	- porting experience, define for Solaris, test refined for BSD
4918	  compatibility. The feature probably will not work on OpenBSD.
4919	- makedist fixup for ldns-src in build-dir.
4920
492114 January 2008: Wouter
4922	- in no debug sets NDEBUG to remove asserts.
4923	- configure --enable-debug is needed for dependency generation
4924	  for assertions and for compiler warnings.
4925	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
4926	- fix lint, unit test in optimize mode.
4927	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
4928
492911 January 2008: Wouter
4930	- man page, warning removed.
4931	- added text describing the use of stub zones for private zones.
4932	- checkconf tests for bad hostnames (IP address), and for doubled
4933	  interface lines.
4934	- memory sizes can be given with 'k', 'Kb', or M or G appended.
4935
493610 January 2008: Wouter
4937	- typo in example.conf.
4938	- made using ldns-src that is included the package more portable
4939	  by linking with .lo instead of .o files in the ldns package.
4940	- nicer do-ip6: yes/no documentation.
4941	- nicer linking of libevent .o files.
4942	- man pages render correctly on solaris.
4943
49449 January 2008: Wouter
4945	- fixup openssl RAND problem, when the system is not configured to
4946	  give entropy, and the rng needs to be seeded.
4947
49488 January 2008: Wouter
4949	- print median and quartiles with extensive logging.
4950
49514 January 2008: Wouter
4952	- document misconfiguration in private network.
4953
49542 January 2008: Wouter
4955	- fixup typo in requirements.
4956	- document that 'refused' is a better choice than 'drop' for
4957	  the access control list, as refused will stop retries.
4958
49597 December 2007: Wouter
4960	- unbound-host has a -d option to show what happens. This can help
4961	  with debugging (why do I get this answer).
4962	- fixup CNAME handling, on nodata, sets and display canonname.
4963	- dot removed from CNAME display.
4964	- respect -v for NXDOMAINs.
4965	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
4966	- size_t to int for portability of the header file.
4967	- fixup bogus handling.
4968	- dependencies and lint for unbound-host.
4969
49706 December 2007: Wouter
4971	- library resolution works in foreground mode, unbound-host app
4972	  receives data.
4973	- unbound-host prints rdata using ldns.
4974	- unbound-host accepts trust anchors, and prints validation
4975	  information when you give -v.
4976
49775 December 2007: Wouter
4978	- locking in context_new() inside the function.
4979	- setup of libworker.
4980
49814 December 2007: Wouter
4982	- minor Makefile fixup.
4983	- moved module-stack code out of daemon/daemon into services/modstack,
4984	  preparing for code-reuse.
4985	- move context into own header file.
4986	- context query structure.
4987	- removed unused variable pwd from checkconf.
4988	- removed unused assignment from outside netw.
4989	- check timeval length of string.
4990	- fixup error in val_utils getsigner.
4991	- fixup same (*var) error in netblocktostr.
4992	- fixup memleak on parse error in localzone.
4993	- fixup memleak on packet parse error.
4994	- put ; after union in parser.y.
4995	- small hardening in iter_operate against iq==NULL.
4996	- hardening, if error reply with rcode=0 (noerror) send servfail.
4997	- fixup same (*var) error in find_rrset in msgparse, was harmless.
4998	- check return value of evtimer_add().
4999	- fixup lockorder in lruhash_reclaim(), building up a list of locked
5000	  entries one at a time. Instead they are removed and unlocked.
5001	- fptr_wlist for markdelfunc.
5002	- removed is_locked param from lruhash delkeyfunc.
5003	- moved bin_unlock during bin_split purely to please.
5004
50053 December 2007: Wouter
5006	- changed checkconf/ to smallapp/ to make room for more support tools.
5007	  (such as unbound-host).
5008	- install dirs created with -m 755 because they need to be accessible.
5009	- library extensive featurelist added to TODO.
5010	- please doxygen, lint.
5011	- library test application, with basic functionality.
5012	- fix for building in a subdirectory.
5013	- link lib fix for Leopard.
5014
501530 November 2007: Wouter
5016	- makefile that creates libunbound.la, basic file or libunbound.a
5017	  when creating static executables (no libtool).
5018	- more API setup.
5019
502029 November 2007: Wouter
5021	- 0.9 public API start.
5022
502328 November 2007: Wouter
5024	- Changeup plan for 0.8 - no complication needed, a simple solution
5025	  has been chosen for authoritative features.
5026	- you can use single quotes in the config file, so it is possible
5027	  to specify TXT records in local data.
5028	- fixup small memory problem in implicit transparent zone creation.
5029	- test for implicit zone creation and multiple RR RRsets local data.
5030	- local-zone nodefault test.
5031	- show testbound testlist on commit.
5032	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
5033	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
5034	  domain exists).
5035	- nicer verbosity: 0 and 1 levels.
5036	- lower nonRDquery chance of eliciting wrongly typed validation
5037	  requiring message from the cache.
5038	- fix for nonRDquery validation typing; nodata is detected when
5039	  SOA record in auth section (all validation-requiring nodata messages
5040	  have a SOA record in authority, so this is OK for the validator),
5041	  and NS record is needed to be a referral.
5042	- duplicate checking when adding NSECs for a CNAME, and test.
5043	- created svn tag 0.8, after completing testbed tests.
5044
504527 November 2007: Wouter
5046	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
5047	- set size of msgparse lookup table to 32, from 1024, so that its size
5048	  is below the 2048 regional large size threshold, and does not cause
5049	  a call to malloc when a message is parsed.
5050	- update of memstats tool to print number of allocation calls.
5051	  This is what is taking time (not space) and indicates the avg size
5052	  of the allocations as well. region_alloc stat is removed.
5053
505422 November 2007: Wouter
5055	- noted EDNS in-the-middle dropping trouble as a TODO.
5056	  At this point theoretical, no user trouble has been reported.
5057	- added all default AS112 zones.
5058	- answers from local zone content.
5059		* positive answer, the rrset in question
5060		* nodata answer (exist, but not that type).
5061		* nxdomain answer (domain does not exist).
5062		* empty-nonterminal answer.
5063		* But not: wildcard, nsec, referral, rrsig, cname/dname,
5064			or additional section processing, NS put in auth.
5065	- test for correct working of static and transparent and couple
5066	  of important defaults (localhost, as112, reverses).
5067	  Also checks deny and refuse settings.
5068	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
5069
507021 November 2007: Wouter
5071	- local zone internal data setup.
5072
507320 November 2007: Wouter
5074	- 0.8 - str2list config support for double string config options.
5075	- local-zone and local-data options, config storage and documentation.
5076
507719 November 2007: Wouter
5078	- do not downcase NSEC and RRSIG for verification. Follows
5079	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
5080	- fixup leaking unbound daemons at end of tests.
5081	- README file updated.
5082	- nice libevent not found error.
5083	- README talks about gnu make.
5084	- 0.8: unit test for addr_mask and fixups for it.
5085	  and unit test for addr_in_common().
5086	- 0.8: access-control config file element.
5087	  and unit test rpl replay file.
5088	- 0.8: fixup address reporting from netevent.
5089
509016 November 2007: Wouter
5091	- privilege separation is not needed in unbound at this time.
5092	  TODO item marked as such.
5093	- created beta-0.7 branch for support.
5094	- tagged 0.7 for beta release.
5095	- moved trunk to 0.8 for 0.8(auth features) development.
5096	- 0.8: access control list setup.
5097
509815 November 2007: Wouter
5099	- review fixups from Jelte.
5100
510114 November 2007: Wouter
5102	- testbed script does not recreate configure, since its in svn now.
5103	- fixup checkconf test so that it does not test
5104	  /etc/unbound/unbound.conf.
5105	- tag 0.6.
5106
510713 November 2007: Wouter
5108	- remove debug print.
5109	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
5110
511112 November 2007: Wouter
5112	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
5113	  arrives later on.
5114	- bugreports to unbound-bugs@nlnetlabs.nl
5115	- fixup testbound so it exits cleanly.
5116	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
5117
51189 November 2007: Wouter
5119	- took ldns snapshot in repo.
5120	- default config file is /etc/unbound/unbound.conf.
5121	  If it doesn't exist, it is installed with the doc/example.conf file.
5122	  The file is not deleted on uninstall.
5123	- default listening is not all, but localhost interfaces.
5124
51258 November 2007: Wouter
5126	- Fixup chroot and drop user privileges.
5127	- new L root ip address in default hints.
5128
51291 November 2007: Wouter
5130	- Fixup of crash on reload, due to anchors in env not NULLed after
5131	  dealloc during deinit.
5132	- Fixup of chroot call. Happens after privileges are dropped, so
5133	  that checking the passwd entry still works.
5134	- minor touch up of clear() hashtable function.
5135	- VERB_DETAIL prints out what chdir, username, chroot is being done.
5136	- when id numbers run out, caches are cleared, as in design notes.
5137	  Tested with a mock setup with very few bits in id, it worked.
5138	- harden-dnssec-stripped: yes is now default. It insists on dnssec
5139	  data for trust anchors. Included tests for the feature.
5140
514131 October 2007: Wouter
5142	- cache-max-ttl config option.
5143	- building outside sourcedir works again.
5144	- defaults more secure:
5145		username: "unbound"
5146		chroot: "/etc/unbound"
5147	  The operator can override them to be less secure ("") if necessary.
5148	- fix horrible oversight in sorting rrset references in a message,
5149	  sort per reference key pointer, not on referencepointer itself.
5150	- pidfile: "/etc/unbound/unbound.pid" is now the default.
5151	- tests changed to reflect the updated default.
5152	- created hashtable clear() function that respects locks.
5153
515430 October 2007: Wouter
5155	- fixup assertion failure that relied on compressed names to be
5156	  smaller than uncompressed names. A packet from comrite.com was seen
5157	  to be compressed to a larger size. Added it as unit test.
5158	- quieter logging at low verbosity level for common tcp messages.
5159	- no greedy TTL update.
5160
516123 October 2007: Wouter
5162	- fixup (grand-)parent problem for dnssec-lameness detection.
5163	- fixup tests to do additional section processing for lame replies,
5164	  since the detection needs that.
5165	- no longer trust in query section in reply during dnssec lame detect.
5166	- dnssec lameness does not make the server never ever queried, but
5167	  non-preferred. If no other servers exist or answer, the dnssec lame
5168	  server is used; the fastest dnssec lame server is chosen.
5169	- added test then when trust anchor cannot be primed (nodata), the
5170	  insecure mode from unbound works.
5171	- Fixup max queries per thread, any more are dropped.
5172
517322 October 2007: Wouter
5174	- added donotquerylocalhost config option. Can be turned off for
5175	  out test cases.
5176	- ISO C compat changes.
5177	- detect RA-no-AA lameness, as LAME.
5178	- DNSSEC-lameness detection, as LAME.
5179	  See notes in requirements.txt for choices made.
5180	- tests for lameness detection.
5181	- added all to make test target; need unbound for fwd tests.
5182	- testbound does not pollute /etc/unbound.
5183
518419 October 2007: Wouter
5185	- added configure (and its files) to svn, so that the trunk is easier
5186	  to use. ./configure, config.guess, config.sub, ltmain.sh,
5187	  and config.h.in.
5188	- added yacc/lex generated files, util/configlexer.c,
5189	  util/configparser.c util/configparser.h, to svn.
5190	- without lex no attempt to use it.
5191	- unsecure response validation collated into one block.
5192	- remove warning about const cast of cfgfile name.
5193	- outgoing-interfaces can be different from service interfaces.
5194	- ldns-src configure is done during unbound configure and
5195	  ldns-src make is done during unbound make, and so inherits the
5196	  make arguments from the unbound make invocation.
5197	- nicer error when libevent problem causes instant exit on signal.
5198	- read root hints from a root hint file (like BIND does).
5199
520018 October 2007: Wouter
5201	- addresses are logged with errors.
5202	- fixup testcode fake event to remove pending before callback
5203	  since the callback may create new pending items.
5204	- tests updated because retries are now in iterator module.
5205	- ldns-testpkts code is checked for differences between unbound
5206	  and ldns by makedist.sh.
5207	- ldns trunk from today added in svn repo for fallback in case
5208	  no ldns is installed on the system.
5209	  make download_ldns refreshes the tarball with ldns svn trunk.
5210	- ldns-src.tar.gz is used if no ldns is found on the system, and
5211	  statically linked into unbound.
5212	- start of regional allocator code.
5213	- regional uses less memory and variables, simplified code.
5214	- remove of region-allocator.
5215	- alloc cache keeps a cache of recently released regional blocks,
5216	  up to a maximum.
5217	- make unit test cleanly free memory.
5218
521917 October 2007: Wouter
5220	- fixup another cycle detect and ns-addr timeout resolution bug.
5221	  This time by refusing delegations from the cache without addresses
5222	  when resolving a mandatory-glue nameserver-address for that zone.
5223	  We're going to have to ask a TLD server anyway; might as well be
5224	  the TLD server for this name. And this resolves a lot of cases where
5225	  the other nameserver names lead to cycles or are not available.
5226	- changed random generator from random(3) clone to arc4random wrapped
5227	  for thread safety. The random generator is initialised with
5228	  entropy from the system.
5229	- fix crash where failure to prime DNSKEY tried to print null pointer
5230	  in the log message.
5231	- removed some debug prints, only verb_algo (4) enables them.
5232	- fixup test; new random generator took new paths; such as one
5233	  where no scripted answer was available.
5234	- mark insecure RRs as insecure.
5235	- fixup removal of nonsecure items from the additional.
5236	- reduced timeout values to more realistic, 376 msec (262 msec has
5237	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
5238	- server selection failover to next server after timeout (376 msec).
5239
524016 October 2007: Wouter
5241	- no malloc in log_hex.
5242	- assertions around system calls.
5243	- protect against gethostname without ending zero.
5244	- ntop output is null terminated by unbound.
5245	- pidfile content null termination
5246	- various snprintf use sizeof(stringbuf) instead of fixed constant.
5247	- changed loopdetect % 8 with & 0x7 since % can become negative for
5248	  weird negative input and particular interpretation of integer math.
5249	- dname_pkt_copy checks length of result, to protect result buffers.
5250	  prints an error, this should not happen. Bad strings should have
5251	  been rejected earlier in the program.
5252	- remove a size_t underflow from msgreply size func.
5253
525415 October 2007: Wouter
5255	- nicer warning.
5256	- fix IP6 TCP, wrong definition check. With test package.
5257	- fixup the fact that the query section was not compressed to,
5258	  the code was there but was called by value instead of by reference.
5259	  And test for the case, uses xxd and nc.
5260	- more portable ip6 check for sockaddr types.
5261
52628 October 2007: Wouter
5263	- --disable-rpath option in configure for 64bit systems with
5264	  several dynamic lib dirs.
5265
52667 October 2007: Wouter
5267	- fixup tests for no AD bit in non-DO queries.
5268	- test that makes sure AD bit is not set on non-DO query.
5269
52706 October 2007: Wouter
5271	- removed logfile open early. It did not have the proper permissions;
5272	  it was opened as root instead of the user. And we cannot change user
5273	  id yet, since chroot and bind ports need to be done.
5274	- callback checks for event callbacks done from mini_event. Because
5275	  of deletions cannot do this from netevent. This means when using
5276	  libevent the protection does not work on event-callbacks.
5277	- fixup too small reply (did not zero counts).
5278	- fixup reply no longer AD bit when query without DO bit.
5279
52805 October 2007: Wouter
5281	- function pointer whitelist.
5282
52834 October 2007: Wouter
5284	- overwrite sensitive random seed value after use.
5285	- switch to logfile very soon if not -d (console attached).
5286	- error messages do not reveal the trustanchor contents.
5287	- start work on function pointer whitelists.
5288
52893 October 2007: Wouter
5290	- fix for multiple empty nonterminals, after multiple DSes in the
5291	  chain of trust.
5292	- mesh checks if modules are looping, and stops them.
5293	- refetch with CNAMEd nameserver address regression test added.
5294	- fixup line count bug in testcode, so testbound prints correct line
5295	  number with parse errors.
5296	- unit test for multiple ENT case.
5297	- fix for cname out of validated unsec zone.
5298	- fixup nasty id=0 reuse. Also added assertions to detect its
5299	  return (the assertion catches in the existing test cases).
5300
53011 October 2007: Wouter
5302	- skip F77, CXX, objC tests in configure step.
5303	- fixup crash in refetch glue after a CNAME.
5304	  and protection against similar failures (with error print).
5305
530628 September 2007: Wouter
5307	- test case for unbound-checkconf, fixed so it also checks the
5308	  interface: statements.
5309
531026 September 2007: Wouter
5311	- SIGHUP will reopen the log file.
5312	- Option to log to syslog.
5313	- please lint, fixup tests (that went to syslog on open, oops).
5314	- config check program.
5315
531625 September 2007: Wouter
5317	- tests for NSEC3. Fixup bitmap checks for NSEC3.
5318	- positive ANY response needs to check if wildcard expansion, and
5319	  check that original data did not exist.
5320	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
5321	  delegation, for abuse of child zone apex nsec3.
5322	- create 0.5 release tag.
5323
532424 September 2007: Wouter
5325	- do not make test programs by default.
5326	- But 'make test' will perform all of the tests.
5327	- Advertise builtin select libevent alternative when no libevent
5328	  is found.
5329	- signit can generate NSEC3 hashes, for generating tests.
5330	- multiple nsec3 parameters in message test.
5331	- too high nsec3 iterations becomes insecure test.
5332
533321 September 2007: Wouter
5334	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
5335	- fixup testcode lock safety (port FreeBSD).
5336	- removes subscript has type char warnings (port Solaris 9).
5337	- fixup of field with format type to int (port MacOS/X intel).
5338	- added test for infinite loop case in nonRD answer validation.
5339	  It was a more general problem, but hard to reproduce. When an
5340	  unsigned rrset is being validated and the key fetched, the DS
5341	  sequence is followed, but if the final name has no DS, then no
5342	  proof is possible - the signature has been stripped off.
5343
534420 September 2007: Wouter
5345	- fixup and test for NSEC wildcard with empty nonterminals.
5346	- makedist.sh fixup for svn info.
5347	- acl features request in plan.
5348	- improved DS empty nonterminal handling.
5349	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
5350	  proof anyway, which succeeds in ANS failure case.
5351	- striplab protection in case it becomes -1.
5352	- plans for static and blacklist config.
5353
535419 September 2007: Wouter
5355	- comments about non-packed usage.
5356	- plan for overload support in 0.6.
5357	- added testbound tests for a failed resolution from the logs
5358	  and for failed prime when missing glue.
5359	- fixup so useless delegation points are not returned from the
5360	  cache. Also the safety belt is used if priming fails to complete.
5361	- fixup NSEC rdata not to be lowercased, bind compat.
5362
536318 September 2007: Wouter
5364	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
5365	- validator prints subtype classification for debug.
5366
536717 September 2007: Wouter
5368	- NSEC3 hash cache unit test.
5369	- validator nsec3 nameerror test.
5370
537114 September 2007: Wouter
5372	- nsec3 nodata proof, nods proof, wildcard proof.
5373	- nsec3 support for cname chain ending in noerror or nodata.
5374	- validator calls nsec3 proof routines if no NSECs prove anything.
5375	- fixup iterator bug where it stored the answer to a cname under
5376	  the wrong qname into the cache. When prepending the cnames, the
5377	  qname has to be reset to the original qname.
5378
537913 September 2007: Wouter
5380	- nsec3 find matching and covering, ce proof, prove namerror msg.
5381
538212 September 2007: Wouter
5383	- fixup of manual page warnings, like for NSD bugreport.
5384	- nsec3 work, config, max iterations, filter, and hash cache.
5385
53866 September 2007: Wouter
5387	- fixup to find libevent on mac port install.
5388	- fixup size_t vs unsigned portability in validator/sigcrypt.
5389	- please compiler on different platforms, for unreachable code.
5390	- val_nsec3 file.
5391	- pthread_rwlock type is optional, in case of old pthread libs.
5392
53935 September 2007: Wouter
5394	- cname, name error validator tests.
5395	- logging of qtype ANY works.
5396	- ANY type answers get RRSIG in answer section of replies (but not
5397	  in other sections, unless DO bit is on).
5398	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
5399	- DS and noDS referral validation test.
5400	- if you configure many trust anchors, parent trust anchors can
5401	  securely deny existence of child trust anchors, if validated.
5402	- not all *.name NSECs are present because a wildcard was matched,
5403	  and *.name NSECs can prove nodata for empty nonterminals.
5404	  Also, for wildcard name NSECs, check they are not from the parent
5405	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
5406	  for a nodata proof.
5407	- configure option for memory allocation debugging.
5408	- port configure option for memory allocation to solaris10.
5409
54104 September 2007: Wouter
5411	- fixup of Leakage warning when serviced queries processed multiple
5412	  callbacks for the same query from the same server.
5413	- testbound removes config file from /tmp on failed exit.
5414	- fixup for referral cleanup of the additional section.
5415	- tests for cname, referral validation.
5416	- neater testbound tpkg output.
5417	- DNAMEs no longer match their apex when synthesized from the cache.
5418	- find correct signer name for DNAME responses.
5419	- wildcarded DNAME test and fixup code to detect.
5420	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
5421	  So that wildcarded CNAMEs get their NSEC with them to the answer.
5422	- test for a CNAME to a DNAME to a CNAME to an answer, all from
5423	  different domains, for key fetching and signature checking of
5424	  CNAME'd messages.
5425
54263 September 2007: Wouter
5427	- Fixed error in iterator that would cause assertion failure in
5428	  validator. CNAME to a NXDOMAIN response was collated into a response
5429	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
5430	  rcode is changed to NOERROR (because of the CNAME).
5431	- timeout on tcp does not lead to spurious leakage detect.
5432	- account memory for name of lame zones, so that memory leakages does
5433	  not show lame cache growth as a leakage growth.
5434	- config setting for lameness cache expressed in bytes, instead of
5435	  number of entries.
5436	- tool too summarize allocations per code line.
5437
543831 August 2007: Wouter
5439	- can read bind trusted-keys { ... }; files, in a compatibility mode.
5440	- iterator should not detach target queries that it still could need.
5441	  the protection against multiple outstanding queries is moved to a
5442	  current_query num check.
5443	- validator nodata, positive, referral tests.
5444	- dname print can print '*' wildcard.
5445
544630 August 2007: Wouter
5447	- fixup override date config option.
5448	- config options to control memory usage.
5449	- caught bad free of un-alloced data in worker_send error case.
5450	- memory accounting for key cache (trust anchors and temporary cache).
5451	- memory accounting fixup for outside network tcp pending waits.
5452	- memory accounting fixup for outside network tcp callbacks.
5453	- memory accounting for iterator fixed storage.
5454	- key cache size and slabs config options.
5455	- lib crypto cleanups at exit.
5456
545729 August 2007: Wouter
5458	- test tool to sign rrsets for testing validator with.
5459	- added RSA and DSA test keys, public and private pairs, 512 bits.
5460	- default configuration is with validation enabled.
5461	  Only a trust-anchor needs to be configured for DNSSEC to work.
5462	- do not convert to DER for DSA signature verification.
5463	- validator replay test file, for a DS to DNSKEY DSA key prime and
5464	  positive response.
5465
546628 August 2007: Wouter
5467	- removed double use for udp buffers, that could fail,
5468	  instead performs a malloc to do the backup.
5469	- validator validates referral messages, by validating all the rrsets
5470	  and stores the rrsets in the cache. Further referral (nonRD queries)
5471	  replies are made from the rrset cache directly. Unless unchecked
5472	  rrsets are encountered, there are then validated.
5473	- enforce that signing is done by a parent domain (or same domain).
5474	- adjust TTL downwards if rrset TTL bigger than signature allows.
5475	- permissive mode feature, sets AD bit for secure, but bogus does
5476	  not give servfail (bogus is changed into indeterminate).
5477	- optimization of rrset verification. rr canonical sorting is reused,
5478	  for the same rrset. canonical rrset image in buffer is reused for
5479	  the same signature.
5480	- if the rrset is too big (64k exactly + large owner name) the
5481	  canonicalization routine will fail if it does not fit in buffer.
5482	- faster verification for large sigsets.
5483	- verb_detail mode reports validation failures, but not the entire
5484	  algorithm for validation. Key prime failures are reported as
5485	  verb_ops level.
5486
548727 August 2007: Wouter
5488	- do not garble the edns if a cache answer fails.
5489	- answer norecursive from cache if possible.
5490	- honor clean_additional setting when returning secure non-recursive
5491	  referrals.
5492	- do not store referral in msg cache for nonRD queries.
5493	- store verification status in the rrset cache to speed up future
5494	  verification.
5495	- mark rrsets indeterminate and insecure if they are found to be so.
5496	  and store this in the cache.
5497
549824 August 2007: Wouter
5499	- message is bogus if unsecure authority rrsets are present.
5500	- val-clean-additional option, so you can turn it off.
5501	- move rrset verification out of the specific proof types into one
5502	  routine. This makes the proof routines prettier.
5503	- fixup cname handling in validator, cname-to-positive and cname-to-
5504	  nodata work.
5505	- Do not synthesize DNSKEY and DS responses from the rrset cache if
5506	  the rrset is from the additional section. Signatures may have
5507	  fallen off the packet, and cause validation failure.
5508	- more verbose signature date errors (with the date attached).
5509	- increased default infrastructure cache size. It is important for
5510	  performance, and 1000 entries are only 212k (or a 400 k total cache
5511	  size). To 10000 entries (for 2M entries, 4M cache size).
5512
551323 August 2007: Wouter
5514	- CNAME handling - move needs_validation to before val_new().
5515	  val_new() setups the chase-reply to be an edited copy of the msg.
5516	  new classification, and find signer can find for it.
5517	  removal of unsigned crap from additional, and query restart for
5518	  cname.
5519	- refuse to follow wildcarded DNAMEs when validating.
5520	  But you can query for qtype ANY, or qtype DNAME and validate that.
5521
552222 August 2007: Wouter
5523	- bogus TTL.
5524	- review - use val_error().
5525
552621 August 2007: Wouter
5527	- ANY response validation.
5528	- store security status in cache.
5529	- check cache security status and either send the query to be
5530	  validated, return the query to client, or send servfail to client.
5531	  Sets AD bit on validated replies.
5532	- do not examine security status on an error reply in mesh_done.
5533	- construct DS, DNSKEY messages from rrset cache.
5534	- manual page entry for override-date.
5535
553620 August 2007: Wouter
5537	- validate and positive validation, positive wildcard NSEC validation.
5538	- nodata validation, nxdomain validation.
5539
554018 August 2007: Wouter
5541	- process DNSKEY response in FINDKEY state.
5542
554317 August 2007: Wouter
5544	- work on DS2KE routine.
5545	- val_nsec.c for validator NSEC proofs.
5546	- unit test for NSEC bitmap reading.
5547	- dname iswild and canonical_compare with unit tests.
5548
554916 August 2007: Wouter
5550	- DS sig unit test.
5551	- latest release libevent 1.3c and 1.3d have threading fixed.
5552	- key entry fixup data pointer and ttl absolute.
5553	- This makes a key-prime succeed in validator, with DS or DNSKEY as
5554	  trust-anchor.
5555	- fixup canonical compare byfield routine, fix bug and also neater.
5556	- fixed iterator response type classification for queries of type
5557	  ANY and NS.
5558	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
5559	  removes the NS section duplicate. dig NS gives sometimes the NS
5560	  in the answer section, as referral.
5561	- validator FINDKEY state.
5562
556315 August 2007: Wouter
5564	- crypto calls to verify signatures.
5565	- unit test for rrsig verification.
5566
556714 August 2007: Wouter
5568	- default outgoing ports changed to avoid port 2049 by default.
5569	  This port is widely blocked by firewalls.
5570	- count infra lameness cache in memory size.
5571	- accounting of memory improved
5572	- outbound entries are allocated in the query region they are for.
5573	- extensive debugging for memory allocations.
5574	- --enable-lock-checks can be used to enable lock checking.
5575	- protect undefs in config.h from autoheaders ministrations.
5576	- print all received udp packets. log hex will print on multiple
5577	  lines if needed.
5578	- fixed error in parser with backwards rrsig references.
5579	- mark cycle targets for iterator did not have CD flag so failed
5580	  its task.
5581
558213 August 2007: Wouter
5583	- fixup makefile, if lexer is missing give nice error and do not
5584	  mess up the dependencies.
5585	- canonical compare routine updated.
5586	- canonical hinfo compare.
5587	- printout list of the queries that the mesh is working on.
5588
558910 August 2007: Wouter
5590	- malloc and free overrides that track total allocation and frees.
5591	  for memory debugging.
5592	- work on canonical sort.
5593
55949 August 2007: Wouter
5595	- canonicalization, signature checks
5596	- dname signature label count and unit test.
5597	- added debug heap size print to memory printout.
5598	- typo fixup in worker.c
5599	- -R needed on solaris.
5600	- validator override option for date check testing.
5601
56028 August 2007: Wouter
5603	- ldns _raw routines created (in ldns trunk).
5604	- sigcrypt DS digest routines
5605	- val_utils uses sigcrypt to perform signature cryptography.
5606	- sigcrypt keyset processing
5607
56087 August 2007: Wouter
5609	- security status type.
5610	- security status is copied when rdata is equal for rrsets.
5611	- rrset id is updated to invalidate all the message cache entries
5612	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
5613	- val_util work
5614	- val_sigcrypt file for validator signature checks.
5615
56166 August 2007: Wouter
5617	- key cache for validator.
5618	- moved isroot and dellabel to own dname routines, with unit test.
5619
56203 August 2007: Wouter
5621	- replanning.
5622	- scrubber check section of lame NS set.
5623	- trust anchors can be in config file or read from zone file,
5624	  DS and DNSKEY entries.
5625	- unit test trust anchor storage.
5626	- trust anchors converted to packed rrsets.
5627	- key entry definition.
5628
56292 August 2007: Wouter
5630	- configure change for latest libevent trunk version (needs -lrt).
5631	- query_done and walk_supers are moved out of module interface.
5632	- fixup delegation point duplicates.
5633	- fixup iterator scrubber; lame NS set is let through the scrubber
5634	  so that the classification is lame.
5635	- validator module exists, and does nothing but pass through,
5636	  with calling of next module and return.
5637	- validator work.
5638
56391 August 2007: Wouter
5640	- set version to 0.5
5641	- module work for module to module interconnections.
5642	- config of modules.
5643	- detect cycle takes flags.
5644
564531 July 2007: Wouter
5646	- updated plan
5647	- release 0.4 tag.
5648
564930 July 2007: Wouter
5650	- changed random state init, so that sequential process IDs are not
5651	  cancelled out by sequential thread-ids in the random number seed.
5652	- the fwd_three test, which sends three queries to unbound, and
5653	  unbound is kept waiting by ldns-testns for 3 seconds, failed
5654	  because the retry timeout for default by unbound is 3 seconds too,
5655	  it would hit that timeout and fail the test. Changed so that unbound
5656	  is kept waiting for 2 seconds instead.
5657
565827 July 2007: Wouter
5659	- removed useless -C debug option. It did not work.
5660	- text edit of documentation.
5661	- added doc/CREDITS file, referred to by the manpages.
5662	- updated planning.
5663
566426 July 2007: Wouter
5665	- cycle detection, for query state dependencies. Will attempt to
5666	  circumvent the cycle, but if no other targets available fails.
5667	- unit test for AXFR, IXFR response.
5668	- test for cycle detection.
5669
567025 July 2007: Wouter
5671	- testbound read ADDRESS and check it.
5672	- test for version.bind and friends.
5673	- test for iterator chaining through several referrals.
5674	- test and fixup for refetch for glue. Refetch fails if glue
5675	  is still not provided.
5676
567724 July 2007: Wouter
5678	- Example section in config manual.
5679	- Addr stored for range and moment in replay.
5680
568120 July 2007: Wouter
5682	- Check CNAME chain before returning cache entry with CNAMEs.
5683	- Option harden-glue, default is on. It will discard out of zone
5684	  data. If disabled, performance is faster, but spoofing attempts
5685	  become a possibility. Note that still normalize scrubbing is done,
5686	  and that the potentially spoofed data is used for infrastructure
5687	  and not returned to the client.
5688	- if glue times out, refetch by asking parent of delegation again.
5689	  Much like asking for DS at the parent side.
5690	- TODO items from forgery-resilience draft.
5691	  and on memory handling improvements.
5692	- renamed module_event_timeout to module_event_noreply.
5693	- memory reporting code; reports on memory usage after handling
5694	  a network packet (not on cache replies).
5695
569619 July 2007: Wouter
5697	- shuffle NS selection when getting nameserver target addresses.
5698	- fixup of deadlock warnings, yield cpu in checklock code so that
5699	  freebsd scheduler selects correct process to run.
5700	- added identity and version config options and replies.
5701	- store cname messages complete answers.
5702
570318 July 2007: Wouter
5704	- do not query addresses, 127.0.0.1, and ::1 by default.
5705
570617 July 2007: Wouter
5707	- forward zone options in config file.
5708	- forward per zone in iterator. takes precedence over stubs.
5709	- fixup commithooks.
5710	- removed forward-to and forward-to-port features, subsumed by
5711	  new forward zones.
5712	- fix parser to handle absent server: clause.
5713	- change untrusted rrset test to account for scrubber that is now
5714	  applied during the test (which removes the poison, by the way).
5715	- feature, addresses can be specified with @portnumber, like nsd.conf.
5716	- test config files changed over to new forwarder syntax.
5717
571827 June 2007: Wouter
5719	- delete of mesh does a postorder traverse of the tree.
5720	- found and fixed a memory leak. For TTL=0 messages, that would
5721	  not be cached, instead the msg-replyinfo structure was leaked.
5722	- changed server selection so it will filter out hosts that are
5723	  unresponsive. This is defined as a host with the maximum rto value.
5724	  This means that unbound tried the host for retries up to 120 secs.
5725	  The rto value will time out after host-ttl seconds from the cache.
5726	  This keeps such unresolvable queries from taking up resources.
5727	- utility for keeping histogram.
5728
572926 June 2007: Wouter
5730	- mesh is called by worker, and iterator uses it.
5731	  This removes the hierarchical code.
5732	  QueryTargets state and Finished state are merged for iterator.
5733	- forwarder mode no longer sets AA bit on first reply.
5734	- rcode in walk_supers is not needed.
5735
573625 June 2007: Wouter
5737	- more mesh work.
5738	- error encode routine for ease.
5739
574022 June 2007: Wouter
5741	- removed unused _node iterator value from rbtree_t. Takes up space.
5742	- iterator can handle querytargets state without a delegation point
5743	  set, so that a priming(stub) subquery error can be handled.
5744	- iterator stores if it is priming or not.
5745	- log_query_info() neater logging.
5746	- changed iterator so that it does not alter module_qstate.qinfo
5747	  but keeps a chase query info. Also query_flags are not altered,
5748	  the iterator uses chase_flags.
5749	- fixup crash in case no ports for the family exist.
5750
575121 June 2007: Wouter
5752	- Fixup secondary buffer in case of error callback.
5753	- cleanup slumber list of runnable states.
5754	- module_subreq_depth fails to work in slumber list.
5755	- fixup query release for cached results to sub targets.
5756	- neater error for tcp connection failure, shows addr in verbose.
5757	- rbtree_init so that it can be used with preallocated memory.
5758
575920 June 2007: Wouter
5760	- new -C option to enable coredumps after forking away.
5761	- doc update.
5762	- fixup CNAME generation by scrubber, and memory allocation of it.
5763	- fixup deletion of serviced queries when all callbacks delete too.
5764	- set num target queries to 0 when you move them to slumber list.
5765	- typo in check caused subquery errors to be ignored, fixed.
5766	- make lint happy about rlim_t.
5767	- freeup of modules after freeup of module-states.
5768	- duplicate replies work, this uses secondary udp buffer in outnet.
5769
577019 June 2007: Wouter
5771	- nicer layout in stats.c, review 0.3 change.
5772	- spelling improvement, review 0.3 change.
5773	- uncapped timeout for server selection, so that very fast or slow
5774	  servers will stand out from the rest.
5775	- target-fetch-policy: "3 2 1 0 0" config setting.
5776	- fixup queries answered without RD bit (for root prime results).
5777	- refuse AXFR and IXFR requests.
5778	- fixup RD flag in error reply from iterator. fixup RA flag from
5779	  worker error reply.
5780	- fixup encoding of very short edns buffer sizes, now sets TC bit.
5781	- config options harden-short-bufsize and harden-large-queries.
5782
578318 June 2007: Wouter
5784	- same, move subqueries to slumber list when first has resolved.
5785	- fixup last fix for duplicate callbacks.
5786	- another offbyone in targetcounter. Also in Java prototype by the way.
5787
578815 June 2007: Wouter
5789	- if a query asks to be notified of the same serviced query result
5790	  multiple times, this will succeed. Only one callback will happen;
5791	  multiple outbound-list entries result (but the double cleanup of it
5792	  will not matter).
5793	- when iterator moves on due to CNAME or referral, it will remove
5794	  the subqueries (for other targets). These are put on the slumber
5795	  list.
5796	- state module wait subq is OK with no new subqs, an old one may have
5797	  stopped, with an error, and it is still waiting for other ones.
5798	- if a query loops, halt entire query (easy way to clean up properly).
5799
580014 June 2007: Wouter
5801	- num query targets was > 0 , not >= 0 compared, so that fetch
5802	  policy of 0 did nothing.
5803
580413 June 2007: Wouter
5805	- debug option: configure --enable-static-exe for compile where
5806	  ldns and libevent are linked statically. Default is off.
5807	- make install and make uninstall. Works with static-exe and without.
5808	  installation of unbound binary and manual pages.
5809	- alignment problem fix on solaris 64.
5810	- fixup address in case of TCP error.
5811
581212 June 2007: Wouter
5813	- num target queries was set to 0 at a bad time. Default it to 0 and
5814	  increase as target queries are done.
5815	- synthesize CNAME and DNAME responses from the cache.
5816	- Updated doxygen config for doxygen 1.5.
5817	- aclocal newer version.
5818	- doxygen 1.5 fixes for comments (for the strict check on docs).
5819
582011 June 2007: Wouter
5821	- replies on TCP queries have the address field set in replyinfo,
5822	  for serviced queries, because the initiator does not know that
5823	  a TCP fallback has occured.
5824	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
5825	  if qtype directly queries for the type (and then only show that
5826	  'unknown type' in the answer section).
5827	- fixed message parsing where rrsigs on their own would be put
5828	  in the signature list over the rrsig type.
5829
58307 June 2007: Wouter
5831	- fixup error in double linked list insertion for subqueries and
5832	  for outbound list of serviced queries for iterator module.
5833	- nicer printout of outgoing port selection.
5834	- fixup cname target readout.
5835	- nicer debug output.
5836	- fixup rrset counts when prepending CNAMEs to the answer.
5837	- fixup rrset TTL for prepended CNAMEs.
5838	- process better check for looping modules, and which submodule to
5839	  run next.
5840	- subreq insertion code fixup for slumber list.
5841	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
5842	  VERB_ALGO, verbosity: 3 gives extensive output.
5843	- fixup RA bit in cached replies.
5844	- fixup CNAME responses from the cache no longer partial response.
5845	- error in network send handled without leakage.
5846	- enable ip6 from config, and try ip6 addresses if available,
5847	  if ip6 is not connected, skips to next server.
5848
58495 June 2007: Wouter
5850	- iterator state finished.
5851	- subrequests without parent store in cache and stop.
5852	- worker slumber list for ongoing promiscuous queries.
5853	- subrequest error handling.
5854	- priming failure returns SERVFAIL.
5855	- priming gives LAME result, returns SERVFAIL.
5856	- debug routine to print dns_msg as handled by iterator.
5857	- memleak in config file stubs fixup.
5858	- more small bugs, in scrubber, query compare no ID for lookup,
5859	  in dname validation for NS targets.
5860	- sets entry.key for new special allocs.
5861	- lognametypeclass can display unknown types and classes.
5862
58634 June 2007: Wouter
5864	- random selection of equally preferred nameserver targets.
5865	- reply info copy routine. Reuses existing code.
5866	- cache lameness in response handling.
5867	- do not touch qstate after worker_process_query because it may have
5868	  been deleted by that routine.
5869	- Prime response state.
5870	- Process target response state.
5871	- some memcmp changed to dname_compare for case preservation.
5872
58731 June 2007: Wouter
5874	- normalize incoming messages. Like unbound-java, with CNAME chain
5875	  checked, DNAME checked, CNAME's synthesized, glue checked.
5876	- sanitize incoming messages.
5877	- split msgreply encode functions into own file msgencode.c.
5878	- msg_parse to queryinfo/replyinfo conversion more versatile.
5879	- process_response, classify response, delegpt_from_message.
5880
588131 May 2007: Wouter
5882	- querytargets state.
5883	- dname_subdomain_c() routine.
5884	- server selection, based on RTT. ip6 is filtered out if not available,
5885	  and lameness is checked too.
5886	- delegation point copy routine.
5887
588830 May 2007: Wouter
5889	- removed FLAG_CD from message and rrset caches. This was useful for
5890	  an agnostic forwarder, but not for a sophisticated (trust value per
5891	  rrset enabled) cache.
5892	- iterator response typing.
5893	- iterator cname handle.
5894	- iterator prime start.
5895	- subquery work.
5896	- processInitRequest and processInitRequest2.
5897	- cache synthesizes referral messages, with DS and NSEC.
5898	- processInitRequest3.
5899	- if a request creates multiple subrequests these are all activated.
5900
590129 May 2007: Wouter
5902	- routines to lock and unlock array of rrsets moved to cache/rrset.
5903	- lookup message from msg cache (and copy to region).
5904	- fixed cast error in dns msg lookup.
5905	- message with duplicate rrset does not increase its TTLs twice.
5906	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
5907
590825 May 2007: Wouter
5909	- Acknowledge use of unbound-java code in iterator. Nicer readme.
5910	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
5911	  rrset cache from module environment.
5912	- packed rrset key has type and class as easily accessible struct
5913	  members. They are still kept in network format for fast msg encode.
5914	- dns cache find_delegation routine.
5915	- iterator main functions setup.
5916	- dns cache lookup setup.
5917
591824 May 2007: Wouter
5919	- small changes to prepare for subqueries.
5920	- iterator forwarder feature separated out.
5921	- iterator hints stub code, config file stub code, so that first
5922	  testing can proceed locally.
5923	- replay tests now have config option to enable forwarding mode.
5924
592523 May 2007: Wouter
5926	- outside network does precise timers for roundtrip estimates for rtt
5927	  and for setting timeout for UDP. Pending_udp takes milliseconds.
5928	- cleaner iterator sockaddr conversion of forwarder address.
5929	- iterator/iter_utils and iter_delegpt setup.
5930	- root hints.
5931
593222 May 2007: Wouter
5933	- outbound query list for modules and support to callback with the
5934	  outbound entry to the module.
5935	- testbound support for new serviced queries.
5936	- test for retry to TCP cannot use testbound any longer.
5937	- testns test for EDNS fallback, test for TCP fallback already exists.
5938	- fixes for no-locking compile.
5939	- mini_event timer precision and fix for change in timeouts during
5940	  timeout callback. Fix for fwd_three tests, performed nonexit query.
5941
594221 May 2007: Wouter
5943	- small comment on hash table locking.
5944	- outside network serviced queries, contain edns and tcp fallback,
5945	  and udp retries and rtt timing.
5946
594716 May 2007: Wouter
5948	- lruhash_touch() would cause locking order problems. Fixup in
5949	  lock-verify in case locking cycle is found.
5950	- services/cache/rrset.c for rrset cache code.
5951	- special rrset_cache LRU updating function that uses the rrset id.
5952	- no dependencies calculation when make clean is called.
5953	- config settings for infra cache.
5954	- daemon code slightly cleaner, only creates caches once.
5955
595615 May 2007: Wouter
5957	- host cache code.
5958	- unit test for host cache.
5959
596014 May 2007: Wouter
5961	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
5962	- extensive lock debug report on join timeout.
5963	- proper RTT calculation, in utility code.
5964	- setup of services/cache/infra, host cache.
5965
596611 May 2007: Wouter
5967	- iterator/iterator.c module.
5968	- fixup to pass reply_info in testcode and in netevent.
5969
597010 May 2007: Wouter
5971	- created release-0.3 svn tag.
5972	- util/module.h
5973	- fixed compression - no longer compresses root name.
5974
59759 May 2007: Wouter
5976	- outside network cleans up waiting tcp queries on exit.
5977	- fallback to TCP.
5978	- testbound replay with retry in TCP mode.
5979	- tpkg test for retry in TCP mode, against ldns-testns server.
5980	- daemon checks max number of open files and complains if not enough.
5981	- test where data expires in the cache.
5982	- compiletests: fixed empty body ifstatements in alloc.c, in case
5983	  locks are disabled.
5984
59858 May 2007: Wouter
5986	- outgoing network keeps list of available tcp buffers for outgoing
5987	  tcp queries.
5988	- outgoing-num-tcp config option.
5989	- outgoing network keeps waiting list of queries waiting for buffer.
5990	- netevent supports outgoing tcp commpoints, nonblocking connects.
5991
59927 May 2007: Wouter
5993	- EDNS read from query, used to make reply smaller.
5994	- advertised edns value constants.
5995	- EDNS BADVERS response, if asked for too high edns version.
5996	- EDNS extended error responses once the EDNS record from the query
5997	  has successfully been parsed.
5998
59994 May 2007: Wouter
6000	- msgreply sizefunc is more accurate.
6001	- config settings for rrset cache size and slabs.
6002	- hashtable insert takes argument so that a thread can use its own
6003	  alloc cache to store released keys.
6004	- alloc cache special_release() locks if necessary.
6005	- rrset trustworthiness type added.
6006	- thread keeps a scratchpad region for handling messages.
6007	- writev used in netevent to write tcp length and data after another.
6008	  This saves a roundtrip on tcp replies.
6009	- test for one rrset updated in the cache.
6010	- test for one rrset which is not updated, as it is not deemed
6011	  trustworthy enough.
6012	- test for TTL refreshed in rrset.
6013
60143 May 2007: Wouter
6015	- fill refs. Use new parse and encode to answer queries.
6016	- stores rrsets in cache.
6017	- uses new msgreply format in cache.
6018
60192 May 2007: Wouter
6020	- dname unit tests in own file and spread out neatly in functions.
6021	- more dname unit tests.
6022	- message encoding creates truncated TC flagged messages if they do
6023	  not fit, and will leave out (whole)rrsets from additional if needed.
6024
60251 May 2007: Wouter
6026	- decompress query section, extremely lenient acceptance.
6027	  But only for answers from other servers, not for plain queries.
6028	- compression and decompression test cases.
6029	- some stats added.
6030	- example.conf interface: line is changed from 127.0.0.1 which leads
6031	  to problems if used (restricting communication to the localhost),
6032	  to a documentation and test address.
6033
603427 April 2007: Wouter
6035	- removed iov usage, it is not good for dns message encoding.
6036	- owner name compression more optimal.
6037	- rrsig owner name compression.
6038	- rdata domain name compression.
6039
604026 April 2007: Wouter
6041	- floating point exception fix in lock-verify.
6042	- lint uses make dependency
6043	- fixup lint in dname owner domain name compression code.
6044	- define for offset range that can be compressed to.
6045
604625 April 2007: Wouter
6047	- prettier code; parse_rrset->type kept in host byte order.
6048	- datatype used for hashvalue of converted rrsig structure.
6049	- unit test compares edns section data too.
6050
605124 April 2007: Wouter
6052	- ttl per RR, for RRSIG rrsets and others.
6053	- dname_print debug function.
6054	- if type is not known, size calc will skip DNAME decompression.
6055	- RRSIG parsing and storing and putting in messages.
6056	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
6057	- EDNS extraction routine.
6058
605920 April 2007: Wouter
6060	- code comes through all of the unit tests now.
6061	- disabled warning about spurious extra data.
6062	- documented the RRSIG parse plan in msgparse.h.
6063	- rrsig reading and outputting.
6064
606519 April 2007: Wouter
6066	- fix unit test to actually to tests.
6067	- fix write iov helper, and fakevent code.
6068	- extra builtin testcase (small packet).
6069	- ttl converted to network format in packets.
6070	- flags converted correctly
6071	- rdatalen off by 2 error fixup.
6072	- uses less iov space for header.
6073
607418 April 2007: Wouter
6075	- review of msgparse code.
6076	- smaller test cases.
6077
607817 April 2007: Wouter
6079	- copy and decompress dnames.
6080	- store calculated hash value too.
6081	- routine to create message out of stored information.
6082	- util/data/msgparse.c for message parsing code.
6083	- unit test, and first fixes because of test.
6084		* forgot rrset_count addition.
6085		* did & of ptr on stack for memory position calculation.
6086		* dname_pkt_copy forgot to read next label length.
6087	- test from file and fixes
6088		* double frees fixed in error conditions.
6089		* types with less than full rdata allowed by parser.
6090		  Some dynamic update packets seem to use it.
6091
609216 April 2007: Wouter
6093	- following a small change in LDNS, parsing code calculates the
6094	  memory size to allocate for rrs.
6095	- code to handle ID creation.
6096
609713 April 2007: Wouter
6098	- parse routines. Code that parses rrsets, rrs.
6099
610012 April 2007: Wouter
6101	- dname compare routine that preserves case, with unit tests.
6102
610311 April 2007: Wouter
6104	- parse work - dname packet parse, msgparse, querysection parse,
6105	  start of sectionparse.
6106
610710 April 2007: Wouter
6108	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
6109	- Put RRset counts in reply_info, because the number of RRs can change
6110	  due to RRset updates.
6111	- import of region-allocator code from nsd.
6112	- set alloc special type to ub_packed_rrset_key.
6113	  Uses lruhash entry overflow chain next pointer in alloc cache.
6114	- doxygen documentation for region-allocator.
6115	- setup for parse scratch data.
6116
61175 April 2007: Wouter
6118	- discussed packed rrset with Jelte.
6119
61204 April 2007: Wouter
6121	- moved to version 0.3.
6122	- added util/data/dname.c
6123	- layout of memory for rrsets.
6124
61253 April 2007: Wouter
6126	- detect sign of msghdr.msg_iovlen so that the cast to that type
6127	  in netevent (which is there to please lint) can be correct.
6128	  The type on several OSes ranges from int, int32, uint32, size_t.
6129	  Detects unsigned or signed using math trick.
6130	- constants for DNS flags.
6131	- compilation without locks fixup.
6132	- removed include of unportable header from lookup3.c.
6133	- more portable use of struct msghdr.
6134	- casts for printf warning portability.
6135	- tweaks to tests to port them to the testbed.
6136	- 0.2 tag created.
6137
61382 April 2007: Wouter
6139	- check sizes of udp received messages, not too short.
6140	- review changes. Some memmoves can be memcpys: 4byte aligned.
6141	  set id correctly on cached answers.
6142	- review changes msgreply.c, memleak on error condition. AA flag
6143	  clear on cached reply. Lowercase queries on hashing.
6144	  unit test on lowercasing. Test AA bit not set on cached reply.
6145	  Note that no TTLs are managed.
6146
614729 March 2007: Wouter
6148	- writev or sendmsg used when answering from cache.
6149	  This avoids a copy of the data.
6150	- do not do useless byteswap on query id. Store reply flags in uint16
6151	  for easier access (and no repeated byteswapping).
6152	- reviewed code.
6153	- configure detects and config.h includes sys/uio.h for writev decl.
6154
615528 March 2007: Wouter
6156	- new config option: num-queries-per-thread.
6157	- added tpkg test for answering three queries at the same time
6158	  using one thread (from the query service list).
6159
616027 March 2007: Wouter
6161	- added test for cache and not cached answers, in testbound replays.
6162	- testbound can give config file and commandline options from the
6163	  replay file to unbound.
6164	- created test that checks if items drop out of the cache.
6165	- added word 'partitioned hash table' to documentation on slab hash.
6166	  A slab hash is a partitioned hash table.
6167	- worker can handle multiple queries at a time.
6168
616926 March 2007: Wouter
6170	- config settings for slab hash message cache.
6171	- test for cached answer.
6172	- Fixup deleting fake answer from testbound list.
6173
617423 March 2007: Wouter
6175	- review of yesterday's commits.
6176	- covered up memory leak of the entry locks.
6177	- answers from the cache correctly. Copies flags correctly.
6178	- sanity check for incoming query replies.
6179	- slabbed hash table. Much nicer contention, need dual cpu to see.
6180
618122 March 2007: Wouter
6182	- AIX configure check.
6183	- lock-verify can handle references to locks that are created
6184	  in files it has not yet read in.
6185	- threaded hash table test.
6186	- unit test runs lock-verify afterwards and checks result.
6187	- need writelock to update data on hash_insert.
6188	- message cache code, msgreply code.
6189
619021 March 2007: Wouter
6191	- unit test of hash table, fixup locking problem in table_grow().
6192	- fixup accounting of sizes for removing items from hashtable.
6193	- unit test for hash table, single threaded test of integrity.
6194	- lock-verify reports errors nicely. More quiet in operation.
6195
619616 March 2007: Wouter
6197	- lock-verifier, checks consistent order of locking.
6198
619914 March 2007: Wouter
6200	- hash table insert (and subroutines) and lookup implemented.
6201	- hash table remove.
6202	- unit tests for hash internal bin, lru functions.
6203
620413 March 2007: Wouter
6205	- lock_unprotect in checklocks.
6206	- util/storage/lruhash.h for LRU hash table structure.
6207
620812 March 2007: Wouter
6209	- configure.ac moved to 0.2.
6210	- query_info and replymsg util/data structure.
6211
62129 March 2007: Wouter
6213	- added rwlock writelock checking.
6214	  So it will keep track of the writelock, and readlocks are enforced
6215	  to not change protected memory areas.
6216	- log_hex function to dump hex strings to the logfile.
6217	- checklocks zeroes its destroyed lock after checking memory areas.
6218	- unit test for alloc.
6219	- identifier for union in checklocks to please older compilers.
6220	- created 0.1 tag.
6221
62228 March 2007: Wouter
6223	- Reviewed checklock code.
6224
62257 March 2007: Wouter
6226	- created a wrapper around thread calls that performs some basic
6227	  checking for data race and deadlock, and basic performance
6228	  contention measurement.
6229
62306 March 2007: Wouter
6231	- Testbed works with threading (different machines, different options).
6232	- alloc work, does the special type.
6233
62342 March 2007: Wouter
6235	- do not compile fork funcs unless needed. Otherwise will give
6236	  type errors as their typedefs have not been enabled.
6237	- log shows thread numbers much more nicely (and portably).
6238	- even on systems with nonthreadsafe libevent signal handling,
6239	  unbound will exit if given a signal.
6240	  Reloads will not work, and exit is not graceful.
6241	- start of alloc framework layout.
6242
62431 March 2007: Wouter
6244	- Signals, libevent and threads work well, with libevent patch and
6245	  changes to code (close after event_del).
6246	- set ipc pipes nonblocking.
6247
624827 February 2007: Wouter
6249	- ub_thread_join portable definition.
6250	- forking is used if no threading is available.
6251	  Tested, it works, since pipes work across processes as well.
6252	  Thread_join is replaced with waitpid.
6253	- During reloads the daemon will temporarily handle signals,
6254	  so that they do not result in problems.
6255	- Also randomize the outgoing port range for tests.
6256	- If query list is full, will stop selecting listening ports for read.
6257	  This makes all threads service incoming requests, instead of one.
6258	  No memory is leaking during reloads, service of queries, etc.
6259	- test that uses ldns-testns -f to test threading. Have to answer
6260	  three queries at the same time.
6261	- with verbose=0 operates quietly.
6262
626326 February 2007: Wouter
6264	- ub_random code used to select ID and port.
6265	- log code prints thread id.
6266	- unbound can thread itself, with reload(HUP) and quit working
6267	  correctly.
6268	- don't open pipes for #0, doesn't need it.
6269	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
6270
627123 February 2007: Wouter
6272	- Can do reloads on sigHUP. Everything is stopped, and freed,
6273	  except the listening ports. Then the config file is reread.
6274	  And everything is started again (and listening ports if needed).
6275	- Ports for queries are shared.
6276	- config file added interface:, chroot: and username:.
6277	- config file: directory, logfile, pidfile. And they work too.
6278	- will daemonize by default now. Use -d to stay in the foreground.
6279	- got BSD random[256 state] code, made it threadsafe. util/random.
6280
628122 February 2007: Wouter
6282	- Have a config file. Removed commandline options, moved to config.
6283	- tests use config file.
6284
628521 February 2007: Wouter
6286	- put -c option in man page.
6287	- minievent fd array capped by FD_SETSIZE.
6288
628920 February 2007: Wouter
6290	- Added locks code and pthread spinlock detection.
6291	- can use no locks, or solaris native thread library.
6292	- added yacc and lex configure, and config file parsing code.
6293	  also makedist.sh, and manpage.
6294	- put include errno.h in config.h
6295
629619 February 2007: Wouter
6297	- Created 0.0 svn tag.
6298	- added acx_pthread.m4 autoconf check for pthreads from
6299	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
6300	  You can specify --with-pthreads, or --without-pthreads to configure.
6301
630216 February 2007: Wouter
6303	- Updated testbed script, works better by using make on remote end.
6304	- removed check decls, we can compile without them.
6305	- makefile supports LIBOBJ replacements.
6306	- docs checks ignore compat code.
6307	- added util/mini-event.c and .h, a select based alternative used with
6308	  ./configure --with-libevent=no
6309	  It is limited to 1024 file descriptors, and has less features.
6310	- will not create ip6 sockets if ip6 not on the machine.
6311
631215 February 2007: Wouter
6313	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
6314	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
6315	- malloc rndstate, so that it is aligned for access.
6316	- fixed rbtree cleanup with postorder traverse.
6317	- fixed pending messages are deleted when handled.
6318	- You can control verbosity; default is not verbose, every -v
6319	  adds more verbosity.
6320
632114 February 2007: Wouter
6322	- Included configure.ac changes from ldns.
6323	- detect (some) headers before the standards check.
6324	- do not use isblank to test c99, since its not available on solaris9.
6325	- review of testcode.
6326		* entries in a RANGE are no longer reversed.
6327		* print name of file with replay entry parse errors.
6328	- port to OSX: cast to int for some prints of sizet.
6329	- Makefile copies ldnstestpkts.c before doing dependencies on it.
6330
633113 February 2007: Wouter
6332	- work on fake events, first fwd replay works.
6333	- events can do timeouts and errors on queries to servers.
6334	- test package that runs replay scenarios.
6335
633612 February 2007: Wouter
6337	- work on fake events.
6338
63399 February 2007: Wouter
6340	- replay file reading.
6341	- fake event setup, it creates fake structures, and teardowns,
6342	  added signal callbacks to reply to be able to fake those,
6343	  and main structure of event replay routines.
6344
63458 February 2007: Wouter
6346	- added tcp test.
6347	- replay storage.
6348	- testcode/fake_event work.
6349
63507 February 2007: Wouter
6351	- return answer with the same ID as query was sent with.
6352	- created udp forwarder test. I've done some effort to make it perform
6353	  quickly. After servers are created, no big sleep statements but
6354	  it checks the logfiles to see if servers have come up. Takes 0.14s.
6355	- set addrlen value when calling recvfrom.
6356	- comparison of addrs more portable.
6357	- LIBEVENT option for testbed to set libevent directory.
6358	- work on tcp input.
6359
63606 February 2007: Wouter
6361	- reviewed code and improved in places.
6362
63635 February 2007: Wouter
6364	- Picked up stdc99 and other define tests from ldns. Improved
6365	  POSIX define test to include getaddrinfo.
6366	- defined constants for netevent callback error code.
6367	- unit test for strisip6.
6368
63692 February 2007: Wouter
6370	- Created udp4 and udp6 port arrays to provide service for both
6371	  address families.
6372	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
6373	- listens on both ip4 and ip6 ports to provide correct return address.
6374	- worker fwder address filled correctly.
6375	- fixup timer code.
6376	- forwards udp queries and sends answer.
6377
63781 February 2007: Wouter
6379	- outside network more UDP work.
6380	- moved * closer to type.
6381	- comm_timer object and events.
6382
638331 January 2007: Wouter
6384	- Added makedist.sh script to make release tarball.
6385	- Removed listen callback layer, did not add anything.
6386	- Added UDP recv to netevent, worker callback for udp.
6387	- netevent communication reply storage structure.
6388	- minimal query header sanity checking for worker.
6389	- copied over rbtree implementation from NSD (BSD licensed too).
6390	- outgoing network query service work.
6391
639230 January 2007: Wouter
6393	- links in example/ldns-testpkts.c and .h for premade packet support.
6394	- added callback argument to listen_dnsport and daemon/worker.
6395
639629 January 2007: Wouter
6397	- unbound.8 a short manpage.
6398
639926 January 2007: Wouter
6400	- fixed memleak.
6401	- make lint works on BSD and Linux (openssl defines).
6402	- make tags works.
6403	- testbound program start.
6404
640525 January 2007: Wouter
6406	- fixed lint so it may work on BSD.
6407	- put license into header of every file.
6408	- created verbosity flag.
6409	- fixed libevent configure flag.
6410	- detects event_base_free() in new libevent 1.2 version.
6411	- getopt in daemon. fatal_exit() and verbose() logging funcs.
6412	- created log_assert, that throws assertions to the logfile.
6413	- listen_dnsport service. Binds ports.
6414
641524  January 2007: Wouter
6416	- cleaned up configure.ac.
6417
641823  January 2007: Wouter
6419	- added libevent to configure to link with.
6420	- util/netevent setup work.
6421	- configure searches for libevent.
6422	- search for libs at end of configure (when other headers and types
6423	  have been found).
6424	- doxygen works with ATTR_UNUSED().
6425	- util/netevent implementation.
6426
642722  January 2007: Wouter
6428	- Designed header file for network communication.
6429
643016  January 2007: Wouter
6431	- added readme.svn and readme.tests.
6432
64334 January 2007: Wouter
6434	- Testbed script (run on multiple platforms the test set).
6435	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
6436	- added unit test tpkg.
6437
64383 January 2007: Wouter
6439	- committed first set of files into subversion repository.
6440	  svn co svn+ssh://unbound.net/svn/unbound
6441	  You need a ssh login.  There is no https access yet.
6442	- Added LICENSE, the BSD license.
6443	- Added doc/README with compile help.
6444	- main program stub and quiet makefile.
6445	- minimal logging service (to stderr).
6446	- added postcommit hook that serves emails.
6447	- added first test 00-lint. postcommit also checks if build succeeds.
6448	- 01-doc: doxygen doc target added for html docs. And stringent test
6449	  on documented files, functions and parameters.
6450
645115 December 2006: Wouter
6452	- Created Makefile.in and configure.ac.
6453