]>
git.ipfire.org Git - thirdparty/unbound.git/log
orbea [Wed, 31 Mar 2021 23:22:47 +0000 (16:22 -0700)]
build: Link with the libtool archive.
George Thessalonikefs [Wed, 31 Mar 2021 11:37:08 +0000 (13:37 +0200)]
- Clean makedist.sh.
W.C.A. Wijngaards [Wed, 31 Mar 2021 08:01:42 +0000 (10:01 +0200)]
- Fix stack-protector change to not override other CFLAGS options.
George Thessalonikefs [Tue, 30 Mar 2021 20:15:12 +0000 (22:15 +0200)]
- Disable the use of stack-protector for cross compiled 32-bit windows builds;
relates to #444.
W.C.A. Wijngaards [Thu, 25 Mar 2021 11:18:49 +0000 (12:18 +0100)]
- Fix #429: Also fix end of transfer for http download of auth zones.
W.C.A. Wijngaards [Wed, 24 Mar 2021 15:28:18 +0000 (16:28 +0100)]
- Fix that cachedb does not produce empty object files when disabled.
W.C.A. Wijngaards [Wed, 24 Mar 2021 14:34:26 +0000 (15:34 +0100)]
- Travis, fix warning in ubsan compile.
- Fix configure Targetconfiditionals.h header check, to use compile.
W.C.A. Wijngaards [Wed, 24 Mar 2021 10:18:35 +0000 (11:18 +0100)]
Travis, enable jobs, changelog note.
- Travis, fix script to fail when tasks fail.
W.C.A. Wijngaards [Wed, 24 Mar 2021 10:06:10 +0000 (11:06 +0100)]
Travis, fix quotes on config opts for iOS and Android configure.
W.C.A. Wijngaards [Wed, 24 Mar 2021 09:57:59 +0000 (10:57 +0100)]
Travis, debug print config opts.
W.C.A. Wijngaards [Wed, 24 Mar 2021 09:49:56 +0000 (10:49 +0100)]
Travis, fix script with steps and export variables and config opts.
W.C.A. Wijngaards [Wed, 24 Mar 2021 09:42:03 +0000 (10:42 +0100)]
travis, script at outer scope so failed lines fail build.
W.C.A. Wijngaards [Wed, 24 Mar 2021 09:31:46 +0000 (10:31 +0100)]
remove debug output.
W.C.A. Wijngaards [Wed, 24 Mar 2021 09:22:37 +0000 (10:22 +0100)]
Add unistd include, and changelog note.
W.C.A. Wijngaards [Wed, 24 Mar 2021 09:15:24 +0000 (10:15 +0100)]
Travis, deprecation test also checks if item unavailable.
W.C.A. Wijngaards [Wed, 24 Mar 2021 09:07:18 +0000 (10:07 +0100)]
Travis, fix deprecation test to use CFLAGS and CPPFLAGS.
W.C.A. Wijngaards [Wed, 24 Mar 2021 08:57:53 +0000 (09:57 +0100)]
Travis, test deprecation configure output. Debug output from configure
and remove a lot of timeconsuming tests temporarily.
W.C.A. Wijngaards [Tue, 23 Mar 2021 15:51:50 +0000 (16:51 +0100)]
Travis, use config opts when testing on OSX.
W.C.A. Wijngaards [Tue, 23 Mar 2021 15:34:56 +0000 (16:34 +0100)]
Travis, undo the && code and enable other iOS jobs.
W.C.A. Wijngaards [Tue, 23 Mar 2021 15:27:49 +0000 (16:27 +0100)]
Travis, fix location of libexpat, stop on error.
W.C.A. Wijngaards [Tue, 23 Mar 2021 15:03:58 +0000 (16:03 +0100)]
Travis, turn off homebrew update, and move to 12.2 for OSX compile.
W.C.A. Wijngaards [Tue, 23 Mar 2021 13:45:14 +0000 (14:45 +0100)]
Travis, try to enable brew update for the 12.2 osx image.
W.C.A. Wijngaards [Tue, 23 Mar 2021 13:22:00 +0000 (14:22 +0100)]
Travis, note changelog, disable homebrew update in script and cfg.
W.C.A. Wijngaards [Tue, 23 Mar 2021 12:38:46 +0000 (13:38 +0100)]
travis, analyzer disabled on test without debug, that does not
run anway. Turn off failing tests except one. Update iOS test
to xcode image 12.2.
W.C.A. Wijngaards [Tue, 23 Mar 2021 08:29:11 +0000 (09:29 +0100)]
Travis, attempt to omit ios brew update.
W.C.A. Wijngaards [Tue, 23 Mar 2021 08:17:22 +0000 (09:17 +0100)]
Travis changelog noted.
W.C.A. Wijngaards [Tue, 23 Mar 2021 07:56:42 +0000 (08:56 +0100)]
Travis enable all tests again. Clang analyzer only a couple times, when
there is a difference. homebrew updates disabled, so it does not hang.
removed trailing slashes from configure paths. Moved iOS tests to
allow-failure.
George Thessalonikefs [Mon, 22 Mar 2021 17:45:31 +0000 (18:45 +0100)]
- Reformat pythonmod/pythonmod_utils.{c,h}.
W.C.A. Wijngaards [Mon, 22 Mar 2021 16:02:06 +0000 (17:02 +0100)]
Asan tests shown to work, run OSX test.
George Thessalonikefs [Mon, 22 Mar 2021 15:46:17 +0000 (16:46 +0100)]
- Fix for #367: fix memory leak when cannot bind to listening port.
W.C.A. Wijngaards [Mon, 22 Mar 2021 15:36:46 +0000 (16:36 +0100)]
Travis test for OSX, ASAN results.
W.C.A. Wijngaards [Mon, 22 Mar 2021 14:29:34 +0000 (15:29 +0100)]
- Fix memory leak reported by asan in rpz SOA record query name.
W.C.A. Wijngaards [Mon, 22 Mar 2021 14:02:19 +0000 (15:02 +0100)]
- Fix compile error in listen_dnsport on Android.
W.C.A. Wijngaards [Mon, 22 Mar 2021 13:53:16 +0000 (14:53 +0100)]
Merge branch 'master' of github.com:NLnetLabs/unbound
W.C.A. Wijngaards [Mon, 22 Mar 2021 13:53:05 +0000 (14:53 +0100)]
- Comment out nonworking OSX and IOS travis tests, vm fails to start.
Alex Band [Mon, 22 Mar 2021 13:35:30 +0000 (14:35 +0100)]
Add docs badge
George Thessalonikefs [Mon, 22 Mar 2021 13:31:58 +0000 (14:31 +0100)]
- Fix unused-function warning when compiling with --enable-dnscrypt.
W.C.A. Wijngaards [Mon, 22 Mar 2021 08:12:41 +0000 (09:12 +0100)]
- iana portlist update.
W.C.A. Wijngaards [Mon, 22 Mar 2021 07:57:01 +0000 (08:57 +0100)]
Changelog note for #449.
Wouter Wijngaards [Mon, 22 Mar 2021 07:56:43 +0000 (08:56 +0100)]
Merge pull request #449 from orbea/build
build: Add missing linker flags.
orbea [Sun, 21 Mar 2021 23:28:58 +0000 (16:28 -0700)]
build: Add missing linker flags.
W.C.A. Wijngaards [Fri, 19 Mar 2021 16:43:36 +0000 (17:43 +0100)]
- Fix for #447: squelch connection refused tcp connection failures
from the log, unless verbosity is high.
W.C.A. Wijngaards [Wed, 17 Mar 2021 13:04:02 +0000 (14:04 +0100)]
- Fix #441: Minimal NSEC range not accepted for top level domains.
W.C.A. Wijngaards [Thu, 11 Mar 2021 12:22:05 +0000 (13:22 +0100)]
- Fix parse of LOC RR type for decimetres.
Willem Toorop [Wed, 10 Mar 2021 14:14:45 +0000 (15:14 +0100)]
put tls-use-sni: on a line of its own
Sorry about this, this must have happened when I added the entries for padding queries and responses.
W.C.A. Wijngaards [Fri, 5 Mar 2021 12:54:26 +0000 (13:54 +0100)]
- Debug output for #411 and #439: printout internal error and details.
W.C.A. Wijngaards [Fri, 5 Mar 2021 12:46:36 +0000 (13:46 +0100)]
- Workaround for #439: prevent loops in the reuse rbtree.
W.C.A. Wijngaards [Thu, 4 Mar 2021 13:13:44 +0000 (14:13 +0100)]
- Fix spurious errors about "Could not generate request: out of
memory". The mesh detect cycle routine no longer wrongly stops
the check when the calling mesh state is unique.
W.C.A. Wijngaards [Thu, 4 Mar 2021 09:14:32 +0000 (10:14 +0100)]
- iana portlist update.
W.C.A. Wijngaards [Fri, 26 Feb 2021 12:54:10 +0000 (13:54 +0100)]
- Fix: Resolve interface names on control-interface too.
George Thessalonikefs [Fri, 26 Feb 2021 12:13:37 +0000 (13:13 +0100)]
- Fix for #367: rc_ports don't have ub_sock; skip cleaning up.
W.C.A. Wijngaards [Thu, 25 Feb 2021 15:54:32 +0000 (16:54 +0100)]
- Fix to allow rpz with wildcard that applies to all TLDs at once.
W.C.A. Wijngaards [Thu, 25 Feb 2021 11:00:28 +0000 (12:00 +0100)]
Changelog note for #365, #367 and #368.
- Merge PR #367 : DNSTAP log local address. With code from PR #365
and fixes #368 : dnstap does not log the DNS message ID for
FORWARDER_QUERY.
Wouter Wijngaards [Thu, 25 Feb 2021 10:58:36 +0000 (11:58 +0100)]
Merge pull request #367 from NLnetLabs/dnstap-log-local-addr
DNSTAP log local address
W.C.A. Wijngaards [Thu, 25 Feb 2021 07:50:02 +0000 (08:50 +0100)]
Fix comment item.
W.C.A. Wijngaards [Wed, 24 Feb 2021 16:36:22 +0000 (17:36 +0100)]
Fix to use a simple pointer in the call of make_sock and make_sock_port.
W.C.A. Wijngaards [Wed, 24 Feb 2021 15:56:57 +0000 (16:56 +0100)]
- spelling fix in header.
W.C.A. Wijngaards [Wed, 24 Feb 2021 14:30:12 +0000 (15:30 +0100)]
- Fix unit test for added ulimit checks.
W.C.A. Wijngaards [Wed, 24 Feb 2021 14:25:12 +0000 (15:25 +0100)]
- Fix function documentation.
W.C.A. Wijngaards [Wed, 24 Feb 2021 13:14:33 +0000 (14:14 +0100)]
- On startup of unbound it checks if rlimits on memory size look
sufficient for the configured cache size, and logs warning if not.
George Thessalonikefs [Wed, 24 Feb 2021 12:59:31 +0000 (13:59 +0100)]
- ipsecmod: Better logging for detecting a cycle when attaching the
A/AAAA subquery.
George Thessalonikefs [Wed, 24 Feb 2021 10:57:48 +0000 (11:57 +0100)]
- Fix #384: (1) A minor request to improve the log (2) A minor bug in
one log message.
W.C.A. Wijngaards [Tue, 23 Feb 2021 16:09:40 +0000 (17:09 +0100)]
- Fix for zonemd, do not reject insecure result from trust anchor
validation step in dnssec chain of trust.
W.C.A. Wijngaards [Tue, 23 Feb 2021 16:03:23 +0000 (17:03 +0100)]
- Fix for zonemd, that domain-insecure zones work without dnssec.
W.C.A. Wijngaards [Mon, 22 Feb 2021 16:34:02 +0000 (17:34 +0100)]
Spelling fix.
W.C.A. Wijngaards [Mon, 22 Feb 2021 16:32:40 +0000 (17:32 +0100)]
- Fix for zonemd, that nxdomain for the chain of trust is allowed
for island zones, it is treates as an insecure zone for verification.
W.C.A. Wijngaards [Mon, 22 Feb 2021 07:24:04 +0000 (08:24 +0100)]
- Fix #431: Squelch permission denied errors for tcp connect
W.C.A. Wijngaards [Fri, 19 Feb 2021 14:00:39 +0000 (15:00 +0100)]
- rpz skip nsec3param records, and nicer log for unsupported actions.
W.C.A. Wijngaards [Fri, 19 Feb 2021 13:42:02 +0000 (14:42 +0100)]
- Fix #429: rpz: url: with https: broken (regression in 1.13.1).
W.C.A. Wijngaards [Thu, 18 Feb 2021 12:12:09 +0000 (13:12 +0100)]
Merge branch 'master' into dnstap-log-local-addr
W.C.A. Wijngaards [Thu, 18 Feb 2021 10:39:06 +0000 (11:39 +0100)]
- Fix doxygen and pydoc warnings.
Wouter Wijngaards [Thu, 18 Feb 2021 10:17:04 +0000 (11:17 +0100)]
Merge pull request #317 from NLnetLabs/zonemd
ZONEMD Zone Verification
W.C.A. Wijngaards [Thu, 18 Feb 2021 10:16:19 +0000 (11:16 +0100)]
Changelog note for #317
- Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
ZONEMD records are checked for zones loaded as auth-zone,
with DNSSEC if available. There is an added option
zonemd-permissive-mode that makes it log but not fail wrong zones.
With zonemd-reject-absence for an auth-zone the presence of a
zonemd can be mandated for specific zones.
W.C.A. Wijngaards [Thu, 18 Feb 2021 10:11:50 +0000 (11:11 +0100)]
Merge branch 'master' into zonemd
Wouter Wijngaards [Tue, 16 Feb 2021 10:58:56 +0000 (11:58 +0100)]
Merge pull request #427 from vstinner/fopen
Fix #426: Replace _Py_fopen() with fopen() in pythonmod.c
Victor Stinner [Tue, 16 Feb 2021 10:11:06 +0000 (11:11 +0100)]
Fix #426: Replace _Py_fopen() with fopen() in pythonmod.c
The private _Py_fopen() function has been removed in Python 3.10.
Fix build on Python 3.10.
W.C.A. Wijngaards [Mon, 15 Feb 2021 13:57:29 +0000 (14:57 +0100)]
- Fix to make tests work with support indicators set for iterator.
W.C.A. Wijngaards [Mon, 15 Feb 2021 13:40:48 +0000 (14:40 +0100)]
- Fix #422: IPv6 fallback issues when IPv6 is not properly
enabled/configured.
W.C.A. Wijngaards [Fri, 12 Feb 2021 16:21:51 +0000 (17:21 +0100)]
Merge branch 'master' into zonemd
W.C.A. Wijngaards [Fri, 12 Feb 2021 09:48:38 +0000 (10:48 +0100)]
zonemd, review comments, spelling fix.
W.C.A. Wijngaards [Fri, 12 Feb 2021 08:16:22 +0000 (09:16 +0100)]
zonemd, review comments, fix no anchor lookup if none.
W.C.A. Wijngaards [Fri, 12 Feb 2021 07:33:03 +0000 (08:33 +0100)]
zonemd, review comments, stop null dnskey, skip dnssec for insecure islands.
W.C.A. Wijngaards [Thu, 11 Feb 2021 16:33:10 +0000 (17:33 +0100)]
zonemd, review comments, check qname for zonemd dnskey lookup.
W.C.A. Wijngaards [Thu, 11 Feb 2021 16:27:59 +0000 (17:27 +0100)]
zonemd, review comments, stop callback for a deleted zone.
W.C.A. Wijngaards [Thu, 11 Feb 2021 15:05:28 +0000 (16:05 +0100)]
zonemd, review comments, indentation.
W.C.A. Wijngaards [Wed, 10 Feb 2021 15:38:39 +0000 (16:38 +0100)]
zonemd, review comments, compare list size for rrsigtype add.
W.C.A. Wijngaards [Wed, 10 Feb 2021 15:34:24 +0000 (16:34 +0100)]
zonemd, review comments, compare list size correctly.
W.C.A. Wijngaards [Wed, 10 Feb 2021 14:30:23 +0000 (15:30 +0100)]
zonemd, review comments, add comments to unit test, scope verbose output.
W.C.A. Wijngaards [Wed, 10 Feb 2021 10:26:21 +0000 (11:26 +0100)]
Changelog note for PR #420
- Merge PR #420 from dyunwei: DOH not responsing with
"http2_query_read_done failure" logged.
Wouter Wijngaards [Wed, 10 Feb 2021 10:25:56 +0000 (11:25 +0100)]
Merge pull request #420 from dyunwei/master
DOH not responsing with "http2_query_read_done failure" logged
yunwei [Wed, 10 Feb 2021 01:03:38 +0000 (09:03 +0800)]
Merge pull request #1 from NLnetLabs/master
synchronize the code.
W.C.A. Wijngaards [Tue, 9 Feb 2021 09:38:55 +0000 (10:38 +0100)]
- Fix for Python 3.9, no longer use deprecated functions of
PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now
none), PyParser_SimpleParseFile (now Py_CompileString).
W.C.A. Wijngaards [Tue, 9 Feb 2021 08:16:23 +0000 (09:16 +0100)]
Changelog note for 1.13.1 release and main branch is 1.13.2 in development.
W.C.A. Wijngaards [Thu, 4 Feb 2021 15:18:02 +0000 (16:18 +0100)]
zonemd, fix unit test to allow nonvalidating zone without zonemd with
permissive mode for zonemd.
W.C.A. Wijngaards [Thu, 4 Feb 2021 15:08:11 +0000 (16:08 +0100)]
Merge branch 'master' into zonemd
W.C.A. Wijngaards [Thu, 4 Feb 2021 08:18:40 +0000 (09:18 +0100)]
- release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
W.C.A. Wijngaards [Tue, 2 Feb 2021 16:04:29 +0000 (17:04 +0100)]
- Fix indentation of root anchor for use by windows install script.
W.C.A. Wijngaards [Tue, 2 Feb 2021 13:52:05 +0000 (14:52 +0100)]
Fixup to add to LIBS.
W.C.A. Wijngaards [Tue, 2 Feb 2021 13:31:05 +0000 (14:31 +0100)]
And autoconf.
W.C.A. Wijngaards [Tue, 2 Feb 2021 13:30:53 +0000 (14:30 +0100)]
- Fix windows dependency on libssp.dll because of default stack
protector in mingw.