e673d893c7- The key-cache bad key ttl is now 60 seconds.
wouter
2012-06-15 12:25:29 +0000
69c422db01- implement log-time-ascii on windows.
wouter
2012-06-15 08:24:44 +0000
9c0e95b8a2- bug #452: fix crash on assert in mesh_state_attachment.
wouter
2012-06-11 12:04:58 +0000
2c087c0fefchange to test commit hook.
wouter
2012-05-30 12:26:05 +0000
e8a177224e- silence warning from swig-generated code (md set but not used in swig initmodule, due to ifdefs in swig generated code).
wouter
2012-05-30 09:08:17 +0000
ff407af506- fix configure ECDSA support in ldns detection for windows compile. - fix possible uninitialised variable in windows pipe implementation.
wouter
2012-05-15 14:50:21 +0000
18934b4be5fix alignment problem in util/random.c for sparc64/freebsd.
wouter
2012-05-09 09:13:57 +0000
28727b8b02- new approach to NS fetches for DS lookup that works with cornercases, and is more robust and considers forwarders.
wouter
2012-03-21 15:01:01 +0000
e5d9f18a1c- fix to locate nameservers for DS lookup with NS fetches.
wouter
2012-03-19 15:44:21 +0000
0c1759fb44- flush_infra cleans timeouted servers from the cache too.
wouter
2012-03-02 09:05:36 +0000
6d5f0687f2comment for explanation of bit toggle.
wouter
2012-03-01 13:38:28 +0000
276300a61a- forward-first option. Tries without forward if a query fails. Also stub-first option that is similar.
wouter
2012-03-01 13:16:40 +0000
0bd934ca59- Fix from code review, if EINPROGRESS not defined chain if statement differently.
wouter
2012-02-28 15:06:59 +0000
33aee2e6cb- Fix bug#434: on windows check registry for config file location for unbound-control.exe, and unbound-checkconf.exe.
wouter
2012-02-27 13:20:29 +0000
c730f8194f- Fix to squelch 'network unreachable' errors from tcp connect in logs, high verbosity will show them.
wouter
2012-02-23 09:01:46 +0000
187327004cfix python module for prefetch-sticky changes.
wouter
2012-02-16 17:38:59 +0000
5a7af9871aFix prefetch and stickyness.
wouter
2012-02-16 11:04:53 +0000
f467fc9b41lint and doxygen fixes.
wouter
2012-02-16 10:08:07 +0000
d5150eafeb- unbound-control forward_add, forward_remove, stub_add, stub_remove can modify stubs and forwards for running unbound (on mobile computer) they can also add and remove domain-insecure for the zone.
wouter
2012-02-15 14:35:28 +0000
ad8753ad44hints uses malloc for more dynamicity.
wouter
2012-02-15 09:38:34 +0000
7fe22008d7- Fix forward-zone memory, uses malloc and frees original root dp.
wouter
2012-02-15 08:50:17 +0000
7d756333e8- iter forwards uses malloc inside for more dynamicity.
wouter
2012-02-14 15:41:09 +0000
4c9275628a- Fix sticky NS (ghost domain problem) if prefetch is yes.
wouter
2012-02-14 11:06:44 +0000
e4ac9e9503- RT#2955. Fix for cygwin compilation.
wouter
2012-02-13 10:42:22 +0000
257ec6f755debug infra lines for infa timeout counters.
wouter
2012-02-10 14:48:09 +0000
ee86f47893fix unit test to be more reliable on slower systems.
wouter
2012-02-10 14:09:39 +0000
92c844ad08- unit test fix for nomem_cnametopos.rpl race condition.
wouter
2012-02-10 12:54:27 +0000
c8396f3878- Fix timeouts to keep track of query type, A, AAAA and other, if another has caused timeout blacklist, different type can still probe.
wouter
2012-02-10 12:17:25 +0000
6700b06105gmake no longer needed.
wouter
2012-02-10 10:34:15 +0000
575e9face7- Slightly smaller critical region in one case in infra cache.
wouter
2012-02-10 09:21:06 +0000
3c2532e0ac- Fix AHX_BROKEN_MEMCMP for autoheader mess up of #undef in config.h.
wouter
2012-02-09 12:40:19 +0000
a94bcbdd57autoconf on fedora.
wouter
2012-02-09 08:28:35 +0000
778fd7476a- workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
wouter
2012-02-08 16:40:46 +0000
27329b8cc9- implement draft-ietf-dnsext-ecdsa-04; which is in IETF LC; This implementation is experimental at this time and not recommended for use on the public internet (the protocol numbers have not been assigned). Needs recent ldns with --enable-ecdsa. - fix memory leak in errorcase for DSA signatures.
wouter
2012-02-08 13:22:44 +0000
05f82d8e99- fix for windows, rename() is not posix compliant on windows.
wouter
2012-02-03 14:56:09 +0000
23acd425f0- Fix validation failures (like: validation failure xx: no NSEC3 closest encloser from yy for DS zz. while building chain of trust, because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata for an NSEC3. Now it does not change rdata, and fixes TTL.
wouter
2012-02-01 11:18:07 +0000
365d5a6792- Fix version-number in libtool to be version-info so it produces libunbound.so.2 like it should.
wouter
2012-01-30 08:46:25 +0000