Commit Graph

  • 4a64e4916f * Check for setrlimit separate from getrlimit. * include sys/time.h for struct timeval definition * cast for printf, on Minix. wouter 2010-07-05 14:20:24 +0000
  • bb6f5ea246 - wdiff is not actually required by make test, updated requirements. wouter 2010-07-05 13:34:01 +0000
  • c4b4b1ab3b - added feature to print configure date, target and options with -h. - added feature to print event backend system details with -h. wouter 2010-07-05 13:10:49 +0000
  • 573c9093ed - log if a server is skipped because it is on the donotquery list, at verbosity 4, to enable diagnosis why no queries to 127.0.0.1. wouter 2010-07-05 07:45:20 +0000
  • 5e4d1b6d5e newer acx_nlnetlabs m4 wouter 2010-07-02 10:02:00 +0000
  • 796d87d213 Fix 4035 compliance for algorithms from the DS rrset that MUST sign the DNSKEY. wouter 2010-07-01 12:08:48 +0000
  • 6bcdb68292 - Fix the max number of reply-address count wouter 2010-06-28 12:50:04 +0000
  • 0c64df2802 - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps in overload situations to be about 5 qps for the class of shortly serviced queries. The capacity of the resolver is then about (numqueriesperthread / 2) / (average time for such long queries) qps for long queries. And about (numqueriesperthread / 2)/(jostletimeout in whole seconds) qps for short queries, per thread. wouter 2010-06-28 11:42:21 +0000
  • 49be076e35 - unbound.h has extern "C" statement for easier include in c++. wouter 2010-06-25 13:23:03 +0000
  • 10747c9f68 Fix for lame reply corner case. wouter 2010-06-25 08:32:51 +0000
  • 719e9cdf92 test to make sure unbound deals with capitals in signer name like bind does wouter 2010-06-24 07:06:17 +0000
  • 3ff0a4c5f8 -wssl feature for makedist. wouter 2010-06-23 14:01:05 +0000
  • d54e2c0b71 iana portlist updated wouter 2010-06-23 08:05:41 +0000
  • f1d40b0392 Fix for clean SSL exit. wouter 2010-06-23 07:46:46 +0000
  • 5551c39f5c #if is the right thing wouter 2010-06-23 07:15:43 +0000
  • 1304bf3a04 better ifdef wouter 2010-06-22 14:32:08 +0000
  • 48fffdadf5 Fix to unload gost dynamic library module for leak test. wouter 2010-06-22 12:27:19 +0000
  • ce663dc4b9 libev vs libevent printout. wouter 2010-06-22 07:57:52 +0000
  • cbeddaee08 iana portlist updated. wouter 2010-06-18 07:29:36 +0000
  • 641abb157c root hints from ftp.internic.net. wouter 2010-06-18 07:18:22 +0000
  • b9567686f3 - Add AAAA to root hints for I.ROOT-SERVERS.NET. wouter 2010-06-17 19:17:09 +0000
  • 491378f6a1 updated ldns tarball wouter 2010-06-16 15:26:30 +0000
  • a7696cb817 - Fix assertion failure reported by Kai Storbeck from XS4ALL, the assertion was wrong. wouter 2010-06-16 15:05:22 +0000
  • ddcfac7008 - Fix assertion failure reported by Kai Storbeck from XS4ALL, the assertion was wrong. wouter 2010-06-16 15:05:11 +0000
  • 2539f4e135 Added documentation for the histogram printout to syslog. wouter 2010-06-15 11:35:27 +0000
  • b5d71246b1 - Max referral count from 30 to 130, because 128 one character domains is valid DNS. wouter 2010-06-15 10:50:20 +0000
  • a7883d167a - makedist crosscompile to windows uses builtin ldns not host ldns. wouter 2010-06-15 09:57:34 +0000
  • bd2b31b430 - Fix to use one pointer less for iterator query state store_parent_NS. wouter 2010-06-15 09:47:11 +0000
  • d138643964 - Fix TCPreply on systems with no writev, if just 1 byte could be sent. wouter 2010-06-15 09:40:36 +0000
  • d6b66a0eaf version 1.4.6 in trunk. wouter 2010-06-15 07:45:55 +0000
  • 33e1ed3440 tag 1.4.5 created wouter 2010-06-15 07:16:50 +0000
  • 66f6318513 fix wouter 2010-06-11 14:24:25 +0000
  • 0aaf9f53aa - When retry to parent the retrycount is not wiped, so failed nameservers are not tried again. - iana portlist updated. wouter 2010-06-11 14:09:56 +0000
  • 53c0abfaef - Fix bug where a long loop could be entered, now cycle detection has a loop-counter and maximum search amount. wouter 2010-06-10 14:10:17 +0000
  • 574f5dd27a changelog entry. (svn:NO TEST) wouter 2010-06-04 07:16:14 +0000
  • 4604785ee4 iana portlist updated wouter 2010-06-04 06:47:32 +0000
  • f946c6f435 updated ldns tarball (with its review fixes). wouter 2010-06-04 06:35:27 +0000
  • a2d3f0bbcc more last resort lookup options. wouter 2010-06-03 15:06:50 +0000
  • 42b6a2190c review fixes. wouter 2010-06-03 13:38:09 +0000
  • 4a23528c8c ldns tarball updated wouter 2010-06-03 12:51:16 +0000
  • 01f0fc3aff more more testcases wouter 2010-06-03 10:07:58 +0000
  • a2f7b614c5 for better readability (svn:NO TEST) matje 2010-06-03 09:19:45 +0000
  • d68278605d ctime_r not needed for unbound-host itself (in libunbound already) wouter 2010-06-02 08:59:11 +0000
  • edcd8daa1d ctime_r not needed for unbound-host itself (in libunbound already) wouter 2010-06-02 08:52:56 +0000
  • f2b018eec5 windows thread library check wouter 2010-06-02 08:43:29 +0000
  • 46f3abdf2a GOST disabled-by-default, also ldns tarball update with same change. wouter 2010-06-02 08:18:55 +0000
  • 2713538ddf - Fix compile warning if compiled without threads. - updated ldns-tarball with current ldns svn (pre 1.6.5). wouter 2010-06-02 07:36:11 +0000
  • 02a3f531c3 splint flags for linux and bsd. wouter 2010-06-01 13:55:22 +0000
  • fbc4465cf0 Autoconf 2.65 wouter 2010-06-01 13:47:11 +0000
  • fe6503be38 - Fix storage of negative parent glue if that last resort fails. wouter 2010-06-01 09:33:25 +0000
  • 0cfbe2d6e8 Force off bit Z. wouter 2010-06-01 06:48:15 +0000
  • 7fe8c97a14 - fix parentside from cache to be marked dispreferred for bad names. wouter 2010-05-31 14:39:45 +0000
  • 2df0a9e6e9 unbound-control-setup more secure on multiuser system. wouter 2010-05-31 14:11:51 +0000
  • 1870cfe1d3 - fix parentside and querytargets modulestate, for dump_requestlist. wouter 2010-05-31 14:01:32 +0000
  • 36c5a3f000 - parentside names are dispreferred but not said to be dnssec-lame. - parentside check for cached newname glue. wouter 2010-05-31 13:03:58 +0000
  • ba004863da fix to run longer in out of memory conditions wouter 2010-05-31 12:46:24 +0000
  • 1e3e59c54c - Fix AD flag handling, it could in some cases mistakenly copy the AD flag from upstream servers. wouter 2010-05-31 07:36:01 +0000
  • 348f5baad7 parent-child misconfigured data lookup. wouter 2010-05-28 14:15:29 +0000
  • 2c860dfa51 iana portlist updated wouter 2010-05-28 13:00:42 +0000
  • 7924b0f727 iana portlist updated wouter 2010-05-28 13:00:19 +0000
  • 1e9c003966 - Contribution from Migiel de Vos (Surfnet): nagios patch for unbound-host, in contrib/ (in the source tarball). Makes unbound-host suitable for monitoring dnssec(-chain) status. wouter 2010-05-26 09:17:18 +0000
  • c5274f7a89 - EDNS timeout code will not fire if EDNS status already known. - EDNS failure not stored if EDNS status known to work. wouter 2010-05-21 11:00:35 +0000
  • 8896e7d841 - Fix resolution for domains like safesvc.com.cn. If the iterator can not recurse further and it finds the delegation in a state where it would otherwise have rejected it outhand if so received from a cache lookup, then it can try to ask higherup (with loop protection). - Fix comments in iter_utils:dp_is_useless. wouter 2010-05-19 12:59:27 +0000
  • f995351d40 - Fix resolution for domains like safesvc.com.cn. If the iterator can not recurse further and it finds the delegation in a state where it would otherwise have rejected it outhand if so received from a cache lookup, then it can try to ask higherup (with loop protection). wouter 2010-05-19 12:55:49 +0000
  • e70d270d5c svn:NO TEST iana portlist updated wouter 2010-05-18 12:37:38 +0000
  • 9d31e30c81 Fix various compiler warnings from the clang llvm compiler. wouter 2010-05-18 12:37:04 +0000
  • bedc58446d - Fix bug#308: spelling error in variable name in parser and lexer. wouter 2010-05-06 05:23:49 +0000
  • 98a4814144 review wouter 2010-05-04 14:31:12 +0000
  • 6fde84b695 - Conforms to draft-ietf-dnsop-default-local-zones-13. Added default reverse lookup blocks for IPv4 test nets 100.51.198.in-addr.arpa, 113.0.203.in-addr.arpa and Orchid prefix 0.1.1.0.0.2.ip6.arpa. wouter 2010-05-04 10:50:27 +0000
  • f2596d95df - Fix dnssec-missing detection that was turned off by server selection. wouter 2010-05-04 08:39:04 +0000
  • 0d24f0ba28 - infra cache entries that are expired are wiped clean. Previously it was possible to not expire host data (if accessed often). wouter 2010-04-29 14:12:54 +0000
  • ff7aaf53e0 fix for key cache lookup wouter 2010-04-29 12:52:44 +0000
  • 5de78b1e23 dnssec lameness detection looks in key cache if dnssec is expected. wouter 2010-04-29 12:36:12 +0000
  • 97a1487ccd - Fix detection of gost support in ldns (reported by Chris Smith). wouter 2010-04-28 19:50:34 +0000
  • 76e9d25a6a GOST detect and iana portlist updated. wouter 2010-04-28 12:52:03 +0000
  • c1dee8ad26 Fix harden-referral-path so it does not generate lookup failures. wouter 2010-04-27 14:15:19 +0000
  • a1cfb1baa7 - autotrust anchor file can be initialized with a ZSK key as well. wouter 2010-04-27 13:00:48 +0000
  • f335d4f2c4 - fix retry sequence if prime hints are recursion-lame. wouter 2010-04-27 11:10:35 +0000
  • d1058d1f51 unbound-control get_option domain-insecure works. wouter 2010-04-27 09:16:23 +0000
  • 82e5783f72 Fix bug#307: 0x20 fallback outstanding query count, together with rec_lame, and canonical rrset comparison. wouter 2010-04-26 14:59:44 +0000
  • 84a1dcfbd0 - More strict scrubber (Thanks to George Barwood for the idea): NS set must be pertinent to the query (qname subdomain nsname). wouter 2010-04-26 13:40:37 +0000
  • 1334a54e6c no double include in lexer wouter 2010-04-26 08:53:53 +0000
  • 8a74c1e7d1 Detect libev installed. wouter 2010-04-26 08:41:24 +0000
  • ba5c3e6822 Fix use CPPFLAGS. wouter 2010-04-26 08:06:01 +0000
  • 1c1bb2f5b2 - Fix local-zone type redirect that did not use the query name for the answer rrset. wouter 2010-04-23 14:03:09 +0000
  • 1c9cd68374 Fix tests to have answers for the more tenacious lookups. wouter 2010-04-23 10:11:10 +0000
  • 65ebf15273 spelling wouter 2010-04-23 09:57:05 +0000
  • 88070f63e6 - Fix to fetch data as last resort more tenaciously. When cycle targets cause the server selection to believe there are more options when they really are not there, the server selection is reinitiated. - Fix fetch from blacklisted dnssec lame servers as last resort. The servers IP address is then given in validator errors as well. wouter 2010-04-23 09:07:05 +0000
  • 8d375f0e28 - Squelch log message: sendto failed permission denied for 255.255.255.255, it is visible in VERB_DETAIL (verbosity 2). wouter 2010-04-23 06:48:49 +0000
  • a74435bf95 - Fix validation failure for qtype ANY caused by a RRSIG parse failure. The validator error message was 'no signatures from ...'. wouter 2010-04-22 15:01:02 +0000
  • 99ef625e34 trunk has 1.4.5 wouter 2010-04-22 09:02:30 +0000
  • b624301627 tag 1.4.4 release wouter 2010-04-22 08:14:43 +0000
  • 0357fbc7c6 tag 1.4.4rc1 wouter 2010-04-16 11:21:06 +0000
  • e36dec8c88 and include ldns for windows anchor update wouter 2010-04-16 09:33:41 +0000
  • 3222746f30 windows ioctlsocket detection fix wouter 2010-04-16 09:27:12 +0000
  • afca483428 portability of CMSG_SPACE wouter 2010-04-16 08:41:08 +0000
  • 9e89643098 Includes for BSD4. wouter 2010-04-15 14:53:55 +0000
  • b0c38ce1a4 GOST algorithm number 12. wouter 2010-04-15 11:29:43 +0000
  • 3280929451 suggested todo items wouter 2010-04-15 07:12:43 +0000
  • faeed3a21f please doxygens parser wouter 2010-04-09 15:05:58 +0000