50a47fc8b4- Fix to write key files completely to a temporary file, and if that succeeds, replace the real key file. So failures leave a useful file.
wouter
2012-01-19 14:17:22 +0000
cc265b7ce4- Fix bug where canonical_compare of RRSIG did not downcase the signer-name. This is mostly harmless because RRSIGs do not have to be sorted in canonical order, usually.
wouter
2012-01-17 09:06:18 +0000
6369cf4aa2fix changelog svn:NO TEST
wouter
2012-01-12 13:53:52 +0000
11bd495b61- Added ub_version(). API version increase, with (binary) backwards compatibility for the previous version.
wouter
2012-01-12 13:52:38 +0000
63cfba3607- uninitialised variable in reprobe for rtt blocked domains fixed. - lintfix and new flex output.
wouter
2012-01-10 15:07:16 +0000
25fbc19b64- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL that would be permissible by the RFCs but it is not the TTL in the cache.
wouter
2012-01-10 09:42:32 +0000
3911955af7- Fix to randomize hash function, based on 28c3 congress, reported by Peter van Dijk.
wouter
2012-01-02 13:16:18 +0000
40900e9e41- Fix for memory leak (about 20 bytes when a tcp or udp send operation towards authority servers failed, takes about 50.000 such failures to leak one Mb, such failures are also usually logged), reported by Robert Fleischmann.
wouter
2011-12-24 11:27:53 +0000
2e25dea379- trunk has 1.4.15 in development.
wouter
2011-12-19 11:37:15 +0000
50a8288ce6- Fix for VU#209659 CVE-2011-4528: Unbound denial of service vulnerabilities from nonstandard redirection and denial of existence http://www.unbound.net/downloads/CVE-2011-4528.txt - robust checks for next-closer NSEC3s. - tag 1.4.14 created.
wouter
2011-12-19 10:55:32 +0000
a4c3aed0f8- Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
wouter
2011-12-15 13:37:13 +0000
4f8880d6a5- Fix warning unused in compat/strptime.c.
wouter
2011-12-05 14:59:24 +0000
525b8dabe1- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
wouter
2011-12-05 14:25:01 +0000
51976138fe- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
wouter
2011-12-05 13:49:30 +0000
c7b727654fconfigure generated with autoconf 2.68
wouter
2011-12-02 13:43:24 +0000
6e6171f9ae- Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes SERVFAILs. Also fixed for UDP (but less likely).
wouter
2011-11-30 13:39:11 +0000
cf055b1d04- documentation for new options: ssl-upstream, ssl-service-key and ssl-service.pem.
wouter
2011-11-01 09:44:40 +0000
a7ef3f7bc4support for ssl-upstream (works from unbound-control).
wouter
2011-11-01 09:26:58 +0000
0d9faf8179debug printout certificate of ssl dns server.
wouter
2011-10-31 14:56:48 +0000
1f9e9b78fe- dns over ssl support, ssl-service-pem and ssl-service-key files can be given and then TCP queries are serviced wrapped in SSL.
wouter
2011-10-31 14:48:48 +0000
089b0e1649fix export_all_symbols on osx.
wouter
2011-10-27 11:14:17 +0000
73b90266ebiana update and gzip compression.
wouter
2011-10-27 08:46:32 +0000
3a4da9849c- lame-ttl and lame-size options no longer exist, it is integrated with the host info. They are ignored (with verbose warning) if encountered to keep the config file backwards compatible.
wouter
2011-10-27 08:33:02 +0000
f33c5178d7- Fix make_new_space function so that the incoming query is not overwritten if a jostled out query causes a waiting query to be resumed that then fails and sends an error message. (Thanks to Matthew Lee).
wouter
2011-10-24 13:49:59 +0000
da47b4231b- Fix resolve of partners.extranet.microsoft.com with a fix for the server selection for choosing out of a (particular) list of bad choices.
wouter
2011-10-24 08:34:59 +0000
f7015af988- fix --enable-allsymbols, fptr wlist is disabled on windows with this option enabled because of memory layout exe vs dll.
wouter
2011-10-21 12:33:46 +0000
cc169527fffix install name and fix error report by munin autoconf.
wouter
2011-10-12 08:37:15 +0000
8a709e7c1e- updated contrib/unbound_munin_ to family=auto so that it works with munin-node-configure automatically (if installed as /usr/local/share/munin/plugins/unbound_ ).
wouter
2011-10-12 08:25:38 +0000
2537bedab5comment svn:NO TEST
matje
2011-10-06 08:58:55 +0000
2f8e3cb245link unbound against unbound library
matje
2011-10-06 08:27:31 +0000
9a28841410unbound windows option to start and stop the service.
wouter
2011-09-27 13:22:04 +0000
446aecff27- TCP-upstream calculates tcp-ping so server selection works if there are alternatives.
wouter
2011-09-23 12:56:28 +0000
d4603fe66c- Fix classification of NS set in answer section, where there is a parent-child server, and the answer has the AA flag for dir.slb.com. Thanks to Amanda Constant from Secure64.
wouter
2011-09-20 07:42:04 +0000
fbc5a3bf31better sent count handling
wouter
2011-09-16 14:15:13 +0000
fe21693eb9- max sent count. EDNS1480 only for rtt < 5000. No promiscuous fetch if sentcount > 3, stop query if sentcount > 16. Count is reset when referral or CNAME happens. This makes unbound better at managing large NS sets, they are explored when there is continued interest (in the form of queries).
wouter
2011-09-16 14:11:12 +0000