]>
git.ipfire.org Git - thirdparty/unbound.git/log
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.
W.C.A. Wijngaards [Fri, 14 Jan 2022 15:30:25 +0000 (16:30 +0100)]
- For #602: Allow the module-config "subnetcache validator cachedb
iterator".
W.C.A. Wijngaards [Fri, 14 Jan 2022 15:23:43 +0000 (16:23 +0100)]
- Add rpz: for-downstream: yesno option, where the RPZ zone is
authoritatively answered for, so the RPZ zone contents can be
checked with DNS queries directed at the RPZ zone.
George Thessalonikefs [Fri, 14 Jan 2022 14:35:41 +0000 (15:35 +0100)]
Changelog note for #605:
- Merge PR #605: Fix EDNS to upstream where the same option could be
attached more than once.
gthess [Fri, 14 Jan 2022 14:33:22 +0000 (15:33 +0100)]
Merge pull request #605 from NLnetLabs/sq-region
Fix EDNS to upstream where the same option could be attached more than once
George Thessalonikefs [Fri, 14 Jan 2022 14:18:43 +0000 (15:18 +0100)]
- Make sure callback changes for EDNS are not lost.
George Thessalonikefs [Fri, 14 Jan 2022 12:55:34 +0000 (13:55 +0100)]
- Fix EDNS to upstream where the same option could be attached more than
once.
- Add a region to serviced_query for allocations.
Florian Obser [Tue, 11 Jan 2022 14:34:25 +0000 (15:34 +0100)]
Use OpenSSL 1.1 API to access DSA and RSA internals
In LibreSSL 3.5, DSA and RSA internals will become opaque, so they can
no longer be accessed directly and the libunbound build will break. The
required API, DSA_set0_pqg(), DSA_set0_key() as well as RSA_set0_key(),
has been available since LibreSSL 2.7, so this change should not affect
any users.
From Theo Buehler.
George Thessalonikefs [Tue, 11 Jan 2022 09:00:04 +0000 (10:00 +0100)]
- Fix prematurely terminated TCP queries when a reply has the same ID.
W.C.A. Wijngaards [Fri, 7 Jan 2022 12:23:18 +0000 (13:23 +0100)]
Changelog note for #600
- Merge #600 from pemensik: Change file mode before changing file
owner.
Wouter Wijngaards [Fri, 7 Jan 2022 12:23:03 +0000 (13:23 +0100)]
Merge pull request #600 from InfrastructureServices/remote-unix-chmod
Change file mode before changing file owner
Petr Mensik [Fri, 7 Jan 2022 11:01:28 +0000 (12:01 +0100)]
Change file mode before changing file owner
Change mode first when configuring remote control unix socket. Some
security systems might strip capability of changing other user's system
even to process with effective uid 0. That is done on Fedora by SELinux
policy and systemd for example. SELinux audit then shows errors, because
unbound tries modifying permissions of not own file. Fix just by mode
change as first step, make it owned by unbound:unbound user as the last
step only.
Related: rhbz#
1905441
Alex Band [Fri, 7 Jan 2022 09:21:50 +0000 (10:21 +0100)]
Update documentation links
W.C.A. Wijngaards [Wed, 5 Jan 2022 15:48:35 +0000 (16:48 +0100)]
- Fix for #596: Fix rpz-signal-nxdomain-ra to work for clientip
triggered operation.
W.C.A. Wijngaards [Wed, 5 Jan 2022 15:14:47 +0000 (16:14 +0100)]
- Fix #598: Fix unbound-checkconf fatal error: module conf
'respip dns64 validator iterator' is not known to work.
W.C.A. Wijngaards [Wed, 5 Jan 2022 13:31:42 +0000 (14:31 +0100)]
- Fix for #596: add unit test for nsip trigger and signal unset RA.
W.C.A. Wijngaards [Wed, 5 Jan 2022 13:13:52 +0000 (14:13 +0100)]
- Fix for #596: add unit test for nsdname trigger and signal unset RA.
W.C.A. Wijngaards [Wed, 5 Jan 2022 12:39:06 +0000 (13:39 +0100)]
- Fix unit tests for rpz now that the AA flag returns successfully from
the iterator loop.
W.C.A. Wijngaards [Wed, 5 Jan 2022 12:35:18 +0000 (13:35 +0100)]
- Fix for #596: fix that rpz return message is returned and not just
the rcode from the iterator return path. This fixes signal unset RA
after a CNAME.
W.C.A. Wijngaards [Tue, 4 Jan 2022 12:49:31 +0000 (13:49 +0100)]
- Fix that RPZ does not set RD flag on replies, it should be copied
from the query.
W.C.A. Wijngaards [Tue, 4 Jan 2022 12:48:29 +0000 (13:48 +0100)]
- Fix #596: only unset RA when NXDOMAIN is signalled.