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