]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
14 months agoMerge pull request #15118 from rgacogne/ddist-support-quiche-0.23-plus
Remi Gacogne [Wed, 5 Feb 2025 08:50:27 +0000 (09:50 +0100)] 
Merge pull request #15118 from rgacogne/ddist-support-quiche-0.23-plus

dnsdist: Handle Quiche >= 0.23.0 since the API changed

14 months agoMerge pull request #15115 from rgacogne/ddist-meson-follow-up
Remi Gacogne [Wed, 5 Feb 2025 08:47:34 +0000 (09:47 +0100)] 
Merge pull request #15115 from rgacogne/ddist-meson-follow-up

dnsdist: Better handling of out-of-tree builds

14 months agoRewrite auth related comment 15119/head
Otto Moerbeek [Wed, 5 Feb 2025 08:13:26 +0000 (09:13 +0100)] 
Rewrite auth related comment

14 months agodnsdist: Delint xdp.py 15120/head
Remi Gacogne [Tue, 4 Feb 2025 16:03:51 +0000 (17:03 +0100)] 
dnsdist: Delint xdp.py

14 months agodnsdist: Make hard-coded values configurable in xdp.py
Remi Gacogne [Tue, 4 Feb 2025 15:46:39 +0000 (16:46 +0100)] 
dnsdist: Make hard-coded values configurable in xdp.py

- Maximum size of eBPF maps
- Number of network queues in XSK mode

14 months agorec: create service unit files when building using meson
Otto Moerbeek [Tue, 4 Feb 2025 15:33:47 +0000 (16:33 +0100)] 
rec: create service unit files when building using meson

Stolen from auth mostly.
Fixes #15116

14 months agodnsdist: Handle Quiche >= 0.23.0 since the API changed 15118/head
Remi Gacogne [Tue, 4 Feb 2025 15:24:08 +0000 (16:24 +0100)] 
dnsdist: Handle Quiche >= 0.23.0 since the API changed

Quiche 0.23.0 has renamed `quiche_h3_event_headers_has_body` to
`quiche_h3_event_headers_has_more_frames`, so we need to handle that.

14 months agodnsdist: Add the XSK fuzzing target to .gitignore 15115/head
Remi Gacogne [Tue, 4 Feb 2025 14:07:45 +0000 (15:07 +0100)] 
dnsdist: Add the XSK fuzzing target to .gitignore

14 months agodnsdist: Run our unit tests with `meson test`
Remi Gacogne [Tue, 4 Feb 2025 14:06:58 +0000 (15:06 +0100)] 
dnsdist: Run our unit tests with `meson test`

14 months agodnsdist: Better handling of out-of-tree builds
Remi Gacogne [Tue, 4 Feb 2025 14:05:26 +0000 (15:05 +0100)] 
dnsdist: Better handling of out-of-tree builds

Our Python script to generate actions, selectors and settings from
the YAML definitions of these items was making too many assumptions
about the current working directory, which is just wrong outside of
the autotools world.

14 months agoMerge pull request #15076 from omoerbeek/rec-meson-dist
Otto Moerbeek [Tue, 4 Feb 2025 12:40:23 +0000 (13:40 +0100)] 
Merge pull request #15076 from omoerbeek/rec-meson-dist

rec: allow use of meson to create dist file

14 months agoreplace ; with &&
Peter van Dijk [Tue, 4 Feb 2025 12:03:25 +0000 (13:03 +0100)] 
replace ; with &&

14 months agodrop stray %endif
Peter van Dijk [Tue, 4 Feb 2025 12:00:35 +0000 (13:00 +0100)] 
drop stray %endif

14 months agosimplify if grep call
Peter van Dijk [Tue, 4 Feb 2025 12:00:28 +0000 (13:00 +0100)] 
simplify if grep call

14 months agoremove %t hack, el8 does not need it
Peter van Dijk [Tue, 4 Feb 2025 11:10:11 +0000 (12:10 +0100)] 
remove %t hack, el8 does not need it

14 months agodrop el-7, debian-buster, amazonlinux-2
Peter van Dijk [Fri, 20 Dec 2024 13:05:45 +0000 (14:05 +0100)] 
drop el-7, debian-buster, amazonlinux-2

14 months agoAdd a check to see if gen-version still is up-to-date 15076/head
Otto Moerbeek [Tue, 4 Feb 2025 11:37:21 +0000 (12:37 +0100)] 
Add a check to see if gen-version still is up-to-date

14 months agoMerge pull request #14724 from rgacogne/meson
Remi Gacogne [Tue, 4 Feb 2025 10:49:41 +0000 (11:49 +0100)] 
Merge pull request #14724 from rgacogne/meson

dnsdist: Add meson support

14 months agoMerge pull request #15065 from rgacogne/ddist-enable-yaml-packages
Remi Gacogne [Tue, 4 Feb 2025 08:49:19 +0000 (09:49 +0100)] 
Merge pull request #15065 from rgacogne/ddist-enable-yaml-packages

dnsdist: Enable the new YAML configuration in our packages

14 months agoAdd 'a' and 's' flags NAPTR tests to exercize previous commit. 15083/head
Miod Vallat [Fri, 24 Jan 2025 08:40:23 +0000 (09:40 +0100)] 
Add 'a' and 's' flags NAPTR tests to exercize previous commit.

14 months agoProvide NAPTR replacement information as additional answers whenever possible.
Miod Vallat [Fri, 24 Jan 2025 08:38:32 +0000 (09:38 +0100)] 
Provide NAPTR replacement information as additional answers whenever possible.

14 months agodnsdist: Enable XSK in our Noble and Oracular Ubuntu packages 15112/head
Remi Gacogne [Mon, 3 Feb 2025 14:34:28 +0000 (15:34 +0100)] 
dnsdist: Enable XSK in our Noble and Oracular Ubuntu packages

It turns out that libbpf-dev and libxdp-dev are there in the end.

14 months agoMerge pull request #15111 from rgacogne/dist-re2
Remi Gacogne [Mon, 3 Feb 2025 14:39:04 +0000 (15:39 +0100)] 
Merge pull request #15111 from rgacogne/dist-re2

dnsdist: Document that RE2 does full matching, add regression tests

14 months agodnsdist: Add spell-checking patterns 15111/head
Remi Gacogne [Mon, 3 Feb 2025 13:21:12 +0000 (14:21 +0100)] 
dnsdist: Add spell-checking patterns

14 months agoMerge pull request #15109 from Habbie/drop-circleci
Peter van Dijk [Mon, 3 Feb 2025 13:18:32 +0000 (14:18 +0100)] 
Merge pull request #15109 from Habbie/drop-circleci

remove circleci config

14 months agoMerge pull request #15054 from neheb/bb
Remi Gacogne [Mon, 3 Feb 2025 13:10:43 +0000 (14:10 +0100)] 
Merge pull request #15054 from neheb/bb

more clang-tidy fixups

14 months agodnsdist: Apply Miod's suggestions to the selectors doc
Remi Gacogne [Mon, 3 Feb 2025 12:23:34 +0000 (13:23 +0100)] 
dnsdist: Apply Miod's suggestions to the selectors doc

Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
14 months agoMerge pull request #15103 from miodvallat/minus_one_is_the_new_black
Miod Vallat [Mon, 3 Feb 2025 11:51:36 +0000 (12:51 +0100)] 
Merge pull request #15103 from miodvallat/minus_one_is_the_new_black

Grow tinybackend capabilities a bit

14 months agodnsdist: Document that RE2 does full matching, add regression tests
Remi Gacogne [Mon, 3 Feb 2025 11:34:06 +0000 (12:34 +0100)] 
dnsdist: Document that RE2 does full matching, add regression tests

14 months agoMerge pull request #15093 from mind04/auth-catalog-fix
Peter van Dijk [Mon, 3 Feb 2025 11:22:56 +0000 (12:22 +0100)] 
Merge pull request #15093 from mind04/auth-catalog-fix

auth, check return value of getCatalogMembers()

14 months agoFix clang-tidy warnings 15054/head
Remi Gacogne [Mon, 3 Feb 2025 11:06:40 +0000 (12:06 +0100)] 
Fix clang-tidy warnings

14 months agoremove circleci config 15109/head
Peter van Dijk [Mon, 3 Feb 2025 10:59:15 +0000 (11:59 +0100)] 
remove circleci config

14 months agoMerge pull request #15104 from zeha/zeha-bd
Peter van Dijk [Mon, 3 Feb 2025 10:58:40 +0000 (11:58 +0100)] 
Merge pull request #15104 from zeha/zeha-bd

Replace dnsutils with bind9-dnsutils

14 months agoMerge pull request #15105 from miodvallat/creationism
Miod Vallat [Mon, 3 Feb 2025 10:56:54 +0000 (11:56 +0100)] 
Merge pull request #15105 from miodvallat/creationism

Let pdnsutil warn when creating local files

14 months agodnsdist: Fix unused parameter warnings 14724/head
Remi Gacogne [Mon, 3 Feb 2025 10:09:52 +0000 (11:09 +0100)] 
dnsdist: Fix unused parameter warnings

14 months agodnsdist: Fix formatting and a clang-tidy warning
Remi Gacogne [Mon, 3 Feb 2025 09:15:30 +0000 (10:15 +0100)] 
dnsdist: Fix formatting and a clang-tidy warning

14 months agoWarn if local files have been created. 15105/head
Miod Vallat [Fri, 31 Jan 2025 09:40:43 +0000 (10:40 +0100)] 
Warn if local files have been created.

This will hopefully let users notice that they might need to perform
appropriate chown and/or chmod operations so that pdns_server can
correctly access these files.

Fixes #11060
Addresses #3386

14 months agoAdd infrastructure for backends to report whether file creation occurred.
Miod Vallat [Fri, 31 Jan 2025 08:58:03 +0000 (09:58 +0100)] 
Add infrastructure for backends to report whether file creation occurred.

This only concerns the LMDB backend, as no other backend is able to
create local storage.

To be used shortly in a pdnsutil near you.

14 months agoReplace dnsutils with bind9-dnsutils 15104/head
Chris Hofstaedtler [Fri, 31 Jan 2025 08:01:40 +0000 (09:01 +0100)] 
Replace dnsutils with bind9-dnsutils

bind9-dnsutils exists starting in Debian bullseye, and dnsutils stopped existing in trixie.

14 months agodocs/backends: Don't document Case handling
Uwe Kleine-König [Tue, 12 Nov 2024 10:48:15 +0000 (11:48 +0100)] 
docs/backends: Don't document Case handling

Users shouldn't have to care about case handling and if a need is hit
this is handled as a bug. So drop this documentation bit.

14 months agodocs/backends: Use * consistently for the per backend feature list
Uwe Kleine-König [Tue, 12 Nov 2024 09:27:25 +0000 (10:27 +0100)] 
docs/backends: Use * consistently for the per backend feature list

Nearly all backend docs use * for their feature list. Upgrade that to "all".

14 months agodocs/backends: Fix title of the Autosecondary column
Uwe Kleine-König [Wed, 13 Nov 2024 08:13:55 +0000 (09:13 +0100)] 
docs/backends: Fix title of the Autosecondary column

Each backend that provides support for Primary also can do Autoprimary,
so listing that separately isn't sensible. Before commit 45675c556970
("auth: catalog zone documentation") this column was titled "Super
slave". Said commit then changed it wrongly to "Autoprimary". The right
new term for "Super slave" is "Autosecondary". Adapt accordingly.

Fixes: 45675c556970 ("auth: catalog zone documentation")
14 months agoRework domain id generation. 15103/head
Miod Vallat [Thu, 30 Jan 2025 15:40:01 +0000 (16:40 +0100)] 
Rework domain id generation.

These changes make the internal state (TDI_t) the reference for domain
ids, which are generated on the fly as domains are added.

Routines iterating over domains make sure to keep this state updated, so
that, at any time, any domain in existence has an entry in the state and
thus an immutable (once discovered) id.

While there, implement getDomainInfo() as a wrapper over
getAllDomains(), returning only the domain we are looking for.

Fixes #14563

14 months agoauth, add [[nodiscard]] to getCatalogMembers() 15093/head
Kees Monshouwer [Wed, 29 Jan 2025 00:31:20 +0000 (01:31 +0100)] 
auth, add [[nodiscard]] to getCatalogMembers()

14 months agoauth, check return value of getCatalogMembers()
Kees Monshouwer [Tue, 28 Jan 2025 17:33:20 +0000 (18:33 +0100)] 
auth, check return value of getCatalogMembers()

14 months agodnsdist: Fix compilation errors w/o DoQ and DoH3, plus clang-tidy warnings
Remi Gacogne [Tue, 28 Jan 2025 16:07:34 +0000 (17:07 +0100)] 
dnsdist: Fix compilation errors w/o DoQ and DoH3, plus clang-tidy warnings

14 months agodnsdist: Fix remaining build issues for YAML with meson
Remi Gacogne [Fri, 24 Jan 2025 15:12:44 +0000 (16:12 +0100)] 
dnsdist: Fix remaining build issues for YAML with meson

14 months agodnsdist: Fix additional LDFLAGS in tasks.py
Remi Gacogne [Mon, 20 Jan 2025 17:17:01 +0000 (18:17 +0100)] 
dnsdist: Fix additional LDFLAGS in tasks.py

14 months agodnsdist: Correctly set env vars up for meson
Remi Gacogne [Mon, 20 Jan 2025 16:44:44 +0000 (17:44 +0100)] 
dnsdist: Correctly set env vars up for meson

14 months agodnsdist: Fix building without dnstap support enabled
Remi Gacogne [Thu, 17 Oct 2024 09:37:44 +0000 (11:37 +0200)] 
dnsdist: Fix building without dnstap support enabled

14 months agodnsdist: Fix more "unused parameters" warnings
Remi Gacogne [Thu, 17 Oct 2024 09:37:25 +0000 (11:37 +0200)] 
dnsdist: Fix more "unused parameters" warnings

14 months agodnsdist: Fix duplicated dnslabeltext.cc
Remi Gacogne [Tue, 15 Oct 2024 14:33:05 +0000 (16:33 +0200)] 
dnsdist: Fix duplicated dnslabeltext.cc

14 months agodnsdist: Fix meson build without LMDB
Remi Gacogne [Tue, 15 Oct 2024 10:47:16 +0000 (12:47 +0200)] 
dnsdist: Fix meson build without LMDB

14 months agotasks: Properly convert sanitizers to meson
Remi Gacogne [Tue, 15 Oct 2024 08:49:31 +0000 (10:49 +0200)] 
tasks: Properly convert sanitizers to meson

14 months agobuild-and-test-all: Install meson for dnsdist
Remi Gacogne [Mon, 14 Oct 2024 19:25:16 +0000 (21:25 +0200)] 
build-and-test-all: Install meson for dnsdist

14 months agodnsdist: Add meson-based builds to the CI
Remi Gacogne [Mon, 14 Oct 2024 14:14:57 +0000 (16:14 +0200)] 
dnsdist: Add meson-based builds to the CI

14 months agodnsdist: Re-enable "unused parameter" warnings
Remi Gacogne [Mon, 14 Oct 2024 13:20:34 +0000 (15:20 +0200)] 
dnsdist: Re-enable "unused parameter" warnings

14 months agodnsdist: Fix a lot of "unused parameter" warnings
Remi Gacogne [Mon, 14 Oct 2024 13:20:16 +0000 (15:20 +0200)] 
dnsdist: Fix a lot of "unused parameter" warnings

14 months agodnsdist: Remove duplicated meson directories and files
Remi Gacogne [Mon, 14 Oct 2024 09:29:27 +0000 (11:29 +0200)] 
dnsdist: Remove duplicated meson directories and files

14 months agodnsdist: Apply Otto's patch (thanks!)
Remi Gacogne [Fri, 27 Sep 2024 13:58:52 +0000 (15:58 +0200)] 
dnsdist: Apply Otto's patch (thanks!)

14 months agodnsdist: Fix building with meson without all options enabled
Remi Gacogne [Fri, 27 Sep 2024 09:29:48 +0000 (11:29 +0200)] 
dnsdist: Fix building with meson without all options enabled

14 months agoFix fuzzing targets with meson
Remi Gacogne [Fri, 27 Sep 2024 09:29:24 +0000 (11:29 +0200)] 
Fix fuzzing targets with meson

14 months agodnsdist: Fix detection of a specific nghttp2 feature
Remi Gacogne [Wed, 25 Sep 2024 18:41:39 +0000 (20:41 +0200)] 
dnsdist: Fix detection of a specific nghttp2 feature

The `#if` should be `#ifdef` or `#if defined`, as otherwise it fails
with the `config.h` generated by `meson`.

14 months agodnsdist: Fix a few "unused parameter" warnings
Remi Gacogne [Wed, 25 Sep 2024 12:54:59 +0000 (14:54 +0200)] 
dnsdist: Fix a few "unused parameter" warnings

14 months agodnsdist: Fix a typo in the CDB m4 file
Remi Gacogne [Wed, 25 Sep 2024 12:54:39 +0000 (14:54 +0200)] 
dnsdist: Fix a typo in the CDB m4 file

14 months agodnsdist: Add meson support
Remi Gacogne [Mon, 23 Sep 2024 16:26:53 +0000 (18:26 +0200)] 
dnsdist: Add meson support

14 months agoMerge pull request #15034 from milzi234/chore/docs-site-brush-up
milzi234 [Tue, 28 Jan 2025 07:44:17 +0000 (08:44 +0100)] 
Merge pull request #15034 from milzi234/chore/docs-site-brush-up

chore: Brush up of PowerDNS Documentation Site

14 months agoMerge pull request #15088 from omoerbeek/rec-fwz-docs
Otto Moerbeek [Tue, 28 Jan 2025 06:42:18 +0000 (07:42 +0100)] 
Merge pull request #15088 from omoerbeek/rec-fwz-docs

rec: fix forward zones example in YAML

14 months agoFix "Duplicate RW transaction" LMDB exception. 15090/head
Miod Vallat [Mon, 27 Jan 2025 15:10:37 +0000 (16:10 +0100)] 
Fix "Duplicate RW transaction" LMDB exception.

The check was too strict and would prevent any RO transaction to coexist
with RW transactions. But LMDB is designed to allow this - on the other
hand there can be only one active RW transaction at a time.

14 months agoAdd test for the "Duplicate RW transaction" LMDB exception.
Miod Vallat [Mon, 27 Jan 2025 11:47:06 +0000 (12:47 +0100)] 
Add test for the "Duplicate RW transaction" LMDB exception.

14 months agoMerge pull request #15086 from omoerbeek/auth-meson-ldap-deb11
Otto Moerbeek [Mon, 27 Jan 2025 09:39:40 +0000 (10:39 +0100)] 
Merge pull request #15086 from omoerbeek/auth-meson-ldap-deb11

auth: try to find ldap libs in case pkconfig is missing (happens on debian11)

14 months agorec: fix forward zones example in YAML 15088/head
Otto Moerbeek [Mon, 27 Jan 2025 09:30:40 +0000 (10:30 +0100)] 
rec: fix forward zones example in YAML

Fixes #15077

14 months agoSkip a few files and dirs in the meson dist tarball
Otto Moerbeek [Fri, 24 Jan 2025 08:27:51 +0000 (09:27 +0100)] 
Skip a few files and dirs in the meson dist tarball

14 months agoUpdate requirements, fetch effective_tld_names.dat
Otto Moerbeek [Fri, 24 Jan 2025 08:14:39 +0000 (09:14 +0100)] 
Update requirements, fetch effective_tld_names.dat

14 months agoTypo in comment
Otto Moerbeek [Fri, 24 Jan 2025 06:51:30 +0000 (07:51 +0100)] 
Typo in comment

Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
14 months agoInclude dnslabeltext.cc in trabal, otherwise ragel becomes a build dependency
Otto Moerbeek [Wed, 22 Jan 2025 15:50:09 +0000 (16:50 +0100)] 
Include dnslabeltext.cc in trabal, otherwise ragel becomes a build dependency

14 months agoRun autoconf -vi to create configure script (so that autotool builds get VERSION)
Otto Moerbeek [Wed, 22 Jan 2025 12:12:53 +0000 (13:12 +0100)] 
Run autoconf -vi to create configure script (so that autotool builds get VERSION)

14 months agoFix version number for Meson build
Otto Moerbeek [Wed, 22 Jan 2025 11:17:29 +0000 (12:17 +0100)] 
Fix version number for Meson build

14 months agoreplace symlinks with actual files
Otto Moerbeek [Wed, 22 Jan 2025 09:31:53 +0000 (10:31 +0100)] 
replace symlinks with actual files

14 months agoReplace a few symlinks with actual files
Otto Moerbeek [Wed, 22 Jan 2025 09:17:46 +0000 (10:17 +0100)] 
Replace a few symlinks with actual files

14 months agoAdd dist script
Otto Moerbeek [Wed, 22 Jan 2025 09:16:48 +0000 (10:16 +0100)] 
Add dist script

14 months agoFix gen-version path
Otto Moerbeek [Wed, 22 Jan 2025 08:48:22 +0000 (09:48 +0100)] 
Fix gen-version path

14 months agoMerge pull request #15078 from eli-schwartz/meson-dist
Miod Vallat [Mon, 27 Jan 2025 06:40:35 +0000 (07:40 +0100)] 
Merge pull request #15078 from eli-schwartz/meson-dist

Force various files to be skipped when generating git archives

14 months agoMerge pull request #15085 from omoerbeek/rec-meson-deb11
Otto Moerbeek [Fri, 24 Jan 2025 15:49:03 +0000 (16:49 +0100)] 
Merge pull request #15085 from omoerbeek/rec-meson-deb11

rec: fix two issues building rec using meson on debian11

14 months agoSimplify logic, prompted by @Habbie 15086/head
Otto Moerbeek [Fri, 24 Jan 2025 15:28:05 +0000 (16:28 +0100)] 
Simplify logic, prompted by @Habbie

14 months agoRefuse to setup if ldap is required but not found
Otto Moerbeek [Fri, 24 Jan 2025 15:05:55 +0000 (16:05 +0100)] 
Refuse to setup if ldap is required but not found

14 months agoauth: try to find ldap libs in case pkconfig is missing (happens on debian11)
Otto Moerbeek [Fri, 24 Jan 2025 14:37:22 +0000 (15:37 +0100)] 
auth: try to find ldap libs in case pkconfig is missing (happens on debian11)

14 months agoAvoid warning by only using root name of library (libresolv vs resolv) 15085/head
Otto Moerbeek [Fri, 24 Jan 2025 14:35:34 +0000 (15:35 +0100)] 
Avoid warning by only using root name of library (libresolv vs resolv)

14 months agorec: fix two issues building rec using meson on debian11
Otto Moerbeek [Fri, 24 Jan 2025 13:57:12 +0000 (14:57 +0100)] 
rec: fix two issues building rec using meson on debian11

1. Local arc4random was not declared as dependency
2. libresolv was not found (no pkgconfig file) but is still needed

14 months agoMerge pull request #14972 from BozhanL/master
Miod Vallat [Fri, 24 Jan 2025 05:47:15 +0000 (06:47 +0100)] 
Merge pull request #14972 from BozhanL/master

Document geoiplookup and expose GeoIPQueryAttribute to Lua

14 months agofix unrecognized spelling 14972/head
James [Thu, 23 Jan 2025 21:55:33 +0000 (10:55 +1300)] 
fix unrecognized spelling

14 months agoAdd documentation for geoiplookup and GeoIPQueryAttribute
Bozhan Liang [Sat, 14 Dec 2024 02:57:43 +0000 (10:57 +0800)] 
Add documentation for geoiplookup and GeoIPQueryAttribute
Closes #8597

14 months agoAdd GeoIPQueryAttribute to LUA
Bozhan Liang [Fri, 13 Dec 2024 09:13:46 +0000 (17:13 +0800)] 
Add GeoIPQueryAttribute to LUA

14 months agoApply the same "fetch key after add" verification logic to import-zone-key*. 15080/head
Miod Vallat [Thu, 16 Jan 2025 08:02:26 +0000 (09:02 +0100)] 
Apply the same "fetch key after add" verification logic to import-zone-key*.

14 months agoMerge pull request #15049 from miodvallat/zero
Peter van Dijk [Thu, 23 Jan 2025 10:26:56 +0000 (11:26 +0100)] 
Merge pull request #15049 from miodvallat/zero

Correctly report SQL insertion errors

14 months agoMerge pull request #15024 from rgacogne/ddist-quic-sni
Remi Gacogne [Thu, 23 Jan 2025 10:15:37 +0000 (11:15 +0100)] 
Merge pull request #15024 from rgacogne/ddist-quic-sni

dnsdist: Gather Server Name Indication on QUIC (DoQ, DoH3) connections

14 months agoMerge pull request #14975 from BozhanL/fix7524
Peter van Dijk [Thu, 23 Jan 2025 10:03:44 +0000 (11:03 +0100)] 
Merge pull request #14975 from BozhanL/fix7524

auth: prevent createReverse6 from generating illegal IDN record

14 months agoMerge pull request #15070 from rgacogne/ddist-coverity-20250121
Remi Gacogne [Thu, 23 Jan 2025 09:39:02 +0000 (10:39 +0100)] 
Merge pull request #15070 from rgacogne/ddist-coverity-20250121

dnsdist: Fix possible low impact performance issues reported by Coverity

14 months agodnsdist: Gather Server Name Indication on QUIC (DoQ, DoH3) connections 15024/head
Remi Gacogne [Thu, 9 Jan 2025 14:36:49 +0000 (15:36 +0100)] 
dnsdist: Gather Server Name Indication on QUIC (DoQ, DoH3) connections

14 months agoMerge pull request #15072 from Woutifier/wouter/prometheus-content-type
Remi Gacogne [Thu, 23 Jan 2025 08:24:28 +0000 (09:24 +0100)] 
Merge pull request #15072 from Woutifier/wouter/prometheus-content-type

Adjust Content-Type header for Prometheus endpoint to include version