xref: /openbsd-src/usr.sbin/unbound/doc/Changelog (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
130 July 2012: Wouter
2	- tag 1.4.18rc2.
3
427 July 2012: Wouter
5	- unbound-host works with libNSS
6	- fix bogus nodata cname chain not reported as bogus by validator,
7	  (Thanks Peter van Dijk).
8
926 July 2012: Wouter
10	- iana portlist updated.
11	- tag 1.4.18rc1.
12
1325 July 2012: Wouter
14	- review fix for libnss, check hash prefix allocation size.
15
1623 July 2012: Wouter
17	- fix missing break for GOST DS hash function.
18	- implemented forward_first for the root.
19
2020 July 2012: Wouter
21	- Fix bug#452 and another assertion failure in mesh.c, makes
22	  assertions in mesh.c resist duplicates.  Fixes DS NS search to
23	  not generate duplicate sub queries.
24
2519 July 2012: Willem
26	- Fix bug#454: Remove ACX_CHECK_COMPILER_FLAG from configure.ac,
27	  if CFLAGS is specified at configure time then '-g -O2' is not
28	  appended to CFLAGS, so that the user can override them.
29
3018 July 2012: Willem
31	- Fix libunbound report of errors when in background mode.
32
3311 July 2012: Willem
34	- updated iana ports list.
35
369 July 2012: Willem
37	- Add flush_bogus option for unbound-control
38
396 July 2012: Wouter
40	- Fix validation of qtype DS queries that result in no data for
41	  non-optout NSEC3 zones.
42
434 July 2012: Wouter
44	- compile libunbound with libnss on Suse, passes regression tests.
45
463 July 2012: Wouter
47	- FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.
48
492 July 2012: Wouter
50	- updated iana ports list.
51
5229 June 2012: Wouter
53	- patch for unbound_munin_ script to handle arbitrary thread count by
54	  Sven Ulland.
55
5628 June 2012: Wouter
57	- detect if openssl has FIPS_mode.
58	- code review: return value of cache_store can be ignored for better
59	  performance in out of memory conditions.
60	- fix edns-buffer-size and msg-buffer-size manpage documentation.
61	- updated iana ports list.
62
6325 June 2012: Wouter
64	- disable RSAMD5 if in FIPS mode (for openssl and for libnss).
65
6622 June 2012: Wouter
67	- implement DS records, NSEC3 and ECDSA for compile with libnss.
68
6921 June 2012: Wouter
70	- fix error handling of alloc failure during rrsig verification.
71	- nss check for verification failure.
72	- nss crypto works for RSA and DSA.
73
7420 June 2012: Wouter
75	- work on --with-nss build option (for now, --with-libunbound-only).
76
7719 June 2012: Wouter
78	- --with-libunbound-only build option, only builds the library and
79	  not the daemon and other tools.
80
8118 June 2012: Wouter
82	- code review.
83
8415 June 2012: Wouter
85	- implement log-time-ascii on windows.
86	- The key-cache bad key ttl is now 60 seconds.
87	- updated iana ports list.
88	- code review.
89
9011 June 2012: Wouter
91	- bug #452: fix crash on assert in mesh_state_attachment.
92
9330 May 2012: Wouter
94	- silence warning from swig-generated code (md set but not used in
95	  swig initmodule, due to ifdefs in swig-generated code).
96
9727 May 2012: Wouter
98	- Fix debian-bugs-658021: Please enable hardened build flags.
99
10025 May 2012: Wouter
101	- updated iana ports list.
102
10324 May 2012: Wouter
104	- tag for 1.4.17 release.
105	- trunk is 1.4.18 in development.
106
10718 May 2012: Wouter
108	- Review comments, removed duplicate memset to zero in delegpt.
109
11016 May 2012: Wouter
111	- Updated doc/FEATURES with RFCs that are implemented but not listed.
112	- Protect if statements in val_anchor for compile without locks.
113	- tag for 1.4.17rc1.
114
11515 May 2012: Wouter
116	- fix configure ECDSA support in ldns detection for windows compile.
117	- fix possible uninitialised variable in windows pipe implementation.
118
1199 May 2012: Wouter
120	- Fix alignment problem in util/random on sparc64/freebsd.
121
1228 May 2012: Wouter
123	- Fix for accept spinning reported by OpenBSD.
124	- iana portlist updated.
125
1262 May 2012: Wouter
127	- Fix validation of nodata for DS query in NSEC zones, reported by
128	  Ondrej Mikle.
129
13013 April 2012: Wouter
131	- ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older
132	  openssl.
133
13410 April 2012: Wouter
135	- Applied patch from Daisuke HIGASHI for rrset-roundrobin and
136	  minimal-responses features.
137	- iana portlist updated.
138
1395 April 2012: Wouter
140	- fix bug #443: --with-chroot-dir not honoured by configure.
141	- fix bug #444: setusercontext was called too late (thanks Bjorn
142	  Ketelaars).
143
14427 March 2012: Wouter
145	- fix bug #442: Fix that Makefile depends on pythonmod headers
146	  even using --without-pythonmodule.
147
14822 March 2012: Wouter
149	- contrib/validation-reporter follows rotated log file (patch from
150	  Augie Schwer).
151
15221 March 2012: Wouter
153	- new approach to NS fetches for DS lookup that works with
154	  cornercases, and is more robust and considers forwarders.
155
15619 March 2012: Wouter
157	- iana portlist updated.
158	- fix to locate nameservers for DS lookup with NS fetches.
159
16016 March 2012: Wouter
161	- Patch for access to full DNS packet data in unbound python module
162	  from Ondrej Mikle.
163
1649 March 2012: Wouter
165	- Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
166
1672 March 2012: Wouter
168	- flush_infra cleans timeouted servers from the cache too.
169	- removed warning from --enable-ecdsa.
170
1711 March 2012: Wouter
172	- forward-first option.  Tries without forward if a query fails.
173	  Also stub-first option that is similar.
174
17528 February 2012: Wouter
176	- Fix from code review, if EINPROGRESS not defined chain if statement
177	  differently.
178
17927 February 2012: Wouter
180	- Fix bug#434: on windows check registry for config file location
181	  for unbound-control.exe, and unbound-checkconf.exe.
182
18323 February 2012: Wouter
184	- Fix to squelch 'network unreachable' errors from tcp connect in
185	  logs, high verbosity will show them.
186
18716 February 2012: Wouter
188	- iter_hints is now thread-owned in module env, and thus threadsafe.
189	- Fix prefetch and sticky NS, now the prefetch works.  It picks
190	  nameservers that 'would be valid in the future', and if this makes
191	  the NS timeout, it updates that NS by asking delegation from the
192	  parent again.  If child NS has longer TTL, that TTL does not get
193	  refreshed from the lookup to the child nameserver.
194
19515 February 2012: Wouter
196	- Fix forward-zone memory, uses malloc and frees original root dp.
197	- iter hints (stubs) uses malloc inside for more dynamicity.
198	- unbound-control forward_add, forward_remove, stub_add, stub_remove
199	  can modify stubs and forwards for running unbound (on mobile computer)
200	  they can also add and remove domain-insecure for the zone.
201
20214 February 2012: Wouter
203	- Fix sticky NS (ghost domain problem) if prefetch is yes.
204	- iter forwards uses malloc inside for more dynamicity.
205
20613 February 2012: Wouter
207	- RT#2955. Fix for cygwin compilation.
208	- iana portlist updated.
209
21010 February 2012: Wouter
211	- Slightly smaller critical region in one case in infra cache.
212	- Fix timeouts to keep track of query type, A, AAAA and other, if
213	  another has caused timeout blacklist, different type can still probe.
214	- unit test fix for nomem_cnametopos.rpl race condition.
215
2169 February 2012: Wouter
217	- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
218
2198 February 2012: Wouter
220	- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This
221	  implementation is experimental at this time and not recommended
222	  for use on the public internet (the protocol numbers have not
223	  been assigned).  Needs recent ldns with --enable-ecdsa.
224	- fix memory leak in errorcase for DSA signatures.
225	- iana portlist updated.
226	- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
227
2283 February 2012: Wouter
229	- fix for windows, rename() is not posix compliant on windows.
230
2312 February 2012: Wouter
232	- 1.4.16 release tag.
233	- svn trunk is 1.4.17 in development.
234	- iana portlist updated.
235
2361 February 2012: Wouter
237	- Fix validation failures (like: validation failure xx: no NSEC3
238	  closest encloser from yy for DS zz. while building chain of trust,
239	  because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata
240	  for an NSEC3.  Now it does not change rdata, and fixes TTL.
241
24230 January 2012: Wouter
243	- Fix version-number in libtool to be version-info so it produces
244	  libunbound.so.2 like it should.
245
24626 January 2012: Wouter
247	- Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
248	- trunk 1.4.16; includes changes memset testcode, #424 openindiana,
249	  and keyfile write fixup.
250	- applied patch to support outgoing-interface with ub_ctx_set_option.
251
25223 January 2012: Wouter
253	- Fix memset in test code.
254
25520 January 2012: Wouter
256	- Fix bug #424: compile on OpenIndiana OS with gcc 4.6.2.
257
25819 January 2012: Wouter
259	- Fix to write key files completely to a temporary file, and if that
260	  succeeds, replace the real key file.  So failures leave a useful file.
261
26218 January 2012: Wouter
263	- tag 1.4.15rc1 created
264	- updated libunbound/ubsyms.def and remade tag 1.4.15rc1.
265
26617 January 2012: Wouter
267	- Fix bug where canonical_compare of RRSIG did not downcase the
268	  signer-name.  This is mostly harmless because RRSIGs do not have
269	  to be sorted in canonical order, usually.
270
27112 January 2012: Wouter
272	- bug#428: add ub_version() call to libunbound.  API version increase,
273	  with (binary) backwards compatibility for the previous version.
274
27510 January 2012: Wouter
276	- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL
277	  that would be permissible by the RFCs but it is not the TTL in the
278	  cache.
279	- iana portlist updated.
280	- uninitialised variable in reprobe for rtt blocked domains fixed.
281	- lintfix and new flex output.
282
2832 January 2012: Wouter
284	- Fix to randomize hash function, based on 28c3 congress, reported
285	  by Peter van Dijk.
286
28724 December 2011: Wouter
288	- Fix for memory leak (about 20 bytes when a tcp or udp send operation
289	  towards authority servers failed, takes about 50.000 such failures to
290	  leak one Mb, such failures are also usually logged), reported by
291	  Robert Fleischmann.
292	- iana portlist updated.
293
29419 December 2011: Wouter
295	- Fix for VU#209659 CVE-2011-4528: Unbound denial of service
296	  vulnerabilities from nonstandard redirection and denial of existence
297	  http://www.unbound.net/downloads/CVE-2011-4528.txt
298	- robust checks for next-closer NSEC3s.
299	- tag 1.4.14 created.
300	- trunk has 1.4.15 in development.
301
30215 December 2011: Wouter
303	- remove uninit warning from cachedump code.
304	- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
305
30613 December 2011: Wouter
307	- iana portlist updated.
308	- svn tag 1.4.14rc1
309	- fix infra cache comparison.
310	- Fix to constrain signer_name to be a parent of the lookupname.
311
3125 December 2011: Wouter
313	- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
314	- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
315	- Fix warning unused in compat/strptime.c.
316	- Fix malloc detection and double defintion.
317
3182 December 2011: Wouter
319	- configure generated with autoconf 2.68.
320
32130 November 2011: Wouter
322	- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes
323	  SERVFAILs.  Also fixed for UDP (but less likely).
324
32528 November 2011: Wouter
326	- Fix quartile time estimate, it was too low, (thanks Jan Komissar).
327	- iana ports updated.
328
32911 November 2011: Wouter
330	- Makefile compat with SunOS make, BSD make and GNU make.
331	- iana ports updated.
332
33310 November 2011: Wouter
334	- Makefile changed for BSD make compatibility.
335
3369 November 2011: Wouter
337	- added unit test for SSL service and SSL-upstream.
338
3398 November 2011: Wouter
340	- can configure ssl service to one port number, and not on others.
341	- fixup windows compile with ssl support.
342	- Fix double free in unbound-host, reported by Steve Grubb.
343	- iana portlist updated.
344
3451 November 2011: Wouter
346	- dns over ssl support as a client, ssl-upstream yes turns it on.
347	  It performs an SSL transaction for every DNS query (250 msec).
348	- documentation for new options: ssl-upstream, ssl-service-key and
349	  ssl-service.pem.
350	- iana portlist updated.
351	- fix -flto detection on Lion for llvm-gcc.
352
35331 October 2011: Wouter
354	- dns over ssl support, ssl-service-pem and ssl-service-key files
355	  can be given and then TCP queries are serviced wrapped in SSL.
356
35727 October 2011: Wouter
358	- lame-ttl and lame-size options no longer exist, it is integrated
359	  with the host info.  They are ignored (with verbose warning) if
360	  encountered to keep the config file backwards compatible.
361	- fix iana-update for changing gzip compression of results.
362	- fix export-all-symbols on OSX.
363
36426 October 2011: Wouter
365	- iana portlist updated.
366	- Infra cache stores information about ping and lameness per IP, zone.
367	  This fixes bug #416.
368	- fix iana_update target for gzipped file on iana site.
369
37024 October 2011: Wouter
371	- Fix resolve of partners.extranet.microsoft.com with a fix for the
372	  server selection for choosing out of a (particular) list of bad
373	  choices. (bug#415)
374	- Fix make_new_space function so that the incoming query is not
375	  overwritten if a jostled out query causes a waiting query to be
376	  resumed that then fails and sends an error message.  (Thanks to
377	  Matthew Lee).
378
37921 October 2011: Wouter
380	- fix --enable-allsymbols, fptr wlist is disabled on windows with this
381	  option enabled because of memory layout exe vs dll.
382
38319 October 2011: Wouter
384	- fix unbound-anchor for broken strptime on OSX lion, detected
385	  in configure.
386	- Detect if GOST really works, openssl1.0 on OSX fails.
387	- Implement ipv6%interface notation for scope_id usage.
388
38917 October 2011: Wouter
390	- better documentation for inform_super (Thanks Yang Zhe).
391
39214 October 2011: Wouter
393	- Fix for out-of-memory condition in libunbound (thanks
394	  Robert Fleischman).
395
39613 October 2011: Wouter
397	- Fix --enable-allsymbols, it depended on link specifics of the
398	  target platform, or fptr_wlist assertion failures could occur.
399
40012 October 2011: Wouter
401	- updated contrib/unbound_munin_ to family=auto so that it works with
402	  munin-node-configure automatically (if installed as
403	  /usr/local/share/munin/plugins/unbound_munin_ ).
404
40527 September 2011: Wouter
406	- unbound.exe -w windows option for start and stop service.
407
40823 September 2011: Wouter
409	- TCP-upstream calculates tcp-ping so server selection works if there
410	  are alternatives.
411
41220 September 2011: Wouter
413	- Fix classification of NS set in answer section, where there is a
414	  parent-child server, and the answer has the AA flag for dir.slb.com.
415	  Thanks to Amanda Constant from Secure64.
416
41716 September 2011: Wouter
418	- fix bug #408: accept patch from Steve Snyder that comments out
419	  unused functions in lookup3.c.
420	- iana portlist updated.
421	- fix EDNS1480 change memleak and TCP fallback.
422	- fix various compiler warnings (reported by Paul Wouters).
423	- max sent count.  EDNS1480 only for rtt < 5000.  No promiscuous
424	  fetch if sentcount > 3, stop query if sentcount > 16.  Count is
425	  reset when referral or CNAME happens.  This makes unbound better
426	  at managing large NS sets, they are explored when there is continued
427	  interest (in the form of queries).
428
42915 September 2011: Wouter
430	- release 1.4.13.
431	- trunk contains 1.4.14 in development.
432	- Unbound probes at EDNS1480 if there an EDNS0 timeout.
433
43412 September 2011: Wouter
435	- Reverted dns EDNS backoff fix, it did not help and needs
436	  fragmentation fixes instead.
437	- tag 1.4.13rc2
438
4397 September 2011: Wouter
440	- Fix operation in ipv6 only (do-ip4: no) mode.
441
4426 September 2011: Wouter
443	- fedora specfile updated.
444
4455 September 2011: Wouter
446	- tag 1.4.13rc1
447
4482 September 2011: Wouter
449	- iana portlist updated.
450
45126 August 2011: Wouter
452	- Fix num-threads 0 does not segfault, reported by Simon Deziel.
453	- Fix validation failures due to EDNS backoff retries, the retry
454	  for fetch of data has want_dnssec because the iter_indicate_dnssec
455	  function returns true when validation failure retry happens, and
456	  then the serviced query code does not fallback to noEDNS, even if
457	  the cache says it has this.  This helps for DLV deployment when
458	  the DNSSEC status is not known for sure before the lookup concludes.
459
46024 August 2011: Wouter
461	- Applied patch from Karel Slany that fixes a memory leak in the
462	  unbound python module, in string conversions.
463
46422 August 2011: Wouter
465	- Fix validation of qtype ANY responses with CNAMEs (thanks Cathy
466	  Zhang and Luo Ce).  Unbound responds with the RR types that are
467	  available at the name for qtype ANY and validates those RR types.
468	  It does not test for completeness (i.e. with NSEC or NSEC3 query),
469	  and it does not follow the CNAME or DNAME to another name (with
470	  even more data for the already large response).
471	- Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
472	- Documented the options that work with control set_option command.
473	- tcp-upstream yes/no option (works with set_option) for tunnels.
474
47518 August 2011: Wouter
476	- fix autoconf call in makedist crosscompile to RC or snapshot.
477
47817 August 2011: Wouter
479	- Fix validation of . DS query.
480	- new xml format at IANA, new awk for iana_update.
481	- iana portlist updated.
482
48310 August 2011: Wouter
484	- Fix python site-packages path to /usr/lib64.
485	- updated patch from Tom.
486	- fix memory and fd leak after out-of-memory condition.
487
4889 August 2011: Wouter
489	- patch from Tom Hendrikx fixes load of python modules.
490
4918 August 2011: Wouter
492	- make clean had ldns-src reference, removed.
493
4941 August 2011: Wouter
495	- Fix autoconf 2.68 warnings
496
49714 July 2011: Wouter
498	- Unbound implements RFC6303 (since version 1.4.7).
499	- tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the
500	  meantime, those are for 1.4.13).
501	- iana portlist updated.
502
50313 July 2011: Wouter
504	- Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
505
50611 July 2011: Wouter
507	- Fix wildcard expansion no-data reply under an optout NSEC3 zone is
508	  validated as insecure, reported by Jia Li (lijia@cnnic.cn).
509
5104 July 2011: Wouter
511	- 1.4.12rc1 tag created.
512
5131 July 2011: Wouter
514	- version number in example config file.
515	- fix that --enable-static-exe does not complain about it unknown.
516
51730 June 2011: Wouter
518	- tag relase 1.4.11, trunk is 1.4.12 development.
519	- iana portlist updated.
520	- fix bug#395: id bits of other query may leak out under conditions
521	- fix replyaddr count wrong after jostled queries, which leads to
522	  eventual starvation where the daemon has no replyaddrs left to use.
523	- fix comment about rndc port, that referred to the old port number.
524	- fix that the listening socket is not closed when too many remote
525	  control connections are made at the same time.
526	- removed ldns-src tarball inside the unbound tarball.
527
52823 June 2011: Wouter
529	- Changed -flto check to support clang compiler.
530	- tag 1.4.11rc3 created.
531
53217 June 2011: Wouter
533	- tag 1.4.11rc1 created.
534	- remove warning about signed/unsigned from flex (other flex version).
535	- updated aclocal.m4 and libtool to match.
536	- tag 1.4.11rc2 created.
537
53816 June 2011: Wouter
539	- log-queries: yesno option, default is no, prints querylog.
540	- version is 1.4.11.
541
54214 June 2011: Wouter
543	- Use -flto compiler flag for link time optimization, if supported.
544	- iana portlist updated.
545
54612 June 2011: Wouter
547	- IPv6 service address for d.root-servers.net (2001:500:2D::D).
548
54910 June 2011: Wouter
550	- unbound-control has version number in the header,
551	  UBCT[version]_space_ is the header sent by the client now.
552	- Unbound control port number is registered with IANA:
553	  ub-dns-control  8953/tcp    unbound dns nameserver control
554	  This is the new default for the control-port config setting.
555	- statistics-interval prints the number of jostled queries to log.
556
55730 May 2011: Wouter
558	- Fix Makefile for U in environment, since wrong U is more common than
559	  deansification necessity.
560	- iana portlist updated.
561	- updated ldns tarball to 1.6.10rc2 snapshot of today.
562
56325 May 2011: Wouter
564	- Fix assertion failure when unbound generates an empty error reply
565	  in response to a query, CVE-2011-1922 VU#531342.
566	- This fix is in tag 1.4.10.
567	- defense in depth against the above bug, an error is printed to log
568	  instead of an assertion failure.
569
57010 May 2011: Wouter
571	- bug#386: --enable-allsymbols option links all binaries to libunbound
572	  and reduces install size significantly.
573	- feature, ignore-cd-flag: yesno to provide dnssec to legacy servers.
574	- iana portlist updated.
575	- Fix TTL of SOA so negative TTL is separately cached from normal TTL.
576
57714 April 2011: Wouter
578	- configure created with newer autoconf 2.66.
579
58012 April 2011: Wouter
581	- bug#378: Fix that configure checks for ldns_get_random presence.
582
5838 April 2011: Wouter
584	- iana portlist updated.
585	- queries with CD flag set cause DNSSEC validation, but the answer is
586	  not withheld if it is bogus.  Thus, unbound will retry if it is bad
587	  and curb the TTL if it is bad, thus protecting the cache for use by
588	  downstream validators.
589	- val-override-date: -1 ignores dates entirely, for NTP usage.
590
59129 March 2011: Wouter
592	- harden-below-nxdomain: changed so that it activates when the
593	  cached nxdomain is dnssec secure.  This avoids backwards
594	  incompatibility because those old servers do not have dnssec.
595
59624 March 2011: Wouter
597	- iana portlist updated.
598	- release 1.4.9.
599	- trunk is 1.5.0
600
60117 March 2011: Wouter
602	- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
603	  Applied but did not do the --disable-gost.
604
60510 March 2011: Wouter
606	- tag 1.4.9 release candidate 1 created.
607
6083 March 2011: Wouter
609	- updated ldns to today.
610
6111 March 2011: Wouter
612	- Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout.
613	- give config parse error for multiple names on a stub or forward zone.
614	- updated ldns tarball to 1.6.9(todays snapshot).
615
61624 February 2011: Wouter
617	- bug #361: Fix, time.elapsed variable not reset with stats_noreset.
618
61923 February 2011: Wouter
620	- iana portlist updated.
621	- common.sh to version 3.
622
62318 February 2011: Wouter
624	- common.sh in testdata updated to version 2.
625
62615 February 2011: Wouter
627	- Added explicit note on unbound-anchor usage:
628	  Please note usage of unbound-anchor root anchor is at your own risk
629	  and under the terms of our LICENSE (see that file in the source).
630
63111 February 2011: Wouter
632	- iana portlist updated.
633	- tpkg updated with common.sh for common functionality.
634
6357 February 2011: Wouter
636	- Added regression test for addition of a .net DS to the root, and
637	  cache effects with different TTL for glue and DNSKEY.
638	- iana portlist updated.
639
64028 January 2011: Wouter
641	- Fix remove private address does not throw away entire response.
642
64324 January 2011: Wouter
644	- release 1.4.8
645
64619 January 2011: Wouter
647	- fix bug#349: no -L/usr for ldns.
648
64918 January 2011: Wouter
650	- ldns 1.6.8 tarball included.
651	- release 1.4.8rc1.
652
65317 January 2011: Wouter
654	- add get and set option for harden-below-nxdomain feature.
655	- iana portlist updated.
656
65714 January 2011: Wouter
658	- Fix so a changed NS RRset does not get moved name stuck on old
659	  server, for type NS the TTL is not increased.
660
66113 January 2011: Wouter
662	- Fix prefetch so it does not get stuck on old server for moved names.
663
66412 January 2011: Wouter
665	- iana portlist updated.
666
66711 January 2011: Wouter
668	- Fix insecure CNAME sequence marked as secure, reported by Bert
669	  Hubert.
670
67110 January 2011: Wouter
672	- faster lruhash get_mem routine.
673
6744 January 2011: Wouter
675	- bug#346: remove ITAR scripts from contrib, the service is discontinued, use the root.
676	- iana portlist updated.
677
67823 December 2010: Wouter
679	- Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept.
680
68121 December 2010: Wouter
682	- algorithm compromise protection using the algorithms signalled in
683	  the DS record.  Also, trust anchors, DLV, and RFC5011 receive this,
684	  and thus, if you have multiple algorithms in your trust-anchor-file
685	  then it will now behave different than before.  Also, 5011 rollover
686	  for algorithms needs to be double-signature until the old algorithm
687	  is revoked.
688	  It is not an option, because I see no use to turn the security off.
689	- iana portlist updated.
690
69117 December 2010: Wouter
692	- squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them).
693	- fix validation in this case: CNAME to nodata for co-hosted opt-in
694	  NSEC3 insecure delegation, was bogus, fixed to be insecure.
695
69616 December 2010: Wouter
697	- Fix our 'BDS' license (typo reported by Xavier Belanger).
698
69910 December 2010: Wouter
700	- iana portlist updated.
701	- review changes for unbound-anchor.
702
7032 December 2010: Wouter
704	- feature typetransparent localzone, does not block other RR types.
705
7061 December 2010: Wouter
707	- Fix bug#338: print address when socket creation fails.
708
70930 November 2010: Wouter
710	- Fix storage of EDNS failures in the infra cache.
711	- iana portlist updated.
712
71318 November 2010: Wouter
714	- harden-below-nxdomain option, default off (because very old
715	  software may be incompatible).  We could enable it by default in
716	  the future.
717
71817 November 2010: Wouter
719	- implement draft-vixie-dnsext-resimprove-00, we stop on NXDOMAIN.
720	- make test output nicer.
721
72215 November 2010: Wouter
723	- silence 'tcp connect: broken pipe' and 'net down' at low verbosity.
724	- iana portlist updated.
725	- so-sndbuf option for very busy servers, a bit like so-rcvbuf.
726
7279 November 2010: Wouter
728	- unbound-anchor compiles with openssl 0.9.7.
729
7308 November 2010: Wouter
731	- release tag 1.4.7.
732	- trunk is version 1.4.8.
733	- Be lenient and accept imgw.pl malformed packet (like BIND).
734
7355 November 2010: Wouter
736	- do not synthesize a CNAME message from cache for qtype DS.
737
7384 November 2010: Wouter
739	- Use central entropy to seed threads.
740
7413 November 2010: Wouter
742	- Change the rtt used to probe EDNS-timeout hosts to 1000 msec.
743
7442 November 2010: Wouter
745	- tag 1.4.7rc1.
746	- code review.
747
7481 November 2010: Wouter
749	- GOST code enabled by default (RFC 5933).
750
75127 October 2010: Wouter
752	- Fix uninit value in dump_infra print.
753	- Fix validation failure for parent and child on same server with an
754	  insecure childzone and a CNAME from parent to child.
755	- Configure detects libev-4.00.
756
75726 October 2010: Wouter
758	- dump_infra and flush_infra commands for unbound-control.
759	- no timeout backoff if meanwhile a query succeeded.
760	- Change of timeout code.  No more lost and backoff in blockage.
761	  At 12sec timeout (and at least 2x lost before) one probe per IP
762	  is allowed only.  At 120sec, the IP is blocked.  After 15min, a
763	  120sec entry has a single retry packet.
764
76525 October 2010: Wouter
766	- Configure errors if ldns is not found.
767
76822 October 2010: Wouter
769	- Windows 7 fix for the installer.
770
77121 October 2010: Wouter
772	- Fix bug where fallback_tcp causes wrong roundtrip and edns
773	  observation to be noted in cache.  Fix bug where EDNSprobe halted
774	  exponential backoff if EDNS status unknown.
775	- new unresponsive host method, exponentially increasing block backoff.
776	- iana portlist updated.
777
77820 October 2010: Wouter
779	- interface automatic works for some people with ip6 disabled.
780	  Therefore the error check is removed, so they can use the option.
781
78219 October 2010: Wouter
783	- Fix for request list growth, if a server has long timeout but the
784	  lost counter is low, then its effective rtt is the one without
785	  exponential backoff applied.  Because the backoff is not working.
786	  The lost counter can then increase and the server is blacklisted,
787	  or the lost counter does not increase and the server is working
788	  for some queries.
789
79018 October 2010: Wouter
791	- iana portlist updated.
792
79313 October 2010: Wouter
794	- Fix TCP so it uses a random outgoing-interface.
795	- unbound-anchor handles ADDPEND keystate.
796
79711 October 2010: Wouter
798	- Fix bug when DLV below a trust-anchor that uses NSEC3 optout where
799	  the zone has a secure delegation hosted on the same server did not
800	  verify as secure (it was insecure by mistake).
801	- iana portlist updated.
802	- ldns tarball updated (for reading cachedumps with bad RR data).
803
8041 October 2010: Wouter
805	- test for unbound-anchor. fix for reading certs.
806	- Fix alloc_reg_release for longer uptime in out of memory conditions.
807
80828 September 2010: Wouter
809	- unbound-anchor working, it creates or updates a root.key file.
810	  Use it before you start the validator (e.g. at system boot time).
811
81227 September 2010: Wouter
813	- iana portlist updated.
814
81524 September 2010: Wouter
816	- bug#329: in example.conf show correct ipv4 link-local 169.254/16.
817
81823 September 2010: Wouter
819	- unbound-anchor app, unbound requires libexpat (xml parser library).
820
82122 September 2010: Wouter
822	- compliance with draft-ietf-dnsop-default-local-zones-14, removed
823	  reverse ipv6 orchid prefix from builtin list.
824	- iana portlist updated.
825
82617 September 2010: Wouter
827	- DLV has downgrade protection again, because the RFC says so.
828	- iana portlist updated.
829
83016 September 2010: Wouter
831	- Algorithm rollover operational reality intrudes, for trust-anchor,
832	  5011-store, and DLV-anchor if one key matches it's good enough.
833	- iana portlist updated.
834	- Fix reported validation error in out of memory condition.
835
83615 September 2010: Wouter
837	- Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout.
838
83914 September 2010: Wouter
840	- increased mesh-max-activation from 1000 to 3000 for crazy domains
841	  like _tcp.slb.com with 262 servers.
842	- iana portlist updated.
843
84413 September 2010: Wouter
845	- bug#327: Fix for cannot access stub zones until the root is primed.
846
8479 September 2010: Wouter
848	- unresponsive servers are not completely blacklisted (because of
849	  firewalls), but also not probed all the time (because of the request
850	  list size it generates).  The probe rate is 1%.
851	- iana portlist updated.
852
85320 August 2010: Wouter
854	- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
855	  iterator get_mem includes priv_get_mem.  delegpt nodup removed.
856	  listen_pushback, query_info_allocqname, write_socket, send_packet,
857	  comm_point_set_cb_arg and listen_resume removed.
858
85919 August 2010: Wouter
860	- Fix bug#321: resolution of rs.ripe.net artifacts with 0x20.
861	  Delegpt structures checked for duplicates always.
862	  No more nameserver lookups generated when depth is full anyway.
863	- example.conf notes how to do DNSSEC validation and track the root.
864	- iana portlist updated.
865
86618 August 2010: Wouter
867	- Fix bug#322: configure does not respect CFLAGS on Solaris.
868	  Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
869	  if use sun-cc, but some systems need different flags.
870
87116 August 2010: Wouter
872	- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
873	  changes, uses m4_bpatsubst now.
874	- make test (or make check) should be more portable and run the unit
875	  test and testbound scripts. (make longtest has special requirements).
876
87713 August 2010: Wouter
878	- More pleasant remote control command parsing.
879	- documentation added for return values reported by doxygen 1.7.1.
880	- iana portlist updated.
881
8829 August 2010: Wouter
883	- Fix name of rrset printed that failed validation.
884
8855 August 2010: Wouter
886	- Return NXDOMAIN after chain of CNAMEs ends at name-not-found.
887
8884 August 2010: Wouter
889	- Fix validation in case a trust anchor enters into a zone with
890	  unsupported algorithms.
891
8923 August 2010: Wouter
893	- updated ldns tarball with bugfixes.
894	- release tag 1.4.6.
895	- trunk becomes 1.4.7 develop.
896	- iana portlist updated.
897
89822 July 2010: Wouter
899	- more error details on failed remote control connection.
900
90115 July 2010: Wouter
902	- rlimit adjustments for select and ulimit can happen at the same time.
903
90414 July 2010: Wouter
905	- Donation text added to README.
906	- Fix integer underflow in prefetch ttl creation from cache.  This
907	  fixes a potential negative prefetch ttl.
908
90912 July 2010: Wouter
910	- Changed the defaults for num-queries-per-thread/outgoing-range.
911	  For builtin-select: 512/960, for libevent 1024/4096 and for
912	  windows 24/48 (because of win api).  This makes the ratio this way
913	  to improve resilience under heavy load.  For high performance, use
914	  libevent and possibly higher numbers.
915
91610 July 2010: Wouter
917	- GOST enabled if SSL is recent and ldns has GOST enabled too.
918	- ldns tarball updated.
919
9209 July 2010: Wouter
921	- iana portlist updated.
922	- Fix validation of qtype DNSKEY when a key-cache entry exists but
923	  no rr-cache entry is used (it expired or prefetch), it then goes
924	  back up to the DS or trust-anchor to validate the DNSKEY.
925
9267 July 2010: Wouter
927	- Neat function prototypes, unshadowed local declarations.
928
9296 July 2010: Wouter
930	- failure to chown the pidfile is not fatal any more.
931	- testbound uses UTC timezone.
932	- ldns tarball updated (ports and works on Minix 3.1.7).  On Minix, add
933	  /usr/gnu/bin to PATH, use ./configure AR=/usr/gnu/bin/gar and gmake.
934
9355 July 2010: Wouter
936	- log if a server is skipped because it is on the donotquery list,
937	  at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
938	- added feature to print configure date, target and options with -h.
939	- added feature to print event backend system details with -h.
940	- wdiff is not actually required by make test, updated requirements.
941
9421 July 2010: Wouter
943	- Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
944	  must be signed with all algorithms from the DS rrset at the parent.
945	  This is now checked and becomes bogus if not.
946
94728 June 2010: Wouter
948	- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
949	  in overload situations to be about 5 qps for the class of shortly
950	  serviced queries.
951	  The capacity of the resolver is then about (numqueriesperthread / 2)
952	  / (average time for such long queries) qps for long queries.
953	  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
954	  qps for short queries, per thread.
955	- Fix the max number of reply-address count to be applied for duplicate
956	  queries, and not for new query list entries.  This raises the memory
957	  usage to a max of (16+1)*numqueriesperthread reply addresses.
958
95925 June 2010: Wouter
960	- Fix handling of corner case reply from lame server, follows rfc2308.
961	  It could lead to a nodata reply getting into the cache if the search
962	  for a non-lame server turned up other misconfigured servers.
963	- unbound.h has extern "C" statement for easier include in c++.
964
96523 June 2010: Wouter
966	- iana portlist updated.
967	- makedist upgraded cross compile openssl option, like this:
968	  ./makedist.sh -s -wssl openssl-1.0.0a.tar.gz -w --enable-gost
969
97022 June 2010: Wouter
971	- Unbound reports libev or libevent correctly in logs in verbose mode.
972	- Fix to unload gost dynamic library module for leak testing.
973
97418 June 2010: Wouter
975	- iana portlist updated.
976
97717 June 2010: Wouter
978	- Add AAAA to root hints for I.ROOT-SERVERS.NET.
979
98016 June 2010: Wouter
981	- Fix assertion failure reported by Kai Storbeck from XS4ALL, the
982	  assertion was wrong.
983	- updated ldns tarball.
984
98515 June 2010: Wouter
986	- tag 1.4.5 created.
987	- trunk contains 1.4.6 in development.
988	- Fix TCPreply on systems with no writev, if just 1 byte could be sent.
989	- Fix to use one pointer less for iterator query state store_parent_NS.
990	- makedist crosscompile to windows uses builtin ldns not host ldns.
991	- Max referral count from 30 to 130, because 128 one character domains
992	  is valid DNS.
993	- added documentation for the histogram printout to syslog.
994
99511 June 2010: Wouter
996	- When retry to parent the retrycount is not wiped, so failed
997	  nameservers are not tried again.
998	- iana portlist updated.
999
100010 June 2010: Wouter
1001	- Fix bug where a long loop could be entered, now cycle detection
1002	  has a loop-counter and maximum search amount.
1003
10044 June 2010: Wouter
1005	- iana portlist updated.
1006	- 1.4.5rc1 tag created.
1007
10083 June 2010: Wouter
1009	- ldns tarball updated, 1.6.5.
1010	- review comments, split dependency cycle tracking for parentside
1011	  last resort lookups for A and AAAA so there are more lookup options.
1012
10132 June 2010: Wouter
1014	- Fix compile warning if compiled without threads.
1015	- updated ldns-tarball with current ldns svn (pre 1.6.5).
1016	- GOST disabled-by-default, the algorithm number is allocated but the
1017	  RFC is still has to pass AUTH48 at the IETF.
1018
10191 June 2010: Wouter
1020	- Ignore Z flag in incoming messages too.
1021	- Fix storage of negative parent glue if that last resort fails.
1022	- libtoolize 2.2.6b, autoconf 2.65 applied to configure.
1023	- new splint flags for newer splint install.
1024
102531 May 2010: Wouter
1026	- Fix AD flag handling, it could in some cases mistakenly copy the AD
1027	  flag from upstream servers.
1028	- alloc_special_obtain out of memory is not a fatal error any more,
1029	  enabling unbound to continue longer in out of memory conditions.
1030	- parentside names are dispreferred but not said to be dnssec-lame.
1031	- parentside check for cached newname glue.
1032	- fix parentside and querytargets modulestate, for dump_requestlist.
1033	- unbound-control-setup makes keys -rw-r--- so not all users permitted.
1034	- fix parentside from cache to be marked dispreferred for bad names.
1035
103628 May 2010: Wouter
1037	- iana portlist updated.
1038	- parent-child disagreement approach altered.  Older fixes are
1039	  removed in place of a more exhaustive search for misconfigured data
1040	  available via the parent of a delegation.
1041	  This is designed to be throttled by cache entries, with TTL from the
1042	  parent if possible.  Additionally the loop-counter is used.
1043	  It also tests for NS RRset differences between parent and child.
1044	  The fetch of misconfigured data should be more reliable and thorough.
1045	  It should work reliably even with no or only partial data in cache.
1046	  Data received from the child (as always) is deemed more
1047	  authoritative than information received from the delegation parent.
1048	  The search for misconfigured data is not performed normally.
1049
105026 May 2010: Wouter
1051	- Contribution from Migiel de Vos (Surfnet): nagios patch for
1052	  unbound-host, in contrib/ (in the source tarball).  Makes
1053	  unbound-host suitable for monitoring dnssec(-chain) status.
1054
105521 May 2010: Wouter
1056	- EDNS timeout code will not fire if EDNS status already known.
1057	- EDNS failure not stored if EDNS status known to work.
1058
105919 May 2010: Wouter
1060	- Fix resolution for domains like safesvc.com.cn.  If the iterator
1061	  can not recurse further and it finds the delegation in a state
1062	  where it would otherwise have rejected it outhand if so received
1063	  from a cache lookup, then it can try to ask higherup (with loop
1064	  protection).
1065	- Fix comments in iter_utils:dp_is_useless.
1066
106718 May 2010: Wouter
1068	- Fix various compiler warnings from the clang llvm compiler.
1069	- iana portlist updated.
1070
10716 May 2010: Wouter
1072	- Fix bug#308: spelling error in variable name in parser and lexer.
1073
10744 May 2010: Wouter
1075	- Fix dnssec-missing detection that was turned off by server selection.
1076	- Conforms to draft-ietf-dnsop-default-local-zones-13.  Added default
1077	  reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa,
1078	  113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa.
1079
108029 April 2010: Wouter
1081	- Fix for dnssec lameness detection to use the key cache.
1082	- infra cache entries that are expired are wiped clean.  Previously
1083	  it was possible to not expire host data (if accessed often).
1084
108528 April 2010: Wouter
1086	- ldns tarball updated and GOST support is detected and then enabled.
1087	- iana portlist updated.
1088	- Fix detection of gost support in ldns (reported by Chris Smith).
1089
109027 April 2010: Wouter
1091	- unbound-control get_option domain-insecure shows config file items.
1092	- fix retry sequence if prime hints are recursion-lame.
1093	- autotrust anchor file can be initialized with a ZSK key as well.
1094	- harden-referral-path does not result in failures due to max-depth.
1095	  You can increase the max-depth by adding numbers (' 0') after the
1096	  target-fetch-policy, this increases the depth to which is checked.
1097
109826 April 2010: Wouter
1099	- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
1100	  CPPFLAGS during configure process.
1101	- if libev is installed on the base system (not libevent), detect
1102	  it from the event.h header file and link with -lev.
1103	- configlexer.lex gets config.h, and configyyrename.h added by make,
1104	  no more double include.
1105	- More strict scrubber (Thanks to George Barwood for the idea):
1106	  NS set must be pertinent to the query (qname subdomain nsname).
1107	- Fix bug#307: In 0x20 backoff fix fallback so the number of
1108	  outstanding queries does not become -1 and block the request.
1109	  Fixed handling of recursion-lame in combination with 0x20 fallback.
1110	  Fix so RRsets are compared canonicalized and sorted if the immediate
1111	  comparison fails, this makes it work around round-robin sites.
1112
111323 April 2010: Wouter
1114	- Squelch log message: sendto failed permission denied for
1115	  255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
1116	- Fix to fetch data as last resort more tenaciously.  When cycle
1117	  targets cause the server selection to believe there are more options
1118	  when they really are not there, the server selection is reinitiated.
1119	- Fix fetch from blacklisted dnssec lame servers as last resort.  The
1120	  server's IP address is then given in validator errors as well.
1121	- Fix local-zone type redirect that did not use the query name for
1122	  the answer rrset.
1123
112422 April 2010: Wouter
1125	- tag 1.4.4.
1126	- trunk contains 1.4.5 in development.
1127	- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
1128	  The validator error message was 'no signatures from ...'.
1129
113016 April 2010: Wouter
1131	- more portability defines for CMSG_SPACE, CMSG_ALIGN, CMSG_LEN.
1132	- tag 1.4.4rc1.
1133
113415 April 2010: Wouter
1135	- ECC-GOST algorithm number 12 that is assigned by IANA.  New test
1136	  example key and signatures for GOST.  GOST requires openssl-1.0.0.
1137	  GOST is still disabled by default.
1138
11399 April 2010: Wouter
1140	- Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
1141	  get into an endless loop, if 0x20 was enabled, and buffers are small
1142	  or particular broken packets are received.
1143	- Fix chain of trust with CNAME at an intermediate step, for the DS
1144	  processing proof.
1145
11468 April 2010: Wouter
1147	- Fix validation of queries with wildcard names (*.example).
1148
11496 April 2010: Wouter
1150	- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
1151	  cache timeout coincided with a server update, the current EDNS
1152	  backoff is less sensitive, and does not cache the backoff unless
1153	  the backoff actually works and the domain is not expecting DNSSEC.
1154	- GOST support with correct algorithm numbers.
1155
11561 April 2010: Wouter
1157	- iana portlist updated.
1158
115924 March 2010: Wouter
1160	- unbound control flushed items are not counted when flushed again.
1161
116223 March 2010: Wouter
1163	- iana portlist updated.
1164
116522 March 2010: Wouter
1166	- unbound-host disables use-syslog from config file so that the
1167	  config file for the main server can be used more easily.
1168	- fix bug#301: unbound-checkconf could not parse interface
1169	  '0.0.0.0@5353', even though unbound itself worked fine.
1170
117119 March 2010: Wouter
1172	- fix fwd_ancil test to pass if the socket options are not supported.
1173
117418 March 2010: Wouter
1175	- Fixed random numbers for port, interface and server selection.
1176	  Removed very small bias.
1177	- Refer to the listing in unbound-control man page in the extended
1178	  statistics entry in the unbound.conf man page.
1179
118016 March 2010: Wouter
1181	- Fix interface-automatic for OpenBSD: msg.controllen was too small,
1182	  also assertions on ancillary data buffer.
1183	- check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
1184	- for NSEC3 check if signatures are cached.
1185
118615 March 2010: Wouter
1187	- unit test for util/regional.c.
1188
118912 March 2010: Wouter
1190	- Reordered configure checks so fork and -lnsl -lsocket checks are
1191	  earlier, and thus later checks benefit from and do not hinder them.
1192	- iana portlist updated.
1193	- ldns tarball updated.
1194	- Fix python use when multithreaded.
1195	- Fix solaris python compile.
1196	- Include less in config.h and include per code file for ldns, ssl.
1197
119811 March 2010: Wouter
1199	- another memory allocation option: --enable-alloc-nonregional.
1200	  exposes the regional allocations to other memory purifiers.
1201	- fix for memory alignment in struct sock_list allocation.
1202	- Fix for MacPorts ldns without ssl default, unbound checks if ldns
1203	  has dnssec functionality and uses the builtin if not.
1204	- Fix daemonize on Solaris 10, it did not detach from terminal.
1205	- tag 1.4.3 created.
1206	- trunk is 1.4.4 in development.
1207	- spelling fix in validation error involving cnames.
1208
120910 March 2010: Wouter
1210	- --enable-alloc-lite works with test set.
1211	- portability in the testset: printf format conversions, prototypes.
1212
12139 March 2010: Wouter
1214	- tag 1.4.2 created.
1215	- trunk is 1.4.3 in development.
1216	- --enable-alloc-lite debug option.
1217
12188 March 2010: Wouter
1219	- iana portlist updated.
1220
12214 March 2010: Wouter
1222	- Fix crash in control channel code.
1223
12243 March 2010: Wouter
1225	- better casts in pipe code, brackets placed wrongly.
1226	- iana portlist updated.
1227
12281 March 2010: Wouter
1229	- make install depends on make all.
1230	- Fix 5011 auto-trust-anchor-file initial read to skip RRSIGs.
1231	- --enable-checking: enables assertions but does not look nonproduction.
1232	- nicer VERB_DETAIL (verbosity 2, unbound-host -d) output, with
1233	  nxdomain and nodata distinguished.
1234	- ldns tarball updated.
1235	- --disable-rpath fixed for libtool not found errors.
1236	- new fedora specfile from Fedora13 in contrib from Paul Wouters.
1237
123826 February 2010: Wouter
1239	- Fixup prototype for lexer cleanup in daemon code.
1240	- unbound-control list_stubs, list_forwards, list_local_zones and
1241	  list_local_data.
1242
124324 February 2010: Wouter
1244	- Fix scrubber bug that potentially let NS records through.  Reported
1245	  by Amanda Constant.
1246	- Also delete potential poison references from additional.
1247	- Fix: no classification of a forwarder as lame, throw away instead.
1248
124923 February 2010: Wouter
1250	- libunbound ub_ctx_get_option() added.
1251	- unbound-control set_option and get_option commands.
1252	- iana portlist updated.
1253
125418 February 2010: Wouter
1255	- A little more strict DS scrubbing.
1256	- No more blacklisting of unresponsive servers, a 2 minute timeout
1257	  is backed off to.
1258	- RD flag not enabled for dnssec-blacklisted tries, unless necessary.
1259	- pickup ldns compile fix, libdl for libcrypto.
1260	- log 'tcp connect: connection timed out' only in high verbosity.
1261	- unbound-control log_reopen command.
1262	- moved get_option code from unbound-checkconf to util/config_file.c
1263
126417 February 2010: Wouter
1265	- Disregard DNSKEY from authority section for chain of trust.
1266	  DS records that are irrelevant to a referral scrubbed.  Anti-poison.
1267	- iana portlist updated.
1268
126916 February 2010: Wouter
1270	- Check for 'no space left on device' (or other errors) when
1271	  writing updated autotrust anchors and print errno to log.
1272
127315 February 2010: Wouter
1274	- Fixed the requery protection, the TTL was 0, it is now 900 seconds,
1275	  hardcoded.  We made the choice to send out more conservatively,
1276	  protecting against an aggregate effect more than protecting a
1277	  single user (from their own folly, perhaps in case of misconfig).
1278
127912 February 2010: Wouter
1280	- Re-query pattern changed on validation failure.  To protect troubled
1281	  authority servers, unbound caches a failure for the DNSKEY or DS
1282	  records for the entire zone, and only retries that 900 seconds later.
1283	  This implies that only a handful of packets are sent extra to the
1284	  authority if the zone fails.
1285
128611 February 2010: Wouter
1287	- ldns tarball update for long label length syntax error fix.
1288	- iana portlist updated.
1289
12909 February 2010: Wouter
1291	- Fixup in compat snprintf routine, %f 1.02 and %g support.
1292	- include math.h for testbound test compile portability.
1293
12942 February 2010: Wouter
1295	- Updated url of IANA itar, interim trust anchor repository, in script.
1296
12971 February 2010: Wouter
1298	- iana portlist updated.
1299	- configure test for memcmp portability.
1300
130127 January 2010: Wouter
1302	- removed warning on format string in validator error log statement.
1303	- iana portlist updated.
1304
130522 January 2010: Wouter
1306	- libtool finish the install of unbound python dynamic library.
1307
130821 January 2010: Wouter
1309	- acx_nlnetlabs.m4 synchronised with nsd's version.
1310
131120 January 2010: Wouter
1312	- Fixup lookup trouble for parent-child domains on the first query.
1313
131414 January 2010: Wouter
1315	- Fixup ldns detection to also check for header files.
1316
131713 January 2010: Wouter
1318	- prefetch-key option that performs DNSKEY queries earlier in the
1319	  validation process, and that could halve the latency on DNSSEC
1320	  queries.  It takes some extra processing (CPU, a cache is needed).
1321
132212 January 2010: Wouter
1323	- Fix unbound-checkconf for auto-trust-anchor-file present checks.
1324
13258 January 2010: Wouter
1326	- Fix for parent-child disagreement code which could have trouble
1327	  when (a) ipv6 was disabled and (b) the TTL for parent and child
1328	  were different.  There were two bugs, the parent-side information
1329	  is fixed to no longer block lookup of child side information and
1330	  the iterator is fixed to no longer attempt to get ipv6 when it is
1331	  not enabled and then give up in failure.
1332	- test and fixes to make prefetch actually store the answer in the
1333	  cache.  Considers some rrsets 'already expired' but does not allow
1334	  overwriting of rrsets considered more secure.
1335
13367 January 2010: Wouter
1337	- Fixup python documentation (thanks Leo Vandewoestijne).
1338	- Work on cache prefetch feature.
1339	- Stats for prefetch, in log print stats, unbound-control stats
1340	  and in unbound_munin plugin.
1341
13426 January 2010: Wouter
1343	- iana portlist updated.
1344	- bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.
1345	- verbose output includes parent-side-address notion for lameness.
1346	- documented val-log-level: 2 setting in example.conf and man page.
1347	- change unbound-control-setup from 1024(sha1) to 1536(sha256).
1348
13491 January 2010: Wouter
1350	- iana portlist updated.
1351
135222 December 2009: Wouter
1353	- configure with newer libtool 2.2.6b.
1354
135517 December 2009: Wouter
1356	- review comments.
1357	- tag 1.4.1.
1358	- trunk to version 1.4.2.
1359
136015 December 2009: Wouter
1361	- Answer to qclass=ANY queries, with class IN contents.
1362	  Test that validation also works.
1363	- updated ldns snapshot tarball with latest fixes (parsing records).
1364
136511 December 2009: Wouter
1366	- on IPv4 UDP turn off DF flag.
1367
136810 December 2009: Wouter
1369	- requirements.txt updated with design choice explanations.
1370	- Reading fixes: fix to set unlame when child confirms parent glue,
1371	  and fix to avoid duplicate addresses in delegation point.
1372	- verify_rrsig routine checks expiration last.
1373
13749 December 2009: Wouter
1375	- Fix Bug#287(reopened): update of ldns tarball with fix for parse
1376	  errors generated for domain names like '.example.com'.
1377	- Fix SOA excluded from negative DS responses.  Reported by Hauke
1378	  Lampe.  The negative cache did not include proper SOA records for
1379	  negative qtype DS responses which makes BIND barf on it, such
1380	  responses are now only used internally.
1381	- Fix negative cache lookup of closestencloser check of DS type bit.
1382
13838 December 2009: Wouter
1384	- Fix for lookup of parent-child disagreement domains, where the
1385	  parent-side glue works but it does not provide proper NS, A or AAAA
1386	  for itself, fixing domains such as motorcaravanners.eu.
1387	- Feature: you can specify a port number in the interface: line, so
1388	  you can bind the same interface multiple times at different ports.
1389
13907 December 2009: Wouter
1391	- Bug#287: Fix segfault when unbound-control remove nonexistent local
1392	  data.  Added check to tests.
1393
13941 December 2009: Wouter
1395	- Fix crash with module-config "iterator".
1396	- Added unit test that has "iterator" module-config.
1397
139830 November 2009: Wouter
1399	- bug#284: fix parse of # without end-of-line at end-of-file.
1400
140126 November 2009: Wouter
1402	- updated ldns with release candidate for version 1.6.3.
1403	- tag for 1.4.0 release.
1404	- 1.4.1 version in trunk.
1405	- Fixup major libtool version to 2 because of why_bogus change.
1406	  It was 1:5:0 but should have been 2:0:0.
1407
140823 November 2009: Wouter
1409	- Patch from David Hubbard for libunbound manual page.
1410	- Fixup endless spinning in unbound-control stats reported by
1411	  Attila Nagy.  Probably caused by clock reversal.
1412
141320 November 2009: Wouter
1414	- contrib/split-itar.sh contributed by Tom Hendrikx.
1415
141619 November 2009: Wouter
1417	- better argument help for unbound-control.
1418	- iana portlist updated.
1419
142017 November 2009: Wouter
1421	- noted multiple entries for multiple domain names in example.conf.
1422	- iana portlist updated.
1423
142416 November 2009: Wouter
1425	- Fixed signer detection of CNAME responses without signatures.
1426	- Fix#282 libunbound memleak on error condition by Eric Sesterhenn.
1427	- Tests for CNAMEs to deeper trust anchors, secure and bogus.
1428	- svn tag 1.4.0rc1 made.
1429
143013 November 2009: Wouter
1431	- Fixed validation failure for CNAME to optout NSEC3 nodata answer.
1432	- unbound-host does not fail on type ANY.
1433	- Fixed wireparse failure to put RRSIGs together with data in some
1434	  long ANY mix cases, which fixes validation failures.
1435
143612 November 2009: Wouter
1437	- iana portlist updated.
1438	- fix manpage errors reported by debian lintian.
1439	- review comments.
1440	- fixup very long vallog2 level error strings.
1441
144211 November 2009: Wouter
1443	- ldns tarball updated (to 1.6.2).
1444	- review comments.
1445
144610 November 2009: Wouter
1447	- Thanks to Surfnet found bug in new dnssec-retry code that failed
1448	  to combine well when combined with DLV and a particular failure.
1449	- Fixed unbound-control -h output about argument optionality.
1450	- review comments.
1451
14525 November 2009: Wouter
1453	- lint fixes and portability tests.
1454	- better error text for multiple domain keys in one autotrust file.
1455
14562 November 2009: Wouter
1457	- Fix bug where autotrust does not work when started with a DS.
1458	- Updated GOST unit tests for unofficial algorithm number 249
1459	  and DNSKEY-format changes in draft version -01.
1460
146129 October 2009: Wouter
1462	- iana portlist updated.
1463	- edns-buffer-size option, default 4096.
1464	- fixed do-udp: no.
1465
146628 October 2009: Wouter
1467	- removed abort on prealloc failure, error still printed but softfail.
1468	- iana portlist updated.
1469	- RFC 5702: RSASHA256 and RSASHA512 support enabled by default.
1470	- ldns tarball updated (which also enables rsasha256 support).
1471
147227 October 2009: Wouter
1473	- iana portlist updated.
1474
14758 October 2009: Wouter
1476	- please doxygen
1477	- add val-log-level print to corner case (nameserver.epost.bg).
1478	- more detail to errors from insecure delegation checks.
1479	- Fix double time subtraction in negative cache reported by
1480	  Amanda Constant and Hugh Mahon.
1481	- Made new validator error string available from libunbound for
1482	  applications.  It is in result->why_bogus, a zero-terminated string.
1483	  unbound-host prints it by default if a result is bogus.
1484	  Also the errinf is public in module_qstate (for other modules).
1485
14867 October 2009: Wouter
1487	- retry for validation failure in DS and prime results. Less mem use.
1488	  unit test.  Provisioning in other tests for requeries.
1489	- retry for validation failure in DNSKEY in middle of chain of trust.
1490	  unit test.
1491	- retry for empty non terminals in chain of trust and unit test.
1492	- Fixed security bug where the signatures for NSEC3 records were not
1493	  checked when checking for absence of DS records.  This could have
1494	  enabled the substitution of an insecure delegation.
1495	- moved version number to 1.4.0 because of 1.3.4 release with only
1496	  the NSEC3 patch from the entry above.
1497	- val-log-level: 2 shows extended error information for validation
1498	  failures, but still one (longish) line per failure.  For example:
1499	  validation failure <example.com. DNSKEY IN>: signature expired from
1500	  192.0.2.4 for trust anchor example.com. while building chain of trust
1501	  validation failure <www.example.com. A IN>: no signatures from
1502	  192.0.2.6 for key example.com. while building chain of trust
1503
15046 October 2009: Wouter
1505	- Test set updated to provide additional ns lookup result.
1506	  The retry would attempt to fetch the data from other nameservers
1507	  for bogus data, and this needed to be provisioned in the tests.
1508
15095 October 2009: Wouter
1510	- first validation failure retry code.  Retries for data failures.
1511	  And unit test.
1512
15132 October 2009: Wouter
1514	- improve 5011 modularization.
1515	- fix unbound-host so -d can be given before -C.
1516	- iana portlist updated.
1517
151828 September 2009: Wouter
1519	- autotrust-anchor-file can read multiline input and $ORIGIN.
1520	- prevent integer overflow in holddown calculation. review fixes.
1521	- fixed race condition in trust point revocation. review fix.
1522	- review fixes to comments, removed unused code.
1523
152425 September 2009: Wouter
1525	- so-rcvbuf: 4m option added.  Set this on large busy servers to not
1526	  drop the occasional packet in spikes due to full socket buffers.
1527	  netstat -su keeps a counter of UDP dropped due to full buffers.
1528	- review of validator/autotrust.c, small fixes and comments.
1529
153023 September 2009: Wouter
1531	- 5011 query failed counts verification failures, not lookup failures.
1532	- 5011 probe failure handling fixup.
1533	- test unbound reading of original autotrust data.
1534	  The metadata per-key, such as key state (PENDING, MISSING, VALID) is
1535	  picked up, otherwise performs initial probe like usual.
1536
153722 September 2009: Wouter
1538	- autotrust test with algorithm rollover, new ordering of checks
1539	  assists in orderly rollover.
1540	- autotrust test with algorithm rollover to unknown algorithm.
1541	  checks if new keys are supported before adding them.
1542	- autotrust test with trust point revocation, becomes unsigned.
1543	- fix DNSSEC-missing-signature detection for minimal responses
1544	  for qtype DNSKEY (assumes DNSKEY occurs at zone apex).
1545
154618 September 2009: Wouter
1547	- autotrust tests, fix trustpoint timer deletion code.
1548	  fix count of valid anchors during missing remove.
1549	- autotrust: pick up REVOKE even if not signed with known other keys.
1550
155117 September 2009: Wouter
1552	- fix compile of unbound-host when --enable-alloc-checks.
1553	- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
1554	- Manual page fixes reported by Tony Finch.
1555
155616 September 2009: Wouter
1557	- Fix memory leak reported by Tao Ma.
1558	- Fix memstats test tool for log-time-ascii log format.
1559
156015 September 2009: Wouter
1561	- iana portlist updated.
1562
156310 September 2009: Wouter
1564	- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
1565	- use linebuffering for log-file: output, this can be significantly
1566	  faster than the previous fflush method and enable some class of
1567	  resolvers to use high verbosity (for short periods).
1568	  Not on windows, because line buffering does not work there.
1569
15709 September 2009: Wouter
1571	- Fix bug where DNSSEC-bogus messages were marked with too high TTL.
1572	  The RRsets would still expire at the normal time, but this would
1573	  keep messages bogus in the cache for too long.
1574	- regression test for that bug.
1575	- documented that load_cache is meant for debugging.
1576
15778 September 2009: Wouter
1578	- fixup printing errors when load_cache, they were printed to the
1579	  SSL connection which broke, now to the log.
1580	- new ldns - with fixed parse of large SOA values.
1581
15827 September 2009: Wouter
1583	- autotrust testbound scenarios.
1584	- autotrust fix that failure count is written to file.
1585	- autotrust fix that keys may become valid after add holddown time
1586	  alone, before the probe returns.
1587
15884 September 2009: Wouter
1589	- Changes to make unbound work with libevent-2.0.3 alpha. (in
1590	  configure detection due to new ssl dependency in libevent)
1591	- do not call sphinx for documentation when python is disabled.
1592	- remove EV_PERSIST from libevent timeout code to make the code
1593	  compatible with the libevent-2.0.  Works with older libevent too.
1594	- fix memory leak in python code.
1595
15963 September 2009: Wouter
1597	- Got a patch from Luca Bruno for libunbound support on windows to
1598	  pick up the system resolvconf nameservers and hosts there.
1599	- included ldns updated (enum warning fixed).
1600	- makefile fix for parallel makes.
1601	- Patch from Zdenek Vasicek and Attila Nagy for using the source IP
1602	  from python scripts.  See pythonmod/examples/resip.py.
1603	- doxygen comment fixes.
1604
16052 September 2009: Wouter
1606	- TRAFFIC keyword for testbound. Simplifies test generation.
1607	  ${range lower val upper} to check probe timeout values.
1608	- test with 5011-prepublish rollover and revocation.
1609	- fix revocation of RR for autotrust, stray exclamation mark.
1610
16111 September 2009: Wouter
1612	- testbound variable arithmetic.
1613	- autotrust probe time is randomised.
1614	- autotrust: the probe is active and does not fetch from cache.
1615
161631 August 2009: Wouter
1617	- testbound variable processing.
1618
161928 August 2009: Wouter
1620	- fixup unbound-control lookup to print forward and stub servers.
1621
162227 August 2009: Wouter
1623	- autotrust: mesh answer callback is empty.
1624
162526 August 2009: Wouter
1626	- autotrust probing.
1627	- iana portlist updated.
1628
162925 August 2009: Wouter
1630	- fixup memleak in trust anchor unsupported algorithm check.
1631	- iana portlist updated.
1632	- autotrust options: add-holddown, del-holddown, keep-missing.
1633	- autotrust store revoked status of trust points.
1634	- ctime_r compat definition.
1635	- detect yylex_destroy() in configure.
1636	- detect SSL_get_compression_methods declaration in configure.
1637	- fixup DS lookup at anchor point with unsigned parent.
1638	- fixup DLV lookup for DS queries to unsigned domains.
1639
164024 August 2009: Wouter
1641	- cleaner memory allocation on exit. autotrust test routines.
1642	- free all memory on program exit, fix for ssl and flex.
1643
164421 August 2009: Wouter
1645	- autotrust: debug routines. Read,write and conversions work.
1646
164720 August 2009: Wouter
1648	- autotrust: save and read trustpoint variables.
1649
165019 August 2009: Wouter
1651	- autotrust: state table updates.
1652	- iana portlist updated.
1653
165417 August 2009: Wouter
1655	- autotrust: process events.
1656
165717 August 2009: Wouter
1658	- Fix so that servers are only blacklisted if they fail to reply
1659	  to 16 queries in a row and the timeout gets above 2 minutes.
1660	- autotrust work, split up DS verification of DNSKEYs.
1661
166214 August 2009: Wouter
1663	- unbound-control lookup prints out infra cache information, like RTT.
1664	- Fix bug in DLV lookup reported by Amanda from Secure64.
1665	  It could sometimes wrongly classify a domain as unsigned, which
1666	  does not give the AD bit on replies.
1667
166813 August 2009: Wouter
1669	- autotrust read anchor files. locked trust anchors.
1670
167112 August 2009: Wouter
1672	- autotrust import work.
1673
167411 August 2009: Wouter
1675	- Check for openssl compatible with gost if enabled.
1676	- updated unit test for GOST=211 code.
1677	  Nicer naming of test files.
1678	- iana portlist updated.
1679
16807 August 2009: Wouter
1681	- call OPENSSL_config() in unbound and unit test so that the
1682	  operator can use openssl.cnf for configuration options.
1683	- removed small memory leak from config file reader.
1684
16856 August 2009: Wouter
1686	- configure --enable-gost for GOST support, experimental
1687	  implementation of draft-dolmatov-dnsext-dnssec-gost-01.
1688	- iana portlist updated.
1689	- ldns tarball updated (with GOST support).
1690
16915 August 2009: Wouter
1692	- trunk moved to 1.3.4.
1693
16944 August 2009: Wouter
1695	- Added test that the examples from draft rsasha256-14 verify.
1696	- iana portlist updated.
1697	- tagged 1.3.3
1698
16993 August 2009: Wouter
1700	- nicer warning when algorithm not supported, tells you to upgrade.
1701	- iana portlist updated.
1702
170327 July 2009: Wouter
1704	- Updated unbound-cacti contribution from Dmitriy Demidov, with
1705	  the queue statistics displayed in its own graph.
1706	- iana portlist updated.
1707
170822 July 2009: Wouter
1709	- Fix bug found by Michael Tokarev where unbound would try to
1710	  prime the root servers even though forwarders are configured for
1711	  the root.
1712	- tagged 1.3.3rc1
1713
171421 July 2009: Wouter
1715	- Fix server selection, so that it waits for open target queries when
1716	  faced with lameness.
1717
171820 July 2009: Wouter
1719	- Ignore transient sendto errors, no route to host, and host, net down.
1720	- contrib/update-anchor.sh has -r option for root-hints.
1721	- feature val-log-level: 1 prints validation failures so you can
1722	  keep track of them during dnssec deployment.
1723
172416 July 2009: Wouter
1725	- fix replacement malloc code.  Used in crosscompile.
1726	- makedist -w creates crosscompiled setup.exe on fedora11.
1727
172815 July 2009: Wouter
1729	- dependencies for compat items, for crosscompile.
1730	- mingw32 crosscompile changes, dependencies and zipfile creation.
1731	  and with System.dll from the windows NSIS you can make setup.exe.
1732	- package libgcc_s_sjlj exception handler for NSISdl.dll.
1733
173414 July 2009: Wouter
1735	- updated ldns tarball for solaris x64 compile assistance.
1736	- no need to define RAND_MAX from config.h.
1737	- iana portlist updated.
1738	- configure changes and ldns update for mingw32 crosscompile.
1739
174013 July 2009: Wouter
1741	- Fix for crash at start on windows.
1742	- tag for release 1.3.2.
1743	- trunk has version 1.3.3.
1744	- Fix for ID bits on windows to use all 16. RAND_MAX was not
1745	  defined like you'd expect on mingw. Reported by Mees de Roo.
1746
17479 July 2009: Wouter
1748	- tag for release 1.3.1.
1749	- trunk has version 1.3.2.
1750
17517 July 2009: Wouter
1752	- iana portlist updated.
1753
17546 July 2009: Wouter
1755	- prettier error handling in SSL setup.
1756	- makedist.sh uname fix (same as ldns).
1757	- updated fedora spec file.
1758
17593 July 2009: Wouter
1760	- fixup linking when ldnsdir is "".
1761
176230 June 2009: Wouter
1763	- more lenient truncation checks.
1764
176529 June 2009: Wouter
1766	- ldns trunk r2959 imported as tarball, because of solaris cc compile
1767	  support for c99.  r2960 for better configure.
1768	- better wrongly_truncated check.
1769	- On Linux, fragment IPv6 datagrams to the IPv6 minimum MTU, to
1770	  avoid dropped packets at routers.
1771
177226 June 2009: Wouter
1773	- Fix EDNS fallback when EDNS works for short answers but long answers
1774	  are dropped.
1775
177622 June 2009: Wouter
1777	- fixup iter priv strict aliasing while preserving size of sockaddr.
1778	- iana portlist updated.  (one less port allocated, one more fraction
1779	  of a bit for security!)
1780	- updated fedora specfile in contrib from Paul Wouters.
1781
178219 June 2009: Wouter
1783	- Fixup strict aliasing warning in iter priv code.
1784	  and config_file code.
1785	- iana portlist updated.
1786	- harden-referral-path: handle cases where NS is in answer section.
1787
178818 June 2009: Wouter
1789	- Fix of message parse bug where (specifically) an NSEC and RRSIG
1790	  in the wrong order would be parsed, but put wrongly into internal
1791	  structures so that later validation would fail.
1792	- Extreme lenience for wrongly truncated replies where a positive
1793	  reply has an NS in the authority but no signatures.  They are
1794	  turned into minimal responses with only the (secure) answer.
1795	- autoconf 2.63 for configure.
1796	- python warnings suppress.  Keep python API away from header files.
1797
179817 June 2009: Wouter
1799	- CREDITS entry for cz.nic, sponsoring a 'summer of code' that was
1800	  used for the python code in unbound. (http://www.nic.cz/vip/ in cz).
1801
180216 June 2009: Wouter
1803	- Fixup opportunistic target query generation to it does not
1804	  generate queries that are known to fail.
1805	- Touchup on munin total memory report.
1806	- messages picked out of the cache by the iterator are checked
1807	  if their cname chain is still correct and if validation status
1808	  has to be reexamined.
1809
181015 June 2009: Wouter
1811	- iana portlist updated.
1812
181314 June 2009: Wouter
1814	- Fixed bug where cached responses would lose their security
1815	  status on second validation, which especially impacted dlv
1816	  lookups.  Reported by Hauke Lampe.
1817
181813 June 2009: Wouter
1819	- bug #254. removed random whitespace from example.conf.
1820
182112 June 2009: Wouter
1822	- Fixup potential wrong NSEC picked out of the cache.
1823	- If unfulfilled callbacks are deleted they are called with an error.
1824	- fptr wlist checks for mesh callbacks.
1825	- fwd above stub in configuration works.
1826
182711 June 2009: Wouter
1828	- Fix queries for type DS when forward or stub zones are there.
1829	  They are performed to higherup domains, and thus treated as if
1830	  going to higher zones when looking up the right forward or stub
1831	  server.  This makes a stub pointing to a local server that has
1832	  a local view of example.com signed with the same keys as are
1833	  publicly used work.  Reported by Johan Ihren.
1834	- Added build-unbound-localzone-from-hosts.pl to contrib, from
1835	  Dennis DeDonatis.  It converts /etc/hosts into config statements.
1836	- same thing fixed for forward-zone and DS, chain of trust from
1837	  public internet into the forward-zone works now.  Added unit test.
1838
18399 June 2009: Wouter
1840	- openssl key files are opened apache-style, when user is root and
1841	  before chrooting.  This makes permissions on remote-control key
1842	  files easier to set up.  Fixes bug #251.
1843	- flush_type and flush_name remove msg cache entries.
1844	- codereview - dp copy bogus setting fix.
1845
18468 June 2009: Wouter
1847	- Removed RFC5011 REVOKE flag support. Partial 5011 support may cause
1848	  inadvertant behaviour.
1849	- 1.3.0 tarball for release created.
1850	- 1.3.1 development in svn trunk.
1851	- iana portlist updated.
1852	- fix lint from complaining on ldns/sha.h.
1853	- help compiler figure out aliasing in priv_rrset_bad() routine.
1854	- fail to configure with python if swig is not found.
1855	- unbound_munin_ in contrib uses ps to show rss if sbrk does not work.
1856
18573 June 2009: Wouter
1858	- fixup bad free() when wrongly encoded DSA signature is seen.
1859	  Reported by Paul Wouters.
1860	- review comments from Matthijs.
1861
18622 June 2009: Wouter
1863	- --enable-sha2 option. The draft rsasha256 changed its algorithm
1864	  numbers too often.  Therefore it is more prudent to disable the
1865	  RSASHA256 and RSASHA512 support by default.
1866	- ldns trunk included as new tarball.
1867	- recreated the 1.3.0 tag in svn. rc1 tarball generated at this point.
1868
186929 May 2009: Wouter
1870	- fixup doc bug in README reported by Matthew Dempsky.
1871
187228 May 2009: Wouter
1873	- update iana port list
1874	- update ldns lib tarball
1875
187627 May 2009: Wouter
1877	- detect lack of IPv6 support on XP (with a different error code).
1878	- Fixup a crash-on-exit which was triggered by a very long queue.
1879	  Unbound would try to re-use ports that came free, but this is
1880	  of course not really possible because everything is deleted.
1881	  Most easily triggered on XP (not Vista), maybe because of the
1882	  network stack encouraging large messages backlogs.
1883	- change in debug statements.
1884	- Fixed bug that could cause a crash if root prime failed when there
1885	  were message backlogs.
1886
188726 May 2009: Wouter
1888	- Thanks again to Brett Carr, found an assertion that was not true.
1889	  Assertion checked if recursion parent query still existed.
1890
189129 April 2009: Wouter
1892	- Thanks to Brett Carr, caught windows resource leak, use
1893	  closesocket() and not close() on sockets or else the network stack
1894	  starts to leak handles.
1895	- Removed usage of windows Mutex because windows cannot handle enough
1896	  mutexes open.  Provide own mutex implementation using primitives.
1897
189828 April 2009: Wouter
1899	- created svn tag for 1.3.0.
1900
190127 April 2009: Wouter
1902	- optimised cname from cache.
1903	- ifdef windows functions in testbound.
1904
190523 April 2009: Wouter
1906	- fix for threadsafety in solaris thr_key_create() in tests.
1907	- iana portlist updated.
1908	- fix pylib test for Darwin.
1909	- fix pymod test for Darwin and a python threading bug in pymod init.
1910	- check python >= 2.4 in configure.
1911	- -ldl check for libcrypto 1.0.0beta.
1912
191321 April 2009: Wouter
1914	- fix for build outside sourcedir.
1915	- fix for configure script swig detection.
1916
191717 April 2009: Wouter
1918	- Fix reentrant in minievent handler for unix. Could have resulted
1919	  in spurious event callbacks.
1920	- timers do not take up a fd slot for winsock handler.
1921	- faster fix for winsock reentrant check.
1922	- fix rsasha512 unit test for new (interim) algorithm number.
1923	- fix test:ldns doesn't like DOS line endings in keyfiles on unix.
1924	- fix compile warning on ubuntu (configlexer fwrite return value).
1925	- move python include directives into CPPFLAGS instead of CFLAGS.
1926
192716 April 2009: Wouter
1928	- winsock event handler exit very quickly on signal, even if
1929	  under heavy load.
1930	- iana portlist updated.
1931	- fixup windows winsock handler reentrant problem.
1932
193314 April 2009: Wouter
1934	- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
1935	- makedist.sh; better help text.
1936	- cache-min-ttl option and tests.
1937	- mingw detect error condition on TCP sockets (NOTCONN).
1938
19399 April 2009: Wouter
1940	- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.
1941	- ldns tarball updated.
1942	- iana portlist update.
1943	- detect GOST support in openssl-1.0.0-beta1, and fix compile problem
1944	  because that openssl defines the name STRING for itself.
1945
19466 April 2009: Wouter
1947	- windows compile fix.
1948	- Detect FreeBSD jail without ipv6 addresses assigned.
1949	- python libunbound wrapper unit test.
1950	- installs the following files. Default is to not build them.
1951	  	from configure --with-pythonmodule:
1952	  /usr/lib/python2.x/site-packages/unboundmodule.py
1953	  	from configure --with-pyunbound:
1954	  /usr/lib/python2.x/site-packages/unbound.py
1955	  /usr/lib/python2.x/site-packages/_unbound.so*
1956	  The example python scripts (pythonmod/examples and
1957	  libunbound/python/examples) are not installed.
1958	- python invalidate routine respects packed rrset ids and locks.
1959	- clock skew checks in unbound, config statements.
1960	- nxdomain ttl considerations in requirements.txt
1961
19623 April 2009: Wouter
1963	- Fixed a bug that caused messages to be stored in the cache too
1964	  long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
1965	  targets have been more vulnerable to the TTL miscalculation bug.
1966	- documentation test fixed for python addition.
1967
19682 April 2009: Wouter
1969	- pyunbound (libunbound python plugin) compiles using libtool.
1970	- documentation for pythonmod and pyunbound is generated in doc/html.
1971	- iana portlist updated.
1972	- fixed bug in unbound-control flush_zone where it would not flush
1973	  every message in the target domain.  This especially impacted
1974	  NXDOMAIN messages which could remain in the cache regardless.
1975	- python module test package.
1976
19771 April 2009: Wouter
1978	- suppress errors when trying to contact authority servers that gave
1979	  ipv6 AAAA records for their nameservers with ipv4 mapped contents.
1980	  Still tries to do so, could work when deployed in intranet.
1981	  Higher verbosity shows the error.
1982	- new libunbound calls documented.
1983	- pyunbound in libunbound/python. Removed compile warnings.
1984	  Makefile to make it.
1985
198630 March 2009: Wouter
1987	- Fixup LDFLAGS from libevent sourcedir compile configure restore.
1988	- Fixup so no non-absolute rpaths are added.
1989	- Fixup validation of RRSIG queries, they are let through.
1990	- read /dev/random before chroot
1991	- checkconf fix no python checks when no python module enabled.
1992	- fix configure, pthread first, so other libs do not change outcome.
1993
199427 March 2009: Wouter
1995	- nicer -h output. report linked libraries and modules.
1996	- prints modules in intuitive order (config file friendly).
1997	- python compiles easily on BSD.
1998
199926 March 2009: Wouter
2000	- ignore swig varargs warnings with gcc.
2001	- remove duplicate example.conf text from python example configs.
2002	- outofdir compile fix for python.
2003	- pyunbound works.
2004	- print modules compiled in on -h. manpage.
2005
200625 March 2009: Wouter
2007	- initial import of the python contribution from Zdenek Vasicek and
2008	  Marek Vavrusa.
2009	- pythonmod in Makefile; changes to remove warnings/errors for 1.3.0.
2010
201124 March 2009: Wouter
2012	- more neat configure.ac. Removed duplicate config.h includes.
2013	- neater config.h.in.
2014	- iana portlist updated.
2015	- fix util/configlexer.c and solaris -std=c99 flag.
2016	- fix postcommit aclocal errors.
2017	- spaces stripped. Makefile cleaner, /usr omitted from -I, -L, -R.
2018	- swap order of host detect and libtool generation.
2019
202023 March 2009: Wouter
2021	- added launchd plist example file for MacOSX to contrib.
2022	- deprecation test for daemon(3).
2023	- moved common configure actions to m4 include, prettier Makefile.
2024
202520 March 2009: Wouter
2026	- bug #239: module-config entries order is important. Documented.
2027	- build fix for test asynclook.
2028
202919 March 2009: Wouter
2030	- winrc/README.txt dos-format text file.
2031	- iana portlist updated.
2032	- use _beginthreadex() when available (performs stack alignment).
2033	- defaults for windows baked into configure.ac (used if on mingw).
2034
203518 March 2009: Wouter
2036	- Added tests, unknown algorithms become insecure. fallback works.
2037	- Fix for and test for unknown algorithms in a trust anchor
2038	  definition.  Trust anchors with no supported algos are ignored.
2039	  This means a (higher)DS or DLV entry for them could succeed, and
2040	  otherwise they are treated as insecure.
2041	- domain-insecure: "example.com" statement added. Sets domain
2042	  insecure regardless of chain of trust DSs or DLVs. The inverse
2043	  of a trust-anchor.
2044
204517 March 2009: Wouter
2046	- unit test for unsupported algorithm in anchor warning.
2047	- fixed so queries do not fail on opportunistic target queries.
2048
204916 March 2009: Wouter
2050	- fixup diff error printout in contrib/update-itar.sh.
2051	- added contrib/unbound_cacti for statistics support in cacti,
2052	  contributed by Dmitriy Demidov.
2053
205413 March 2009: Wouter
2055	- doxygen and lex/yacc on linux.
2056	- strip update-anchor on makedist -w.
2057	- fix testbound on windows.
2058	- default log to syslog for windows.
2059	- uninstaller can stop unbound - changed text on it to reflect that.
2060	- remove debugging from windows 'cron' actions.
2061
206212 March 2009: Wouter
2063	- log to App.logs on windows prints executable identity.
2064	- fixup tests.
2065	- munin plugin fix benign locking error printout.
2066	- anchor-update for windows, called every 24 hours; unbound reloads.
2067
206811 March 2009: Wouter
2069	- winsock event handler resets WSAevents after signalled.
2070	- winsock event handler tests if signals are really signalled.
2071	- install and service with log to file works on XP and Vista on
2072	  default install location.
2073	- on windows logging to the Application logbook works (as a service).
2074	- fix RUN_DIR on windows compile setting in makedist.
2075	- windows registry has Software\Unbound\ConfigFile element.
2076	  If does not exist, the default is used. The -c switch overrides it.
2077	- fix makedist version cleanup function.
2078
207910 March 2009: Wouter
2080	- makedist -w strips out old rc.. and snapshot info from version.
2081	- setup.exe starts and stops unbound after install, before uninstall.
2082	- unbound-checkconf recognizes absolute pathnames on windows (C:...).
2083
20849 March 2009: Wouter
2085	- Nullsoft NSIS installer creation script.
2086
20875 March 2009: Wouter
2088	- fixup memory leak introduced on 18feb in mesh reentrant fix.
2089
20903 March 2009: Wouter
2091	- combined icon with 16x16(4) 32x32(4) 48x48(8) 64x64(8).
2092	- service works on xp/vista, no config necessary (using defaults).
2093	- windows registry settings.
2094
20952 March 2009: Wouter
2096	- fixup --export-symbols to be -export-symbls for libtool.
2097	  This should fix extraneous symbols exported from libunbound.
2098	  Thanks to Ondrej Sury and Robert Edmonds for finding it.
2099	- iana portlist updated.
2100	- document FAQ entry on stub/forward zones and default blocking.
2101	- fix asynclook test app for libunbound not exporting symbols.
2102	- service install and remove utils that work with vista UAC.
2103
210427 February 2009: Wouter
2105	- Fixup lexer, to not give warnings about fwrite. Appeared in
2106	  new lexer features.
2107	- makedistro functionality for mingw. Has RC support.
2108	- support spaces and backslashes in configured defaults paths.
2109	- register, deregister in service control manager.
2110
211125 February 2009: Wouter
2112	- windres usage for application resources.
2113
211424 February 2009: Wouter
2115	- isc moved their dlv key download location.
2116	- fixup warning on vista/mingw.
2117	- makedist -w for window zip distribution first version.
2118
211920 February 2009: Wouter
2120	- Fixup contrib/update-itar.sh, the exit codes 1 and 0 were swapped.
2121	  Nicer script layout.  Added url to site in -h output.
2122
212319 February 2009: Wouter
2124	- unbound-checkconf and unbound print warnings when trust anchors
2125	  have unsupported algorithms.
2126	- added contrib/update-itar.sh  This script is similar to
2127	  update-anchor.sh, and updates from the IANA ITAR repository.
2128	  You can provide your own PGP key and trust repo, or can use the
2129	  builtin.  The program uses wget and gpg to work.
2130	- iana portlist updated.
2131	- update-itar.sh: using ftp:// urls because https godaddy certificate
2132	  is not available everywhere and then gives fatal errors.  The
2133	  security is provided by pgp signature.
2134
213518 February 2009: Wouter
2136	- more cycle detection. Also for target queries.
2137	- fixup bug where during deletion of the mesh queries the callbacks
2138	  that were reentrant caused assertion failures. Keep the mesh in
2139	  a reentrant safe state.  Affects libunbound, reload of server,
2140	  on quit and flush_requestlist.
2141	- iana portlist updated.
2142
214313 February 2009: Wouter
2144	- forwarder information now per-thread duplicated.
2145	  This keeps it read only for speed, with no locking necessary.
2146	- forward command for unbound control to change forwarders to use
2147	  on the fly.
2148	- document that unbound-host reads no config file by default.
2149	- updated iana portlist.
2150
215112 February 2009: Wouter
2152	- call setusercontext if available (on BSD).
2153	- small refactor of stats clearing.
2154	- #227: flush_stats feature for unbound-control.
2155	- stats_noreset feature for unbound-control.
2156	- flush_requestlist feature for unbound-control.
2157	- libunbound version upped API (was changed 5 feb).
2158	- unbound-control status shows if root forwarding is in use.
2159	- slightly nicer memory management in iter-fwd code.
2160
216110 February 2009: Wouter
2162	- keys with rfc5011 REVOKE flag are skipped and not considered when
2163	  validating data.
2164	- iana portlist updated
2165	- #226: dump_requestlist feature for unbound-control.
2166
21676 February 2009: Wouter
2168	- contrib contains specfile for fedora 1.2.1 (from Paul Wouters).
2169	- iana portlist updated.
2170	- fixup EOL in include directive (reported by Paul Wouters).
2171	  You can no longer specify newlines in the names of included files.
2172	- config parser changed. Gives some syntax errors closer to where they
2173	  occurred. Does not enforce a space after keyword anymore.
2174	  Does not allow literal newlines inside quoted strings anymore.
2175	- verbosity level 5 logs customer IP for new requestlist entries.
2176	- test fix, lexer and cancel test.
2177	- new option log-time-ascii: yes  if you enable it prints timestamps
2178	  in the log file as Feb 06 13:45:26 (like syslog does).
2179	- detect event_base_new in libevent-1.4.1 and later and use it.
2180	- #231 unbound-checkconf -o option prints that value from config file.
2181	  Useful for scripting in management scripts and the like.
2182
21835 February 2009: Wouter
2184	- ldns 1.5.0 rc as tarball included.
2185	- 1.3.0 development continues:
2186	  change in libunbound API: ub_cancel can return an error, that
2187	  the async_id did not exist, or that it was already delivered.
2188	  The result could have been delivered just before the cancel
2189	  routine managed to acquire the lock, so a caller may get the
2190	  result at the same time they call cancel.  For this case,
2191	  ub_cancel tries to return an error code.
2192	  Fixes race condition in ub_cancel() libunbound function.
2193	- MacOSX Leopard cleaner text output from configure.
2194	- initgroups(3) is called to drop secondary group permissions, if
2195	  applicable.
2196	- configure option --with-ldns-builtin forces the use of the
2197	  inluded ldns package with the unbound source.  The -I include
2198	  is put before the others, so it avoids bad include files from
2199	  an older ldns install.
2200	- daemon(3) posix call is used when available.
2201	- testbound test for older fix added.
2202
22034 February 2009: Wouter
2204	- tag for release 1.2.1.
2205	- trunk setup for 1.3.0 development.
2206
22073 February 2009: Wouter
2208	- noted feature requests in doc/TODO.
2209	- printout more detailed errors on ssl certificate loading failures.
2210	- updated IANA portlist.
2211
221216 January 2009: Wouter
2213	- more quiet about ipv6 network failures, i.e. when ipv6 is not
2214	  available (network unreachable). Debug still printed on high
2215	  verbosity.
2216	- unbound-host -4 and -6 options. Stops annoying ipv6 errors when
2217	  debugging with unbound-host -4 -d ...
2218	- more cycle detection for NS-check, addr-check, root-prime and
2219	  stub-prime queries in the iterator.  Avoids possible deadlock
2220	  when priming fails.
2221
222215 January 2009: Wouter
2223	- bug #229: fixup configure checks for compilation with Solaris
2224	  Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
2225	- fixup suncc warnings.
2226	- fix bug where unbound could crash using libevent 1.3 and older.
2227	- update testset for recent retry change.
2228
222914 January 2009: Wouter
2230	- 1.2.1 feature: negative caching for failed queries.
2231	  Queries that failed are cached for 5 seconds (NORR_TTL).
2232	  If the failure is local, like out of memory, it is not cached.
2233	- the TTL comparison for the cache used different comparisons,
2234	  causing many cache responses that used the iterator and validator
2235	  state machines unnecessarily.
2236	- retry from 4 to 5 so that EDNS drop retry is part of the first
2237	  query resolve attempt, and cached error does not stop EDNS fallback.
2238	- remove debug prints that protect against bad referrals.
2239	- honor QUIET=no on make commandline (or QUIET=yes ).
2240
224113 January 2009: Wouter
2242	- fixed bug in lameness marking, removed printouts.
2243	- find NS rrset more cleanly for qtype NS.
2244	- Moved changes to 1.2.0 for release. Thanks to Mark Zealey for
2245	  reporting and logs.
2246	- 1.2.1 feature: stops resolving AAAAs promiscuously when they
2247	  are in the negative cache.
2248
224912 January 2009: Wouter
2250	- fixed bug in infrastructure lameness cache, did not lowercase
2251	  name of zone to hash when setting lame.
2252	- lameness debugging printouts.
2253
22549 January 2009: Wouter
2255	- created svn tag for 1.2.0 release.
2256	- svn trunk contains 1.2.1 version number.
2257	- iana portlist updated for todays list.
2258	- removed debug print.
2259
22608 January 2009: Wouter
2261	- new version of ldns-trunk (today) included as tarball, fixed
2262	  bug #224, building with -j race condition.
2263	- remove possible race condition in the test for race conditions.
2264
22657 January 2009: Wouter
2266	- version 1.2.0 in preparation.
2267	- feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
2268	  statements. (Adapted from patch by Paul Wouters).
2269	- typo fix and iana portlist updated.
2270	- porting testsuite; unused var warning, and type fixup.
2271
22726 January 2009: Wouter
2273	- fixup packet-of-death when compiled with --enable-debug.
2274	  A malformed packet could cause an internal assertion failure.
2275	- added test for HINFO canonicalisation behaviour.
2276	- fixup reported problem with transparent local-zone data where
2277	  queries with different type could get nxdomain. Now queries
2278	  with a different name get resolved normally, with different type
2279	  get a correct NOERROR/NODATA answer.
2280	- HINFO no longer downcased for validation, making unbound compatible
2281	  with bind and ldns.
2282	- fix reading included config files when chrooted.
2283	  Give full path names for include files.
2284	  Relative path names work if the start dir equals the working dir.
2285	- fix libunbound message transport when no packet buffer is available.
2286
22875 January 2009: Wouter
2288	- fixup getaddrinfo failure handling for remote control port.
2289	- added L.ROOT-SERVERS.NET. AAAA 2001:500:3::42 to builtin root hints.
2290	- fixup so it works with libev-3.51 from http://dist.schmorp.de/libev/
2291	- comm_timer_set performs base_set operation after event_add.
2292
229318 December 2008: Wouter
2294	- fixed bug reported by Duane Wessels: error in DLV lookup, would make
2295	  some zones that had correct DLV keys as insecure.
2296	- follows -rc makedist from ldns changes (no _rc).
2297	- ldns tarball updated with 1.4.1rc for DLV unit test.
2298	- verbose prints about recursion lame detection and server selection.
2299	- fixup BSD port for infra host storage. It hashed wrongly.
2300	- fixup makedist snapshot name generation.
2301	- do not reopen syslog to avoid dev/log dependency.
2302
230317 December 2008: Wouter
2304	- follows ldns makedist.sh. -rc option. autom4te dir removed.
2305	- unbound-control status command.
2306	- extended statistics has a number of ipv6 queries counter.
2307	  contrib/unbound_munin_ was updated to draw ipv6 in the hits graph.
2308
230916 December 2008: Wouter
2310	- follow makedist improvements from ldns, for maintainers prereleases.
2311	- snapshot version uses _ not - to help rpm distinguish the
2312	  version number.
2313
231411 December 2008: Wouter
2315	- better fix for bug #219: use LOG_NDELAY with openlog() call.
2316	  Thanks to Tamas Tevesz.
2317
23189 December 2008: Wouter
2319	- bug #221 fixed: unbound checkconf checks if key files exist if
2320	  remote control is enabled. Also fixed NULL printf when not chrooted.
2321	- iana portlist updated.
2322
23233 December 2008: Wouter
2324	- Fix problem reported by Jaco Engelbrecht where unbound-control stats
2325	  freezes up unbound if this was compiled without threading, and
2326	  was using multiple processes.
2327	- iana portlist updated.
2328	- test for remote control with interprocess communication.
2329	- created command distribution mechanism so that remote control
2330	  commands other than 'stats' work on all processes in a nonthreaded
2331	  compiled version. dump/load cache work, on the first process.
2332	- fixup remote control local_data addition memory corruption bug.
2333
23341 December 2008: Wouter
2335	- SElinux policy files in contrib/selinux for the unbound daemon,
2336	  by Paul Wouters and Adam Tkac.
2337
233825 November 2008: Wouter
2339	- configure complains when --without-ssl is given (bug #220).
2340	- skip unsupported feature tests on vista/mingw.
2341	- fixup testcode/streamtcp to work on vista/mingw.
2342	- root-hints test checks version of dig required.
2343	- blacklisted servers are polled at a low rate (1%) to see if they
2344	  come back up. But not if there is some other working server.
2345
234624 November 2008: Wouter
2347	- document that the user of the server daemon needs read privileges
2348	  on the keys and certificates generated by unbound-control-setup.
2349	  This is different per system or distribution, usually, running the
2350	  script under the same username as the server uses suffices.
2351	  i.e.  sudo -u unbound unbound-control-setup
2352	- testset port to vista/mingw.
2353	- tcp_sigpipe to freebsd port.
2354
235521 November 2008: Wouter
2356	- fixed tcp accept, errors were printed when they should not.
2357	- unbound-control-setup.sh removes read/write permissions other
2358	  from the keys it creates (as suggested by Dmitriy Demidov).
2359
236020 November 2008: Wouter
2361	- fixup fatal error due to faulty error checking after tcp accept.
2362	- add check in rlimit to avoid integer underflow.
2363	- rlimit check with new formula; better estimate for number interfaces
2364	- nicer comments in rlimit check.
2365	- tag 1.1.1 created in svn.
2366	- trunk label is 1.1.2
2367
236819 November 2008: Wouter
2369	- bug #219: fixed so that syslog which delays opening until the first
2370	  log line is written, gets a log line while not chroot'ed yet.
2371
237218 November 2008: Wouter
2373	- iana portlist updated.
2374	- removed cast in unit test debug print that was not 64bit safe.
2375	- trunk back to 1.1.0; copied to tags 1.1.0 release.
2376	- trunk to has version number 1.1.1 again.
2377	- in 1.1.1; make clean nicer. grammar in manpage.
2378
237917 November 2008: Wouter
2380	- theoretical fix for problems reported on mailing list.
2381	  If a delegation point has no A but only AAAA and do-ip6 is no,
2382	  resolution would fail. Fixed to ask for the A and AAAA records.
2383	  It has to ask for both always, so that it can fail quietly, from
2384	  TLD perspective, when a zone is only reachable on one transport.
2385	- test for above, only AAAA and doip6 is no. Fix causes A record
2386	  for nameserver to be fetched.
2387	- fixup address duplication on cache fillup for delegation points.
2388	- testset updated for new query answer requirements.
2389
239014 November 2008: Wouter
2391	- created 1.1.0 release tag in svn.
2392	- trunk moved to 1.1.1
2393	- fixup unittest-neg for locking.
2394
239513 November 2008: Wouter
2396	- added fedora init and specfile to contrib (by Paul Wouters).
2397	- added configure check for ldns 1.4.0 (using its compat funcs).
2398	- neater comments in worker.h.
2399	- removed doc/plan and updated doc/TODO.
2400	- silenced EHOSTDOWN (verbosity 2 or higher to see it).
2401	- review comments from Jelte, Matthijs. Neater code.
2402
240312 November 2008: Wouter
2404	- add unbound-control manpage to makedist replace list.
2405
240611 November 2008: Wouter
2407	- unit test for negative cache, stress tests the refcounting.
2408	- fix for refcounting error that could cause fptr_wlist fatal exit
2409	  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
2410	  Attila Nagy for testing).
2411	- nicer comments in cachedump about failed RR to string conversion.
2412	- fix 32bit wrap around when printing large (4G and more) mem usage
2413	  for extended statistics.
2414
241510 November 2008: Wouter
2416	- fixup the getaddrinfo compat code rename.
2417
24188 November 2008: Wouter
2419	- added configure check for eee build warning.
2420
24217 November 2008: Wouter
2422	- fix bug 217: fixed, setreuid and setregid do not work on MacOSX10.4.
2423	- detect nonblocking problems in network stack in configure script.
2424
24256 November 2008: Wouter
2426	- dname_priv must decompress the name before comparison.
2427	- iana portlist updated.
2428
24295 November 2008: Wouter
2430	- fixed possible memory leak in key_entry_key deletion.
2431	  Would leak a couple bytes when trust anchors were replaced.
2432	- if query and reply qname overlap, the bytes are skipped not copied.
2433	- fixed file descriptor leak when messages were jostled out that
2434	  had outstanding (TCP) replies.
2435	- DNAMEs used from cache have their synthesized CNAMEs initialized
2436	  properly.
2437	- fixed file descriptor leak for localzone type deny (for TCP).
2438	- fixed memleak at exit for nsec3 negative cached zones.
2439	- fixed memleak for the keyword 'nodefault' when reading config.
2440	- made verbosity of 'edns incapable peer' warning higher, so you
2441	  do not get spammed by it.
2442	- caught elusive Bad file descriptor error bug, that would print the
2443	  error while unnecessarily try to listen to a closed fd. Fixed.
2444
24454 November 2008: Wouter
2446	- fixed -Wwrite-strings warnings that result in better code.
2447
24483 November 2008: Wouter
2449	- fixup build process for Mac OSX linker, use ldns b32 compat funcs.
2450	- generated configure with autoconf-2.61.
2451	- iana portlist updated.
2452	- detect if libssl needs libdl.  For static linking with libssl.
2453	- changed to use new algorithm identifiers for sha256/sha512
2454	  from ldns 1.4.0 (need very latest version).
2455	- updated the included ldns tarball.
2456	- proper detection of SHA256 and SHA512 functions (not just sizes).
2457
245823 October 2008: Wouter
2459	- a little more debug info for failure on signer names. prints names.
2460
246122 October 2008: Wouter
2462	- CFLAGS are picked up by configure from the environment.
2463	- iana portlist updated.
2464	- updated ldns to use 1.4.0-pre20081022 so it picks up CFLAGS too.
2465	- new stub-prime: yesno option. Default is off, so it does not prime.
2466	  can be turned on to get same behaviour as previous unbound release.
2467	- made automated test that checks if builtin root hints are uptodate.
2468	- finished draft-wijngaards-dnsext-resolver-side-mitigation
2469	  implementation. The unwanted-reply-threshold can be set.
2470	- fixup so fptr_whitelist test in alloc.c works.
2471
247221 October 2008: Wouter
2473	- fix update-anchors.sh, so it does not report different RR order
2474	  as an update.  Sorts the keys in the file.  Updated copyright.
2475	- fixup testbound on windows, the command control pipe doesn't exist.
2476	- skip 08hostlib test on windows, no fork() available.
2477	- made unbound-remote work on windows.
2478
247920 October 2008: Wouter
2480	- quench a log message that is debug only.
2481	- iana portlist updated.
2482	- do not query bogus nameservers.  It is like nameservers that have
2483	  the NS or A or AAAA record bogus are listed as donotquery.
2484	- if server selection is faced with only bad choices, it will
2485	  attempt to get more options to be fetched.
2486	- changed bogus-ttl default value from 900 to 60 seconds.
2487	  In anticipation that operator caused failures are more likely than
2488	  actual attacks at this time.  And thus repeated validation helps
2489	  the operators get the problem fixed sooner.  It makes validation
2490	  failures go away sooner (60 seconds after the zone is fixed).
2491	  Also it is likely to try different nameserver targets every minute,
2492	  so that if a zone is bad on one server but not another, it is
2493	  likely to pick up the 'correct' one after a couple minutes,
2494	  and if the TTL is big enough that solves validation for the zone.
2495	- fixup unbound-control compilation on windows.
2496
249717 October 2008: Wouter
2498	- port Leopard/G5: fixup type conversion size_t/uint32.
2499	  please ranlib, stop file without symbols warning.
2500	- harden referral path now also validates the root after priming.
2501	  It looks up the root NS authoritatively as well as the root servers
2502	  and attemps to validate the entries.
2503
250416 October 2008: Wouter
2505	- Fixup negative TTL values appearing (reported by Attila Nagy).
2506
250715 October 2008: Wouter
2508	- better documentation for 0x20; remove fallback TODO, it is done.
2509	- harden-referral-path feature includes A, AAAA queries for glue,
2510	  as well as very careful NS caching (only when doing NS query).
2511	  A, AAAA use the delegation from the NS-query.
2512
251314 October 2008: Wouter
2514	- fwd_three.tpkg test was flaky.  If the three requests hit the
2515	  wrong threads by chance (or bad OS) then the test would fail.
2516	  Made less flaky by increasing number of retries.
2517	- stub_udp.tpkg changed to work, give root hints. fixed ldns_dname_abs.
2518	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081014).
2519	  Which includes the ldns_dname_absolute fix.
2520	- fwd_three test remains flaky now that unbound does not stop
2521	  listening when full.  Thus, removed timeout problem.
2522	  It may be serviced by three threads, or maybe by one.
2523	  Mostly only useful for lock-check testing now.
2524
252513 October 2008: Wouter
2526	- fixed recursion servers deployed as authoritative detection, so
2527	  that as a last resort, a +RD query is sent there to get the
2528	  correct answer.
2529	- iana port list update.
2530	- ldns tarball is snapshot of ldns r2759 (1.4.0-pre-20081013).
2531
253210 October 2008: Wouter
2533	- fixup tests - the negative cache contained the correct NSEC3s for
2534	  two tests that are supposed to fail to validate.
2535
25369 October 2008: Wouter
2537	- negative cache caps max iterations of NSEC3 done.
2538	- NSEC3 negative cache for qtype DS works.
2539
25408 October 2008: Wouter
2541	- NSEC negative cache for DS.
2542
25436 October 2008: Wouter
2544	- jostle-timeout option, so you can config for slow links.
2545	- 0x20 fallback code.  Tries 3xnumber of nameserver addresses
2546	  queries that must all be the same.  Sent to random nameservers.
2547	- documented choices for DoS, EDNS, 0x20.
2548
25492 October 2008: Wouter
2550	- fixup unlink of pidfile.
2551	- fixup SHA256 algorithm collation code.
2552	- contrib/update-anchor.sh does not overwrite anchors if not needed.
2553	  exits 0 when a restart is needed, other values if not.
2554	  so,  update-anchor.sh -d mydir && /etc/rc.d/unbound restart
2555	  can restart unbound exactly when needed.
2556
255730 September 2008: Wouter
2558	- fixup SHA256 DS downgrade, no longer possible to downgrade to SHA1.
2559	- tests for sha256 support and downgrade resistance.
2560	- RSASHA256 and RSASHA512 support (using the draft in dnsext),
2561	  using the drafted protocol numbers.
2562	- when using stub on localhost (127.0.0.1@10053) unbound works.
2563	  Like when running NSD to host a local zone, on the same machine.
2564	  The noprime feature. manpages more explanation. Added a test for it.
2565	- shorthand for reverse PTR,  local-data-ptr: "1.2.3.4 www.ex.com"
2566
256729 September 2008: Wouter
2568	- EDNS lameness detection, if EDNS packets are dropped this is
2569	  detected, eventually.
2570	- multiple query timeout rtt backoff does not backoff too much.
2571
257226 September 2008: Wouter
2573	- tests for remote-control.
2574	- small memory leak in exception during remote control fixed.
2575	- fixup for lock checking but not unchecking in remote control.
2576	- iana portlist updated.
2577
257823 September 2008: Wouter
2579	- Msg cache is loaded. A cache load enables cache responses.
2580	- unbound-control flush [name], flush_type and flush_zone.
2581
258222 September 2008: Wouter
2583	- dump_cache and load_cache statements in unbound-control.
2584	  RRsets are dumped and loaded correctly.
2585	  Msg cache is dumped.
2586
258719 September 2008: Wouter
2588	- locking on the localdata structure.
2589	- add and remove local zone and data with unbound-control.
2590	- ldns trunk snapshot updated, make tests work again.
2591
259218 September 2008: Wouter
2593	- fixup error in time calculation.
2594	- munin plugin improvements.
2595	- nicer abbreviations for high query types values (ixfr, axfr, any...)
2596	- documented the statistics output in unbound-control man page.
2597	- extended statistics prints out histogram, over unbound-control.
2598
259917 September 2008: Wouter
2600	- locking for threadsafe bogus rrset counter.
2601	- ldns trunk no longer exports b32 functions, provide compat.
2602	- ldns tarball updated.
2603	- testcode/ldns-testpkts.c const fixups.
2604	- fixed rcode stat printout.
2605	- munin plugin in contrib.
2606	- stats always printout uptime, because stats plugins need it.
2607
260816 September 2008: Wouter
2609	- extended-statistics: yesno config option.
2610	- unwanted replies spoof nearmiss detector.
2611	- iana portlist updated.
2612
261315 September 2008: Wouter
2614	- working start, stop, reload commands for unbound-control.
2615	- test for unbound-control working; better exit value for control.
2616	- verbosity control via unbound-control.
2617	- unbound-control stats.
2618
261912 September 2008: Wouter
2620	- removed browser control mentions. Proto speccy.
2621
262211 September 2008: Wouter
2623	- set nonblocking on new TCP streams, because linux does not inherit
2624	  the socket options to the accepted socket.
2625	- fix TCP timeouts.
2626	- SSL protected connection between server and unbound-control.
2627
262810 September 2008: Wouter
2629	- remove memleak in privacy addresses on reloads and quits.
2630	- remote control work.
2631
26329 September 2008: Wouter
2633	- smallapp/unbound-control-setup.sh script to set up certificates.
2634
26354 September 2008: Wouter
2636	- scrubber scrubs away private addresses.
2637	- test for private addresses. man page entry.
2638	- code refactored for name and address tree lookups.
2639
26403 September 2008: Wouter
2641	- options for 'DNS Rebinding' protection: private-address and
2642	  private-domain.
2643	- dnstree for reuse of routines that help with domain, addr lookups.
2644	- private-address and private-domain config option read, stored.
2645
26462 September 2008: Wouter
2647	- DoS protection features. Queries are jostled out to make room.
2648	- testbound can pass time, increasing the internal timer.
2649	- do not mark unsigned additionals bogus, leave unchecked, which
2650	  is removed too.
2651
26521 September 2008: Wouter
2653	- disallow nonrecursive queries for cache snooping by default.
2654	  You can allow is using access-control: <subnet> allow_snoop.
2655	  The defaults do allow access no authoritative data without RD bit.
2656	- two tests for it and fixups of tests for nonrec refused.
2657
265829 August 2008: Wouter
2659	- version 1.1 number in trunk.
2660	- harden-referral-path option for query for NS records.
2661	  Default turns off expensive, experimental option.
2662
266328 August 2008: Wouter
2664	- fixup logfile handling; it is created with correct permissions
2665	  again. (from bugfix#199).
2666	  Some errors are not written to logfile (pidfile writing, forking),
2667	  and these are only visible by using the -d commandline flag.
2668
266927 August 2008: Wouter
2670	- daemon(3) is causing problems for people. Reverting the patch.
2671	  bug#200, and 199 and 203 contain sideline discussion on it.
2672	- bug#199 fixed: pidfile can be outside chroot. openlog is done before
2673	  chroot and drop permissions.
2674	- config option to set size of aggressive negative cache,
2675	  neg-cache-size.
2676	- bug#203 fixed: dlv has been implemented.
2677
267826 August 2008: Wouter
2679	- test for insecure zone when DLV is in use, also does negative cache.
2680	- test for trustanchor when DLV is in use (the anchor works).
2681	- test for DLV used for a zone below a trustanchor.
2682	- added scrub filter for overreaching NSEC records and unit test.
2683	- iana portlist update
2684	- use of setresuid or setreuid when available.
2685	- use daemon(3) if available.
2686
268725 August 2008: Wouter
2688	- realclean patch from Robert Edmonds.
2689
269022 August 2008: Wouter
2691	- nicer debuglogging of DLV.
2692	- test with secure delegation inside the DLV repository.
2693
269421 August 2008: Wouter
2695	- negative cache code linked into validator, for DLV use.
2696	  negative cache works for DLV.
2697	- iana portlist update.
2698	- dlv-anchor option for unit tests.
2699	- fixup NSEC_AT_APEX classification for short typemaps.
2700	- ldns-testns has subdomain checks, for unit tests.
2701
270220 August 2008: Wouter
2703	- negative cache code, reviewed.
2704
270518 August 2008: Wouter
2706	- changes info: in logfile to notice: info: or debug: depending on
2707	  the verbosity of the statements.  Better logfile message
2708	  classification.
2709	- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
2710
271115 August 2008: Wouter
2712	- DLV nsec code fixed for better detection of closest existing
2713	  enclosers from NSEC responses.
2714	- DLV works, straight to the dlv repository, so not for production.
2715	- Iana port update.
2716
271714 August 2008: Wouter
2718	- synthesize DLV messages from the rrset cache, like done for DS.
2719
272013 August 2008: Wouter
2721	- bug #203: nicer do-auto log message when user sets incompatible
2722	  options.
2723	- bug #204: variable name ameliorated in log.c.
2724	- bug #206: in iana_update, no egrep, but awk use.
2725	- ldns snapshot r2699 taken (includes DLV type).
2726	- DLV work, config file element, trust anchor read in.
2727
272812 August 2008: Wouter
2729	- finished adjusting testset to provide qtype NS answers.
2730
273111 August 2008: Wouter
2732	- Fixup rrset security updates overwriting 2181 trust status.
2733	  This makes validated to be insecure data just as worthless as
2734	  nonvalidated data, and 2181 rules prevent cache overwrites to them.
2735	- Fix assertion fail on bogus key handling.
2736	- dnssec lameness detection works on first query at trust apex.
2737	- NS queries get proper cache and dnssec lameness treatment.
2738	- fixup compilation without pthreads on linux.
2739
27408 August 2008: Wouter
2741	- NS queries are done after every referral.
2742	  validator is used on those NS records (if anchors enabled).
2743
27447 August 2008: Wouter
2745	- Scrubber more strict. CNAME chains, DNAMEs from cache, other
2746	  irrelevant rrsets removed.
2747	- 1.0.2 released from 1.0 support branch.
2748	- fixup update-anchor.sh to work both in BSD shell and bash.
2749
27505 August 2008: Wouter
2751	- fixup DS test so apex nodata works again.
2752
27534 August 2008: Wouter
2754	- iana port update.
2755	- TODO update.
2756	- fix bug 201: null ptr deref on cleanup while udp pkts wait for port.
2757	- added explanatory text for outgoing-port-permit in manpage.
2758
275930 July 2008: Wouter
2760	- fixup bug qtype DS for unsigned zone and signed parent validation.
2761
276225 July 2008: Wouter
2763	- added original copyright statement of OpenBSD arc4random code.
2764	- created tube signaling solution on windows, as a pipe replacement.
2765	  this makes background asynchronous resolution work on windows.
2766	- removed very insecure socketpair compat code. It also did not
2767	  work with event_waiting. Solved by pipe replacement.
2768	- unbound -h prints openssl version number as well.
2769
277022 July 2008: Wouter
2771	- moved pipe actions to util/tube.c. easier porting and shared code.
2772	- check _raw() commpoint callbacks with fptr_wlist.
2773	- iana port update.
2774
277521 July 2008: Wouter
2776	- #198: nicer entropy warning message. manpage OS hints.
2777
277819 July 2008: Wouter
2779	- #198: fixup man page to suggest chroot entropy fix.
2780
278118 July 2008: Wouter
2782	- branch for 1.0 support.
2783	- trunk work on tube.c.
2784
278517 July 2008: Wouter
2786	- fix bug #196, compile outside source tree.
2787	- fix bug #195, add --with-username=user configure option.
2788	- print error and exit if started with config that requires more
2789	  fds than the builtin minievent can handle.
2790
279116 July 2008: Wouter
2792	- made svn tag 1.0.1, trunk now 1.0.2
2793	- sha256 checksums enabled in makedist.sh
2794
279515 July 2008: Wouter
2796	- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
2797	  IPv6 example prefix to AS112 default blocklist.
2798	- fixup lookup of DS records by client with trustanchor for same.
2799	- libunbound ub_resolve, fix handling of error condition during setup.
2800	- lowered log_hex blocksize to fit through BSD syslog linesize.
2801	- no useless initialisation if getpwnam not available.
2802	- iana, ldns snapshot updated.
2803
28043 July 2008: Wouter
2805	- Matthijs fixed memory leaks in root hints file reading.
2806
280726 June 2008: Wouter
2808	- fixup streamtcp bounds setting for udp mode, in the test framework.
2809	- contrib item for updating trust anchors.
2810
281125 June 2008: Wouter
2812	- fixup fwd_ancil test typos.
2813	- Fix for newegg lameness : ok for qtype=A, but lame for others.
2814	- fixup unit test for infra cache, test lame merging.
2815	- porting to mingw, bind, listen, getsockopt and setsockopt error
2816	  handling.
2817
281824 June 2008: Wouter
2819	- removed testcode/checklocks from production code compilation path.
2820	- streamtcp can use UDP mode (connected UDP socket), for testing IPv6
2821	  on windows.
2822	- fwd_ancil test fails if platform support is lacking.
2823
282423 June 2008: Wouter
2825	- fixup minitpkg to cleanup on windows with its file locking troubles.
2826	- minitpkg shows skipped tests in report.
2827	- skip ipv6 tests on ipv4 only hosts (requires only ipv6 localhost not
2828	  ipv6 connectivity).
2829	- winsock event handler keeps track of sticky TCP events, that have
2830	  not been fully handled yet. when interest in the event(s) resumes,
2831	  they are sent again. When WOULDBLOCK is returned events are cleared.
2832	- skip tests that need signals when testing on mingw.
2833
283418 June 2008: Wouter
2835	- open testbound replay files in binary mode, because fseek/ftell
2836	  do not work in ascii-mode on windows. The b does nothing on unix.
2837	  unittest and testbound tests work on windows (xp too).
2838	- ioctlsocket prints nicer error message.
2839	- fixed up some TCP porting for winsock.
2840	- lack of IPv6 gives a warning, no fatal error.
2841	- use WSAGetLastError() on windows instead of errno for some errors.
2842
284317 June 2008: Wouter
2844	- outgoing num fds 32 by default on windows ; it supports less
2845	  fds for waiting on than unixes.
2846	- winsock_event minievent handler for windows. (you could also
2847	  attempt to link with libevent/libev ports for windows).
2848	- neater crypto check and gdi32 detection.
2849	- unbound.exe works to resolve and validate www.nlnetlabs.nl on vista.
2850
285116 June 2008: Wouter
2852	- on windows, use windows threads, mutex and thread-local-storage(Tls).
2853	- detect if openssl needs gdi32.
2854	- if no threading, THREADS_DISABLED is defined for use in the code.
2855	- sets USE_WINSOCK if using ws2_32 on windows.
2856	- wsa_strerror() function for more readable errors.
2857	- WSA Startup and Cleanup called in unbound.exe.
2858
285913 June 2008: Wouter
2860	- port mingw32, more signal ifdefs, detect sleep, usleep,
2861	  random, srandom (used inside the tests).
2862	- signed or unsigned FD_SET is cast.
2863
286410 June 2008: Wouter
2865	- fixup warnings compiling on eeepc xandros linux.
2866
28679 June 2008: Wouter
2868	- in iteration response type code
2869	  * first check for SOA record (negative answer) before NS record
2870	    and lameness.
2871	  * check if no AA bit for non-forwarder, and thus lame zone.
2872	    In response to error report by Richard Doty for mail.opusnet.com.
2873	- fixup unput warning from lexer on freeBSD.
2874	- bug#183. pidfile, rundir, and chroot configure options. Also the
2875	  example.conf and manual pages get the configured defaults.
2876	  You can use: (or accept the defaults to /usr/local/etc/unbound/)
2877	  --with-conf-file=filename
2878	  --with-pidfile=filename
2879	  --with-run-dir=path
2880	  --with-chroot-dir=path
2881
28828 June 2008: Wouter
2883	- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
2884	  Reported by Robert Edmonds.
2885	- iana port updated.
2886
28874 June 2008: Wouter
2888	- updated libtool files with newer version.
2889	- iana portlist updated.
2890
28913 June 2008: Wouter
2892	- fixup local-zone: "30.172.in-addr.arpa." nodefault, so that the
2893	  trailing dot is not used during comparison.
2894
28952 June 2008: Wouter
2896	- Jelte fixed bugs in my absence
2897	  - bug 178: fixed unportable shell usage in configure (relied on
2898	    bash shell).
2899	  - bug 180: fixed buffer overflow in unbound-checkconf use of strncat.
2900	  - bug 181: fixed buffer overflow in ldns (called by unbound to parse
2901	    config file parts).
2902	- fixes by Wouter
2903	  - bug 177: fixed compilation failure on opensuse, the
2904	    --disable-static configure flag caused problems.  (Patch from
2905	    Klaus Singvogel)
2906	  - bug 179: same fix as 177.
2907	  - bug 185: --disable-shared not passed along to ldns included with
2908	    unbound. Fixed so that configure parameters are passed to the
2909	    subdir configure script.
2910	    fixed that ./libtool is used always, you can still override
2911	    manually with ./configure libtool=mylibtool or set $libtool in
2912	    the environment.
2913	- update of the ldns tarball to current ldns svn version (fix 181).
2914	- bug 184: -r option for unbound-host, read resolv.conf for
2915	  forwarder. (Note that forwarder must support DNSSEC for validation
2916	  to succeed).
2917
291823 May 2008: Wouter
2919	- mingw32 porting.
2920	  - test for sys/wait.h
2921	  - WSAEWOULDBLOCK test after nonblocking TCP connect.
2922	  - write_iov_buffer removed: unused and no struct iov on windows.
2923	  - signed/unsigned warning fixup mini_event.
2924	  - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
2925	  - skip signals that are not defined
2926	  - detect pwd.h.
2927	  - detect getpwnam, getrlimit, setsid, sbrk, chroot.
2928	  - default config has no chroot if chroot() unavailable.
2929	  - if no kill() then no pidfile is read or written.
2930	  - gmtime_r is replaced by nonthreadsafe alternative if unavail.
2931	    used in rrsig time validation errors.
2932
293322 May 2008: Wouter
2934	- contrib unbound.spec from Patrick Vande Walle.
2935	- fixup bug#175: call tzset before chroot to have correct timestamps
2936	  in system log.
2937	- do not generate lex input and lex unput functions.
2938	- mingw port. replacement functions labelled _unbound.
2939	- fix bug 174 - check for tcp_sigpipe that ldns-testns is installed.
2940
294119 May 2008: Wouter
2942	- fedora 9, check in6_pktinfo define in configure.
2943	- CREDITS fixup of history.
2944	- ignore ldns-1.2.2 if installed, use builtin 1.3.0-pre alternative.
2945
294616 May 2008: Wouter
2947	- fixup for MacOSX hosts file reading (reported by John Dickinson).
2948	- created 1.0.0 svn tag.
2949	- trunk version 1.0.1.
2950
295114 May 2008: Wouter
2952	- accepted patch from Ondrej Sury for library version libtool option.
2953	- configure --disable-rpath fixes up libtool for rpath trouble.
2954	  Adapted from debian package patch file.
2955
295613 May 2008: Wouter
2957	- Added root ipv6 addresses to builtin root hints.
2958	- TODO modified for post 1.0 plans.
2959	- trunk version set to 1.0.0.
2960	- no unnecessary linking with librt (only when libevent/libev used).
2961
29627 May 2008: Wouter
2963	- fixup no-ip4 problem with error callback in outside network.
2964
296525 April 2008: Wouter
2966	- DESTDIR is honored by the Makefile for rpms.
2967	- contrib files unbound.spec and unbound.init, builds working RPM
2968	  on FC7 Linux, a chrooted caching resolver, and libunbound.
2969	- iana ports update.
2970
297124 April 2008: Wouter
2972	- chroot checks improved. working directory relative to chroot.
2973	  checks if config file path is inside chroot. Documentation on it.
2974	- nicer example.conf text.
2975	- created 0.11 tag.
2976
297723 April 2008: Wouter
2978	- parseunbound.pl contrib update from Kai Storbeck for threads.
2979	- iana ports update
2980
298122 April 2008: Wouter
2982	- ignore SIGPIPE.
2983	- unit test for SIGPIPE ignore.
2984
298521 April 2008: Wouter
2986	- FEATURES document.
2987	- fixup reread of config file if it was given as a full path
2988	  and chroot was used.
2989
299016 April 2008: Wouter
2991	- requirements doc, updated clean query returns.
2992	- parseunbound.pl update from Kai Storbeck.
2993	- sunos4 porting changes.
2994
299515 April 2008: Wouter
2996	- fixup default rc.d pidfile location to /usr/local/etc.
2997	- iana ports updated.
2998	- copyright updated in ldns-testpkts to keep same as in ldns.
2999	- fixup checkconf chroot tests a bit more, chdir must be inside
3000	  chroot dir.
3001	- documented 'gcc: unrecognized -KPIC option' errors on Solaris.
3002	- example.conf values changed to /usr/local/etc/unbound
3003	- DSA test work.
3004	- DSA signatures: unbound is compatible with both encodings found.
3005	  It will detect and convert when necessary.
3006
300714 April 2008: Wouter
3008	- got update for parseunbound.pl statistics script from Kai Storbeck.
3009	- tpkg tests for udp wait list.
3010	- documented 0x20 status.
3011	- fixup chroot and checkconf, it is much smarter now.
3012	- fixup DSA EVP signature decoding. Solution that Jelte found copied.
3013	- and check first sig byte for the encoding type.
3014
301511 April 2008: Wouter
3016	- random port selection out of the configged ports.
3017	- fixup threadsafety for libevent-1.4.3+ (event_base_get_method).
3018	- removed base_port.
3019	- created 256-port ephemeral space for the OS, 59802 available.
3020	- fixup consistency of port_if out array during heavy use.
3021
302210 April 2008: Wouter
3023	- --with-libevent works with latest libevent 1.4.99-trunk.
3024	- added log file statistics perl script to contrib.
3025	- automatic iana ports update from makefile. 60058 available.
3026
30279 April 2008: Wouter
3028	- configure can detect libev(from its build directory) when passed
3029	  --with-libevent=/home/wouter/libev-3.2
3030	  libev-3.2 is a little faster than libevent-1.4.3-stable (about 5%).
3031	- unused commpoints not listed in epoll list.
3032	- statistics-cumulative option so that the values are not reset.
3033	- config creates array of available ports, 61841 available,
3034	  it excludes <1024 and iana assigned numbers.
3035	  config statements to modify the available port numbers.
3036
30378 April 2008: Wouter
3038	- unbound tries to set the ulimit fds when started as server.
3039	  if that does not work, it will scale back its requirements.
3040
304127 March 2008: Wouter
3042	- documented /dev/random symlink from chrootdir as FAQ entry.
3043
304426 March 2008: Wouter
3045	- implemented AD bit signaling. If a query sets AD bit (but not DO)
3046	  then the AD bit is set in the reply if the answer validated.
3047	  Without including DNSSEC signatures. Useful if you have a trusted
3048	  path from the client to the resolver. Follows dnssec-updates draft.
3049
305025 March 2008: Wouter
3051	- implemented check that for NXDOMAIN and NOERROR answers a query
3052	  section must be present in the reply (by the scrubber). And it must
3053	  be equal to the question sent, at least lowercase folded.
3054	  Previously this feature happened because the cache code refused
3055	  to store such messages. However blocking by the scrubber makes
3056	  sure nothing gets into the RRset cache. Also, this looks like a
3057	  timeout (instead of an allocation failure) and this retries are
3058	  done (which is useful in a spoofing situation).
3059	- RTT banding. Band size 400 msec, this makes band around zero (fast)
3060	  include unknown servers. This makes unbound explore unknown servers.
3061
30627 March 2008: Wouter
3063	- -C config feature for harvest program.
3064	- harvest handles CNAMEs too.
3065
30665 March 2008: Wouter
3067	- patch from Hugo Koji Kobayashi for iterator logs spelling.
3068
30694 March 2008: Wouter
3070	- From report by Jinmei Tatuya, rfc2181 trust value for remainder
3071	  of a cname trust chain is lower; not full answer_AA.
3072	- test for this fix.
3073	- default config file location is /usr/local/etc/unbound.
3074	  Thus prefix is used to determine the location. This is also the
3075	  chroot and pidfile default location.
3076
30773 March 2008: Wouter
3078	- Create 0.10 svn tag.
3079	- 0.11 version in trunk.
3080	- indentation nicer.
3081
308229 February 2008: Wouter
3083	- documentation update.
3084	- fixup port to Solaris of perf test tool.
3085	- updated ldns-tarball with decl-after-statement fixes.
3086
308728 February 2008: Wouter
3088	- fixed memory leaks in libunbound (during cancellation and wait).
3089	- libunbound returns the answer packet in full.
3090	- snprintf compat update.
3091	- harvest performs lookup.
3092	- ldns-tarball update with fix for ldns_dname_label.
3093	- installs to sbin by default.
3094	- install all manual pages (unbound-host and libunbound too).
3095
309627 February 2008: Wouter
3097	- option to use caps for id randomness.
3098	- config file option use-caps-for-id: yes
3099	- harvest debug tool
3100
310126 February 2008: Wouter
3102	- delay utility delays TCP as well. If the server that is forwarded
3103	  to has a TCP error, the delay utility closes the connection.
3104	- delay does REUSE_ADDR, and can handle a server that closes its end.
3105	- answers use casing from query.
3106
310725 February 2008: Wouter
3108	- delay utility works. Gets decent thoughput too (>20000).
3109
311022 February 2008: Wouter
3111	- +2% for recursions, if identical queries (except for destination
3112	  and query ID) in the reply list, avoid re-encoding the answer.
3113	- removed TODO items for optimizations that do not show up in
3114	  profile reports.
3115	- default is now minievent - not libevent. As its faster and
3116	  not needed for regular installs, only for very large port ranges.
3117	- loop check different speedup pkt-dname-reading, 1% faster for
3118	  nocache-recursion check.
3119	- less hashing during msg parse, 4% for recursion.
3120	- small speed fix for dname_count_size_labels, +1 or +2% recursion.
3121	- some speed results noted:
3122	  optimization resulted in +40% for recursion (cache miss) and
3123	  +70 to +80 for cache hits, and +96% for version.bind.
3124	  zone nsec3 example, 100 NXDOMAIN queries, NSD 35182.8 Ub 36048.4
3125	  www.nlnetlabs.nl from cache: BIND 8987.99 Ub 31218.3
3126	  www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
3127	  So, unbound can be about equal qps to NSD in cache hits.
3128	  And about 3.4x faster than BIND in cache performance.
3129	- delay utility for testing.
3130
313121 February 2008: Wouter
3132	- speedup of root-delegation message encoding by 15%.
3133	- minor speedup of compress tree_lookup, maybe 1%.
3134	- speedup of dname_lab_cmp and memlowercmp - the top functions in
3135	  profiler output, maybe a couple percent when it matters.
3136
313720 February 2008: Wouter
3138	- setup speec_cache for need-ldns-testns in dotests.
3139	- check number of queued replies on incoming queries to avoid overload
3140	  on that account.
3141	- fptr whitelist checks are not disabled in optimize mode.
3142	- do-daemonize config file option.
3143	- minievent time share initializes time at start.
3144	- updated testdata for nsec3 new algorithm numbers (6, 7).
3145	- small performance test of packet encoding (root delegation).
3146
314719 February 2008: Wouter
3148	- applied patch to unbound-host man page from Jan-Piet Mens.
3149	- fix donotquery-localhost: yes default (it erroneously was switched
3150	  to default 'no').
3151	- time is only gotten once and the value is shared across unbound.
3152	- unittest cleans up crypto, so that it has no memory leaks.
3153	- mini_event shares the time value with unbound this results in
3154	  +3% speed for cache responses and +9% for recursions.
3155	- ldns tarball update with new NSEC3 sign code numbers.
3156	- perform several reads per UDP operation. This improves performance
3157	  in DoS conditions, and costs very little in normal conditions.
3158	  improves cache response +50%, and recursions +10%.
3159	- modified asynclook test. because the callback from async is not
3160	  in any sort of lock (and thus can use all library functions freely),
3161	  this causes a tiny race condition window when the last lock is
3162	  released for a callback and a new cancel() for that callback.
3163	  The only way to remove this is by putting callbacks into some
3164	  lock window. I'd rather have the small possibility of a callback
3165	  for a cancelled function then no use of library functions in
3166	  callbacks. Could be possible to only outlaw process(), wait(),
3167	  cancel() from callbacks, by adding another lock, but I'd rather not.
3168
316918 February 2008: Wouter
3170	- patch to unbound-host from Jan-Piet Mens.
3171	- unbound host prints errors if fails to configure context.
3172	- fixup perf to resend faster, so that long waiting requests do
3173	  not hold up the queue, they become lost packets or SERVFAILs,
3174	  or can be sent a little while later (i.e. processing time may
3175	  take long, but throughput has to be high).
3176	- fixup iterator operating in no cache conditions (RD flag unset
3177	  after a CNAME).
3178	- streamlined code for RD flag setting.
3179	- profiled code and changed dname compares to be faster.
3180	  The speedup is about +3% to +8% (depending on the test).
3181	- minievent tests for eintr and eagain.
3182
318315 February 2008: Wouter
3184	- added FreeBSD rc.d script to contrib.
3185	- --prefix option for configure also changes directory: pidfile:
3186	  and chroot: defaults in config file.
3187	- added cache speed test, for cache size OK and cache too small.
3188
318914 February 2008: Wouter
3190	- start without a config file (will complain, but start with
3191	  defaults).
3192	- perf test program works.
3193
319413 February 2008: Wouter
3195	- 0.9 released.
3196	- 1.0 development. Printout ldns version on unbound -h.
3197	- start of perf tool.
3198	- bugfix to read empty lines from /etc/hosts.
3199
320012 February 2008: Wouter
3201	- fixup problem with configure calling itself if ldns-src tarball
3202	  is not present.
3203
320411 February 2008: Wouter
3205	- changed library to use ub_ instead of ub_val_ as prefix.
3206	- statistics output text nice.
3207	- etc/hosts handling.
3208	- library function to put logging to a stream.
3209	- set any option interface.
3210
32118 February 2008: Wouter
3212	- test program for multiple queries over a TCP channel.
3213	- tpkg test for stream tcp queries.
3214	- unbound replies to multiple TCP queries on a TCP channel.
3215	- fixup misclassification of root referral with NS in answer
3216	  when validating a nonrec query.
3217	- tag 0.9
3218	- layout of manpages, spelling fix in header, manpages process by
3219	  makedist, list asynclook and tcpstream tests as ldns-testns
3220	  required.
3221
32227 February 2008: Wouter
3223	- moved up all current level 2 to be level 3. And 3 to 4.
3224	  to make room for new debug level 2 for detailed information
3225	  for operators.
3226	- verbosity level 2. Describes recursion and validation.
3227	- cleaner configure script and fixes for libevent solaris.
3228	- signedness for log output memory sizes in high verbosity.
3229
32306 February 2008: Wouter
3231	- clearer explanation of threading configure options.
3232	- fixup asynclook test for nothreading (it creates only one process
3233	  to do the extended test).
3234	- changed name of ub_val_result_free to ub_val_resolve_free.
3235	- removes warning message during library linking, renamed
3236	  libunbound/unbound.c -> libunbound.c and worker to libworker.
3237	- fallback without EDNS if result is NOTIMPL as well as on FORMERR.
3238
32395 February 2008: Wouter
3240	- statistics-interval: seconds option added.
3241	- test for statistics option
3242	- ignore errors making directories, these can occur in parallel builds
3243	- fixup Makefile strip command and libunbound docs typo.
3244
324531 January 2008: Wouter
3246	- bg thread/process reads and writes the pipe nonblocking all the time
3247	  so that even if the pipe is buffered or so, the bg thread does not
3248	  block, and services both pipes and queries.
3249
325030 January 2008: Wouter
3251	- check trailing / on chrootdir in checkconf.
3252	- check if root hints and anchor files are in chrootdir.
3253	- no route to host tcp error is verbosity level 2.
3254	- removed unused send_reply_iov. and its configure check.
3255	- added prints of 'remote address is 1.2.3.4 port 53' to errors
3256	  from netevent; the basic socket errors.
3257
325828 January 2008: Wouter
3259	- fixup uninit use of buffer by libunbound (query id, flags) for
3260	  local_zone answers.
3261	- fixup uninit warning from random.c; also seems to fix sporadic
3262	  sigFPE coming out of openssl.
3263	- made openssl entropy warning more silent for library use. Needs
3264	  verbosity 1 now.
3265	- fixup forgotten locks for rbtree_searches on ctx->query tree.
3266	- random generator cleanup - RND_STATE_SIZE removed, and instead
3267	  a super-rnd can be passed at init to chain init random states.
3268	- test also does lock checks if available.
3269	- protect config access in libworker_setup().
3270	- libevent doesn't like comm_base_exit outside of runloop.
3271	- close fds after removing commpoints only (for epoll, kqueue).
3272
327325 January 2008: Wouter
3274	- added tpkg for asynclook and library use.
3275	- allows localhost to be queried when as a library.
3276	- fixup race condition between cancel and answer (in case of
3277	  really fast answers that beat the cancel).
3278	- please doxygen, put doxygen comment in one place.
3279	- asynclook -b blocking mode and test.
3280	- refactor asynclook, nicer code.
3281	- fixup race problems from opensll in rand init from library, with
3282	  a mutex around the rand init.
3283	- fix pass async_id=NULL to _async resolve().
3284	- rewrote _wait() routine, so that it is threadsafe.
3285	- cancelation is threadsafe.
3286	- asynclook extended test in tpkg.
3287	- fixed two races where forked bg process waits for (somehow shared?)
3288	  locks, so does not service the query pipe on the bg side.
3289	  Now those locks are only held for fg_threads and for bg_as_a_thread.
3290
329124 January 2008: Wouter
3292	- tested the cancel() function.
3293	- asynclook -c (cancel) feature.
3294	- fix fail to allocate context actions.
3295	- make pipe nonblocking at start.
3296	- update plane for retry mode with caution to limit bandwidth.
3297	- fix Makefile for concurrent make of unbound-host.
3298	- renamed ub_val_ctx_wait/poll/process/fd to ub_val*.
3299	- new calls to set forwarding added to header and docs.
3300
330123 January 2008: Wouter
3302	- removed debug prints from if-auto, verb-algo enables some.
3303	- libunbound QUIT setup, remove memory leaks, when using threads
3304	  will share memory for passing results instead of writing it over
3305	  the pipe, only writes ID number over the pipe (towards the handler
3306	  thread that does process() ).
3307
330822 January 2008: Wouter
3309	- library code for async in libunbound/unbound.c.
3310	- fix link testbound.
3311	- fixup exit bug in mini_event.
3312	- background worker query enter and result functions.
3313	- bg query test application asynclook, it looks up multiple
3314	  hostaddresses (A records) at the same time.
3315
331621 January 2008: Wouter
3317	- libworker work, netevent raw commpoints, write_msg, serialize.
3318
331918 January 2008: Wouter
3320	- touch up of manpage for libunbound.
3321	- support for IP_RECVDSTADDR (for *BSD ip4).
3322	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
3323	  ip6 and once ip4, uses socket options.
3324	- goodbye ip4to6 mapping.
3325	- update ldns-testpkts with latest version from ldns-trunk.
3326	- updated makedist for relative ldns pathnames.
3327	- library API with more information inside the result structure.
3328	- work on background resolves.
3329
333017 January 2008: Wouter
3331	- fixup configure in case -lldns is installed.
3332	- fixup a couple of doxygen warnings, about enum variables.
3333	- interface-automatic now copies the interface address from the
3334	  PKT_INFO structure as well.
3335	- manual page with library API, all on one page 'man libunbound'.
3336	- rewrite of PKTINFO structure, it also captures IP4 PKTINFO.
3337
333816 January 2008: Wouter
3339	- incoming queries to the server with TC bit on are replied FORMERR.
3340	- interface-automatic replied the wrong source address on localhost
3341	  queries. Seems to be due to ifnum=0 in recvmsg PKTINFO. Trying
3342	  to use ifnum=-1 to mean 'no interface, use kernel route'.
3343
334415 January 2008: Wouter
3345	- interface-automatic feature. experimental. Nice for anycast.
3346	- tpkg test for ip6 ancillary data.
3347	- removed debug prints.
3348	- porting experience, define for Solaris, test refined for BSD
3349	  compatibility. The feature probably will not work on OpenBSD.
3350	- makedist fixup for ldns-src in build-dir.
3351
335214 January 2008: Wouter
3353	- in no debug sets NDEBUG to remove asserts.
3354	- configure --enable-debug is needed for dependency generation
3355	  for assertions and for compiler warnings.
3356	- ldns.tgz updated with ldns-trunk (where buffer.h is updated).
3357	- fix lint, unit test in optimize mode.
3358	- default access control allows ::ffff:127.0.0.1 v6mapped localhost.
3359
336011 January 2008: Wouter
3361	- man page, warning removed.
3362	- added text describing the use of stub zones for private zones.
3363	- checkconf tests for bad hostnames (IP address), and for doubled
3364	  interface lines.
3365	- memory sizes can be given with 'k', 'Kb', or M or G appended.
3366
336710 January 2008: Wouter
3368	- typo in example.conf.
3369	- made using ldns-src that is included the package more portable
3370	  by linking with .lo instead of .o files in the ldns package.
3371	- nicer do-ip6: yes/no documentation.
3372	- nicer linking of libevent .o files.
3373	- man pages render correctly on solaris.
3374
33759 January 2008: Wouter
3376	- fixup openssl RAND problem, when the system is not configured to
3377	  give entropy, and the rng needs to be seeded.
3378
33798 January 2008: Wouter
3380	- print median and quartiles with extensive logging.
3381
33824 January 2008: Wouter
3383	- document misconfiguration in private network.
3384
33852 January 2008: Wouter
3386	- fixup typo in requirements.
3387	- document that 'refused' is a better choice than 'drop' for
3388	  the access control list, as refused will stop retries.
3389
33907 December 2007: Wouter
3391	- unbound-host has a -d option to show what happens. This can help
3392	  with debugging (why do I get this answer).
3393	- fixup CNAME handling, on nodata, sets and display canonname.
3394	- dot removed from CNAME display.
3395	- respect -v for NXDOMAINs.
3396	- updated ldns-src.tar.gz with ldns-trunk today (1.2.2 fixes).
3397	- size_t to int for portability of the header file.
3398	- fixup bogus handling.
3399	- dependencies and lint for unbound-host.
3400
34016 December 2007: Wouter
3402	- library resolution works in foreground mode, unbound-host app
3403	  receives data.
3404	- unbound-host prints rdata using ldns.
3405	- unbound-host accepts trust anchors, and prints validation
3406	  information when you give -v.
3407
34085 December 2007: Wouter
3409	- locking in context_new() inside the function.
3410	- setup of libworker.
3411
34124 December 2007: Wouter
3413	- minor Makefile fixup.
3414	- moved module-stack code out of daemon/daemon into services/modstack,
3415	  preparing for code-reuse.
3416	- move context into own header file.
3417	- context query structure.
3418	- removed unused variable pwd from checkconf.
3419	- removed unused assignment from outside netw.
3420	- check timeval length of string.
3421	- fixup error in val_utils getsigner.
3422	- fixup same (*var) error in netblocktostr.
3423	- fixup memleak on parse error in localzone.
3424	- fixup memleak on packet parse error.
3425	- put ; after union in parser.y.
3426	- small hardening in iter_operate against iq==NULL.
3427	- hardening, if error reply with rcode=0 (noerror) send servfail.
3428	- fixup same (*var) error in find_rrset in msgparse, was harmless.
3429	- check return value of evtimer_add().
3430	- fixup lockorder in lruhash_reclaim(), building up a list of locked
3431	  entries one at a time. Instead they are removed and unlocked.
3432	- fptr_wlist for markdelfunc.
3433	- removed is_locked param from lruhash delkeyfunc.
3434	- moved bin_unlock during bin_split purely to please.
3435
34363 December 2007: Wouter
3437	- changed checkconf/ to smallapp/ to make room for more support tools.
3438	  (such as unbound-host).
3439	- install dirs created with -m 755 because they need to be accessible.
3440	- library extensive featurelist added to TODO.
3441	- please doxygen, lint.
3442	- library test application, with basic functionality.
3443	- fix for building in a subdirectory.
3444	- link lib fix for Leopard.
3445
344630 November 2007: Wouter
3447	- makefile that creates libunbound.la, basic file or libunbound.a
3448	  when creating static executables (no libtool).
3449	- more API setup.
3450
345129 November 2007: Wouter
3452	- 0.9 public API start.
3453
345428 November 2007: Wouter
3455	- Changeup plan for 0.8 - no complication needed, a simple solution
3456	  has been chosen for authoritative features.
3457	- you can use single quotes in the config file, so it is possible
3458	  to specify TXT records in local data.
3459	- fixup small memory problem in implicit transparent zone creation.
3460	- test for implicit zone creation and multiple RR RRsets local data.
3461	- local-zone nodefault test.
3462	- show testbound testlist on commit.
3463	- iterator normalizer changes CNAME chains ending in NXDOMAIN where
3464	  the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
3465	  domain exists).
3466	- nicer verbosity: 0 and 1 levels.
3467	- lower nonRDquery chance of eliciting wrongly typed validation
3468	  requiring message from the cache.
3469	- fix for nonRDquery validation typing; nodata is detected when
3470	  SOA record in auth section (all validation-requiring nodata messages
3471	  have a SOA record in authority, so this is OK for the validator),
3472	  and NS record is needed to be a referral.
3473	- duplicate checking when adding NSECs for a CNAME, and test.
3474	- created svn tag 0.8, after completing testbed tests.
3475
347627 November 2007: Wouter
3477	- per suggestion in rfc2308, replaced default max-ttl value with 1 day.
3478	- set size of msgparse lookup table to 32, from 1024, so that its size
3479	  is below the 2048 regional large size threshold, and does not cause
3480	  a call to malloc when a message is parsed.
3481	- update of memstats tool to print number of allocation calls.
3482	  This is what is taking time (not space) and indicates the avg size
3483	  of the allocations as well. region_alloc stat is removed.
3484
348522 November 2007: Wouter
3486	- noted EDNS in-the-middle dropping trouble as a TODO.
3487	  At this point theoretical, no user trouble has been reported.
3488	- added all default AS112 zones.
3489	- answers from local zone content.
3490		* positive answer, the rrset in question
3491		* nodata answer (exist, but not that type).
3492		* nxdomain answer (domain does not exist).
3493		* empty-nonterminal answer.
3494		* But not: wildcard, nsec, referral, rrsig, cname/dname,
3495			or additional section processing, NS put in auth.
3496	- test for correct working of static and transparent and couple
3497	  of important defaults (localhost, as112, reverses).
3498	  Also checks deny and refuse settings.
3499	- fixup implicit zone generation and AA bit for NXDOMAIN on localdata.
3500
350121 November 2007: Wouter
3502	- local zone internal data setup.
3503
350420 November 2007: Wouter
3505	- 0.8 - str2list config support for double string config options.
3506	- local-zone and local-data options, config storage and documentation.
3507
350819 November 2007: Wouter
3509	- do not downcase NSEC and RRSIG for verification. Follows
3510	  draft-ietf-dnsext-dnssec-bis-updates-06.txt.
3511	- fixup leaking unbound daemons at end of tests.
3512	- README file updated.
3513	- nice libevent not found error.
3514	- README talks about gnu make.
3515	- 0.8: unit test for addr_mask and fixups for it.
3516	  and unit test for addr_in_common().
3517	- 0.8: access-control config file element.
3518	  and unit test rpl replay file.
3519	- 0.8: fixup address reporting from netevent.
3520
352116 November 2007: Wouter
3522	- privilege separation is not needed in unbound at this time.
3523	  TODO item marked as such.
3524	- created beta-0.7 branch for support.
3525	- tagged 0.7 for beta release.
3526	- moved trunk to 0.8 for 0.8(auth features) development.
3527	- 0.8: access control list setup.
3528
352915 November 2007: Wouter
3530	- review fixups from Jelte.
3531
353214 November 2007: Wouter
3533	- testbed script does not recreate configure, since its in svn now.
3534	- fixup checkconf test so that it does not test
3535	  /etc/unbound/unbound.conf.
3536	- tag 0.6.
3537
353813 November 2007: Wouter
3539	- remove debug print.
3540	- fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
3541
354212 November 2007: Wouter
3543	- fixup signal handling where SIGTERM could be ignored if a SIGHUP
3544	  arrives later on.
3545	- bugreports to unbound-bugs@nlnetlabs.nl
3546	- fixup testbound so it exits cleanly.
3547	- cleanup the caches on a reload, so that rrsetID numbers won't clash.
3548
35499 November 2007: Wouter
3550	- took ldns snapshot in repo.
3551	- default config file is /etc/unbound/unbound.conf.
3552	  If it doesn't exist, it is installed with the doc/example.conf file.
3553	  The file is not deleted on uninstall.
3554	- default listening is not all, but localhost interfaces.
3555
35568 November 2007: Wouter
3557	- Fixup chroot and drop user privileges.
3558	- new L root ip address in default hints.
3559
35601 November 2007: Wouter
3561	- Fixup of crash on reload, due to anchors in env not NULLed after
3562	  dealloc during deinit.
3563	- Fixup of chroot call. Happens after privileges are dropped, so
3564	  that checking the passwd entry still works.
3565	- minor touch up of clear() hashtable function.
3566	- VERB_DETAIL prints out what chdir, username, chroot is being done.
3567	- when id numbers run out, caches are cleared, as in design notes.
3568	  Tested with a mock setup with very few bits in id, it worked.
3569	- harden-dnssec-stripped: yes is now default. It insists on dnssec
3570	  data for trust anchors. Included tests for the feature.
3571
357231 October 2007: Wouter
3573	- cache-max-ttl config option.
3574	- building outside sourcedir works again.
3575	- defaults more secure:
3576		username: "unbound"
3577		chroot: "/etc/unbound"
3578	  The operator can override them to be less secure ("") if necessary.
3579	- fix horrible oversight in sorting rrset references in a message,
3580	  sort per reference key pointer, not on referencepointer itself.
3581	- pidfile: "/etc/unbound/unbound.pid" is now the default.
3582	- tests changed to reflect the updated default.
3583	- created hashtable clear() function that respects locks.
3584
358530 October 2007: Wouter
3586	- fixup assertion failure that relied on compressed names to be
3587	  smaller than uncompressed names. A packet from comrite.com was seen
3588	  to be compressed to a larger size. Added it as unit test.
3589	- quieter logging at low verbosity level for common tcp messages.
3590	- no greedy TTL update.
3591
359223 October 2007: Wouter
3593	- fixup (grand-)parent problem for dnssec-lameness detection.
3594	- fixup tests to do additional section processing for lame replies,
3595	  since the detection needs that.
3596	- no longer trust in query section in reply during dnssec lame detect.
3597	- dnssec lameness does not make the server never ever queried, but
3598	  non-preferred. If no other servers exist or answer, the dnssec lame
3599	  server is used; the fastest dnssec lame server is chosen.
3600	- added test then when trust anchor cannot be primed (nodata), the
3601	  insecure mode from unbound works.
3602	- Fixup max queries per thread, any more are dropped.
3603
360422 October 2007: Wouter
3605	- added donotquerylocalhost config option. Can be turned off for
3606	  out test cases.
3607	- ISO C compat changes.
3608	- detect RA-no-AA lameness, as LAME.
3609	- DNSSEC-lameness detection, as LAME.
3610	  See notes in requirements.txt for choices made.
3611	- tests for lameness detection.
3612	- added all to make test target; need unbound for fwd tests.
3613	- testbound does not pollute /etc/unbound.
3614
361519 October 2007: Wouter
3616	- added configure (and its files) to svn, so that the trunk is easier
3617	  to use. ./configure, config.guess, config.sub, ltmain.sh,
3618	  and config.h.in.
3619	- added yacc/lex generated files, util/configlexer.c,
3620	  util/configparser.c util/configparser.h, to svn.
3621	- without lex no attempt to use it.
3622	- unsecure response validation collated into one block.
3623	- remove warning about const cast of cfgfile name.
3624	- outgoing-interfaces can be different from service interfaces.
3625	- ldns-src configure is done during unbound configure and
3626	  ldns-src make is done during unbound make, and so inherits the
3627	  make arguments from the unbound make invocation.
3628	- nicer error when libevent problem causes instant exit on signal.
3629	- read root hints from a root hint file (like BIND does).
3630
363118 October 2007: Wouter
3632	- addresses are logged with errors.
3633	- fixup testcode fake event to remove pending before callback
3634	  since the callback may create new pending items.
3635	- tests updated because retries are now in iterator module.
3636	- ldns-testpkts code is checked for differences between unbound
3637	  and ldns by makedist.sh.
3638	- ldns trunk from today added in svn repo for fallback in case
3639	  no ldns is installed on the system.
3640	  make download_ldns refreshes the tarball with ldns svn trunk.
3641	- ldns-src.tar.gz is used if no ldns is found on the system, and
3642	  statically linked into unbound.
3643	- start of regional allocator code.
3644	- regional uses less memory and variables, simplified code.
3645	- remove of region-allocator.
3646	- alloc cache keeps a cache of recently released regional blocks,
3647	  up to a maximum.
3648	- make unit test cleanly free memory.
3649
365017 October 2007: Wouter
3651	- fixup another cycle detect and ns-addr timeout resolution bug.
3652	  This time by refusing delegations from the cache without addresses
3653	  when resolving a mandatory-glue nameserver-address for that zone.
3654	  We're going to have to ask a TLD server anyway; might as well be
3655	  the TLD server for this name. And this resolves a lot of cases where
3656	  the other nameserver names lead to cycles or are not available.
3657	- changed random generator from random(3) clone to arc4random wrapped
3658	  for thread safety. The random generator is initialised with
3659	  entropy from the system.
3660	- fix crash where failure to prime DNSKEY tried to print null pointer
3661	  in the log message.
3662	- removed some debug prints, only verb_algo (4) enables them.
3663	- fixup test; new random generator took new paths; such as one
3664	  where no scripted answer was available.
3665	- mark insecure RRs as insecure.
3666	- fixup removal of nonsecure items from the additional.
3667	- reduced timeout values to more realistic, 376 msec (262 msec has
3668	  90% of roundtrip times, 512 msec has 99% of roundtrip times.)
3669	- server selection failover to next server after timeout (376 msec).
3670
367116 October 2007: Wouter
3672	- no malloc in log_hex.
3673	- assertions around system calls.
3674	- protect against gethostname without ending zero.
3675	- ntop output is null terminated by unbound.
3676	- pidfile content null termination
3677	- various snprintf use sizeof(stringbuf) instead of fixed constant.
3678	- changed loopdetect % 8 with & 0x7 since % can become negative for
3679	  weird negative input and particular interpretation of integer math.
3680	- dname_pkt_copy checks length of result, to protect result buffers.
3681	  prints an error, this should not happen. Bad strings should have
3682	  been rejected earlier in the program.
3683	- remove a size_t underflow from msgreply size func.
3684
368515 October 2007: Wouter
3686	- nicer warning.
3687	- fix IP6 TCP, wrong definition check. With test package.
3688	- fixup the fact that the query section was not compressed to,
3689	  the code was there but was called by value instead of by reference.
3690	  And test for the case, uses xxd and nc.
3691	- more portable ip6 check for sockaddr types.
3692
36938 October 2007: Wouter
3694	- --disable-rpath option in configure for 64bit systems with
3695	  several dynamic lib dirs.
3696
36977 October 2007: Wouter
3698	- fixup tests for no AD bit in non-DO queries.
3699	- test that makes sure AD bit is not set on non-DO query.
3700
37016 October 2007: Wouter
3702	- removed logfile open early. It did not have the proper permissions;
3703	  it was opened as root instead of the user. And we cannot change user
3704	  id yet, since chroot and bind ports need to be done.
3705	- callback checks for event callbacks done from mini_event. Because
3706	  of deletions cannot do this from netevent. This means when using
3707	  libevent the protection does not work on event-callbacks.
3708	- fixup too small reply (did not zero counts).
3709	- fixup reply no longer AD bit when query without DO bit.
3710
37115 October 2007: Wouter
3712	- function pointer whitelist.
3713
37144 October 2007: Wouter
3715	- overwrite sensitive random seed value after use.
3716	- switch to logfile very soon if not -d (console attached).
3717	- error messages do not reveal the trustanchor contents.
3718	- start work on function pointer whitelists.
3719
37203 October 2007: Wouter
3721	- fix for multiple empty nonterminals, after multiple DSes in the
3722	  chain of trust.
3723	- mesh checks if modules are looping, and stops them.
3724	- refetch with CNAMEd nameserver address regression test added.
3725	- fixup line count bug in testcode, so testbound prints correct line
3726	  number with parse errors.
3727	- unit test for multiple ENT case.
3728	- fix for cname out of validated unsec zone.
3729	- fixup nasty id=0 reuse. Also added assertions to detect its
3730	  return (the assertion catches in the existing test cases).
3731
37321 October 2007: Wouter
3733	- skip F77, CXX, objC tests in configure step.
3734	- fixup crash in refetch glue after a CNAME.
3735	  and protection against similar failures (with error print).
3736
373728 September 2007: Wouter
3738	- test case for unbound-checkconf, fixed so it also checks the
3739	  interface: statements.
3740
374126 September 2007: Wouter
3742	- SIGHUP will reopen the log file.
3743	- Option to log to syslog.
3744	- please lint, fixup tests (that went to syslog on open, oops).
3745	- config check program.
3746
374725 September 2007: Wouter
3748	- tests for NSEC3. Fixup bitmap checks for NSEC3.
3749	- positive ANY response needs to check if wildcard expansion, and
3750	  check that original data did not exist.
3751	- tests for NSEC3 that wrong use of OPTOUT is bad. For insecure
3752	  delegation, for abuse of child zone apex nsec3.
3753	- create 0.5 release tag.
3754
375524 September 2007: Wouter
3756	- do not make test programs by default.
3757	- But 'make test' will perform all of the tests.
3758	- Advertise builtin select libevent alternative when no libevent
3759	  is found.
3760	- signit can generate NSEC3 hashes, for generating tests.
3761	- multiple nsec3 paramaters in message test.
3762	- too high nsec3 iterations becomes insecure test.
3763
376421 September 2007: Wouter
3765	- fixup empty_DS_name allocated in wrong region (port DEC Alpha).
3766	- fixup testcode lock safety (port FreeBSD).
3767	- removes subscript has type char warnings (port Solaris 9).
3768	- fixup of field with format type to int (port MacOS/X intel).
3769	- added test for infinite loop case in nonRD answer validation.
3770	  It was a more general problem, but hard to reproduce. When an
3771	  unsigned rrset is being validated and the key fetched, the DS
3772	  sequence is followed, but if the final name has no DS, then no
3773	  proof is possible - the signature has been stripped off.
3774
377520 September 2007: Wouter
3776	- fixup and test for NSEC wildcard with empty nonterminals.
3777	- makedist.sh fixup for svn info.
3778	- acl features request in plan.
3779	- improved DS empty nonterminal handling.
3780	- compat with ANS nxdomain for empty nonterminals. Attempts the nodata
3781	  proof anyway, which succeeds in ANS failure case.
3782	- striplab protection in case it becomes -1.
3783	- plans for static and blacklist config.
3784
378519 September 2007: Wouter
3786	- comments about non-packed usage.
3787	- plan for overload support in 0.6.
3788	- added testbound tests for a failed resolution from the logs
3789	  and for failed prime when missing glue.
3790	- fixup so useless delegation points are not returned from the
3791	  cache. Also the safety belt is used if priming fails to complete.
3792	- fixup NSEC rdata not to be lowercased, bind compat.
3793
379418 September 2007: Wouter
3795	- wildcard nsec3 testcases, and fixup to get correct wildcard name.
3796	- validator prints subtype classification for debug.
3797
379817 September 2007: Wouter
3799	- NSEC3 hash cache unit test.
3800	- validator nsec3 nameerror test.
3801
380214 September 2007: Wouter
3803	- nsec3 nodata proof, nods proof, wildcard proof.
3804	- nsec3 support for cname chain ending in noerror or nodata.
3805	- validator calls nsec3 proof routines if no NSECs prove anything.
3806	- fixup iterator bug where it stored the answer to a cname under
3807	  the wrong qname into the cache. When prepending the cnames, the
3808	  qname has to be reset to the original qname.
3809
381013 September 2007: Wouter
3811	- nsec3 find matching and covering, ce proof, prove namerror msg.
3812
381312 September 2007: Wouter
3814	- fixup of manual page warnings, like for NSD bugreport.
3815	- nsec3 work, config, max iterations, filter, and hash cache.
3816
38176 September 2007: Wouter
3818	- fixup to find libevent on mac port install.
3819	- fixup size_t vs unsigned portability in validator/sigcrypt.
3820	- please compiler on different platforms, for unreachable code.
3821	- val_nsec3 file.
3822	- pthread_rwlock type is optional, in case of old pthread libs.
3823
38245 September 2007: Wouter
3825	- cname, name error validator tests.
3826	- logging of qtype ANY works.
3827	- ANY type answers get RRSIG in answer section of replies (but not
3828	  in other sections, unless DO bit is on).
3829	- testbound can replay a TCP query (set MATCH TCP in the QUERY).
3830	- DS and noDS referral validation test.
3831	- if you configure many trust anchors, parent trust anchors can
3832	  securely deny existance of child trust anchors, if validated.
3833	- not all *.name NSECs are present because a wildcard was matched,
3834	  and *.name NSECs can prove nodata for empty nonterminals.
3835	  Also, for wildcard name NSECs, check they are not from the parent
3836	  zone (for wildcarded zone cuts), and check absence of CNAME bit,
3837	  for a nodata proof.
3838	- configure option for memory allocation debugging.
3839	- port configure option for memory allocation to solaris10.
3840
38414 September 2007: Wouter
3842	- fixup of Leakage warning when serviced queries processed multiple
3843	  callbacks for the same query from the same server.
3844	- testbound removes config file from /tmp on failed exit.
3845	- fixup for referral cleanup of the additional section.
3846	- tests for cname, referral validation.
3847	- neater testbound tpkg output.
3848	- DNAMEs no longer match their apex when synthesized from the cache.
3849	- find correct signer name for DNAME responses.
3850	- wildcarded DNAME test and fixup code to detect.
3851	- prepend NSEC and NSEC3 rrsets in the iterator while chasing CNAMEs.
3852	  So that wildcarded CNAMEs get their NSEC with them to the answer.
3853	- test for a CNAME to a DNAME to a CNAME to an answer, all from
3854	  different domains, for key fetching and signature checking of
3855	  CNAME'd messages.
3856
38573 September 2007: Wouter
3858	- Fixed error in iterator that would cause assertion failure in
3859	  validator. CNAME to a NXDOMAIN response was collated into a response
3860	  with both a CNAME and the NXDOMAIN rcode. Added a test that the
3861	  rcode is changed to NOERROR (because of the CNAME).
3862	- timeout on tcp does not lead to spurious leakage detect.
3863	- account memory for name of lame zones, so that memory leakages does
3864	  not show lame cache growth as a leakage growth.
3865	- config setting for lameness cache expressed in bytes, instead of
3866	  number of entries.
3867	- tool too summarize allocations per code line.
3868
386931 August 2007: Wouter
3870	- can read bind trusted-keys { ... }; files, in a compatibility mode.
3871	- iterator should not detach target queries that it still could need.
3872	  the protection against multiple outstanding queries is moved to a
3873	  current_query num check.
3874	- validator nodata, positive, referral tests.
3875	- dname print can print '*' wildcard.
3876
387730 August 2007: Wouter
3878	- fixup override date config option.
3879	- config options to control memory usage.
3880	- caught bad free of un-alloced data in worker_send error case.
3881	- memory accounting for key cache (trust anchors and temporary cache).
3882	- memory accounting fixup for outside network tcp pending waits.
3883	- memory accounting fixup for outside network tcp callbacks.
3884	- memory accounting for iterator fixed storage.
3885	- key cache size and slabs config options.
3886	- lib crypto cleanups at exit.
3887
388829 August 2007: Wouter
3889	- test tool to sign rrsets for testing validator with.
3890	- added RSA and DSA test keys, public and private pairs, 512 bits.
3891	- default configuration is with validation enabled.
3892	  Only a trust-anchor needs to be configured for DNSSEC to work.
3893	- do not convert to DER for DSA signature verification.
3894	- validator replay test file, for a DS to DNSKEY DSA key prime and
3895	  positive response.
3896
389728 August 2007: Wouter
3898	- removed double use for udp buffers, that could fail,
3899	  instead performs a malloc to do the backup.
3900	- validator validates referral messages, by validating all the rrsets
3901	  and stores the rrsets in the cache. Further referral (nonRD queries)
3902	  replies are made from the rrset cache directly. Unless unchecked
3903	  rrsets are encountered, there are then validated.
3904	- enforce that signing is done by a parent domain (or same domain).
3905	- adjust TTL downwards if rrset TTL bigger than signature allows.
3906	- permissive mode feature, sets AD bit for secure, but bogus does
3907	  not give servfail (bogus is changed into indeterminate).
3908	- optimization of rrset verification. rr canonical sorting is reused,
3909	  for the same rrset. canonical rrset image in buffer is reused for
3910	  the same signature.
3911	- if the rrset is too big (64k exactly + large owner name) the
3912	  canonicalization routine will fail if it does not fit in buffer.
3913	- faster verification for large sigsets.
3914	- verb_detail mode reports validation failures, but not the entire
3915	  algorithm for validation. Key prime failures are reported as
3916	  verb_ops level.
3917
391827 August 2007: Wouter
3919	- do not garble the edns if a cache answer fails.
3920	- answer norecursive from cache if possible.
3921	- honor clean_additional setting when returning secure non-recursive
3922	  referrals.
3923	- do not store referral in msg cache for nonRD queries.
3924	- store verification status in the rrset cache to speed up future
3925	  verification.
3926	- mark rrsets indeterminate and insecure if they are found to be so.
3927	  and store this in the cache.
3928
392924 August 2007: Wouter
3930	- message is bogus if unsecure authority rrsets are present.
3931	- val-clean-additional option, so you can turn it off.
3932	- move rrset verification out of the specific proof types into one
3933	  routine. This makes the proof routines prettier.
3934	- fixup cname handling in validator, cname-to-positive and cname-to-
3935	  nodata work.
3936	- Do not synthesize DNSKEY and DS responses from the rrset cache if
3937	  the rrset is from the additional section. Signatures may have
3938	  fallen off the packet, and cause validation failure.
3939	- more verbose signature date errors (with the date attached).
3940	- increased default infrastructure cache size. It is important for
3941	  performance, and 1000 entries are only 212k (or a 400 k total cache
3942	  size). To 10000 entries (for 2M entries, 4M cache size).
3943
394423 August 2007: Wouter
3945	- CNAME handling - move needs_validation to before val_new().
3946	  val_new() setups the chase-reply to be an edited copy of the msg.
3947	  new classification, and find signer can find for it.
3948	  removal of unsigned crap from additional, and query restart for
3949	  cname.
3950	- refuse to follow wildcarded DNAMEs when validating.
3951	  But you can query for qtype ANY, or qtype DNAME and validate that.
3952
395322 August 2007: Wouter
3954	- bogus TTL.
3955	- review - use val_error().
3956
395721 August 2007: Wouter
3958	- ANY response validation.
3959	- store security status in cache.
3960	- check cache security status and either send the query to be
3961	  validated, return the query to client, or send servfail to client.
3962	  Sets AD bit on validated replies.
3963	- do not examine security status on an error reply in mesh_done.
3964	- construct DS, DNSKEY messages from rrset cache.
3965	- manual page entry for override-date.
3966
396720 August 2007: Wouter
3968	- validate and positive validation, positive wildcard NSEC validation.
3969	- nodata validation, nxdomain validation.
3970
397118 August 2007: Wouter
3972	- process DNSKEY response in FINDKEY state.
3973
397417 August 2007: Wouter
3975	- work on DS2KE routine.
3976	- val_nsec.c for validator NSEC proofs.
3977	- unit test for NSEC bitmap reading.
3978	- dname iswild and canonical_compare with unit tests.
3979
398016 August 2007: Wouter
3981	- DS sig unit test.
3982	- latest release libevent 1.3c and 1.3d have threading fixed.
3983	- key entry fixup data pointer and ttl absolute.
3984	- This makes a key-prime succeed in validator, with DS or DNSKEY as
3985	  trust-anchor.
3986	- fixup canonical compare byfield routine, fix bug and also neater.
3987	- fixed iterator response type classification for queries of type
3988	  ANY and NS.
3989	  dig ANY gives sometimes NS rrset in AN and NS section, and parser
3990	  removes the NS section duplicate. dig NS gives sometimes the NS
3991	  in the answer section, as referral.
3992	- validator FINDKEY state.
3993
399415 August 2007: Wouter
3995	- crypto calls to verify signatures.
3996	- unit test for rrsig verification.
3997
399814 August 2007: Wouter
3999	- default outgoing ports changed to avoid port 2049 by default.
4000	  This port is widely blocked by firewalls.
4001	- count infra lameness cache in memory size.
4002	- accounting of memory improved
4003	- outbound entries are allocated in the query region they are for.
4004	- extensive debugging for memory allocations.
4005	- --enable-lock-checks can be used to enable lock checking.
4006	- protect undefs in config.h from autoheaders ministrations.
4007	- print all received udp packets. log hex will print on multiple
4008	  lines if needed.
4009	- fixed error in parser with backwards rrsig references.
4010	- mark cycle targets for iterator did not have CD flag so failed
4011	  its task.
4012
401313 August 2007: Wouter
4014	- fixup makefile, if lexer is missing give nice error and do not
4015	  mess up the dependencies.
4016	- canonical compare routine updated.
4017	- canonical hinfo compare.
4018	- printout list of the queries that the mesh is working on.
4019
402010 August 2007: Wouter
4021	- malloc and free overrides that track total allocation and frees.
4022	  for memory debugging.
4023	- work on canonical sort.
4024
40259 August 2007: Wouter
4026	- canonicalization, signature checks
4027	- dname signature label count and unit test.
4028	- added debug heap size print to memory printout.
4029	- typo fixup in worker.c
4030	- -R needed on solaris.
4031	- validator override option for date check testing.
4032
40338 August 2007: Wouter
4034	- ldns _raw routines created (in ldns trunk).
4035	- sigcrypt DS digest routines
4036	- val_utils uses sigcrypt to perform signature cryptography.
4037	- sigcrypt keyset processing
4038
40397 August 2007: Wouter
4040	- security status type.
4041	- security status is copied when rdata is equal for rrsets.
4042	- rrset id is updated to invalidate all the message cache entries
4043	  that refer to NSEC, NSEC3, DNAME rrsets that have changed.
4044	- val_util work
4045	- val_sigcrypt file for validator signature checks.
4046
40476 August 2007: Wouter
4048	- key cache for validator.
4049	- moved isroot and dellabel to own dname routines, with unit test.
4050
40513 August 2007: Wouter
4052	- replanning.
4053	- scrubber check section of lame NS set.
4054	- trust anchors can be in config file or read from zone file,
4055	  DS and DNSKEY entries.
4056	- unit test trust anchor storage.
4057	- trust anchors converted to packed rrsets.
4058	- key entry definition.
4059
40602 August 2007: Wouter
4061	- configure change for latest libevent trunk version (needs -lrt).
4062	- query_done and walk_supers are moved out of module interface.
4063	- fixup delegation point duplicates.
4064	- fixup iterator scrubber; lame NS set is let through the scrubber
4065	  so that the classification is lame.
4066	- validator module exists, and does nothing but pass through,
4067	  with calling of next module and return.
4068	- validator work.
4069
40701 August 2007: Wouter
4071	- set version to 0.5
4072	- module work for module to module interconnections.
4073	- config of modules.
4074	- detect cycle takes flags.
4075
407631 July 2007: Wouter
4077	- updated plan
4078	- release 0.4 tag.
4079
408030 July 2007: Wouter
4081	- changed random state init, so that sequential process IDs are not
4082	  cancelled out by sequential thread-ids in the random number seed.
4083	- the fwd_three test, which sends three queries to unbound, and
4084	  unbound is kept waiting by ldns-testns for 3 seconds, failed
4085	  because the retry timeout for default by unbound is 3 seconds too,
4086	  it would hit that timeout and fail the test. Changed so that unbound
4087	  is kept waiting for 2 seconds instead.
4088
408927 July 2007: Wouter
4090	- removed useless -C debug option. It did not work.
4091	- text edit of documentation.
4092	- added doc/CREDITS file, referred to by the manpages.
4093	- updated planning.
4094
409526 July 2007: Wouter
4096	- cycle detection, for query state dependencies. Will attempt to
4097	  circumvent the cycle, but if no other targets available fails.
4098	- unit test for AXFR, IXFR response.
4099	- test for cycle detection.
4100
410125 July 2007: Wouter
4102	- testbound read ADDRESS and check it.
4103	- test for version.bind and friends.
4104	- test for iterator chaining through several referrals.
4105	- test and fixup for refetch for glue. Refetch fails if glue
4106	  is still not provided.
4107
410824 July 2007: Wouter
4109	- Example section in config manual.
4110	- Addr stored for range and moment in replay.
4111
411220 July 2007: Wouter
4113	- Check CNAME chain before returning cache entry with CNAMEs.
4114	- Option harden-glue, default is on. It will discard out of zone
4115	  data. If disabled, performance is faster, but spoofing attempts
4116	  become a possibility. Note that still normalize scrubbing is done,
4117	  and that the potentially spoofed data is used for infrastructure
4118	  and not returned to the client.
4119	- if glue times out, refetch by asking parent of delegation again.
4120	  Much like asking for DS at the parent side.
4121	- TODO items from forgery-resilience draft.
4122	  and on memory handling improvements.
4123	- renamed module_event_timeout to module_event_noreply.
4124	- memory reporting code; reports on memory usage after handling
4125	  a network packet (not on cache replies).
4126
412719 July 2007: Wouter
4128	- shuffle NS selection when getting nameserver target addresses.
4129	- fixup of deadlock warnings, yield cpu in checklock code so that
4130	  freebsd scheduler selects correct process to run.
4131	- added identity and version config options and replies.
4132	- store cname messages complete answers.
4133
413418 July 2007: Wouter
4135	- do not query addresses, 127.0.0.1, and ::1 by default.
4136
413717 July 2007: Wouter
4138	- forward zone options in config file.
4139	- forward per zone in iterator. takes precendence over stubs.
4140	- fixup commithooks.
4141	- removed forward-to and forward-to-port features, subsumed by
4142	  new forward zones.
4143	- fix parser to handle absent server: clause.
4144	- change untrusted rrset test to account for scrubber that is now
4145	  applied during the test (which removes the poison, by the way).
4146	- feature, addresses can be specified with @portnumber, like nsd.conf.
4147	- test config files changed over to new forwarder syntax.
4148
414927 June 2007: Wouter
4150	- delete of mesh does a postorder traverse of the tree.
4151	- found and fixed a memory leak. For TTL=0 messages, that would
4152	  not be cached, instead the msg-replyinfo structure was leaked.
4153	- changed server selection so it will filter out hosts that are
4154	  unresponsive. This is defined as a host with the maximum rto value.
4155	  This means that unbound tried the host for retries up to 120 secs.
4156	  The rto value will time out after host-ttl seconds from the cache.
4157	  This keeps such unresolvable queries from taking up resources.
4158	- utility for keeping histogram.
4159
416026 June 2007: Wouter
4161	- mesh is called by worker, and iterator uses it.
4162	  This removes the hierarchical code.
4163	  QueryTargets state and Finished state are merged for iterator.
4164	- forwarder mode no longer sets AA bit on first reply.
4165	- rcode in walk_supers is not needed.
4166
416725 June 2007: Wouter
4168	- more mesh work.
4169	- error encode routine for ease.
4170
417122 June 2007: Wouter
4172	- removed unused _node iterator value from rbtree_t. Takes up space.
4173	- iterator can handle querytargets state without a delegation point
4174	  set, so that a priming(stub) subquery error can be handled.
4175	- iterator stores if it is priming or not.
4176	- log_query_info() neater logging.
4177	- changed iterator so that it does not alter module_qstate.qinfo
4178	  but keeps a chase query info. Also query_flags are not altered,
4179	  the iterator uses chase_flags.
4180	- fixup crash in case no ports for the family exist.
4181
418221 June 2007: Wouter
4183	- Fixup secondary buffer in case of error callback.
4184	- cleanup slumber list of runnable states.
4185	- module_subreq_depth fails to work in slumber list.
4186	- fixup query release for cached results to sub targets.
4187	- neater error for tcp connection failure, shows addr in verbose.
4188	- rbtree_init so that it can be used with preallocated memory.
4189
419020 June 2007: Wouter
4191	- new -C option to enable coredumps after forking away.
4192	- doc update.
4193	- fixup CNAME generation by scrubber, and memory allocation of it.
4194	- fixup deletion of serviced queries when all callbacks delete too.
4195	- set num target queries to 0 when you move them to slumber list.
4196	- typo in check caused subquery errors to be ignored, fixed.
4197	- make lint happy about rlim_t.
4198	- freeup of modules after freeup of module-states.
4199	- duplicate replies work, this uses secondary udp buffer in outnet.
4200
420119 June 2007: Wouter
4202	- nicer layout in stats.c, review 0.3 change.
4203	- spelling improvement, review 0.3 change.
4204	- uncapped timeout for server selection, so that very fast or slow
4205	  servers will stand out from the rest.
4206	- target-fetch-policy: "3 2 1 0 0" config setting.
4207	- fixup queries answered without RD bit (for root prime results).
4208	- refuse AXFR and IXFR requests.
4209	- fixup RD flag in error reply from iterator. fixup RA flag from
4210	  worker error reply.
4211	- fixup encoding of very short edns buffer sizes, now sets TC bit.
4212	- config options harden-short-bufsize and harden-large-queries.
4213
421418 June 2007: Wouter
4215	- same, move subqueries to slumber list when first has resolved.
4216	- fixup last fix for duplicate callbacks.
4217	- another offbyone in targetcounter. Also in Java prototype by the way.
4218
421915 June 2007: Wouter
4220	- if a query asks to be notified of the same serviced query result
4221	  multiple times, this will succeed. Only one callback will happen;
4222	  multiple outbound-list entries result (but the double cleanup of it
4223	  will not matter).
4224	- when iterator moves on due to CNAME or referral, it will remove
4225	  the subqueries (for other targets). These are put on the slumber
4226	  list.
4227	- state module wait subq is OK with no new subqs, an old one may have
4228	  stopped, with an error, and it is still waiting for other ones.
4229	- if a query loops, halt entire query (easy way to clean up properly).
4230
423114 June 2007: Wouter
4232	- num query targets was > 0 , not >= 0 compared, so that fetch
4233	  policy of 0 did nothing.
4234
423513 June 2007: Wouter
4236	- debug option: configure --enable-static-exe for compile where
4237	  ldns and libevent are linked statically. Default is off.
4238	- make install and make uninstall. Works with static-exe and without.
4239	  installation of unbound binary and manual pages.
4240	- alignement problem fix on solaris 64.
4241	- fixup address in case of TCP error.
4242
424312 June 2007: Wouter
4244	- num target queries was set to 0 at a bad time. Default it to 0 and
4245	  increase as target queries are done.
4246	- synthesize CNAME and DNAME responses from the cache.
4247	- Updated doxygen config for doxygen 1.5.
4248	- aclocal newer version.
4249	- doxygen 1.5 fixes for comments (for the strict check on docs).
4250
425111 June 2007: Wouter
4252	- replies on TCP queries have the address field set in replyinfo,
4253	  for serviced queries, because the initiator does not know that
4254	  a TCP fallback has occured.
4255	- omit DNSSEC types from nonDO replies, except if qtype is ANY or
4256	  if qtype directly queries for the type (and then only show that
4257	  'unknown type' in the answer section).
4258	- fixed message parsing where rrsigs on their own would be put
4259	  in the signature list over the rrsig type.
4260
42617 June 2007: Wouter
4262	- fixup error in double linked list insertion for subqueries and
4263	  for outbound list of serviced queries for iterator module.
4264	- nicer printout of outgoing port selection.
4265	- fixup cname target readout.
4266	- nicer debug output.
4267	- fixup rrset counts when prepending CNAMEs to the answer.
4268	- fixup rrset TTL for prepended CNAMEs.
4269	- process better check for looping modules, and which submodule to
4270	  run next.
4271	- subreq insertion code fixup for slumber list.
4272	- VERB_DETAIL, verbosity: 2 level gives short but readable output.
4273	  VERB_ALGO, verbosity: 3 gives extensive output.
4274	- fixup RA bit in cached replies.
4275	- fixup CNAME responses from the cache no longer partial response.
4276	- error in network send handled without leakage.
4277	- enable ip6 from config, and try ip6 addresses if available,
4278	  if ip6 is not connected, skips to next server.
4279
42805 June 2007: Wouter
4281	- iterator state finished.
4282	- subrequests without parent store in cache and stop.
4283	- worker slumber list for ongoing promiscuous queries.
4284	- subrequest error handling.
4285	- priming failure returns SERVFAIL.
4286	- priming gives LAME result, returns SERVFAIL.
4287	- debug routine to print dns_msg as handled by iterator.
4288	- memleak in config file stubs fixup.
4289	- more small bugs, in scrubber, query compare no ID for lookup,
4290	  in dname validation for NS targets.
4291	- sets entry.key for new special allocs.
4292	- lognametypeclass can display unknown types and classes.
4293
42944 June 2007: Wouter
4295	- random selection of equally preferred nameserver targets.
4296	- reply info copy routine. Reuses existing code.
4297	- cache lameness in response handling.
4298	- do not touch qstate after worker_process_query because it may have
4299	  been deleted by that routine.
4300	- Prime response state.
4301	- Process target response state.
4302	- some memcmp changed to dname_compare for case preservation.
4303
43041 June 2007: Wouter
4305	- normalize incoming messages. Like unbound-java, with CNAME chain
4306	  checked, DNAME checked, CNAME's synthesized, glue checked.
4307	- sanitize incoming messages.
4308	- split msgreply encode functions into own file msgencode.c.
4309	- msg_parse to queryinfo/replyinfo conversion more versatile.
4310	- process_response, classify response, delegpt_from_message.
4311
431231 May 2007: Wouter
4313	- querytargets state.
4314	- dname_subdomain_c() routine.
4315	- server selection, based on RTT. ip6 is filtered out if not available,
4316	  and lameness is checked too.
4317	- delegation point copy routine.
4318
431930 May 2007: Wouter
4320	- removed FLAG_CD from message and rrset caches. This was useful for
4321	  an agnostic forwarder, but not for a sophisticated (trust value per
4322	  rrset enabled) cache.
4323	- iterator reponse typing.
4324	- iterator cname handle.
4325	- iterator prime start.
4326	- subquery work.
4327	- processInitRequest and processInitRequest2.
4328	- cache synthesizes referral messages, with DS and NSEC.
4329	- processInitRequest3.
4330	- if a request creates multiple subrequests these are all activated.
4331
433229 May 2007: Wouter
4333	- routines to lock and unlock array of rrsets moved to cache/rrset.
4334	- lookup message from msg cache (and copy to region).
4335	- fixed cast error in dns msg lookup.
4336	- message with duplicate rrset does not increase its TTLs twice.
4337	- 'qnamesize' changed to 'qname_len' for similar naming scheme.
4338
433925 May 2007: Wouter
4340	- Acknowledge use of unbound-java code in iterator. Nicer readme.
4341	- services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
4342	  rrset cache from module environment.
4343	- packed rrset key has type and class as easily accessable struct
4344	  members. They are still kept in network format for fast msg encode.
4345	- dns cache find_delegation routine.
4346	- iterator main functions setup.
4347	- dns cache lookup setup.
4348
434924 May 2007: Wouter
4350	- small changes to prepare for subqueries.
4351	- iterator forwarder feature separated out.
4352	- iterator hints stub code, config file stub code, so that first
4353	  testing can proceed locally.
4354	- replay tests now have config option to enable forwarding mode.
4355
435623 May 2007: Wouter
4357	- outside network does precise timers for roundtrip estimates for rtt
4358	  and for setting timeout for UDP. Pending_udp takes milliseconds.
4359	- cleaner iterator sockaddr conversion of forwarder address.
4360	- iterator/iter_utils and iter_delegpt setup.
4361	- root hints.
4362
436322 May 2007: Wouter
4364	- outbound query list for modules and support to callback with the
4365	  outbound entry to the module.
4366	- testbound support for new serviced queries.
4367	- test for retry to TCP cannot use testbound any longer.
4368	- testns test for EDNS fallback, test for TCP fallback already exists.
4369	- fixes for no-locking compile.
4370	- mini_event timer precision and fix for change in timeouts during
4371	  timeout callback. Fix for fwd_three tests, performed nonexit query.
4372
437321 May 2007: Wouter
4374	- small comment on hash table locking.
4375	- outside network serviced queries, contain edns and tcp fallback,
4376	  and udp retries and rtt timing.
4377
437816 May 2007: Wouter
4379	- lruhash_touch() would cause locking order problems. Fixup in
4380	  lock-verify in case locking cycle is found.
4381	- services/cache/rrset.c for rrset cache code.
4382	- special rrset_cache LRU updating function that uses the rrset id.
4383	- no dependencies calculation when make clean is called.
4384	- config settings for infra cache.
4385	- daemon code slightly cleaner, only creates caches once.
4386
438715 May 2007: Wouter
4388	- host cache code.
4389	- unit test for host cache.
4390
439114 May 2007: Wouter
4392	- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
4393	- extensive lock debug report on join timeout.
4394	- proper RTT calculation, in utility code.
4395	- setup of services/cache/infra, host cache.
4396
439711 May 2007: Wouter
4398	- iterator/iterator.c module.
4399	- fixup to pass reply_info in testcode and in netevent.
4400
440110 May 2007: Wouter
4402	- created release-0.3 svn tag.
4403	- util/module.h
4404	- fixed compression - no longer compresses root name.
4405
44069 May 2007: Wouter
4407	- outside network cleans up waiting tcp queries on exit.
4408	- fallback to TCP.
4409	- testbound replay with retry in TCP mode.
4410	- tpkg test for retry in TCP mode, against ldns-testns server.
4411	- daemon checks max number of open files and complains if not enough.
4412	- test where data expires in the cache.
4413	- compiletests: fixed empty body ifstatements in alloc.c, in case
4414	  locks are disabled.
4415
44168 May 2007: Wouter
4417	- outgoing network keeps list of available tcp buffers for outgoing
4418	  tcp queries.
4419	- outgoing-num-tcp config option.
4420	- outgoing network keeps waiting list of queries waiting for buffer.
4421	- netevent supports outgoing tcp commpoints, nonblocking connects.
4422
44237 May 2007: Wouter
4424	- EDNS read from query, used to make reply smaller.
4425	- advertised edns value constants.
4426	- EDNS BADVERS response, if asked for too high edns version.
4427	- EDNS extended error reponses once the EDNS record from the query
4428	  has successfully been parsed.
4429
44304 May 2007: Wouter
4431	- msgreply sizefunc is more accurate.
4432	- config settings for rrset cache size and slabs.
4433	- hashtable insert takes argument so that a thread can use its own
4434	  alloc cache to store released keys.
4435	- alloc cache special_release() locks if necessary.
4436	- rrset trustworthiness type added.
4437	- thread keeps a scratchpad region for handling messages.
4438	- writev used in netevent to write tcp length and data after another.
4439	  This saves a roundtrip on tcp replies.
4440	- test for one rrset updated in the cache.
4441	- test for one rrset which is not updated, as it is not deemed
4442	  trustworthy enough.
4443	- test for TTL refreshed in rrset.
4444
44453 May 2007: Wouter
4446	- fill refs. Use new parse and encode to answer queries.
4447	- stores rrsets in cache.
4448	- uses new msgreply format in cache.
4449
44502 May 2007: Wouter
4451	- dname unit tests in own file and spread out neatly in functions.
4452	- more dname unit tests.
4453	- message encoding creates truncated TC flagged messages if they do
4454	  not fit, and will leave out (whole)rrsets from additional if needed.
4455
44561 May 2007: Wouter
4457	- decompress query section, extremely lenient acceptance.
4458	  But only for answers from other servers, not for plain queries.
4459	- compression and decompression test cases.
4460	- some stats added.
4461	- example.conf interface: line is changed from 127.0.0.1 which leads
4462	  to problems if used (restricting communication to the localhost),
4463	  to a documentation and test address.
4464
446527 April 2007: Wouter
4466	- removed iov usage, it is not good for dns message encoding.
4467	- owner name compression more optimal.
4468	- rrsig owner name compression.
4469	- rdata domain name compression.
4470
447126 April 2007: Wouter
4472	- floating point exception fix in lock-verify.
4473	- lint uses make dependency
4474	- fixup lint in dname owner domain name compression code.
4475	- define for offset range that can be compressed to.
4476
447725 April 2007: Wouter
4478	- prettier code; parse_rrset->type kept in host byte order.
4479	- datatype used for hashvalue of converted rrsig structure.
4480	- unit test compares edns section data too.
4481
448224 April 2007: Wouter
4483	- ttl per RR, for RRSIG rrsets and others.
4484	- dname_print debug function.
4485	- if type is not known, size calc will skip DNAME decompression.
4486	- RRSIG parsing and storing and putting in messages.
4487	- dnssec enabled unit tests (from nlnetlabs.nl and se queries).
4488	- EDNS extraction routine.
4489
449020 April 2007: Wouter
4491	- code comes through all of the unit tests now.
4492	- disabled warning about spurious extra data.
4493	- documented the RRSIG parse plan in msgparse.h.
4494	- rrsig reading and outputting.
4495
449619 April 2007: Wouter
4497	- fix unit test to actually to tests.
4498	- fix write iov helper, and fakevent code.
4499	- extra builtin testcase (small packet).
4500	- ttl converted to network format in packets.
4501	- flags converted correctly
4502	- rdatalen off by 2 error fixup.
4503	- uses less iov space for header.
4504
450518 April 2007: Wouter
4506	- review of msgparse code.
4507	- smaller test cases.
4508
450917 April 2007: Wouter
4510	- copy and decompress dnames.
4511	- store calculated hash value too.
4512	- routine to create message out of stored information.
4513	- util/data/msgparse.c for message parsing code.
4514	- unit test, and first fixes because of test.
4515		* forgot rrset_count addition.
4516		* did & of ptr on stack for memory position calculation.
4517		* dname_pkt_copy forgot to read next label length.
4518	- test from file and fixes
4519		* double frees fixed in error conditions.
4520		* types with less than full rdata allowed by parser.
4521		  Some dynamic update packets seem to use it.
4522
452316 April 2007: Wouter
4524	- following a small change in LDNS, parsing code calculates the
4525	  memory size to allocate for rrs.
4526	- code to handle ID creation.
4527
452813 April 2007: Wouter
4529	- parse routines. Code that parses rrsets, rrs.
4530
453112 April 2007: Wouter
4532	- dname compare routine that preserves case, with unit tests.
4533
453411 April 2007: Wouter
4535	- parse work - dname packet parse, msgparse, querysection parse,
4536	  start of sectionparse.
4537
453810 April 2007: Wouter
4539	- Improved alignment of reply_info packet, nice for 32 and 64 bit.
4540	- Put RRset counts in reply_info, because the number of RRs can change
4541	  due to RRset updates.
4542	- import of region-allocator code from nsd.
4543	- set alloc special type to ub_packed_rrset_key.
4544	  Uses lruhash entry overflow chain next pointer in alloc cache.
4545	- doxygen documentation for region-allocator.
4546	- setup for parse scratch data.
4547
45485 April 2007: Wouter
4549	- discussed packed rrset with Jelte.
4550
45514 April 2007: Wouter
4552	- moved to version 0.3.
4553	- added util/data/dname.c
4554	- layout of memory for rrsets.
4555
45563 April 2007: Wouter
4557	- detect sign of msghdr.msg_iovlen so that the cast to that type
4558	  in netevent (which is there to please lint) can be correct.
4559	  The type on several OSes ranges from int, int32, uint32, size_t.
4560	  Detects unsigned or signed using math trick.
4561	- constants for DNS flags.
4562	- compilation without locks fixup.
4563	- removed include of unportable header from lookup3.c.
4564	- more portable use of struct msghdr.
4565	- casts for printf warning portability.
4566	- tweaks to tests to port them to the testbed.
4567	- 0.2 tag created.
4568
45692 April 2007: Wouter
4570	- check sizes of udp received messages, not too short.
4571	- review changes. Some memmoves can be memcpys: 4byte aligned.
4572	  set id correctly on cached answers.
4573	- review changes msgreply.c, memleak on error condition. AA flag
4574	  clear on cached reply. Lowercase queries on hashing.
4575	  unit test on lowercasing. Test AA bit not set on cached reply.
4576	  Note that no TTLs are managed.
4577
457829 March 2007: Wouter
4579	- writev or sendmsg used when answering from cache.
4580	  This avoids a copy of the data.
4581	- do not do useless byteswap on query id. Store reply flags in uint16
4582	  for easier access (and no repeated byteswapping).
4583	- reviewed code.
4584	- configure detects and config.h includes sys/uio.h for writev decl.
4585
458628 March 2007: Wouter
4587	- new config option: num-queries-per-thread.
4588	- added tpkg test for answering three queries at the same time
4589	  using one thread (from the query service list).
4590
459127 March 2007: Wouter
4592	- added test for cache and not cached answers, in testbound replays.
4593	- testbound can give config file and commandline options from the
4594	  replay file to unbound.
4595	- created test that checks if items drop out of the cache.
4596	- added word 'partitioned hash table' to documentation on slab hash.
4597	  A slab hash is a partitioned hash table.
4598	- worker can handle multiple queries at a time.
4599
460026 March 2007: Wouter
4601	- config settings for slab hash message cache.
4602	- test for cached answer.
4603	- Fixup deleting fake answer from testbound list.
4604
460523 March 2007: Wouter
4606	- review of yesterday's commits.
4607	- covered up memory leak of the entry locks.
4608	- answers from the cache correctly. Copies flags correctly.
4609	- sanity check for incoming query replies.
4610	- slabbed hash table. Much nicer contention, need dual cpu to see.
4611
461222 March 2007: Wouter
4613	- AIX configure check.
4614	- lock-verify can handle references to locks that are created
4615	  in files it has not yet read in.
4616	- threaded hash table test.
4617	- unit test runs lock-verify afterwards and checks result.
4618	- need writelock to update data on hash_insert.
4619	- message cache code, msgreply code.
4620
462121 March 2007: Wouter
4622	- unit test of hash table, fixup locking problem in table_grow().
4623	- fixup accounting of sizes for removing items from hashtable.
4624	- unit test for hash table, single threaded test of integrity.
4625	- lock-verify reports errors nicely. More quiet in operation.
4626
462716 March 2007: Wouter
4628	- lock-verifier, checks consistent order of locking.
4629
463014 March 2007: Wouter
4631	- hash table insert (and subroutines) and lookup implemented.
4632	- hash table remove.
4633	- unit tests for hash internal bin, lru functions.
4634
463513 March 2007: Wouter
4636	- lock_unprotect in checklocks.
4637	- util/storage/lruhash.h for LRU hash table structure.
4638
463912 March 2007: Wouter
4640	- configure.ac moved to 0.2.
4641	- query_info and replymsg util/data structure.
4642
46439 March 2007: Wouter
4644	- added rwlock writelock checking.
4645	  So it will keep track of the writelock, and readlocks are enforced
4646	  to not change protected memory areas.
4647	- log_hex function to dump hex strings to the logfile.
4648	- checklocks zeroes its destroyed lock after checking memory areas.
4649	- unit test for alloc.
4650	- identifier for union in checklocks to please older compilers.
4651	- created 0.1 tag.
4652
46538 March 2007: Wouter
4654	- Reviewed checklock code.
4655
46567 March 2007: Wouter
4657	- created a wrapper around thread calls that performs some basic
4658	  checking for data race and deadlock, and basic performance
4659	  contention measurement.
4660
46616 March 2007: Wouter
4662	- Testbed works with threading (different machines, different options).
4663	- alloc work, does the special type.
4664
46652 March 2007: Wouter
4666	- do not compile fork funcs unless needed. Otherwise will give
4667	  type errors as their typedefs have not been enabled.
4668	- log shows thread numbers much more nicely (and portably).
4669	- even on systems with nonthreadsafe libevent signal handling,
4670	  unbound will exit if given a signal.
4671	  Reloads will not work, and exit is not graceful.
4672	- start of alloc framework layout.
4673
46741 March 2007: Wouter
4675	- Signals, libevent and threads work well, with libevent patch and
4676	  changes to code (close after event_del).
4677	- set ipc pipes nonblocking.
4678
467927 February 2007: Wouter
4680	- ub_thread_join portable definition.
4681	- forking is used if no threading is available.
4682	  Tested, it works, since pipes work across processes as well.
4683	  Thread_join is replaced with waitpid.
4684	- During reloads the daemon will temporarily handle signals,
4685	  so that they do not result in problems.
4686	- Also randomize the outgoing port range for tests.
4687	- If query list is full, will stop selecting listening ports for read.
4688	  This makes all threads service incoming requests, instead of one.
4689	  No memory is leaking during reloads, service of queries, etc.
4690	- test that uses ldns-testns -f to test threading. Have to answer
4691	  three queries at the same time.
4692	- with verbose=0 operates quietly.
4693
469426 February 2007: Wouter
4695	- ub_random code used to select ID and port.
4696	- log code prints thread id.
4697	- unbound can thread itself, with reload(HUP) and quit working
4698	  correctly.
4699	- don't open pipes for #0, doesn't need it.
4700	- listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
4701
470223 February 2007: Wouter
4703	- Can do reloads on sigHUP. Everything is stopped, and freed,
4704	  except the listening ports. Then the config file is reread.
4705	  And everything is started again (and listening ports if needed).
4706	- Ports for queries are shared.
4707	- config file added interface:, chroot: and username:.
4708	- config file: directory, logfile, pidfile. And they work too.
4709	- will daemonize by default now. Use -d to stay in the foreground.
4710	- got BSD random[256 state] code, made it threadsafe. util/random.
4711
471222 February 2007: Wouter
4713	- Have a config file. Removed commandline options, moved to config.
4714	- tests use config file.
4715
471621 February 2007: Wouter
4717	- put -c option in man page.
4718	- minievent fd array capped by FD_SETSIZE.
4719
472020 February 2007: Wouter
4721	- Added locks code and pthread spinlock detection.
4722	- can use no locks, or solaris native thread library.
4723	- added yacc and lex configure, and config file parsing code.
4724	  also makedist.sh, and manpage.
4725	- put include errno.h in config.h
4726
472719 February 2007: Wouter
4728	- Created 0.0 svn tag.
4729	- added acx_pthread.m4 autoconf check for pthreads from
4730	  the autoconf archive. It is GPL-with-autoconf-exception Licensed.
4731	  You can specify --with-pthreads, or --without-pthreads to configure.
4732
473316 February 2007: Wouter
4734	- Updated testbed script, works better by using make on remote end.
4735	- removed check decls, we can compile without them.
4736	- makefile supports LIBOBJ replacements.
4737	- docs checks ignore compat code.
4738	- added util/mini-event.c and .h, a select based alternative used with
4739	  ./configure --with-libevent=no
4740	  It is limited to 1024 file descriptors, and has less features.
4741	- will not create ip6 sockets if ip6 not on the machine.
4742
474315 February 2007: Wouter
4744	- port to FreeBSD 4.11 Dec Alpha. Also works on Solaris 10 sparc64,
4745	  Solaris 9, FreeBSD 6, Linux i386 and OSX powerpc.
4746	- malloc rndstate, so that it is aligned for access.
4747	- fixed rbtree cleanup with postorder traverse.
4748	- fixed pending messages are deleted when handled.
4749	- You can control verbosity; default is not verbose, every -v
4750	  adds more verbosity.
4751
475214 February 2007: Wouter
4753	- Included configure.ac changes from ldns.
4754	- detect (some) headers before the standards check.
4755	- do not use isblank to test c99, since its not available on solaris9.
4756	- review of testcode.
4757		* entries in a RANGE are no longer reversed.
4758		* print name of file with replay entry parse errors.
4759	- port to OSX: cast to int for some prints of sizet.
4760	- Makefile copies ldnstestpkts.c before doing dependencies on it.
4761
476213 February 2007: Wouter
4763	- work on fake events, first fwd replay works.
4764	- events can do timeouts and errors on queries to servers.
4765	- test package that runs replay scenarios.
4766
476712 February 2007: Wouter
4768	- work on fake events.
4769
47709 February 2007: Wouter
4771	- replay file reading.
4772	- fake event setup, it creates fake structures, and teardowns,
4773	  added signal callbacks to reply to be able to fake those,
4774	  and main structure of event replay routines.
4775
47768 February 2007: Wouter
4777	- added tcp test.
4778	- replay storage.
4779	- testcode/fake_event work.
4780
47817 February 2007: Wouter
4782	- return answer with the same ID as query was sent with.
4783	- created udp forwarder test. I've done some effort to make it perform
4784	  quickly. After servers are created, no big sleep statements but
4785	  it checks the logfiles to see if servers have come up. Takes 0.14s.
4786	- set addrlen value when calling recvfrom.
4787	- comparison of addrs more portable.
4788	- LIBEVENT option for testbed to set libevent directory.
4789	- work on tcp input.
4790
47916 February 2007: Wouter
4792	- reviewed code and improved in places.
4793
47945 February 2007: Wouter
4795	- Picked up stdc99 and other define tests from ldns. Improved
4796	  POSIX define test to include getaddrinfo.
4797	- defined constants for netevent callback error code.
4798	- unit test for strisip6.
4799
48002 February 2007: Wouter
4801	- Created udp4 and udp6 port arrays to provide service for both
4802	  address families.
4803	- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
4804	- listens on both ip4 and ip6 ports to provide correct return address.
4805	- worker fwder address filled correctly.
4806	- fixup timer code.
4807	- forwards udp queries and sends answer.
4808
48091 February 2007: Wouter
4810	- outside network more UDP work.
4811	- moved * closer to type.
4812	- comm_timer object and events.
4813
481431 January 2007: Wouter
4815	- Added makedist.sh script to make release tarball.
4816	- Removed listen callback layer, did not add anything.
4817	- Added UDP recv to netevent, worker callback for udp.
4818	- netevent communication reply storage structure.
4819	- minimal query header sanity checking for worker.
4820	- copied over rbtree implementation from NSD (BSD licensed too).
4821	- outgoing network query service work.
4822
482330 January 2007: Wouter
4824	- links in example/ldns-testpkts.c and .h for premade packet support.
4825	- added callback argument to listen_dnsport and daemon/worker.
4826
482729 January 2007: Wouter
4828	- unbound.8 a short manpage.
4829
483026 January 2007: Wouter
4831	- fixed memleak.
4832	- make lint works on BSD and Linux (openssl defines).
4833	- make tags works.
4834	- testbound program start.
4835
483625 January 2007: Wouter
4837	- fixed lint so it may work on BSD.
4838	- put license into header of every file.
4839	- created verbosity flag.
4840	- fixed libevent configure flag.
4841	- detects event_base_free() in new libevent 1.2 version.
4842	- getopt in daemon. fatal_exit() and verbose() logging funcs.
4843	- created log_assert, that throws assertions to the logfile.
4844	- listen_dnsport service. Binds ports.
4845
484624  January 2007: Wouter
4847	- cleaned up configure.ac.
4848
484923  January 2007: Wouter
4850	- added libevent to configure to link with.
4851	- util/netevent setup work.
4852	- configure searches for libevent.
4853	- search for libs at end of configure (when other headers and types
4854	  have been found).
4855	- doxygen works with ATTR_UNUSED().
4856	- util/netevent implementation.
4857
485822  January 2007: Wouter
4859	- Designed header file for network communication.
4860
486116  January 2007: Wouter
4862	- added readme.svn and readme.tests.
4863
48644 January 2007: Wouter
4865	- Testbed script (run on multiple platforms the test set).
4866	  Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
4867	- added unit test tpkg.
4868
48693 January 2007: Wouter
4870	- committed first set of files into subversion repository.
4871	  svn co svn+ssh://unbound.net/svn/unbound
4872	  You need a ssh login.  There is no https access yet.
4873	- Added LICENSE, the BSD license.
4874	- Added doc/README with compile help.
4875	- main program stub and quiet makefile.
4876	- minimal logging service (to stderr).
4877	- added postcommit hook that serves emails.
4878	- added first test 00-lint. postcommit also checks if build succeeds.
4879	- 01-doc: doxygen doc target added for html docs. And stringent test
4880	  on documented files, functions and parameters.
4881
488215 December 2006: Wouter
4883	- Created Makefile.in and configure.ac.
4884