]>
git.ipfire.org Git - thirdparty/unbound.git/log
George Thessalonikefs [Wed, 17 Feb 2021 12:39:15 +0000 (13:39 +0100)]
- Fix #417: prefetch and ECS causing cache corruption when used
together.
W.C.A. Wijngaards [Wed, 11 May 2022 15:10:42 +0000 (17:10 +0200)]
- Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
host.
George Thessalonikefs [Tue, 10 May 2022 13:57:17 +0000 (15:57 +0200)]
- Fix Python build in non-source directory; based on patch by
Michael Tokarev.
tcarpay [Fri, 6 May 2022 10:53:49 +0000 (12:53 +0200)]
Changelog entry for #604: Add the basic EDE (RFC8914) cases
tcarpay [Fri, 6 May 2022 10:48:53 +0000 (12:48 +0200)]
Add the basic EDE (RFC8914) cases (#604)
W.C.A. Wijngaards [Thu, 28 Apr 2022 12:51:47 +0000 (14:51 +0200)]
- Fix #670: SERVFAIL problems with unbound 1.15.0 running on
OpenBSD 7.1.
W.C.A. Wijngaards [Fri, 8 Apr 2022 09:19:40 +0000 (11:19 +0200)]
- Fix zonemd unsupported algo check to set reason to NULL before the
check routine, but after malformed checks, to get the correct NULL
output when the digest matches.
W.C.A. Wijngaards [Fri, 8 Apr 2022 09:10:11 +0000 (11:10 +0200)]
- Fix zonemd unsupported algo check to print unsupported reason before
zeroing it.
W.C.A. Wijngaards [Fri, 8 Apr 2022 08:54:57 +0000 (10:54 +0200)]
- Fix zonemd unsupported algo check reason to not copy to next record,
and check for success for debug printout.
W.C.A. Wijngaards [Fri, 8 Apr 2022 07:36:01 +0000 (09:36 +0200)]
- Fix zonemd unsupported algo check.
W.C.A. Wijngaards [Fri, 8 Apr 2022 07:29:37 +0000 (09:29 +0200)]
- Fix zonemd check to allow unsupported algorithms to load.
If there are only unsupported algorithms, or unsupported schemes,
and no failed or successful other ZONEMD records, or malformed
or bad ZONEMD records, the unsupported records allow the zone load.
W.C.A. Wijngaards [Fri, 25 Mar 2022 15:07:23 +0000 (16:07 +0100)]
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
W.C.A. Wijngaards [Wed, 23 Mar 2022 12:56:52 +0000 (13:56 +0100)]
- Fix #651: [FR] Better logging for refused queries.
George Thessalonikefs [Fri, 18 Mar 2022 14:04:16 +0000 (16:04 +0200)]
- Minor formatting.
George Thessalonikefs [Fri, 18 Mar 2022 14:00:45 +0000 (16:00 +0200)]
Merge PR #648 from eaglegai: fix -q doesn't work when use with
'unbound-control stats_shm'
eaglegai [Fri, 18 Mar 2022 11:08:02 +0000 (19:08 +0800)]
fix -q doesn't work when use with 'unbound-control stats_shm'
Signed-off-by: eaglegai <eaglegai@163.com>
W.C.A. Wijngaards [Thu, 17 Mar 2022 13:24:37 +0000 (14:24 +0100)]
- Fix to describe auth-zone and other configuration at the local-zone
configuration option, to allow for more broadly view of the options.
W.C.A. Wijngaards [Wed, 16 Mar 2022 08:54:53 +0000 (09:54 +0100)]
- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
W.C.A. Wijngaards [Wed, 9 Mar 2022 08:43:07 +0000 (09:43 +0100)]
Changelog note for #644, move commands together for library binary.
Wouter Wijngaards [Wed, 9 Mar 2022 08:41:54 +0000 (09:41 +0100)]
Merge pull request #644 from FGasper/issue_643_pkgconfig_install_lib
Make `install-lib` make target install the pkg-config file.
Felipe Gasper [Tue, 8 Mar 2022 19:01:09 +0000 (14:01 -0500)]
Make `install-lib` make target install the pkg-config file.
Issue #643
W.C.A. Wijngaards [Mon, 7 Mar 2022 13:02:31 +0000 (14:02 +0100)]
- Fix configure for python to use sysutils, because distutils is
deprecated. It uses sysutils when available, distutils otherwise.
W.C.A. Wijngaards [Thu, 3 Mar 2022 15:24:46 +0000 (16:24 +0100)]
- Fix for #637: fix integer overflow checks in sldns_str2period.
W.C.A. Wijngaards [Thu, 3 Mar 2022 13:19:59 +0000 (14:19 +0100)]
- Fix #637: Integer Overflow in sldns_str2period function.
W.C.A. Wijngaards [Wed, 2 Mar 2022 13:34:36 +0000 (14:34 +0100)]
- Fix compile warnings for printf ll format on mingw compile.
George Thessalonikefs [Wed, 2 Mar 2022 13:29:56 +0000 (14:29 +0100)]
- Various fixes for #632: variable initialisation, convert the qinfo
to str once, accept trailing dot in the local-zone ipset option.
George Thessalonikefs [Wed, 2 Mar 2022 12:19:32 +0000 (13:19 +0100)]
Changelog entry for #632
- Merge PR #632 from scottrw93: Match cnames in ipset.
gthess [Wed, 2 Mar 2022 12:17:35 +0000 (13:17 +0100)]
Merge pull request #632 from scottrw93/cnames-ipset
Match cnames in ipset
George Thessalonikefs [Wed, 2 Mar 2022 12:08:16 +0000 (13:08 +0100)]
- Added tests for ipset.
W.C.A. Wijngaards [Tue, 1 Mar 2022 09:27:24 +0000 (10:27 +0100)]
- Fix pythonmod for change in iter_dp_is_useless function prototype.
W.C.A. Wijngaards [Mon, 28 Feb 2022 13:51:35 +0000 (14:51 +0100)]
- Fix for edns client subnet option add fix in removal code, from review.
W.C.A. Wijngaards [Mon, 28 Feb 2022 13:39:48 +0000 (14:39 +0100)]
- Fix edns client subnet to add the option based on the option list,
so that it is not state dependent, after the state fix of #605 for
double EDNS options.
George Thessalonikefs [Mon, 28 Feb 2022 11:37:59 +0000 (12:37 +0100)]
Changelog entry for #623:
- Merge #623 from rex4539: Fix typos.
gthess [Mon, 28 Feb 2022 11:36:11 +0000 (12:36 +0100)]
Merge pull request #623 from rex4539/typos
Fix typos
George Thessalonikefs [Mon, 28 Feb 2022 11:07:25 +0000 (12:07 +0100)]
- Fix #630: Unify the RPZ log messages.
W.C.A. Wijngaards [Mon, 28 Feb 2022 08:56:30 +0000 (09:56 +0100)]
- Fix for #633: updated fix with new text.
W.C.A. Wijngaards [Mon, 28 Feb 2022 08:39:33 +0000 (09:39 +0100)]
- Fix #633: Document unix domain socket support for unbound-control.
W.C.A. Wijngaards [Fri, 25 Feb 2022 14:24:40 +0000 (15:24 +0100)]
- Fix check interface existence for support detection in remote lookup.
W.C.A. Wijngaards [Fri, 25 Feb 2022 09:29:33 +0000 (10:29 +0100)]
- update Makefile dependencies.
W.C.A. Wijngaards [Fri, 25 Feb 2022 09:27:56 +0000 (10:27 +0100)]
- Fix to detect that no IPv6 support means that IPv6 addresses are
useless for delegation point lookups.
scottrw93 [Sun, 20 Feb 2022 22:37:49 +0000 (22:37 +0000)]
Match cnames in ipset
Dimitris Apostolou [Wed, 9 Feb 2022 08:41:50 +0000 (10:41 +0200)]
Fix typos
W.C.A. Wijngaards [Fri, 18 Feb 2022 08:37:44 +0000 (09:37 +0100)]
Changelog note for #631.
- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
ERR_GET_REASON.
Wouter Wijngaards [Fri, 18 Feb 2022 08:37:34 +0000 (09:37 +0100)]
Merge pull request #631 from mollyim/boringssl-compat
Replace OpenSSL's ERR_PACK with ERR_GET_REASON
W.C.A. Wijngaards [Fri, 18 Feb 2022 08:03:56 +0000 (09:03 +0100)]
- Fix that address not available is squelched from the logs for
udp connect failures. It is visible on verbosity 4 and more.
Oscar Mira [Sun, 6 Feb 2022 19:37:46 +0000 (20:37 +0100)]
Replace OpenSSL's ERR_PACK with ERR_GET_REASON
W.C.A. Wijngaards [Wed, 16 Feb 2022 08:51:25 +0000 (09:51 +0100)]
- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
W.C.A. Wijngaards [Tue, 15 Feb 2022 15:20:12 +0000 (16:20 +0100)]
- Fix #628: A rpz-passthru action is not ending RPZ zone processing.
W.C.A. Wijngaards [Fri, 11 Feb 2022 15:34:24 +0000 (16:34 +0100)]
- Remove debug info from #618 fix.
W.C.A. Wijngaards [Fri, 11 Feb 2022 09:58:53 +0000 (10:58 +0100)]
- Fix #618: enabling interface-automatic disables DNS-over-TLS.
Adds the option to list interface-automatic-ports.
W.C.A. Wijngaards [Fri, 11 Feb 2022 07:53:24 +0000 (08:53 +0100)]
- Fix #624: Unable to stop Unbound in Windows console (does not
respond to CTRL+C command).
W.C.A. Wijngaards [Thu, 10 Feb 2022 08:54:51 +0000 (09:54 +0100)]
Release 1.15.0 on 10 feb 2022.
The repository continues with version 1.15.1.
And Changelog note.
W.C.A. Wijngaards [Mon, 7 Feb 2022 10:31:41 +0000 (11:31 +0100)]
Note 1.15.0rc1 tag creation in Changelog.
- Tag for 1.15.0rc1 created.
W.C.A. Wijngaards [Mon, 7 Feb 2022 08:31:10 +0000 (09:31 +0100)]
- Fix that TCP interface does not use TLS when TLS is also configured.
W.C.A. Wijngaards [Fri, 4 Feb 2022 13:27:01 +0000 (14:27 +0100)]
- Fix #412: cache invalidation issue with CNAME+A.
W.C.A. Wijngaards [Thu, 3 Feb 2022 08:03:09 +0000 (09:03 +0100)]
- Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.
W.C.A. Wijngaards [Wed, 2 Feb 2022 14:35:19 +0000 (15:35 +0100)]
- Update contrib/aaaa-filter-iterator.patch with diff for current
software version.
W.C.A. Wijngaards [Wed, 2 Feb 2022 13:47:57 +0000 (14:47 +0100)]
- Fix docker splint test to use more portable uname.
W.C.A. Wijngaards [Wed, 2 Feb 2022 13:11:55 +0000 (14:11 +0100)]
Merge branch 'master' of github.com:NLnetLabs/unbound
W.C.A. Wijngaards [Wed, 2 Feb 2022 13:11:36 +0000 (14:11 +0100)]
- please clang analyzer for loop in test code.
George Thessalonikefs [Wed, 2 Feb 2022 13:05:35 +0000 (14:05 +0100)]
Merge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Wed, 2 Feb 2022 13:05:31 +0000 (14:05 +0100)]
- Changelog entry clarification.
W.C.A. Wijngaards [Wed, 2 Feb 2022 12:20:46 +0000 (13:20 +0100)]
- Fix header comment for doxygen for authextstrtoaddr.
W.C.A. Wijngaards [Wed, 2 Feb 2022 12:09:51 +0000 (13:09 +0100)]
- Update version number in repo to 1.15.0 for upcoming release,
since it changes the aggressive-nsec default and the ratelimit change.
George Thessalonikefs [Wed, 2 Feb 2022 11:54:09 +0000 (12:54 +0100)]
- Update stream_ssl.tdir test to also use the new forward-host notation.
George Thessalonikefs [Wed, 2 Feb 2022 10:57:36 +0000 (11:57 +0100)]
- Merge PR #617: Update stub/forward-host notation to accept port and
tls-auth-name.
gthess [Wed, 2 Feb 2022 10:56:27 +0000 (11:56 +0100)]
Merge pull request #617 from NLnetLabs/update-host-notation
Update stub/forward-host notation to accept port and tls-auth-name
gthess [Wed, 2 Feb 2022 10:53:38 +0000 (11:53 +0100)]
Don't accidentaly introduce a troff macro
Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
George Thessalonikefs [Wed, 2 Feb 2022 10:25:08 +0000 (11:25 +0100)]
- Change aggressive-nsec default to yes.
George Thessalonikefs [Wed, 2 Feb 2022 10:18:14 +0000 (11:18 +0100)]
Changelog entry for #616
- Merge PR #616: Update ratelimit logic. It also introduces
ratelimit-backoff and ip-ratelimit-backoff configuration options.
gthess [Wed, 2 Feb 2022 10:16:04 +0000 (11:16 +0100)]
Merge pull request #616 from NLnetLabs/bugfix/ratelimit
Update ratelimit logic
George Thessalonikefs [Wed, 2 Feb 2022 09:50:54 +0000 (10:50 +0100)]
Merge branch 'Shchelk-bufferoverflow'
George Thessalonikefs [Wed, 2 Feb 2022 09:47:08 +0000 (10:47 +0100)]
Changelog entry for #532
- Merge PR #532 from Shchelk: Fix: buffer overflow bug.
George Thessalonikefs [Wed, 2 Feb 2022 09:42:06 +0000 (10:42 +0100)]
Merge branch 'bufferoverflow' of https://github.com/Shchelk/unbound into Shchelk-bufferoverflow
George Thessalonikefs [Tue, 1 Feb 2022 17:00:46 +0000 (18:00 +0100)]
Changelog note for #603:
- Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA
internals.
gthess [Tue, 1 Feb 2022 16:58:11 +0000 (17:58 +0100)]
Merge pull request #603 from fobser/dsa_rsa_internals
Use OpenSSL 1.1 API to access DSA and RSA internals
gthess [Tue, 1 Feb 2022 16:54:42 +0000 (17:54 +0100)]
Prefer the libressl API from when it was available
gthess [Tue, 1 Feb 2022 16:38:16 +0000 (17:38 +0100)]
Fix typo from review
Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
George Thessalonikefs [Tue, 1 Feb 2022 13:44:29 +0000 (14:44 +0100)]
- Update stub/forward-host notation to accept port and tls-auth-name.
Fixes #546.
George Thessalonikefs [Mon, 31 Jan 2022 10:28:30 +0000 (11:28 +0100)]
Merge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Mon, 31 Jan 2022 10:27:35 +0000 (11:27 +0100)]
-Fix review comment for use-after-free when failing to send UDP out.
W.C.A. Wijngaards [Mon, 31 Jan 2022 09:53:22 +0000 (10:53 +0100)]
- iana portlist update.
George Thessalonikefs [Sun, 30 Jan 2022 00:04:15 +0000 (01:04 +0100)]
- Update unbound.conf manpage and example.conf file for ratelimit
options.
George Thessalonikefs [Sat, 29 Jan 2022 23:51:39 +0000 (00:51 +0100)]
- Add tests for ratelimit.
George Thessalonikefs [Sat, 29 Jan 2022 23:23:22 +0000 (00:23 +0100)]
- Introduce ratelimit-backoff and ip-ratelimit-backoff options for more
aggressive rate limiting.
George Thessalonikefs [Sat, 29 Jan 2022 22:49:38 +0000 (23:49 +0100)]
- Update ratelimit code for recent serviced_query changes and more
accurate ratelimit calculation.
George Thessalonikefs [Sat, 29 Jan 2022 14:14:56 +0000 (15:14 +0100)]
- Better cleanup on failed DoT/DoH listening socket creation.
George Thessalonikefs [Sat, 29 Jan 2022 14:10:26 +0000 (15:10 +0100)]
- Fix tls-* and ssl-* documented alternate syntax to also be available
through remote-control and unbound-checkconf.
W.C.A. Wijngaards [Wed, 26 Jan 2022 15:41:04 +0000 (16:41 +0100)]
Merge branch 'master' of github.com:NLnetLabs/unbound
W.C.A. Wijngaards [Wed, 26 Jan 2022 15:40:04 +0000 (16:40 +0100)]
- Test for NSID in SERVFAIL response due to DNSSEC bogus.
George Thessalonikefs [Wed, 26 Jan 2022 13:35:22 +0000 (14:35 +0100)]
- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
document.
George Thessalonikefs [Tue, 25 Jan 2022 16:29:52 +0000 (17:29 +0100)]
Changelog note for #612:
- Merge PR #612: TCP race condition.
gthess [Tue, 25 Jan 2022 16:26:30 +0000 (17:26 +0100)]
Merge pull request #612 from NLnetLabs/tcp-race-condition
TCP race condition
George Thessalonikefs [Tue, 25 Jan 2022 16:15:37 +0000 (17:15 +0100)]
- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
serviced_udp_callback.
George Thessalonikefs [Tue, 25 Jan 2022 08:57:14 +0000 (09:57 +0100)]
- Better bookkeeping when reclaiming the TCP buffer.
George Thessalonikefs [Tue, 25 Jan 2022 08:46:16 +0000 (09:46 +0100)]
- Mark waiting_tcp and serviced_query as being in the
cb_and_decommission stage to signal later code about their state;
prevents premature item deletion.
W.C.A. Wijngaards [Tue, 25 Jan 2022 08:02:55 +0000 (09:02 +0100)]
Changelog note for #610
- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.
W.C.A. Wijngaards [Tue, 25 Jan 2022 07:57:49 +0000 (08:57 +0100)]
- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.
George Thessalonikefs [Mon, 24 Jan 2022 23:01:43 +0000 (00:01 +0100)]
- Add serviced_query timer to send upstream queries outside of the mesh
flow to prevent race conditions.
George Thessalonikefs [Wed, 19 Jan 2022 14:32:02 +0000 (15:32 +0100)]
- For dnstap, do not wakeupnow right there. Instead zero the timer to
force the wakeup callback asap.