]>
git.ipfire.org Git - thirdparty/unbound.git/log
Wouter Wijngaards [Wed, 19 May 2010 12:55:49 +0000 (12:55 +0000)]
- 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).
git-svn-id: file:///svn/unbound/trunk@2113
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 18 May 2010 12:37:38 +0000 (12:37 +0000)]
svn:NO TEST iana portlist updated
git-svn-id: file:///svn/unbound/trunk@2112
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 18 May 2010 12:37:04 +0000 (12:37 +0000)]
Fix various compiler warnings from the clang llvm compiler.
git-svn-id: file:///svn/unbound/trunk@2111
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 6 May 2010 05:23:49 +0000 (05:23 +0000)]
- Fix bug#308: spelling error in variable name in parser and lexer.
git-svn-id: file:///svn/unbound/trunk@2110
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 4 May 2010 14:31:12 +0000 (14:31 +0000)]
review
git-svn-id: file:///svn/unbound/trunk@2109
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 4 May 2010 10:50:27 +0000 (10:50 +0000)]
- 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.
git-svn-id: file:///svn/unbound/trunk@2108
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 4 May 2010 08:39:04 +0000 (08:39 +0000)]
- Fix dnssec-missing detection that was turned off by server selection.
git-svn-id: file:///svn/unbound/trunk@2107
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Apr 2010 14:12:54 +0000 (14:12 +0000)]
- infra cache entries that are expired are wiped clean. Previously
it was possible to not expire host data (if accessed often).
git-svn-id: file:///svn/unbound/trunk@2106
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Apr 2010 12:52:44 +0000 (12:52 +0000)]
fix for key cache lookup
git-svn-id: file:///svn/unbound/trunk@2105
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Apr 2010 12:36:12 +0000 (12:36 +0000)]
dnssec lameness detection looks in key cache if dnssec is expected.
git-svn-id: file:///svn/unbound/trunk@2104
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 28 Apr 2010 19:50:34 +0000 (19:50 +0000)]
- Fix detection of gost support in ldns (reported by Chris Smith).
git-svn-id: file:///svn/unbound/trunk@2103
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 28 Apr 2010 12:52:03 +0000 (12:52 +0000)]
GOST detect and iana portlist updated.
git-svn-id: file:///svn/unbound/trunk@2102
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Apr 2010 14:15:19 +0000 (14:15 +0000)]
Fix harden-referral-path so it does not generate lookup failures.
git-svn-id: file:///svn/unbound/trunk@2101
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Apr 2010 13:00:48 +0000 (13:00 +0000)]
- autotrust anchor file can be initialized with a ZSK key as well.
git-svn-id: file:///svn/unbound/trunk@2100
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Apr 2010 11:10:35 +0000 (11:10 +0000)]
- fix retry sequence if prime hints are recursion-lame.
git-svn-id: file:///svn/unbound/trunk@2099
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Apr 2010 09:16:23 +0000 (09:16 +0000)]
unbound-control get_option domain-insecure works.
git-svn-id: file:///svn/unbound/trunk@2098
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 26 Apr 2010 14:59:44 +0000 (14:59 +0000)]
Fix bug#307: 0x20 fallback outstanding query count, together with rec_lame,
and canonical rrset comparison.
git-svn-id: file:///svn/unbound/trunk@2097
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 26 Apr 2010 13:40:37 +0000 (13:40 +0000)]
- More strict scrubber (Thanks to George Barwood for the idea):
NS set must be pertinent to the query (qname subdomain nsname).
git-svn-id: file:///svn/unbound/trunk@2096
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 26 Apr 2010 08:53:53 +0000 (08:53 +0000)]
no double include in lexer
git-svn-id: file:///svn/unbound/trunk@2095
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 26 Apr 2010 08:41:24 +0000 (08:41 +0000)]
Detect libev installed.
git-svn-id: file:///svn/unbound/trunk@2094
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 26 Apr 2010 08:06:01 +0000 (08:06 +0000)]
Fix use CPPFLAGS.
git-svn-id: file:///svn/unbound/trunk@2093
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 23 Apr 2010 14:03:09 +0000 (14:03 +0000)]
- Fix local-zone type redirect that did not use the query name for
the answer rrset.
git-svn-id: file:///svn/unbound/trunk@2092
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 23 Apr 2010 10:11:10 +0000 (10:11 +0000)]
Fix tests to have answers for the more tenacious lookups.
git-svn-id: file:///svn/unbound/trunk@2091
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 23 Apr 2010 09:57:05 +0000 (09:57 +0000)]
spelling
git-svn-id: file:///svn/unbound/trunk@2090
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 23 Apr 2010 09:07:05 +0000 (09:07 +0000)]
- 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.
git-svn-id: file:///svn/unbound/trunk@2089
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 23 Apr 2010 06:48:49 +0000 (06:48 +0000)]
- Squelch log message: sendto failed permission denied for
255.255.255.255, it is visible in VERB_DETAIL (verbosity 2).
git-svn-id: file:///svn/unbound/trunk@2088
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 22 Apr 2010 15:01:02 +0000 (15:01 +0000)]
- Fix validation failure for qtype ANY caused by a RRSIG parse failure.
The validator error message was 'no signatures from ...'.
git-svn-id: file:///svn/unbound/trunk@2087
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 22 Apr 2010 09:02:30 +0000 (09:02 +0000)]
trunk has 1.4.5
git-svn-id: file:///svn/unbound/trunk@2086
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 22 Apr 2010 08:14:43 +0000 (08:14 +0000)]
tag 1.4.4 release
git-svn-id: file:///svn/unbound/trunk@2085
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 16 Apr 2010 11:21:06 +0000 (11:21 +0000)]
tag 1.4.4rc1
git-svn-id: file:///svn/unbound/trunk@2084
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 16 Apr 2010 09:33:41 +0000 (09:33 +0000)]
and include ldns for windows anchor update
git-svn-id: file:///svn/unbound/trunk@2083
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 16 Apr 2010 09:27:12 +0000 (09:27 +0000)]
windows ioctlsocket detection fix
git-svn-id: file:///svn/unbound/trunk@2082
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 16 Apr 2010 08:41:08 +0000 (08:41 +0000)]
portability of CMSG_SPACE
git-svn-id: file:///svn/unbound/trunk@2081
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 15 Apr 2010 14:53:55 +0000 (14:53 +0000)]
Includes for BSD4.
git-svn-id: file:///svn/unbound/trunk@2080
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 15 Apr 2010 11:29:43 +0000 (11:29 +0000)]
GOST algorithm number 12.
git-svn-id: file:///svn/unbound/trunk@2079
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 15 Apr 2010 07:12:43 +0000 (07:12 +0000)]
suggested todo items
git-svn-id: file:///svn/unbound/trunk@2078
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 9 Apr 2010 15:05:58 +0000 (15:05 +0000)]
please doxygens parser
git-svn-id: file:///svn/unbound/trunk@2077
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 9 Apr 2010 14:46:09 +0000 (14:46 +0000)]
please lint
git-svn-id: file:///svn/unbound/trunk@2076
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 9 Apr 2010 14:28:32 +0000 (14:28 +0000)]
- Fix chain of trust with CNAME at an intermediate step, for the DS
processing proof.
git-svn-id: file:///svn/unbound/trunk@2075
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 9 Apr 2010 09:20:20 +0000 (09:20 +0000)]
please lint
git-svn-id: file:///svn/unbound/trunk@2074
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 9 Apr 2010 09:04:20 +0000 (09:04 +0000)]
Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
get into an endless loop, if 0x20 was enabled, and buffers are small
or particular broken packets are received.
git-svn-id: file:///svn/unbound/trunk@2073
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 9 Apr 2010 09:04:07 +0000 (09:04 +0000)]
Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
get into an endless loop, if 0x20 was enabled, and buffers are small
or particular broken packets are received.
git-svn-id: file:///svn/unbound/trunk@2072
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 8 Apr 2010 13:22:35 +0000 (13:22 +0000)]
Fix validation of queries with wildcard names (*.example).
git-svn-id: file:///svn/unbound/trunk@2071
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 8 Apr 2010 13:22:29 +0000 (13:22 +0000)]
Fix validation of queries with wildcard names (*.example).
git-svn-id: file:///svn/unbound/trunk@2070
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 8 Apr 2010 08:05:41 +0000 (08:05 +0000)]
nit2
git-svn-id: file:///svn/unbound/trunk@2069
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 8 Apr 2010 08:03:36 +0000 (08:03 +0000)]
nit1
git-svn-id: file:///svn/unbound/trunk@2068
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 7 Apr 2010 19:27:53 +0000 (19:27 +0000)]
and change the ldns tarball
git-svn-id: file:///svn/unbound/trunk@2067
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 7 Apr 2010 17:46:32 +0000 (17:46 +0000)]
ECC-GOST may not be 11, moved to experimental again, and not default on
git-svn-id: file:///svn/unbound/trunk@2066
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Apr 2010 12:15:19 +0000 (12:15 +0000)]
GOST support.
git-svn-id: file:///svn/unbound/trunk@2065
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Apr 2010 08:35:50 +0000 (08:35 +0000)]
- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
cache timeout coincided with a server update, the current EDNS
backoff is less sensitive, and does not cache the backoff unless
the backoff actually works and the domain is not expecting DNSSEC.
git-svn-id: file:///svn/unbound/trunk@2064
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Apr 2010 08:35:37 +0000 (08:35 +0000)]
- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
cache timeout coincided with a server update, the current EDNS
backoff is less sensitive, and does not cache the backoff unless
the backoff actually works and the domain is not expecting DNSSEC.
git-svn-id: file:///svn/unbound/trunk@2063
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 1 Apr 2010 14:53:25 +0000 (14:53 +0000)]
iana portlist updated
git-svn-id: file:///svn/unbound/trunk@2062
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 24 Mar 2010 14:44:35 +0000 (14:44 +0000)]
unbound control removed items are not counted again.
git-svn-id: file:///svn/unbound/trunk@2061
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 23 Mar 2010 15:29:06 +0000 (15:29 +0000)]
iana portlist updated
git-svn-id: file:///svn/unbound/trunk@2060
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 23 Mar 2010 15:21:13 +0000 (15:21 +0000)]
update version number in contrib/unbound.spec to more recent
git-svn-id: file:///svn/unbound/trunk@2059
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 22 Mar 2010 14:40:45 +0000 (14:40 +0000)]
review of NSEC and NSEC3 zones results
git-svn-id: file:///svn/unbound/trunk@2058
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 22 Mar 2010 09:38:06 +0000 (09:38 +0000)]
Fix bug#301.
git-svn-id: file:///svn/unbound/trunk@2057
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 22 Mar 2010 09:23:30 +0000 (09:23 +0000)]
Fixup unbound-host.
git-svn-id: file:///svn/unbound/trunk@2056
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Mar 2010 15:26:25 +0000 (15:26 +0000)]
comment
git-svn-id: file:///svn/unbound/trunk@2055
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Mar 2010 15:25:40 +0000 (15:25 +0000)]
compat lint sparc64/FreeBSD
git-svn-id: file:///svn/unbound/trunk@2054
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Mar 2010 14:47:54 +0000 (14:47 +0000)]
More compat lint.
git-svn-id: file:///svn/unbound/trunk@2053
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Mar 2010 14:41:57 +0000 (14:41 +0000)]
lint more compatible
git-svn-id: file:///svn/unbound/trunk@2052
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Mar 2010 13:44:02 +0000 (13:44 +0000)]
fix fwd_ancil for platforms that do not support the option.
git-svn-id: file:///svn/unbound/trunk@2051
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 18 Mar 2010 14:53:28 +0000 (14:53 +0000)]
Make extended statistics counter documentation easier to find.
git-svn-id: file:///svn/unbound/trunk@2050
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 18 Mar 2010 14:42:22 +0000 (14:42 +0000)]
Fixed random numbers for port, interface and server selection.
Removed very small bias.
Also some lint fixes.
git-svn-id: file:///svn/unbound/trunk@2049
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 17 Mar 2010 09:50:12 +0000 (09:50 +0000)]
includes
git-svn-id: file:///svn/unbound/trunk@2048
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 17 Mar 2010 09:49:18 +0000 (09:49 +0000)]
cache verify work for nsec and nsec3.
git-svn-id: file:///svn/unbound/trunk@2047
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 17 Mar 2010 09:27:53 +0000 (09:27 +0000)]
and store sec status
git-svn-id: file:///svn/unbound/trunk@2046
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 16 Mar 2010 18:17:19 +0000 (18:17 +0000)]
compile fix for alloc-lite.
git-svn-id: file:///svn/unbound/trunk@2045
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 16 Mar 2010 16:52:56 +0000 (16:52 +0000)]
Faster nsec3.
git-svn-id: file:///svn/unbound/trunk@2044
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 16 Mar 2010 15:20:40 +0000 (15:20 +0000)]
fix p_ancil
git-svn-id: file:///svn/unbound/trunk@2043
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 16 Mar 2010 15:19:06 +0000 (15:19 +0000)]
fix header
git-svn-id: file:///svn/unbound/trunk@2042
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 16 Mar 2010 15:11:58 +0000 (15:11 +0000)]
Check for SENDSRCADDR socket option.
git-svn-id: file:///svn/unbound/trunk@2041
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 16 Mar 2010 10:32:47 +0000 (10:32 +0000)]
time.h include
git-svn-id: file:///svn/unbound/trunk@2040
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 16 Mar 2010 08:37:50 +0000 (08:37 +0000)]
Fix interface automatic to work for ipv6 on openbsd.
git-svn-id: file:///svn/unbound/trunk@2039
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 15 Mar 2010 13:42:55 +0000 (13:42 +0000)]
Various documentation fixes.
git-svn-id: file:///svn/unbound/trunk@2038
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 15 Mar 2010 13:18:49 +0000 (13:18 +0000)]
unit test for util/regional.c.
git-svn-id: file:///svn/unbound/trunk@2037
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 15 Mar 2010 09:50:56 +0000 (09:50 +0000)]
cleaner allocs in unit test
git-svn-id: file:///svn/unbound/trunk@2036
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 12 Mar 2010 15:17:48 +0000 (15:17 +0000)]
Move includes to code files.
git-svn-id: file:///svn/unbound/trunk@2035
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 12 Mar 2010 13:21:20 +0000 (13:21 +0000)]
Fix solaris python compile.
git-svn-id: file:///svn/unbound/trunk@2034
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 12 Mar 2010 12:48:52 +0000 (12:48 +0000)]
Fixup pymod thread test to not call valgrind.
git-svn-id: file:///svn/unbound/trunk@2033
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 12 Mar 2010 12:44:44 +0000 (12:44 +0000)]
Fix python if threaded.
git-svn-id: file:///svn/unbound/trunk@2032
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 12 Mar 2010 09:36:19 +0000 (09:36 +0000)]
ldns tarball updated (earlier -lnsl -lsocket checks), iana portlist updated.
git-svn-id: file:///svn/unbound/trunk@2031
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 12 Mar 2010 09:20:40 +0000 (09:20 +0000)]
Reorder config checks.
git-svn-id: file:///svn/unbound/trunk@2030
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 16:17:45 +0000 (16:17 +0000)]
spelling fix
git-svn-id: file:///svn/unbound/trunk@2029
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 14:29:32 +0000 (14:29 +0000)]
trunk is 1.4.4 development.
git-svn-id: file:///svn/unbound/trunk@2028
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 14:26:20 +0000 (14:26 +0000)]
Tag 1.4.3 created.
git-svn-id: file:///svn/unbound/trunk@2027
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 13:28:53 +0000 (13:28 +0000)]
Fix daemonize on Solaris 10.
git-svn-id: file:///svn/unbound/trunk@2026
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 12:52:58 +0000 (12:52 +0000)]
MacPorts fix.
git-svn-id: file:///svn/unbound/trunk@2025
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 11:19:14 +0000 (11:19 +0000)]
- fix for memory alignment in struct sock_list allocation.
git-svn-id: file:///svn/unbound/trunk@2024
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 11:18:40 +0000 (11:18 +0000)]
- fix for memory alignment in struct sock_list allocation.
git-svn-id: file:///svn/unbound/trunk@2023
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 11 Mar 2010 09:35:08 +0000 (09:35 +0000)]
--enable-alloc-nonregional
git-svn-id: file:///svn/unbound/trunk@2022
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 10 Mar 2010 13:01:52 +0000 (13:01 +0000)]
more userfriendly make test
git-svn-id: file:///svn/unbound/trunk@2021
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 10 Mar 2010 12:36:59 +0000 (12:36 +0000)]
Add ipv6 stub test.
git-svn-id: file:///svn/unbound/trunk@2020
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 10 Mar 2010 12:11:54 +0000 (12:11 +0000)]
nicer printf format conversion.
git-svn-id: file:///svn/unbound/trunk@2019
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 10 Mar 2010 12:05:14 +0000 (12:05 +0000)]
Portability of alloc-lite
git-svn-id: file:///svn/unbound/trunk@2018
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 10 Mar 2010 12:01:56 +0000 (12:01 +0000)]
and mark realloc freed data
git-svn-id: file:///svn/unbound/trunk@2017
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 10 Mar 2010 11:39:07 +0000 (11:39 +0000)]
fix for proto
git-svn-id: file:///svn/unbound/trunk@2016
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 10 Mar 2010 11:01:33 +0000 (11:01 +0000)]
alloc_lite works
git-svn-id: file:///svn/unbound/trunk@2015
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 9 Mar 2010 16:26:53 +0000 (16:26 +0000)]
--enable-alloc-lite
git-svn-id: file:///svn/unbound/trunk@2014
be551aaa -1e26-0410-a405-
d3ace91eadb9