]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
3 months agobuild(deps): bump protobuf in /regression-tests.recursor-dnssec 16824/head
dependabot[bot] [Thu, 5 Feb 2026 16:32:46 +0000 (16:32 +0000)] 
build(deps): bump protobuf in /regression-tests.recursor-dnssec

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.4 to 6.33.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 6.33.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoMerge pull request #16822 from rgacogne/ddist-noexcept
Remi Gacogne [Thu, 5 Feb 2026 16:05:07 +0000 (17:05 +0100)] 
Merge pull request #16822 from rgacogne/ddist-noexcept

dnsdist: Add missing `noexcept` on move ctors/assignment operators

3 months agoMerge pull request #16796 from pieterlexis/dnsdist-dq-labels
Remi Gacogne [Thu, 5 Feb 2026 14:32:42 +0000 (15:32 +0100)] 
Merge pull request #16796 from pieterlexis/dnsdist-dq-labels

feat(dnsdist): Add `prepend` and `append` methods to Lua DNSName

3 months agoMerge pull request #16821 from rgacogne/cleanup-remove-useless-class
Remi Gacogne [Thu, 5 Feb 2026 13:07:20 +0000 (14:07 +0100)] 
Merge pull request #16821 from rgacogne/cleanup-remove-useless-class

Remove unused `DNSRecordOracle` class

3 months agoMerge pull request #16817 from omoerbeek/base64
Otto Moerbeek [Thu, 5 Feb 2026 12:31:42 +0000 (13:31 +0100)] 
Merge pull request #16817 from omoerbeek/base64

Base64 tidy and unit test fix

3 months agoMerge pull request #21 from rgacogne/base64 16817/head
Otto Moerbeek [Thu, 5 Feb 2026 11:54:16 +0000 (12:54 +0100)] 
Merge pull request #21 from rgacogne/base64

base64: Wrap `BIO` objects in smart pointers, keep the check always enabled for DNSdist

3 months agoMerge pull request #16806 from rgacogne/ddist-ipcrypt2-auto-switch
Remi Gacogne [Thu, 5 Feb 2026 11:16:18 +0000 (12:16 +0100)] 
Merge pull request #16806 from rgacogne/ddist-ipcrypt2-auto-switch

dnsdist: Fix issues with `ipcrypt2`

3 months agodnsdist: Add missing `noexcept` on move ctors/assignment operators 16822/head
Remi Gacogne [Thu, 5 Feb 2026 11:09:36 +0000 (12:09 +0100)] 
dnsdist: Add missing `noexcept` on move ctors/assignment operators

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
3 months agoRemove unused `DNSRecordOracle` class 16821/head
Remi Gacogne [Thu, 5 Feb 2026 10:59:12 +0000 (11:59 +0100)] 
Remove unused `DNSRecordOracle` class

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
3 months agotest-base64: Keep the check enabled for DNSdist even w/ recent OpenSSL versions
Remi Gacogne [Thu, 5 Feb 2026 10:42:12 +0000 (11:42 +0100)] 
test-base64: Keep the check enabled for DNSdist even w/ recent OpenSSL versions

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
3 months agobase64: Use `unsigned` constants
Remi Gacogne [Thu, 5 Feb 2026 10:41:48 +0000 (11:41 +0100)] 
base64: Use `unsigned` constants

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
3 months agobase64: Wrap `BIO` objects in smart pointers
Remi Gacogne [Thu, 5 Feb 2026 10:41:00 +0000 (11:41 +0100)] 
base64: Wrap `BIO` objects in smart pointers

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
3 months agodnsdist: Apply Miod's suggestion from code review 16806/head
Remi Gacogne [Thu, 5 Feb 2026 10:16:55 +0000 (11:16 +0100)] 
dnsdist: Apply Miod's suggestion from code review

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
3 months agoMerge pull request #16820 from miodvallat/banana_arrow
Miod Vallat [Thu, 5 Feb 2026 10:01:04 +0000 (11:01 +0100)] 
Merge pull request #16820 from miodvallat/banana_arrow

Stricter timestamp checks

3 months agoMerge pull request #16756 from omoerbeek/rec-ot-instance
Otto Moerbeek [Thu, 5 Feb 2026 09:26:32 +0000 (10:26 +0100)] 
Merge pull request #16756 from omoerbeek/rec-ot-instance

rec: harmonize with dnsdist PR #16741 wrt OpenTelemetry instance name

3 months agoMerge pull request #16786 from omoerbeek/rec-ot-edns
Otto Moerbeek [Thu, 5 Feb 2026 09:05:59 +0000 (10:05 +0100)] 
Merge pull request #16786 from omoerbeek/rec-ot-edns

Opentelemetry: add flags field in TRACEPARENT EDNS option

3 months agoPerform stricter validation of timestamps. 16820/head
Miod Vallat [Thu, 5 Feb 2026 08:21:41 +0000 (09:21 +0100)] 
Perform stricter validation of timestamps.

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
3 months agoThere are only 24 hours in a day, not 60.
Miod Vallat [Thu, 5 Feb 2026 08:19:53 +0000 (09:19 +0100)] 
There are only 24 hours in a day, not 60.

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
3 months agoMerge pull request #16807 from clwluvw/default-soa-edit-api
Miod Vallat [Thu, 5 Feb 2026 06:42:53 +0000 (07:42 +0100)] 
Merge pull request #16807 from clwluvw/default-soa-edit-api

auth: add default-soa-edit-api setting for API zone creation

4 months agoApply suggestions from code review
Otto Moerbeek [Wed, 4 Feb 2026 14:36:36 +0000 (15:36 +0100)] 
Apply suggestions from code review

Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoDepending on openssl version, base 64 decode is more or less strict
Otto Moerbeek [Wed, 4 Feb 2026 12:21:23 +0000 (13:21 +0100)] 
Depending on openssl version, base 64 decode is more or less strict

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoMerge pull request #16812 from PowerDNS/dependabot/pip/regression-tests.dnsdist/proto...
Otto Moerbeek [Wed, 4 Feb 2026 12:57:43 +0000 (13:57 +0100)] 
Merge pull request #16812 from PowerDNS/dependabot/pip/regression-tests.dnsdist/protobuf-6.33.5

build(deps): bump protobuf from 6.33.4 to 6.33.5 in /regression-tests.dnsdist

4 months agoMerge pull request #16811 from PowerDNS/dependabot/pip/docs/wheel-0.46.2
Otto Moerbeek [Wed, 4 Feb 2026 12:57:23 +0000 (13:57 +0100)] 
Merge pull request #16811 from PowerDNS/dependabot/pip/docs/wheel-0.46.2

build(deps): bump wheel from 0.45.1 to 0.46.2 in /docs

4 months agoReformat
Otto Moerbeek [Wed, 4 Feb 2026 10:53:18 +0000 (11:53 +0100)] 
Reformat

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoMore (allocation) error checking fix a type
Otto Moerbeek [Wed, 4 Feb 2026 10:51:35 +0000 (11:51 +0100)] 
More (allocation) error checking fix a type

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoauth: add default-soa-edit-api setting for API zone creation 16807/head
Seena Fallah [Tue, 3 Feb 2026 17:13:39 +0000 (18:13 +0100)] 
auth: add default-soa-edit-api setting for API zone creation

Add a configurable default-soa-edit-api setting that sets the
SOA-EDIT-API metadata for zones created via the API when the
zone creation request does not include the soa_edit_api field.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
4 months agoMerge pull request #16810 from miodvallat/discount
Miod Vallat [Wed, 4 Feb 2026 08:44:48 +0000 (09:44 +0100)] 
Merge pull request #16810 from miodvallat/discount

auth: correctly compute DNSSEC public key exponent lengths when larger than 255

4 months agoMerge pull request #16802 from rgacogne/ddist-quiche-congestion-bbr
Remi Gacogne [Wed, 4 Feb 2026 08:21:37 +0000 (09:21 +0100)] 
Merge pull request #16802 from rgacogne/ddist-quiche-congestion-bbr

dnsdist: Work around Quiche not dealing well with removed congestion algorithms

4 months agoMerge pull request #16805 from rgacogne/ddist-nicer-b64-error
Remi Gacogne [Wed, 4 Feb 2026 08:20:23 +0000 (09:20 +0100)] 
Merge pull request #16805 from rgacogne/ddist-nicer-b64-error

dnsdist: Better handling of invalid Base64 content

4 months agobuild(deps): bump protobuf in /regression-tests.dnsdist 16812/head
dependabot[bot] [Wed, 4 Feb 2026 07:20:24 +0000 (07:20 +0000)] 
build(deps): bump protobuf in /regression-tests.dnsdist

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.4 to 6.33.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 6.33.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agobuild(deps): bump wheel from 0.45.1 to 0.46.2 in /docs 16811/head
dependabot[bot] [Wed, 4 Feb 2026 07:20:18 +0000 (07:20 +0000)] 
build(deps): bump wheel from 0.45.1 to 0.46.2 in /docs

Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.45.1...0.46.2)

---
updated-dependencies:
- dependency-name: wheel
  dependency-version: 0.46.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoMerge pull request #16808 from PowerDNS/dependabot/cargo/pdns/recursordist/rec-rust...
Otto Moerbeek [Wed, 4 Feb 2026 07:19:03 +0000 (08:19 +0100)] 
Merge pull request #16808 from PowerDNS/dependabot/cargo/pdns/recursordist/rec-rust-lib/rust/bytes-1.11.1

build(deps): bump bytes from 1.11.0 to 1.11.1 in /pdns/recursordist/rec-rust-lib/rust

4 months agoCorrectly compute public key exponent length when larger than 255. 16810/head
Miod Vallat [Wed, 4 Feb 2026 06:00:16 +0000 (07:00 +0100)] 
Correctly compute public key exponent length when larger than 255.

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
4 months agobuild(deps): bump bytes in /pdns/recursordist/rec-rust-lib/rust 16808/head
dependabot[bot] [Tue, 3 Feb 2026 19:47:59 +0000 (19:47 +0000)] 
build(deps): bump bytes in /pdns/recursordist/rec-rust-lib/rust

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agodnsdist: Enable ipcrypt2 w/ autotools in our CI
Remi Gacogne [Tue, 3 Feb 2026 11:13:57 +0000 (12:13 +0100)] 
dnsdist: Enable ipcrypt2 w/ autotools in our CI

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Disable ipcrypt2 by default w/ autotools
Remi Gacogne [Tue, 3 Feb 2026 11:13:21 +0000 (12:13 +0100)] 
dnsdist: Disable ipcrypt2 by default w/ autotools

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Do NOT add `c++` flags to `CPPFLAGS`
Remi Gacogne [Tue, 3 Feb 2026 09:54:14 +0000 (10:54 +0100)] 
dnsdist: Do NOT add `c++` flags to `CPPFLAGS`

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Fix files order in the ipcrypt2 Makefile
Remi Gacogne [Tue, 3 Feb 2026 09:53:48 +0000 (10:53 +0100)] 
dnsdist: Fix files order in the ipcrypt2 Makefile

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Better detection of whether ipcrypt2 will compile
Remi Gacogne [Mon, 2 Feb 2026 12:01:20 +0000 (13:01 +0100)] 
dnsdist: Better detection of whether ipcrypt2 will compile

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Disable `ipcrypt2` support when testing the "least" features set
Remi Gacogne [Mon, 2 Feb 2026 11:10:02 +0000 (12:10 +0100)] 
dnsdist: Disable `ipcrypt2` support when testing the "least" features set

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Add an option to disable ipcrypt2 w/ autotools
Remi Gacogne [Sun, 1 Feb 2026 16:02:36 +0000 (17:02 +0100)] 
dnsdist: Add an option to disable ipcrypt2 w/ autotools

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoext/ipcrypt2: Add missing softaes/untrinsics.h header
Remi Gacogne [Sun, 1 Feb 2026 13:17:25 +0000 (14:17 +0100)] 
ext/ipcrypt2: Add missing softaes/untrinsics.h header

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoAdd a unit test for invalid Base64 content 16805/head
Remi Gacogne [Tue, 3 Feb 2026 09:34:13 +0000 (10:34 +0100)] 
Add a unit test for invalid Base64 content

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoCleanup of base64-related header and unit tests
Remi Gacogne [Tue, 3 Feb 2026 09:33:43 +0000 (10:33 +0100)] 
Cleanup of base64-related header and unit tests

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Better handling of invalid Base64 content
Remi Gacogne [Tue, 3 Feb 2026 09:32:02 +0000 (10:32 +0100)] 
dnsdist: Better handling of invalid Base64 content

The existing code would throw an exception instead of returning
an error for some invalid content, which was harder to diagnose.

Reported by Surya Narayan Kushwaha (aka Cavid), thanks!

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoMerge pull request #16799 from rgacogne/update-ipcrypt2
Remi Gacogne [Mon, 2 Feb 2026 16:14:37 +0000 (17:14 +0100)] 
Merge pull request #16799 from rgacogne/update-ipcrypt2

dnsdist: Update ipcrypt2 to 1.1.10 + 1 commit

4 months agodnsdist: Add a regression test for the `bbr` congestion algo removed by Quiche 16802/head
Remi Gacogne [Mon, 2 Feb 2026 14:27:03 +0000 (15:27 +0100)] 
dnsdist: Add a regression test for the `bbr` congestion algo removed by Quiche

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Switch to cubic as default congestion algo for QUIC
Remi Gacogne [Mon, 2 Feb 2026 14:19:28 +0000 (15:19 +0100)] 
dnsdist: Switch to cubic as default congestion algo for QUIC

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Work around Quiche not dealing well with removed congestion algorithms
Remi Gacogne [Mon, 2 Feb 2026 14:16:20 +0000 (15:16 +0100)] 
dnsdist: Work around Quiche not dealing well with removed congestion algorithms

See https://github.com/cloudflare/quiche/issues/2342

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoMerge pull request #16801 from sskender/master
Remi Gacogne [Mon, 2 Feb 2026 09:35:47 +0000 (10:35 +0100)] 
Merge pull request #16801 from sskender/master

docs: Fix grammar in running description

4 months agodocs: Fix grammar in running description 16801/head
Sven Skender [Sun, 1 Feb 2026 21:53:38 +0000 (22:53 +0100)] 
docs: Fix grammar in running description

4 months agoMerge pull request #16800 from zeha/dnsdistspoof
Remi Gacogne [Sun, 1 Feb 2026 16:12:53 +0000 (17:12 +0100)] 
Merge pull request #16800 from zeha/dnsdistspoof

dnsdist: SpoofAction: clarify what gets spoofed

4 months agodnsdist: SpoofAction: clarify what gets spoofed 16800/head
Chris Hofstaedtler [Sun, 1 Feb 2026 15:04:49 +0000 (16:04 +0100)] 
dnsdist: SpoofAction: clarify what gets spoofed

Signed-off-by: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
4 months agoext/ipcrypt2: Add missing softaes/untrinsics.h header 16799/head
Remi Gacogne [Sun, 1 Feb 2026 13:17:25 +0000 (14:17 +0100)] 
ext/ipcrypt2: Add missing softaes/untrinsics.h header

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoext/ipcrypt2: Update to `70a4daf` (1.1.10 plus 1 commit)
Remi Gacogne [Sun, 1 Feb 2026 13:16:35 +0000 (14:16 +0100)] 
ext/ipcrypt2: Update to `70a4daf` (1.1.10 plus 1 commit)

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoMerge pull request #16798 from hhoffstaette/no-yml-plz
Remi Gacogne [Sat, 31 Jan 2026 09:32:11 +0000 (10:32 +0100)] 
Merge pull request #16798 from hhoffstaette/no-yml-plz

dnsdist: Only install dnsdist.yml-dist if yaml support was enabled

4 months agodnsdist: Only install dnsdist.yml-dist if yaml support was enabled 16798/head
Holger Hoffstätte [Fri, 30 Jan 2026 16:21:50 +0000 (17:21 +0100)] 
dnsdist: Only install dnsdist.yml-dist if yaml support was enabled

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
4 months agofeat(dnsdist): Add `prepend` and `append` methods to Lua DNSName 16796/head
Pieter Lexis [Fri, 30 Jan 2026 10:12:17 +0000 (11:12 +0100)] 
feat(dnsdist): Add `prepend` and `append` methods to Lua DNSName

4 months agoMerge pull request #16793 from rgacogne/ddist-do-not-install-dnsdist-yml
Remi Gacogne [Fri, 30 Jan 2026 08:55:55 +0000 (09:55 +0100)] 
Merge pull request #16793 from rgacogne/ddist-do-not-install-dnsdist-yml

dnsdist: Do not create `dnsdist.yml` in RPM system configuration directory

4 months agodnsdist: Do not create `dnsdist.yml` in RPM system configuration directory 16793/head
Remi Gacogne [Thu, 29 Jan 2026 15:15:04 +0000 (16:15 +0100)] 
dnsdist: Do not create `dnsdist.yml` in RPM system configuration directory

DNSdist now looks for a `dnsdist.yml` file first, which means that any
existing `dnsdist.conf` would no longer be taken into account if we create
a default `dnsdist.yml`. Let's install a sample YAML configuration file
in `dnsdist.yml-dist` instead.

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoMerge pull request #16782 from rgacogne/ddist-210-a1
Remi Gacogne [Thu, 29 Jan 2026 10:18:24 +0000 (11:18 +0100)] 
Merge pull request #16782 from rgacogne/ddist-210-a1

dnsdist: Update security polling zone and ChangeLog for 2.1.0-alpha1

4 months agodnsdist: Fix missing tag in 2.1.0-alpha1 changelog 16782/head
Remi Gacogne [Thu, 29 Jan 2026 08:42:02 +0000 (09:42 +0100)] 
dnsdist: Fix missing tag in 2.1.0-alpha1 changelog

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Fix release date in 2.1.0-alpha1 changelog
Remi Gacogne [Thu, 29 Jan 2026 08:40:12 +0000 (09:40 +0100)] 
dnsdist: Fix release date in 2.1.0-alpha1 changelog

Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Fix yet another spelling issue
Remi Gacogne [Tue, 27 Jan 2026 10:55:37 +0000 (11:55 +0100)] 
dnsdist: Fix yet another spelling issue

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Fix spelling issues
Remi Gacogne [Tue, 27 Jan 2026 10:48:58 +0000 (11:48 +0100)] 
dnsdist: Fix spelling issues

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agodnsdist: Update security polling zone and ChangeLog for 2.1.0-alpha1
Remi Gacogne [Tue, 27 Jan 2026 10:22:03 +0000 (11:22 +0100)] 
dnsdist: Update security polling zone and ChangeLog for 2.1.0-alpha1

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoMerge pull request #16790 from miodvallat/nopei-key dnsdist-2.1.0-alpha1
Miod Vallat [Thu, 29 Jan 2026 08:17:04 +0000 (09:17 +0100)] 
Merge pull request #16790 from miodvallat/nopei-key

auth, rec: No longer allow passing the api-key as a query argument

4 months agoNo longer allow passing the api-key as a query argument. 16790/head
Miod Vallat [Thu, 29 Jan 2026 07:35:54 +0000 (08:35 +0100)] 
No longer allow passing the api-key as a query argument.

This feature had never been documented anyway and is considered bad security
practice nowadays.

Fixes: #16785
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
4 months agoFix dnsdist regression test, spanid is now mandatory and flags was added as well 16786/head
Otto Moerbeek [Wed, 28 Jan 2026 09:47:41 +0000 (10:47 +0100)] 
Fix dnsdist regression test, spanid is now mandatory and flags was added as well

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoMerge pull request #16779 from rgacogne/ddist-remove-debian-fixperms-override
Remi Gacogne [Tue, 27 Jan 2026 15:29:32 +0000 (16:29 +0100)] 
Merge pull request #16779 from rgacogne/ddist-remove-debian-fixperms-override

dnsdist: Stop overriding `dh_fixperms` in Deb packages

4 months agoFix regression tests to new full mandatory EDNS option
Otto Moerbeek [Tue, 27 Jan 2026 14:19:18 +0000 (15:19 +0100)] 
Fix regression tests to new full mandatory EDNS option

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoRename option to TRACEPARENT
Otto Moerbeek [Tue, 27 Jan 2026 13:36:30 +0000 (14:36 +0100)] 
Rename option to TRACEPARENT

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoAdd basic tests of EDNSOTTraceRecord and EDNSOTTraceRecordView
Otto Moerbeek [Tue, 27 Jan 2026 12:32:29 +0000 (13:32 +0100)] 
Add basic tests of EDNSOTTraceRecord and EDNSOTTraceRecordView

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agodnsdist: Stop overriding `dh_fixperms` in Deb packages 16779/head
Remi Gacogne [Mon, 26 Jan 2026 15:56:59 +0000 (16:56 +0100)] 
dnsdist: Stop overriding `dh_fixperms` in Deb packages

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoMerge pull request #16784 from omoerbeek/rec-coverity-20260127
Otto Moerbeek [Tue, 27 Jan 2026 13:22:49 +0000 (14:22 +0100)] 
Merge pull request #16784 from omoerbeek/rec-coverity-20260127

rec: Coverity 1644498 Variable copied when it could be moved

4 months agorec: Coverity 1644498 Variable copied when it could be moved 16784/head
Otto Moerbeek [Tue, 27 Jan 2026 12:39:06 +0000 (13:39 +0100)] 
rec: Coverity 1644498 Variable copied when it could be moved

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoConsistent naming
Otto Moerbeek [Tue, 27 Jan 2026 10:45:53 +0000 (11:45 +0100)] 
Consistent naming

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoHandle the new flag field addition to the EDNS option record
Otto Moerbeek [Mon, 26 Jan 2026 15:23:10 +0000 (16:23 +0100)] 
Handle the new flag field addition to the EDNS option record

While there, fix an out of bounds access for an incomplete spanID.

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoMerge pull request #16775 from omoerbeek/rec-prep-5.4.0-beta1
Otto Moerbeek [Tue, 27 Jan 2026 09:33:32 +0000 (10:33 +0100)] 
Merge pull request #16775 from omoerbeek/rec-prep-5.4.0-beta1

rec: prep for rec-5.4.0-beta1

4 months agoMerge pull request #16777 from rgacogne/ddist-mention-lua-yaml-file-in-upgrade-nots
Remi Gacogne [Tue, 27 Jan 2026 08:36:14 +0000 (09:36 +0100)] 
Merge pull request #16777 from rgacogne/ddist-mention-lua-yaml-file-in-upgrade-nots

dnsdist: Mention that Lua files might get loaded in the upgrade notes

4 months agoMerge pull request #16776 from pieterlexis/dnsdist-reformat
Pieter Lexis [Mon, 26 Jan 2026 15:58:22 +0000 (16:58 +0100)] 
Merge pull request #16776 from pieterlexis/dnsdist-reformat

chore(dnsdist): Format all dnsdist files

4 months agodnsdist: Mention that Lua files might get loaded in the upgrade notes 16777/head
Remi Gacogne [Mon, 26 Jan 2026 15:45:31 +0000 (16:45 +0100)] 
dnsdist: Mention that Lua files might get loaded in the upgrade notes

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agochore(dnsdist): Format all dnsdist files 16776/head
Pieter Lexis [Mon, 26 Jan 2026 14:38:49 +0000 (15:38 +0100)] 
chore(dnsdist): Format all dnsdist files

4 months agoMerge pull request #16768 from rgacogne/and-in-the-darkness-bind-them
Remi Gacogne [Mon, 26 Jan 2026 14:28:13 +0000 (15:28 +0100)] 
Merge pull request #16768 from rgacogne/and-in-the-darkness-bind-them

dnsdist: Implement sampling in our in-memory ring buffers

4 months agoPrep for rec-5.4.0-beta1 16775/head
Otto Moerbeek [Mon, 26 Jan 2026 13:29:59 +0000 (14:29 +0100)] 
Prep for rec-5.4.0-beta1

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agodnsdist: Move sampling-related Ring methods to header 16768/head
Remi Gacogne [Mon, 26 Jan 2026 13:38:57 +0000 (14:38 +0100)] 
dnsdist: Move sampling-related Ring methods to header

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
4 months agoMerge pull request #16770 from PowerDNS/dependabot/pip/modules/remotebackend/wheel... rec-5.4.0-beta1
Remi Gacogne [Mon, 26 Jan 2026 11:58:58 +0000 (12:58 +0100)] 
Merge pull request #16770 from PowerDNS/dependabot/pip/modules/remotebackend/wheel-0.46.2

build(deps): bump wheel from 0.45.1 to 0.46.2 in /modules/remotebackend

4 months agobuild(deps): bump wheel from 0.45.1 to 0.46.2 in /modules/remotebackend 16770/head
dependabot[bot] [Mon, 26 Jan 2026 10:41:20 +0000 (10:41 +0000)] 
build(deps): bump wheel from 0.45.1 to 0.46.2 in /modules/remotebackend

Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.45.1...0.46.2)

---
updated-dependencies:
- dependency-name: wheel
  dependency-version: 0.46.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoMerge pull request #16774 from PowerDNS/dependabot/pip/pdns/wheel-0.46.2
Remi Gacogne [Mon, 26 Jan 2026 10:36:40 +0000 (11:36 +0100)] 
Merge pull request #16774 from PowerDNS/dependabot/pip/pdns/wheel-0.46.2

build(deps): bump wheel from 0.45.1 to 0.46.2 in /pdns

4 months agoMerge pull request #16769 from rgacogne/ddist-lock-ot-data
Remi Gacogne [Mon, 26 Jan 2026 09:43:35 +0000 (10:43 +0100)] 
Merge pull request #16769 from rgacogne/ddist-lock-ot-data

dnsdist: Protect more OT Tracer data behind the lock

4 months agobuild(deps): bump wheel from 0.45.1 to 0.46.2 in /pdns 16774/head
dependabot[bot] [Mon, 26 Jan 2026 09:37:31 +0000 (09:37 +0000)] 
build(deps): bump wheel from 0.45.1 to 0.46.2 in /pdns

Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.45.1...0.46.2)

---
updated-dependencies:
- dependency-name: wheel
  dependency-version: 0.46.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoMerge pull request #16767 from jsoref/dependabot-matchers
Remi Gacogne [Mon, 26 Jan 2026 09:36:19 +0000 (10:36 +0100)] 
Merge pull request #16767 from jsoref/dependabot-matchers

Add dependabot problem matchers

4 months agoMerge pull request #16771 from rgacogne/ddist-update-quiche-0.24.8
Remi Gacogne [Mon, 26 Jan 2026 09:35:54 +0000 (10:35 +0100)] 
Merge pull request #16771 from rgacogne/ddist-update-quiche-0.24.8

dnsdist: Update Quiche to 0.24.8

4 months agoMerge pull request #16765 from rgacogne/ddist-sl-fixes
Remi Gacogne [Mon, 26 Jan 2026 09:25:00 +0000 (10:25 +0100)] 
Merge pull request #16765 from rgacogne/ddist-sl-fixes

dnsdist: Structured logging fixes

4 months agoMerge pull request #16709 from omoerbeek/rec-lua-yaml-conf
Otto Moerbeek [Mon, 26 Jan 2026 09:24:26 +0000 (10:24 +0100)] 
Merge pull request #16709 from omoerbeek/rec-lua-yaml-conf

rec: handle applicable dynamic parts of YAML only config when reloading Lua config

4 months agoMerge pull request #16710 from pieterlexis/rec-ywh-PGM6095-53-SVCB-Params
Pieter Lexis [Mon, 26 Jan 2026 09:22:22 +0000 (10:22 +0100)] 
Merge pull request #16710 from pieterlexis/rec-ywh-PGM6095-53-SVCB-Params

Fix: harden SVCB record parsing

4 months agoMerge pull request #16773 from omoerbeek/rec-docs-nits
Otto Moerbeek [Mon, 26 Jan 2026 09:15:41 +0000 (10:15 +0100)] 
Merge pull request #16773 from omoerbeek/rec-docs-nits

rec docs: two nits

4 months agorec docs: two nits 16773/head
Otto Moerbeek [Mon, 26 Jan 2026 08:25:48 +0000 (09:25 +0100)] 
rec docs: two nits

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agoApply suggestions from code review 16709/head
Otto Moerbeek [Mon, 26 Jan 2026 07:10:53 +0000 (08:10 +0100)] 
Apply suggestions from code review

Co-authored-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
4 months agodnsdist: Update Quiche to 0.24.8 16771/head
Remi Gacogne [Fri, 23 Jan 2026 21:39:21 +0000 (22:39 +0100)] 
dnsdist: Update Quiche to 0.24.8

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>