]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
12 days agoChangelog entry for #1352:
Yorgos Thessalonikefs [Tue, 23 Sep 2025 15:15:16 +0000 (17:15 +0200)] 
Changelog entry for #1352:
- Merge #1352 from Petr Vaganov: pythonmod: fix HANDLE_LEAK on
  pythonmod_init.

12 days agoMerge pull request #1352 from petrvaganoff/dev-52227
Yorgos Thessalonikefs [Tue, 23 Sep 2025 15:13:30 +0000 (17:13 +0200)] 
Merge pull request #1352 from petrvaganoff/dev-52227

pythonmod: fix HANDLE_LEAK on pythonmod_init

12 days agopythonmod: fix HANDLE_LEAK on pythonmod_init 1352/head
Petr Vaganov [Tue, 23 Sep 2025 14:51:46 +0000 (19:51 +0500)] 
pythonmod: fix HANDLE_LEAK on pythonmod_init

Found by the static analyzer Svace (ISP RAS).

Handle 'script_py' is created at pythonmod.c:436
by calling function 'fopen' and lost at pythonmod.c:457,465.

Signed-off-by: Petr Vaganov <petrvaganoff@gmail.com>
2 weeks ago- unbound.conf manpage: explicitly mention RFC6891.
Yorgos Thessalonikefs [Fri, 19 Sep 2025 13:49:07 +0000 (15:49 +0200)] 
- unbound.conf manpage: explicitly mention RFC6891.

2 weeks agoChangelog entry for #1337:
Yorgos Thessalonikefs [Fri, 19 Sep 2025 13:01:30 +0000 (15:01 +0200)] 
Changelog entry for #1337:
- Merge #1337: 0 TTL cached replies and some TTL behavior changes.

2 weeks agoMerge branch 'features/no-ttl-zero-cacherep'
Yorgos Thessalonikefs [Fri, 19 Sep 2025 12:56:04 +0000 (14:56 +0200)] 
Merge branch 'features/no-ttl-zero-cacherep'

2 weeks ago- Update README.man with clearer text.
Yorgos Thessalonikefs [Fri, 19 Sep 2025 08:03:10 +0000 (10:03 +0200)] 
- Update README.man with clearer text.

2 weeks ago- Fix to remove configure~ from release tarballs.
W.C.A. Wijngaards [Fri, 19 Sep 2025 07:46:34 +0000 (09:46 +0200)] 
- Fix to remove configure~ from release tarballs.

2 weeks ago- Tag for 1.24.0 release. Includes the fixes below after rc1.
W.C.A. Wijngaards [Thu, 18 Sep 2025 08:57:37 +0000 (10:57 +0200)] 
- Tag for 1.24.0 release. Includes the fixes below after rc1.
  The repository continues with version 1.24.1.

2 weeks agocode review: use proper roundrobin index 1337/head
Yorgos Thessalonikefs [Wed, 17 Sep 2025 10:19:20 +0000 (12:19 +0200)] 
code review: use proper roundrobin index

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
2 weeks ago- Too many quotes for the EDE message debug printout. branch-1.24.0 release-1.24.0
Yorgos Thessalonikefs [Wed, 17 Sep 2025 09:27:16 +0000 (11:27 +0200)] 
- Too many quotes for the EDE message debug printout.

2 weeks ago- Fix to print warning for when so-sndbuf setsockopt is not granted.
W.C.A. Wijngaards [Mon, 15 Sep 2025 14:11:27 +0000 (16:11 +0200)] 
- Fix to print warning for when so-sndbuf setsockopt is not granted.

2 weeks ago- Small debug output improvement when attaching an EDE.
Yorgos Thessalonikefs [Mon, 15 Sep 2025 10:06:49 +0000 (12:06 +0200)] 
- Small debug output improvement when attaching an EDE.

2 weeks agoA few changes for TTL processing:
Yorgos Thessalonikefs [Mon, 15 Sep 2025 08:03:35 +0000 (10:03 +0200)] 
A few changes for TTL processing:
- Cached messages that reach 0 TTL are considered expired. This prevents
  Unbound itself from issuing replies with TTL 0 and possibly causing a
  thundering herd at the last second. Upstream replies of TTL 0 still
  get the usual pass-through but they are not considered for caching
  from Unbound or any of its caching modules.
- 'serve-expired-reply-ttl' is changed and is now capped by the original
  TTL value of the record to try and make some sense when replying
  with expired records.
- TTL decoding was updated to adhere to RFC8767 section 4 where a set
  high-order bit means the value is positive instead of 0.

3 weeks agoMerge branch 'master' into features/no-ttl-zero-cacherep
Yorgos Thessalonikefs [Fri, 12 Sep 2025 13:24:06 +0000 (15:24 +0200)] 
Merge branch 'master' into features/no-ttl-zero-cacherep

3 weeks ago- Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.
W.C.A. Wijngaards [Thu, 11 Sep 2025 11:23:51 +0000 (13:23 +0200)] 
- Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.

3 weeks ago- version set to 1.24.0 for release. release-1.24.0rc1
W.C.A. Wijngaards [Thu, 11 Sep 2025 07:03:40 +0000 (09:03 +0200)] 
- version set to 1.24.0 for release.
- tag for 1.24.0rc1.

3 weeks ago- Fix #1332: CNAME chains are sometimes not followed when RPZs add a
W.C.A. Wijngaards [Tue, 9 Sep 2025 10:34:11 +0000 (12:34 +0200)] 
- Fix #1332: CNAME chains are sometimes not followed when RPZs add a
  local CNAME rewrite.

3 weeks ago- Update man pages.
Yorgos Thessalonikefs [Mon, 8 Sep 2025 12:50:27 +0000 (14:50 +0200)] 
- Update man pages.

3 weeks ago- Update documentation for using "SET ... EX" in Redis.
Yorgos Thessalonikefs [Mon, 8 Sep 2025 12:49:12 +0000 (14:49 +0200)] 
- Update documentation for using "SET ... EX" in Redis.
- Document max buffer sizes for Redis commands.

4 weeks ago- For #1328: make depend.
W.C.A. Wijngaards [Wed, 3 Sep 2025 12:04:24 +0000 (14:04 +0200)] 
- For #1328: make depend.

4 weeks ago- Fix indentation in tcp-mss option parsing.
W.C.A. Wijngaards [Tue, 2 Sep 2025 15:12:14 +0000 (17:12 +0200)] 
- Fix indentation in tcp-mss option parsing.

4 weeks ago- Fix #1324: Memory leak in 'msgparse.c' in
W.C.A. Wijngaards [Tue, 2 Sep 2025 15:10:42 +0000 (17:10 +0200)] 
- Fix #1324: Memory leak in 'msgparse.c' in
  'parse_edns_options_from_query(...)'.

4 weeks ago- Fix #1235: Outdated Python2 code in
W.C.A. Wijngaards [Tue, 2 Sep 2025 10:54:03 +0000 (12:54 +0200)] 
- Fix #1235: Outdated Python2 code in
  unbound/pythonmod/examples/log.py.

4 weeks ago- Fix for #1324: Fix to free edns options scratch in ratelimit case.
W.C.A. Wijngaards [Mon, 1 Sep 2025 07:28:29 +0000 (09:28 +0200)] 
- Fix for #1324: Fix to free edns options scratch in ratelimit case.

5 weeks ago- Limit the number of consecutive reads on an HTTP/2 session.
Yorgos Thessalonikefs [Fri, 29 Aug 2025 13:35:32 +0000 (15:35 +0200)] 
- Limit the number of consecutive reads on an HTTP/2 session.
  Thanks to Gal Bar Nahum for exposing the possibility of infinite
  reads on the session.

5 weeks ago- Fix setup_listen_sslctx warning for nettle compile.
W.C.A. Wijngaards [Thu, 28 Aug 2025 12:19:52 +0000 (14:19 +0200)] 
- Fix setup_listen_sslctx warning for nettle compile.

5 weeks ago- Fix unbound-control dump_cache for double unlock of lruhash table.
W.C.A. Wijngaards [Wed, 27 Aug 2025 14:55:55 +0000 (16:55 +0200)] 
- Fix unbound-control dump_cache for double unlock of lruhash table.
Changelog entry.

5 weeks ago- Fix unbound-control dump_cache for double unlock of lruhash table.
W.C.A. Wijngaards [Wed, 27 Aug 2025 14:55:38 +0000 (16:55 +0200)] 
- Fix unbound-control dump_cache for double unlock of lruhash table.

5 weeks ago- Fix ports workflow to install expat for macos.
W.C.A. Wijngaards [Tue, 26 Aug 2025 12:41:13 +0000 (14:41 +0200)] 
- Fix ports workflow to install expat for macos.

6 weeks ago- Fix that the zone acquired timestamp is set after the
W.C.A. Wijngaards [Fri, 22 Aug 2025 12:06:51 +0000 (14:06 +0200)] 
- Fix that the zone acquired timestamp is set after the
  zonefile is read.

6 weeks ago- Fix #1319: [FR] zone status for Unbound auth-zones.
W.C.A. Wijngaards [Fri, 22 Aug 2025 10:40:00 +0000 (12:40 +0200)] 
- Fix #1319: [FR] zone status for Unbound auth-zones.

6 weeks ago- Fix sha1 enable environment variable in test code on windows.
W.C.A. Wijngaards [Fri, 22 Aug 2025 08:04:57 +0000 (10:04 +0200)] 
- Fix sha1 enable environment variable in test code on windows.

6 weeks ago- For #1318: Fix compile warnings for DoH compile on windows.
W.C.A. Wijngaards [Fri, 22 Aug 2025 08:04:00 +0000 (10:04 +0200)] 
- For #1318: Fix compile warnings for DoH compile on windows.

6 weeks ago- Fix for #1317: Fix contrib/unbound.service comment path for
W.C.A. Wijngaards [Thu, 21 Aug 2025 13:49:42 +0000 (15:49 +0200)] 
- Fix for #1317: Fix contrib/unbound.service comment path for
  systemd network configuration.

6 weeks ago- Fix #1317: Unbound starts too early. Add
W.C.A. Wijngaards [Thu, 21 Aug 2025 13:14:42 +0000 (15:14 +0200)] 
- Fix #1317: Unbound starts too early. Add
  Wants=network-online.target under [Unit] in unbound.service.

6 weeks ago- Fix to check for extraneous command arguments for unbound-control,
W.C.A. Wijngaards [Thu, 21 Aug 2025 08:00:41 +0000 (10:00 +0200)] 
- Fix to check for extraneous command arguments for unbound-control,
  when the command takes no arguments but there are arguments present.
Changelog note for the fix.

6 weeks ago- Fix to check for extraneous command arguments for unbound-control,
W.C.A. Wijngaards [Thu, 21 Aug 2025 07:47:24 +0000 (09:47 +0200)] 
- Fix to check for extraneous command arguments for unbound-control,
  when the command takes no arguments but there are arguments present.

7 weeks ago- Fix cache_lookup subnet print to not print messages without rrsets
W.C.A. Wijngaards [Fri, 15 Aug 2025 14:04:34 +0000 (16:04 +0200)] 
- Fix cache_lookup subnet print to not print messages without rrsets
  and perform in-depth check on node in the addrtree.

7 weeks ago- Fix cache_lookup subnet print to not print messages without rrsets
W.C.A. Wijngaards [Fri, 15 Aug 2025 14:04:23 +0000 (16:04 +0200)] 
- Fix cache_lookup subnet print to not print messages without rrsets
  and perform in-depth check on node in the addrtree.

7 weeks ago- Fix cache_lookup subnet printout to wipe zero part of the prefix.
W.C.A. Wijngaards [Fri, 15 Aug 2025 12:07:05 +0000 (14:07 +0200)] 
- Fix cache_lookup subnet printout to wipe zero part of the prefix.
Changelog entry.

7 weeks ago- Fix cache_lookup subnet printout to wipe zero part of the prefix.
W.C.A. Wijngaards [Fri, 15 Aug 2025 12:06:54 +0000 (14:06 +0200)] 
- Fix cache_lookup subnet printout to wipe zero part of the prefix.

7 weeks ago- unbound-control cache_lookup +t allows tld and root names. And
W.C.A. Wijngaards [Fri, 15 Aug 2025 11:03:31 +0000 (13:03 +0200)] 
- unbound-control cache_lookup +t allows tld and root names. And
  subnet cache contents are printed.
Changelog, documentation and unit test.

7 weeks ago- unbound-control cache_lookup +t allows tld and root names. And
W.C.A. Wijngaards [Fri, 15 Aug 2025 11:03:00 +0000 (13:03 +0200)] 
- unbound-control cache_lookup +t allows tld and root names. And
  subnet cache contents are printed.

7 weeks ago- Fix to decouple file descriptor activity and cache lookups in
W.C.A. Wijngaards [Thu, 14 Aug 2025 10:20:22 +0000 (12:20 +0200)] 
- Fix to decouple file descriptor activity and cache lookups in
  dump_cache.
Changelog note.

7 weeks ago- Fix to decouple file descriptor activity and cache lookups in
W.C.A. Wijngaards [Thu, 14 Aug 2025 10:20:10 +0000 (12:20 +0200)] 
- Fix to decouple file descriptor activity and cache lookups in
  dump_cache.

7 weeks ago- Fix to increase responsiveness of dump_cache.
W.C.A. Wijngaards [Thu, 14 Aug 2025 09:25:40 +0000 (11:25 +0200)] 
- Fix to increase responsiveness of dump_cache.

7 weeks ago- Fix to unlock cache_lookup message for malformed records.
W.C.A. Wijngaards [Wed, 13 Aug 2025 10:02:41 +0000 (12:02 +0200)] 
- Fix to unlock cache_lookup message for malformed records.

7 weeks ago- Fix to remove debug from cache_lookup.
W.C.A. Wijngaards [Wed, 13 Aug 2025 09:59:53 +0000 (11:59 +0200)] 
- Fix to remove debug from cache_lookup.

7 weeks ago- unbound-control cache_lookup <domains> prints the cached rrsets
W.C.A. Wijngaards [Wed, 13 Aug 2025 09:36:47 +0000 (11:36 +0200)] 
- unbound-control cache_lookup <domains> prints the cached rrsets
  and messages for those.
Changelog and information.

7 weeks ago- unbound-control cache_lookup <domains> prints the cached rrsets
W.C.A. Wijngaards [Wed, 13 Aug 2025 09:31:42 +0000 (11:31 +0200)] 
- unbound-control cache_lookup <domains> prints the cached rrsets
  and messages for those.

7 weeks ago- Fix that unbound-control dump_cache releases the cache locks
W.C.A. Wijngaards [Tue, 12 Aug 2025 10:00:01 +0000 (12:00 +0200)] 
- Fix that unbound-control dump_cache releases the cache locks
  every so often, so that the server stays responsive.
Changelog entry for it.

7 weeks ago- Fix that unbound-control dump_cache releases the cache locks
W.C.A. Wijngaards [Tue, 12 Aug 2025 09:59:48 +0000 (11:59 +0200)] 
- Fix that unbound-control dump_cache releases the cache locks
  every so often, so that the server stays responsive.

8 weeks ago- Fix to whitespace in dname_str.
W.C.A. Wijngaards [Thu, 7 Aug 2025 14:19:10 +0000 (16:19 +0200)] 
- Fix to whitespace in dname_str.

8 weeks ago- Fix that edns-subnet failure to create a subquery errors as
W.C.A. Wijngaards [Thu, 7 Aug 2025 14:09:47 +0000 (16:09 +0200)] 
- Fix that edns-subnet failure to create a subquery errors as
  servfail, and not formerror.

8 weeks ago- Fix dname_str for printout of long names. Thanks to Jan Komissar
W.C.A. Wijngaards [Thu, 7 Aug 2025 07:45:02 +0000 (09:45 +0200)] 
- Fix dname_str for printout of long names. Thanks to Jan Komissar
  for the fix.

8 weeks ago- Fix edns subnet, so that the subquery without subnet is stored in
W.C.A. Wijngaards [Wed, 6 Aug 2025 10:08:44 +0000 (12:08 +0200)] 
- Fix edns subnet, so that the subquery without subnet is stored in
  global cache if the querier used 0.0.0.0/0 and the name and address
  do not receive subnet treatment. If the name and address are
  configured for subnet, it is stored in the subnet cache.

8 weeks ago- Fix edns subnet, so that the subquery without subnet is stored in
W.C.A. Wijngaards [Wed, 6 Aug 2025 10:01:42 +0000 (12:01 +0200)] 
- Fix edns subnet, so that the subquery without subnet is stored in
  global cache if the querier used 0.0.0.0/0 and the name and address
  do not receive subnet treatment. If the name and address are
  configured for subnet, it is stored in the subnet cache.

2 months ago- Fix to use assertions for consistency checks in #1309 reclaimed
W.C.A. Wijngaards [Tue, 5 Aug 2025 14:20:01 +0000 (16:20 +0200)] 
- Fix to use assertions for consistency checks in #1309 reclaimed

2 months ago- Fix #1309: incorrectly reclaimed tcp handler can cause data
W.C.A. Wijngaards [Tue, 5 Aug 2025 13:46:54 +0000 (15:46 +0200)] 
- Fix #1309: incorrectly reclaimed tcp handler can cause data
  corruption and segfault.

2 months ago- Fix testbound test program to accurately output packets from hex.
W.C.A. Wijngaards [Fri, 1 Aug 2025 08:34:12 +0000 (10:34 +0200)] 
- Fix testbound test program to accurately output packets from hex.

2 months ago- Fix redis cachedb module gettimeofday init failure.
W.C.A. Wijngaards [Mon, 28 Jul 2025 07:33:42 +0000 (09:33 +0200)] 
- Fix redis cachedb module gettimeofday init failure.
Changelog note for the fix.

2 months ago- Fix redis cachedb module gettimeofday init failure.
W.C.A. Wijngaards [Mon, 28 Jul 2025 07:32:55 +0000 (09:32 +0200)] 
- Fix redis cachedb module gettimeofday init failure.

2 months ago- Redis checks for server down and throttles reconnects.
W.C.A. Wijngaards [Thu, 24 Jul 2025 09:06:00 +0000 (11:06 +0200)] 
- Redis checks for server down and throttles reconnects.
And unit test for redis reconnect interval.

2 months ago- Redis checks for server down and throttles reconnects.
W.C.A. Wijngaards [Thu, 24 Jul 2025 09:05:25 +0000 (11:05 +0200)] 
- Redis checks for server down and throttles reconnects.

2 months ago- iana portlist updated.
W.C.A. Wijngaards [Thu, 17 Jul 2025 12:50:29 +0000 (14:50 +0200)] 
- iana portlist updated.

2 months ago- Fix #1303: [FR] Disable TLSv1.2.
W.C.A. Wijngaards [Thu, 17 Jul 2025 12:50:13 +0000 (14:50 +0200)] 
- Fix #1303: [FR] Disable TLSv1.2.

2 months ago- Fix to not set rlimits in the unit tests.
W.C.A. Wijngaards [Thu, 17 Jul 2025 09:40:31 +0000 (11:40 +0200)] 
- Fix to not set rlimits in the unit tests.

2 months ago- Add unit tests for non-ecs aggregation.
W.C.A. Wijngaards [Wed, 16 Jul 2025 09:46:04 +0000 (11:46 +0200)] 
- Add unit tests for non-ecs aggregation.

2 months ago- Fix for RebirthDay Attack CVE-2025-5994, reported by Xiang Li
W.C.A. Wijngaards [Wed, 16 Jul 2025 09:40:32 +0000 (11:40 +0200)] 
- Fix for RebirthDay Attack CVE-2025-5994, reported by Xiang Li
  from AOSP Lab Nankai University.
- Tag for 1.23.1 with the release of 1.23.0 and the CVE fix, the
  repository continues with the previous fixes, with 1.23.2.

2 months agoMerge branch 'branch-1.23.1'
W.C.A. Wijngaards [Wed, 16 Jul 2025 09:34:44 +0000 (11:34 +0200)] 
Merge branch 'branch-1.23.1'

2 months ago- Fix RebirthDay Attack CVE-2025-5994, reported by Xiang Li from AOSP branch-1.23.1 release-1.23.1
W.C.A. Wijngaards [Wed, 16 Jul 2025 08:02:01 +0000 (10:02 +0200)] 
- Fix RebirthDay Attack CVE-2025-5994, reported by Xiang Li from AOSP
  Lab Nankai University.

2 months ago- Set version to 1.23.1.
W.C.A. Wijngaards [Wed, 16 Jul 2025 08:00:39 +0000 (10:00 +0200)] 
- Set version to 1.23.1.

2 months ago- Update man page templates from rst.
Yorgos Thessalonikefs [Sat, 12 Jul 2025 15:37:54 +0000 (17:37 +0200)] 
- Update man page templates from rst.

2 months ago- For #1289: add num.valops in the unbound-control man page.
Yorgos Thessalonikefs [Sat, 12 Jul 2025 15:35:16 +0000 (17:35 +0200)] 
- For #1289: add num.valops in the unbound-control man page.

2 months ago- For #1289: test num.valops in existing stat_values.tdir.
Yorgos Thessalonikefs [Sat, 12 Jul 2025 15:33:43 +0000 (17:33 +0200)] 
- For #1289: test num.valops in existing stat_values.tdir.

2 months agoChangelog entry for #1289:
Yorgos Thessalonikefs [Sat, 12 Jul 2025 14:33:50 +0000 (16:33 +0200)] 
Changelog entry for #1289:
- Merge #1289 from Roland van Rijswijk-Deij: Add extra statistic to
  track the number of signature validation operations.
  Adds 'num.valops' to extended statistics.

2 months agoAdd extra statistic to track the number of signature validation operations (#1289)
Roland van Rijswijk-Deij [Sat, 12 Jul 2025 14:29:38 +0000 (16:29 +0200)] 
Add extra statistic to track the number of signature validation operations (#1289)

* Add extra statistic to track the number of signature validation operations performed by the validator module

* Move validation operation statistic to mesh as suggested

* Fix NULL pointer dereference in case the mesh is not used (and is `NULL`)

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
* Fix NULL pointer dereference on qstate and qstate->env in unit test situation

---------

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
2 months ago- For #1301: configure cant find SSL_is_quic in OpenSSL 3.5.1.
W.C.A. Wijngaards [Fri, 11 Jul 2025 13:58:50 +0000 (15:58 +0200)] 
- For #1301: configure cant find SSL_is_quic in OpenSSL 3.5.1.

2 months ago- Fix detection of SSL_CTX_set_tmp_ecdh function.
W.C.A. Wijngaards [Fri, 11 Jul 2025 13:47:59 +0000 (15:47 +0200)] 
- Fix detection of SSL_CTX_set_tmp_ecdh function.

2 months ago- Fix to improve dnstap discovery on Fedora.
W.C.A. Wijngaards [Tue, 8 Jul 2025 07:29:27 +0000 (09:29 +0200)] 
- Fix to improve dnstap discovery on Fedora.

3 months ago- Fix layout of comm_point_udp_ancil_callback.
W.C.A. Wijngaards [Thu, 3 Jul 2025 13:57:49 +0000 (15:57 +0200)] 
- Fix layout of comm_point_udp_ancil_callback.

3 months ago- For #1300: implement sock-queue-timeout for FreeBSD as well.
W.C.A. Wijngaards [Thu, 3 Jul 2025 13:54:33 +0000 (15:54 +0200)] 
- For #1300: implement sock-queue-timeout for FreeBSD as well.

3 months ago- Fix #1300: Is 'sock-queue-timeout' a linux only feature.
W.C.A. Wijngaards [Thu, 3 Jul 2025 12:10:46 +0000 (14:10 +0200)] 
- Fix #1300: Is 'sock-queue-timeout' a linux only feature.

3 months agoChangelog note for #1299
W.C.A. Wijngaards [Wed, 2 Jul 2025 08:57:23 +0000 (10:57 +0200)] 
Changelog note for #1299
- Generate ltmain.sh and configure again.

3 months agoFix typos (#1299)
Jose Luis Duran [Wed, 2 Jul 2025 08:50:49 +0000 (05:50 -0300)] 
Fix typos (#1299)

3 months ago- For #1247, replay test (added tcp_transport to
Yorgos Thessalonikefs [Wed, 25 Jun 2025 12:02:47 +0000 (14:02 +0200)] 
- For #1247, replay test (added tcp_transport to
  outnet_serviced_query).

3 months ago- For #1247, turn off fetch-policy for delegation when looking into
Yorgos Thessalonikefs [Wed, 25 Jun 2025 11:59:17 +0000 (13:59 +0200)] 
- For #1247, turn off fetch-policy for delegation when looking into
  parent side name servers that may not update the addresses and hit
  NXNS limits.

3 months ago- Fix #1247: forward-first: ssl handshake failed on root nameservers.
Yorgos Thessalonikefs [Wed, 25 Jun 2025 11:56:50 +0000 (13:56 +0200)] 
- Fix #1247: forward-first: ssl handshake failed on root nameservers.

3 months agoChangelog entry for #1293:
Yorgos Thessalonikefs [Fri, 20 Jun 2025 12:11:22 +0000 (14:11 +0200)] 
Changelog entry for #1293:
- Fix #1293: EDE 6 is attached to insecure cached answers when client
  sends the CD bit.

3 months ago- Fix #1293: EDE 6 is attached to insecure cached answers when client sends
Yorgos Thessalonikefs [Fri, 20 Jun 2025 12:09:30 +0000 (14:09 +0200)] 
- Fix #1293: EDE 6 is attached to insecure cached answers when client sends
  the CD bit.

3 months ago- Fix rrset cache create allocation failure case.
W.C.A. Wijngaards [Thu, 19 Jun 2025 14:27:13 +0000 (16:27 +0200)] 
- Fix rrset cache create allocation failure case.

3 months agoChangelog note for #1297
W.C.A. Wijngaards [Thu, 19 Jun 2025 14:24:54 +0000 (16:24 +0200)] 
Changelog note for #1297
- Merge #1297: edns-subnet: fix NULL_AFTER_DEREF on subnetmod.

3 months agoedns-subnet: fix NULL_AFTER_DEREF on subnetmod (#1297)
Kostya [Thu, 19 Jun 2025 14:24:21 +0000 (17:24 +0300)] 
edns-subnet: fix NULL_AFTER_DEREF on subnetmod (#1297)

Found by static analyzer svace.
Static analyzer message: Redundant comparison with a NULL value at subnetmod.c:236 for pointer 'sn_env->subnet_msg_cache',
which was dereferenced at slabhash.c:228 by passing as 1st parameter to function 'slabhash_setmarkdel' at subnetmod.c:235.

Moved usage of sn_env->subnet_msg_cache in slabhash_setmarkdel after checking.

Signed-off-by: Konstantin Kamanin <bewflast@gmail.com>
3 months ago- Fix #1296: DNS over QUIC depends on a very outdated version of
W.C.A. Wijngaards [Thu, 19 Jun 2025 12:39:45 +0000 (14:39 +0200)] 
- Fix #1296: DNS over QUIC depends on a very outdated version of
  ngtcp2. Fixed so it works with ngtcp2 1.13.0 and OpenSSL 3.5.0.

3 months ago- Fix for consistent use of local zone CNAME alias for configured auth
Yorgos Thessalonikefs [Tue, 17 Jun 2025 13:03:29 +0000 (15:03 +0200)] 
- Fix for consistent use of local zone CNAME alias for configured auth
  zones. Now it also applies to downstream configured auth zones.

3 months ago- Fix #1295: Windows 32-bit binaries download seems to be missing dll
W.C.A. Wijngaards [Mon, 16 Jun 2025 12:26:54 +0000 (14:26 +0200)] 
- Fix #1295: Windows 32-bit binaries download seems to be missing dll
  dependency.

3 months ago- Fix to check control-interface addresses in unbound-checkconf.
W.C.A. Wijngaards [Mon, 16 Jun 2025 10:43:31 +0000 (12:43 +0200)] 
- Fix to check control-interface addresses in unbound-checkconf.

3 months ago- Fix header return value description for skip_pkt_rrs and
W.C.A. Wijngaards [Thu, 12 Jun 2025 10:17:01 +0000 (12:17 +0200)] 
- Fix header return value description for skip_pkt_rrs and
  parse_edns_from_query_pkt.

3 months ago- Fix conditional expressions with parentheses for bitwise and.
W.C.A. Wijngaards [Wed, 11 Jun 2025 14:42:43 +0000 (16:42 +0200)] 
- Fix conditional expressions with parentheses for bitwise and.