]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
10 months agoNeeds C++17 nowadays. 14955/head
Miod Vallat [Mon, 16 Dec 2024 08:10:31 +0000 (09:10 +0100)] 
Needs C++17 nowadays.

10 months agoUpdate backend writer's guide.
Miod Vallat [Fri, 13 Dec 2024 15:20:51 +0000 (16:20 +0100)] 
Update backend writer's guide.

10 months agoTweaks to get manpages to render better.
Miod Vallat [Fri, 13 Dec 2024 09:38:10 +0000 (10:38 +0100)] 
Tweaks to get manpages to render better.

10 months agoMake the Prometheus scrape example visible.
Miod Vallat [Fri, 13 Dec 2024 08:14:56 +0000 (09:14 +0100)] 
Make the Prometheus scrape example visible.

10 months agoApeaze spayl tcheker
Miod Vallat [Thu, 12 Dec 2024 16:17:46 +0000 (17:17 +0100)] 
Apeaze spayl tcheker

10 months agoUpdate external urls
Miod Vallat [Thu, 12 Dec 2024 16:13:23 +0000 (17:13 +0100)] 
Update external urls

10 months agoUpdate last TAI change date.
Miod Vallat [Thu, 12 Dec 2024 15:59:17 +0000 (16:59 +0100)] 
Update last TAI change date.

10 months agoDNSSEC: Change to primary/secondary wording and mention RFC9077.
Miod Vallat [Thu, 12 Dec 2024 09:34:57 +0000 (10:34 +0100)] 
DNSSEC: Change to primary/secondary wording and mention RFC9077.

10 months agoUse current settings names rather than the ones deprecated in 4.5.
Miod Vallat [Wed, 11 Dec 2024 09:21:17 +0000 (10:21 +0100)] 
Use current settings names rather than the ones deprecated in 4.5.

10 months agoImprove layout/rendering, appease the grammar gods, various tweaks.
Miod Vallat [Wed, 11 Dec 2024 08:48:21 +0000 (09:48 +0100)] 
Improve layout/rendering, appease the grammar gods, various tweaks.

10 months agoMerge pull request #14964 from omoerbeek/rec-prep-5.2.0-rc1
Otto Moerbeek [Fri, 13 Dec 2024 13:20:35 +0000 (14:20 +0100)] 
Merge pull request #14964 from omoerbeek/rec-prep-5.2.0-rc1

rec: prep for rec-5.2.0-rc1

10 months agorec: prep for rec-5.2.0-rc1 14964/head
Otto Moerbeek [Fri, 13 Dec 2024 09:07:53 +0000 (10:07 +0100)] 
rec: prep for rec-5.2.0-rc1

10 months agoMerge pull request #14957 from zjs604381586/avoid-local-port rec-5.3.0-alpha0
Otto Moerbeek [Fri, 13 Dec 2024 08:52:50 +0000 (09:52 +0100)] 
Merge pull request #14957 from zjs604381586/avoid-local-port

recursor udp-source-port-avoid default setting add 4791 port

10 months agoUpdate pdns/recursordist/settings/table.py 14957/head
Otto Moerbeek [Fri, 13 Dec 2024 08:26:14 +0000 (09:26 +0100)] 
Update pdns/recursordist/settings/table.py

Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
10 months agoAdd versionchanged clause
Otto Moerbeek [Fri, 13 Dec 2024 08:24:19 +0000 (09:24 +0100)] 
Add versionchanged clause

10 months agosort udp_source_port_avoid list
zhaojs [Thu, 12 Dec 2024 11:04:16 +0000 (19:04 +0800)] 
sort udp_source_port_avoid  list

10 months agorecursor local udp port avoid 4791
zhaojingshi [Thu, 12 Dec 2024 08:57:44 +0000 (16:57 +0800)] 
recursor local udp port avoid 4791

When the recursor sends a DNS request and the local port is specified as 4791, if there is RDMA hardware on the machine, when the response with dst as port 4791 reaches the network card driver, it will be directly processed by the hardware as Roce v2 protocol, and the recursor will not get a response to this request.

10 months agoMerge pull request #14944 from omoerbeek/rec-docs-assorted
Otto Moerbeek [Fri, 13 Dec 2024 07:08:07 +0000 (08:08 +0100)] 
Merge pull request #14944 from omoerbeek/rec-docs-assorted

rec: minor doc fixes

10 months agoMerge pull request #14950 from omoerbeek/docs-top-searchbox
Otto Moerbeek [Tue, 10 Dec 2024 14:00:30 +0000 (15:00 +0100)] 
Merge pull request #14950 from omoerbeek/docs-top-searchbox

web docs: Render search box on top.

10 months agoweb docs: Render search box on top. 14950/head
Otto Moerbeek [Tue, 10 Dec 2024 12:44:13 +0000 (13:44 +0100)] 
web docs: Render search box on top.

Also uses the proper style for the name of the beast, except for
dnsdist which uses a different theme that does not have logo-text.html

10 months agoMerge pull request #14942 from omoerbeek/rec-sockets-less-chatty
Otto Moerbeek [Tue, 10 Dec 2024 10:07:12 +0000 (11:07 +0100)] 
Merge pull request #14942 from omoerbeek/rec-sockets-less-chatty

rec: log only one line per protocol for listening sockets,

10 months agoMerge pull request #14941 from omoerbeek/rec-meson-gen-metrics-fixup
Otto Moerbeek [Tue, 10 Dec 2024 09:56:46 +0000 (10:56 +0100)] 
Merge pull request #14941 from omoerbeek/rec-meson-gen-metrics-fixup

rec: generate metrics files (also) where meson expects them

10 months agoAdd comments about the prupose of the added arguments to make{UDP,TCP}ServerSockets 14942/head
Otto Moerbeek [Tue, 10 Dec 2024 09:20:58 +0000 (10:20 +0100)] 
Add comments about the prupose of the added arguments to make{UDP,TCP}ServerSockets

10 months agoAdd FIXME comment 14941/head
Otto Moerbeek [Tue, 10 Dec 2024 09:16:44 +0000 (10:16 +0100)] 
Add FIXME comment

10 months agoMerge pull request #14947 from rgacogne/ddist-doc-dq-elapsedus
Remi Gacogne [Mon, 9 Dec 2024 15:49:56 +0000 (16:49 +0100)] 
Merge pull request #14947 from rgacogne/ddist-doc-dq-elapsedus

dnsdist: Document that `DNSQuestion::getElapsedUs` will be added in 1.9.8

10 months agodnsdist: Document that `DNSQuestion::getElapsedUs` will be added in 1.9.8 14947/head
Remi Gacogne [Mon, 9 Dec 2024 15:08:57 +0000 (16:08 +0100)] 
dnsdist: Document that `DNSQuestion::getElapsedUs` will be added in 1.9.8

10 months agoMerge pull request #14938 from karelbilek/keylogfile_master
Remi Gacogne [Mon, 9 Dec 2024 15:01:01 +0000 (16:01 +0100)] 
Merge pull request #14938 from karelbilek/keylogfile_master

dnsdist: allow setting keyLogFile to DoT/DoH backends

10 months agorec: minor doc fixes 14944/head
Otto Moerbeek [Mon, 9 Dec 2024 10:23:56 +0000 (11:23 +0100)] 
rec: minor doc fixes

Fixes #14860

10 months agoMerge pull request #14930 from rgacogne/ddist-fix-WeightedBalancingFactor
Remi Gacogne [Mon, 9 Dec 2024 13:05:03 +0000 (14:05 +0100)] 
Merge pull request #14930 from rgacogne/ddist-fix-WeightedBalancingFactor

dnsdist: Fix issues with the balancing factors

10 months agoSimple regression test for existence of SSL keys 14938/head
Karel Bilek [Mon, 9 Dec 2024 12:32:07 +0000 (13:32 +0100)] 
Simple regression test for existence of SSL keys

There is no test for actual validity of the files... just if there is something there.

10 months agoAllow setting keyLogFile to DoT/DoH backends
Karel Bilek [Mon, 9 Dec 2024 08:44:51 +0000 (09:44 +0100)] 
Allow setting keyLogFile to DoT/DoH backends

10 months agoMerge pull request #14943 from omoerbeek/rec-ds-zonecut-invalid
Otto Moerbeek [Mon, 9 Dec 2024 11:45:55 +0000 (12:45 +0100)] 
Merge pull request #14943 from omoerbeek/rec-ds-zonecut-invalid

rec: Skip the current zone when looking for a cut after an invalid DS denial proof

10 months agorec: Skip the current zone when looking for a cut after an invalid DS denial proof 14943/head
Otto Moerbeek [Tue, 3 Dec 2024 10:57:23 +0000 (11:57 +0100)] 
rec: Skip the current zone when looking for a cut after an invalid DS denial proof

10 months agorec: log only one line per protocol for listening sockets,
Otto Moerbeek [Mon, 9 Dec 2024 08:32:02 +0000 (09:32 +0100)] 
rec: log only one line per protocol for listening sockets,

Instead of addresses * threads * protocol lines

10 months agoUpdate pdns/recursordist/metrics.py
Otto Moerbeek [Mon, 9 Dec 2024 08:28:33 +0000 (09:28 +0100)] 
Update pdns/recursordist/metrics.py

Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
10 months agoMerge pull request #14913 from miodvallat/bugfix/12650
Miod Vallat [Mon, 9 Dec 2024 06:41:25 +0000 (07:41 +0100)] 
Merge pull request #14913 from miodvallat/bugfix/12650

[bugfix] Reject hexadecimal blobs with odd number of characters

11 months agorec: generate metrics files (also) where meson expects them
Otto Moerbeek [Fri, 6 Dec 2024 15:42:19 +0000 (16:42 +0100)] 
rec: generate metrics files (also) where meson expects them

This avoids unneccesary regeneration of files

11 months agodnsdist: Add a regression tests for whashed and chashed 14930/head
Remi Gacogne [Fri, 6 Dec 2024 10:27:13 +0000 (11:27 +0100)] 
dnsdist: Add a regression tests for whashed and chashed

11 months agoMerge pull request #14936 from rgacogne/gate-daily-packages-build
Remi Gacogne [Fri, 6 Dec 2024 10:28:00 +0000 (11:28 +0100)] 
Merge pull request #14936 from rgacogne/gate-daily-packages-build

CI: Run the daily package building workflow only if requested

11 months agoCI: Run the daily package building workflow only if requested 14936/head
Remi Gacogne [Fri, 6 Dec 2024 09:39:13 +0000 (10:39 +0100)] 
CI: Run the daily package building workflow only if requested

After this commit, the `build-packages-daily-master` workflow will
only be executed on repositories that have a `SCHEDULED_PACKAGES_DAILY`
variable set to a non-negative value.

11 months agoMerge pull request #14926 from miodvallat/feature/12953
Peter van Dijk [Fri, 6 Dec 2024 09:15:07 +0000 (10:15 +0100)] 
Merge pull request #14926 from miodvallat/feature/12953

[feature] remove support for libdecaf

11 months agoAdd unit test for invalid NSEC3 hex blob. 14913/head
Miod Vallat [Fri, 6 Dec 2024 07:35:59 +0000 (08:35 +0100)] 
Add unit test for invalid NSEC3 hex blob.

11 months agoRemove support for libdecaf. 14926/head
Miod Vallat [Wed, 4 Dec 2024 08:39:02 +0000 (09:39 +0100)] 
Remove support for libdecaf.

Fixes #12953

11 months agoMerge pull request #14934 from omoerbeek/gh-action-build-name
Otto Moerbeek [Thu, 5 Dec 2024 10:51:21 +0000 (11:51 +0100)] 
Merge pull request #14934 from omoerbeek/gh-action-build-name

GH workflow for building packages: change name so target isn't chopped off

11 months agodnsdist: Fix the consistency check for the balancing factors
Remi Gacogne [Wed, 4 Dec 2024 14:29:45 +0000 (15:29 +0100)] 
dnsdist: Fix the consistency check for the balancing factors

Zero is the initial value, but until now it was only possible to pass a value greater than or equal to 1.0 to `setWeightedBalancingFactor()` so it was not possible to reset it to the default value.

11 months agodnsdist: Fix `whashed` and `wrandom` using the wrong parameter for consistent hashing
Remi Gacogne [Wed, 4 Dec 2024 14:28:50 +0000 (15:28 +0100)] 
dnsdist: Fix `whashed` and `wrandom` using the wrong parameter for consistent hashing

11 months agoMerge pull request #14923 from belminf/master
Remi Gacogne [Wed, 4 Dec 2024 08:16:29 +0000 (09:16 +0100)] 
Merge pull request #14923 from belminf/master

dnsdist: Fix addMaintenanceCallback example

11 months agoMerge pull request #14925 from milzi234/bugfix/recursor-docs-build
Peter van Dijk [Tue, 3 Dec 2024 21:51:08 +0000 (22:51 +0100)] 
Merge pull request #14925 from milzi234/bugfix/recursor-docs-build

adjusted paths

11 months agoadjusted paths 14925/head
milzi234 [Tue, 3 Dec 2024 21:17:28 +0000 (22:17 +0100)] 
adjusted paths

11 months agodnsdist: Fix addMaintenanceCallback example 14923/head
Belmin Fernandez [Tue, 3 Dec 2024 18:57:18 +0000 (13:57 -0500)] 
dnsdist: Fix addMaintenanceCallback example

11 months agoMerge pull request #14922 from milzi234/bugfix/pdfs-in-wrong-location
milzi234 [Tue, 3 Dec 2024 18:53:30 +0000 (19:53 +0100)] 
Merge pull request #14922 from milzi234/bugfix/pdfs-in-wrong-location

put pdfs in latex subdirectory before uploading to web1

11 months agoor remove the extra upload step :) 14922/head
milzi234 [Tue, 3 Dec 2024 16:46:11 +0000 (17:46 +0100)] 
or remove the extra upload step :)

11 months agoput pdfs in latex subdirectory before uploading to web1
milzi234 [Tue, 3 Dec 2024 16:23:14 +0000 (17:23 +0100)] 
put pdfs in latex subdirectory before uploading to web1

11 months agoGH workflow for building packages: change name so target isn't chopped off 14934/head
Otto Moerbeek [Tue, 3 Dec 2024 15:54:32 +0000 (16:54 +0100)] 
GH workflow for building packages: change name so target isn't chopped off

11 months agoMerge pull request #14921 from milzi234/bugfix/missing-pdfs
Peter van Dijk [Tue, 3 Dec 2024 14:09:57 +0000 (15:09 +0100)] 
Merge pull request #14921 from milzi234/bugfix/missing-pdfs

also add the PDFs to the websites

11 months agoalso add the PDFs to the websites 14921/head
milzi234 [Tue, 3 Dec 2024 12:39:06 +0000 (13:39 +0100)] 
also add the PDFs to the websites

11 months agoMerge pull request #14919 from milzi234/bugfix/untar-docs-before-pushing-to-web2
Peter van Dijk [Tue, 3 Dec 2024 11:49:14 +0000 (12:49 +0100)] 
Merge pull request #14919 from milzi234/bugfix/untar-docs-before-pushing-to-web2

Fix for upload to web1

11 months agountar the html docs before syncing them to web1. Remove tar.bz2 of documentation... 14919/head
milzi234 [Tue, 3 Dec 2024 11:16:30 +0000 (12:16 +0100)] 
untar the html docs before syncing them to web1. Remove tar.bz2 of documentation sites

11 months agoMerge pull request #14912 from PowerDNS/dependabot/github_actions/actions/setup-node-4
Remi Gacogne [Tue, 3 Dec 2024 10:16:49 +0000 (11:16 +0100)] 
Merge pull request #14912 from PowerDNS/dependabot/github_actions/actions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4

11 months agoMerge pull request #14917 from omoerbeek/rec-dockerfile
Otto Moerbeek [Tue, 3 Dec 2024 09:28:11 +0000 (10:28 +0100)] 
Merge pull request #14917 from omoerbeek/rec-dockerfile

rec: sync Dockerfile build options with packages

11 months agoMerge pull request #14916 from omoerbeek/docs-modernize-urls
Otto Moerbeek [Tue, 3 Dec 2024 08:53:41 +0000 (09:53 +0100)] 
Merge pull request #14916 from omoerbeek/docs-modernize-urls

Fix a few URLs to point directly to the powerdns website

11 months agorec: sync Dockerfile build options with packages 14917/head
Otto Moerbeek [Tue, 3 Dec 2024 08:25:19 +0000 (09:25 +0100)] 
rec: sync Dockerfile build options with packages

Fixes #14915

Before:
Features: libcrypto-ecdsa libcrypto-ed25519 libcrypto-ed448 libcrypto-eddsa lua nod protobuf dnstap-framestream sodium curl scrypt

After:
Features: libcrypto-ecdsa libcrypto-ed25519 libcrypto-ed448 libcrypto-eddsa lua nod protobuf dnstap-framestream snmp sodium curl DoT scrypt

11 months agoFix a few URLs to point directly to the powerdns website 14916/head
Otto Moerbeek [Tue, 3 Dec 2024 07:49:51 +0000 (08:49 +0100)] 
Fix a few URLs to point directly to the powerdns website

11 months agoMerge pull request #14910 from milzi234/bugfix/push-docs-to-web1
Peter van Dijk [Mon, 2 Dec 2024 17:12:00 +0000 (18:12 +0100)] 
Merge pull request #14910 from milzi234/bugfix/push-docs-to-web1

Install inv before using it

11 months agobuild(deps): bump actions/setup-node from 3 to 4 14912/head
dependabot[bot] [Mon, 2 Dec 2024 15:55:43 +0000 (15:55 +0000)] 
build(deps): bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months agoReject hexadecimal blobs with odd number of characters, fixes #12650.
Miod Vallat [Mon, 2 Dec 2024 15:47:11 +0000 (16:47 +0100)] 
Reject hexadecimal blobs with odd number of characters, fixes #12650.

Changes in 4e75f84ac9a0ad451d096d8c9cad58fd3b5574dd to allow ignoring
non-hexa characters (such as whitespace) have also allowed dangling
hex digits, which were then padded with an implicit 0. This restores
the original behaviour of throwing an exception for these inputs.

11 months agoremoves cargo culted lines 14910/head
milzi234 [Mon, 2 Dec 2024 11:22:21 +0000 (12:22 +0100)] 
removes cargo culted lines

11 months agoInstall inv before using it
milzi234 [Mon, 2 Dec 2024 10:09:25 +0000 (11:09 +0100)] 
Install inv before using it

11 months agoMerge pull request #14767 from milzi234/master
Peter van Dijk [Mon, 2 Dec 2024 09:18:57 +0000 (10:18 +0100)] 
Merge pull request #14767 from milzi234/master

Publish Docs to Netlify and AWS

11 months agoMerge pull request #14909 from omoerbeek/rec-startstop-fix
Otto Moerbeek [Mon, 2 Dec 2024 09:01:29 +0000 (10:01 +0100)] 
Merge pull request #14909 from omoerbeek/rec-startstop-fix

re: followup to 14796: also call stop hook in 1 thread case

11 months agoMerge pull request #14892 from omoerbeek/rec-docs-runtime-quoting
Otto Moerbeek [Mon, 2 Dec 2024 08:49:42 +0000 (09:49 +0100)] 
Merge pull request #14892 from omoerbeek/rec-docs-runtime-quoting

rec: fix quoting issue in #14886

11 months agore: followup to 14796: also call stop hook in 1 thread case 14909/head
Otto Moerbeek [Mon, 2 Dec 2024 08:19:52 +0000 (09:19 +0100)] 
re: followup to 14796: also call stop hook in 1 thread case

11 months agoMerge pull request #14904 from Habbie/repo-test-git-versions
Peter van Dijk [Fri, 29 Nov 2024 15:39:58 +0000 (16:39 +0100)] 
Merge pull request #14904 from Habbie/repo-test-git-versions

generate-repo-files: pick up git versions from output too

11 months agogenerate-repo-files: pick up git versions from output too 14904/head
Peter van Dijk [Fri, 29 Nov 2024 13:53:51 +0000 (14:53 +0100)] 
generate-repo-files: pick up git versions from output too

11 months agoMerge pull request #14897 from omoerbeek/rec-reload-zones-race
Otto Moerbeek [Fri, 29 Nov 2024 10:11:59 +0000 (11:11 +0100)] 
Merge pull request #14897 from omoerbeek/rec-reload-zones-race

fix register type race

11 months agoOne overlooked /* unused */ case 14897/head
Otto Moerbeek [Fri, 29 Nov 2024 09:31:31 +0000 (10:31 +0100)] 
One overlooked /* unused */ case

11 months agoremove redundant lock calls, use /* unused */
Otto Moerbeek [Fri, 29 Nov 2024 09:03:21 +0000 (10:03 +0100)] 
remove redundant lock calls, use /* unused */

11 months agoMerge pull request #14896 from omoerbeek/rec-coverity-20241127
Otto Moerbeek [Fri, 29 Nov 2024 08:24:57 +0000 (09:24 +0100)] 
Merge pull request #14896 from omoerbeek/rec-coverity-20241127

rec: coverity fixes, all minor optimizations

11 months agoMerge pull request #14895 from omoerbeek/rec-rust-clippy
Otto Moerbeek [Fri, 29 Nov 2024 08:24:31 +0000 (09:24 +0100)] 
Merge pull request #14895 from omoerbeek/rec-rust-clippy

rec: follow clippy's code improvements advice, move static lib version to 5.2.0

11 months agoMerge pull request #14899 from omoerbeek/rec-dnstap-regr-test
Otto Moerbeek [Fri, 29 Nov 2024 08:22:18 +0000 (09:22 +0100)] 
Merge pull request #14899 from omoerbeek/rec-dnstap-regr-test

rec: cleanup dnstap regression test a bit and try to avoid LeakSanitizer internal issue

11 months agoMerge pull request #14900 from ukleinek/pdnsutil-edit-zone-tell-serial
Peter van Dijk [Thu, 28 Nov 2024 12:48:01 +0000 (13:48 +0100)] 
Merge pull request #14900 from ukleinek/pdnsutil-edit-zone-tell-serial

pdnsutil edit-zone: Emit the updated SOA serial

11 months agoEnforce consistent use of `reportAllTypes()`
Remi Gacogne [Thu, 28 Nov 2024 11:41:05 +0000 (12:41 +0100)] 
Enforce consistent use of `reportAllTypes()`

11 months agopdnsutil edit-zone: Emit the updated SOA serial 14900/head
Uwe Kleine-König [Thu, 28 Nov 2024 08:28:03 +0000 (09:28 +0100)] 
pdnsutil edit-zone: Emit the updated SOA serial

After a change to a zone pdnsutil offers to increase the serial. Similar
to `pdnsutil increase-serial` inform the user about the actual value of
the new serial if the increase was agreed to.

11 months agorec: cleanup dnstap regression test a bit and try to avoid LeakSanitizer internal... 14899/head
Otto Moerbeek [Wed, 27 Nov 2024 09:43:59 +0000 (10:43 +0100)] 
rec: cleanup dnstap regression test a bit and try to avoid LeakSanitizer internal issue

The issue is that if the test ends *too* quick LeakSanatizer did
not init all thread local data structures yet, and it reports this
and exits with a non-zero exit code:

  Tracer caught signal 11: addr=0x7fc0f2bc0000 pc=0x55bc6eccaeda sp=0x7fc0f29e1d40
  ==10208==LeakSanitizer has encountered a fatal error.
  ==10208==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
  ==10208==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)

11 months agoMerge pull request #14890 from omoerbeek/rec-prep-rec-5.2.0-beta1
Otto Moerbeek [Wed, 27 Nov 2024 10:16:11 +0000 (11:16 +0100)] 
Merge pull request #14890 from omoerbeek/rec-prep-rec-5.2.0-beta1

rec: Prep for rec-5.2.0-beta1

11 months agoRemove unregist and related code, it is not used
Otto Moerbeek [Wed, 27 Nov 2024 09:22:35 +0000 (10:22 +0100)] 
Remove unregist and related code, it is not used

11 months agoDo the same for auth
Otto Moerbeek [Wed, 27 Nov 2024 09:03:52 +0000 (10:03 +0100)] 
Do the same for auth

11 months agorec: prevent a data race: don't modify a global table on reload zones
Otto Moerbeek [Wed, 27 Nov 2024 08:35:51 +0000 (09:35 +0100)] 
rec: prevent a data race: don't modify a global table on reload zones

Including assert to prevent future accidents and detect more instances of current abuse.

11 months agorec: coverity fixes, all minor optimizations 14896/head
Otto Moerbeek [Wed, 27 Nov 2024 08:07:39 +0000 (09:07 +0100)] 
rec: coverity fixes, all minor optimizations

11 months agoMerge pull request #14888 from Habbie/dnsdist-metrics-nits
Remi Gacogne [Tue, 26 Nov 2024 16:16:01 +0000 (17:16 +0100)] 
Merge pull request #14888 from Habbie/dnsdist-metrics-nits

dnsdist custom metrics: better error messages, small doc improvements

11 months agorec: follow clippy's advice, move static lib version to 5.2.0 14895/head
Otto Moerbeek [Tue, 26 Nov 2024 15:27:12 +0000 (16:27 +0100)] 
rec: follow clippy's advice, move static lib version to 5.2.0

11 months agorec: fix quoting issue in #14886 14892/head
Otto Moerbeek [Tue, 26 Nov 2024 13:14:06 +0000 (14:14 +0100)] 
rec: fix quoting issue in #14886

11 months agoMerge pull request #14891 from rgacogne/rec-minor-comment-typos
Otto Moerbeek [Tue, 26 Nov 2024 13:47:46 +0000 (14:47 +0100)] 
Merge pull request #14891 from rgacogne/rec-minor-comment-typos

rec: Fix a couple typos in the Rust generator and bridge

11 months agoUpdate pdns/recursordist/docs/changelog/5.2.rst 14890/head
Otto Moerbeek [Tue, 26 Nov 2024 13:23:07 +0000 (14:23 +0100)] 
Update pdns/recursordist/docs/changelog/5.2.rst

Co-authored-by: Remi Gacogne <github@coredump.fr>
11 months agorec: Fix a couple typos in the Rust generator and bridge 14891/head
Remi Gacogne [Tue, 26 Nov 2024 13:13:50 +0000 (14:13 +0100)] 
rec: Fix a couple typos in the Rust generator and bridge

11 months agorec: Prep for rec-5.2.0-beta1
Otto Moerbeek [Tue, 26 Nov 2024 12:28:39 +0000 (13:28 +0100)] 
rec: Prep for rec-5.2.0-beta1

11 months agoMerge pull request #14886 from omoerbeek/rec-docs-runtime rec-5.2.0-beta1
Otto Moerbeek [Tue, 26 Nov 2024 11:28:28 +0000 (12:28 +0100)] 
Merge pull request #14886 from omoerbeek/rec-docs-runtime

rec: add rec_control reload-yaml, document which and how settings can be modified runtime

11 months agoApply suggestions from code review 14886/head
Otto Moerbeek [Tue, 26 Nov 2024 10:49:33 +0000 (11:49 +0100)] 
Apply suggestions from code review

Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
11 months agoMerge pull request #14864 from Habbie/ubuntu-oracular
Peter van Dijk [Tue, 26 Nov 2024 10:41:32 +0000 (11:41 +0100)] 
Merge pull request #14864 from Habbie/ubuntu-oracular

builder: add ubuntu-oracular target

11 months agoexpand declareMetric text 14888/head
Peter van Dijk [Tue, 26 Nov 2024 09:38:10 +0000 (10:38 +0100)] 
expand declareMetric text