]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 months agoMention some changes in behaviours worth warning about. 15266/head
Miod Vallat [Mon, 10 Mar 2025 06:41:21 +0000 (07:41 +0100)] 
Mention some changes in behaviours worth warning about.

4 months agoMerge pull request #15158 from rgacogne/ddist-disable-lua-configuration-options-with...
Remi Gacogne [Fri, 7 Mar 2025 15:13:54 +0000 (16:13 +0100)] 
Merge pull request #15158 from rgacogne/ddist-disable-lua-configuration-options-with-yaml

dnsdist: Disable Lua configuration directives in YAML mode

4 months agodnsdist: Clarify that Lua directives are still usable in the console 15158/head
Remi Gacogne [Fri, 7 Mar 2025 13:39:25 +0000 (14:39 +0100)] 
dnsdist: Clarify that Lua directives are still usable in the console

4 months agoMerge pull request #15261 from omoerbeek/rec-tcp-count-init
Otto Moerbeek [Fri, 7 Mar 2025 13:21:51 +0000 (14:21 +0100)] 
Merge pull request #15261 from omoerbeek/rec-tcp-count-init

rec: make sure t_tcpClientCounts is always initialized

4 months agorec: make sure t_tcpClientCounts is always initialized 15261/head
Otto Moerbeek [Fri, 7 Mar 2025 12:16:42 +0000 (13:16 +0100)] 
rec: make sure t_tcpClientCounts is always initialized

And while there make it file-local.

4 months agoMerge pull request #15260 from omoerbeek/cleanup20250305
Otto Moerbeek [Fri, 7 Mar 2025 11:40:57 +0000 (12:40 +0100)] 
Merge pull request #15260 from omoerbeek/cleanup20250305

Fix a few gcc warnings on trixie

4 months agoMerge pull request #15253 from miodvallat/dmca
Miod Vallat [Fri, 7 Mar 2025 05:46:23 +0000 (06:46 +0100)] 
Merge pull request #15253 from miodvallat/dmca

Fix NAPTR processing

4 months agoMerge pull request #15247 from karelbilek/upstream_raw
Remi Gacogne [Thu, 6 Mar 2025 08:55:12 +0000 (09:55 +0100)] 
Merge pull request #15247 from karelbilek/upstream_raw

lua comboaddress: raw docs, cleanups, dnsdist add getRaw

4 months agoKill a few warnings 15260/head
Otto Moerbeek [Wed, 5 Mar 2025 15:27:58 +0000 (16:27 +0100)] 
Kill a few warnings

4 months agoAdd NAPTR tests with multiple records to process. 15253/head
Miod Vallat [Wed, 5 Mar 2025 13:04:35 +0000 (14:04 +0100)] 
Add NAPTR tests with multiple records to process.

4 months agoDo not corrupt iterators it doAdditionalProcessing for NAPTR.
Miod Vallat [Wed, 5 Mar 2025 12:44:57 +0000 (13:44 +0100)] 
Do not corrupt iterators it doAdditionalProcessing for NAPTR.

4 months agoMerge pull request #15098 from miodvallat/luallaby
Miod Vallat [Wed, 5 Mar 2025 09:54:15 +0000 (10:54 +0100)] 
Merge pull request #15098 from miodvallat/luallaby

Add a "failOnIncompleteCheck" option to if*up Lua functions

4 months agoAdd a "failOnIncompleteCheck" option to if*up Lua functions. 15098/head
Miod Vallat [Wed, 5 Mar 2025 09:10:13 +0000 (10:10 +0100)] 
Add a "failOnIncompleteCheck" option to if*up Lua functions.

This option, is set to "true", will force the if*up functions to return
SERVFAIL, rather than applying the backupSelector, if none of the
health checks for the targets to check have completed yet.

4 months agoMerge pull request #15127 from miodvallat/10431
Miod Vallat [Wed, 5 Mar 2025 08:59:29 +0000 (09:59 +0100)] 
Merge pull request #15127 from miodvallat/10431

auth lua records: new option to set the http status code to match in ifurlup function

4 months agoMerge pull request #15235 from miodvallat/lua-tidy
Miod Vallat [Wed, 5 Mar 2025 08:58:24 +0000 (09:58 +0100)] 
Merge pull request #15235 from miodvallat/lua-tidy

[auth] [janitor] Mop up some Lua records code

4 months agoMerge pull request #15170 from miodvallat/add_but_reluctantly
Miod Vallat [Wed, 5 Mar 2025 08:30:11 +0000 (09:30 +0100)] 
Merge pull request #15170 from miodvallat/add_but_reluctantly

[pdnsutil] dedup in add-record

4 months agoSimple test for lua-records-exec-limit 15235/head
Miod Vallat [Wed, 5 Mar 2025 07:20:56 +0000 (08:20 +0100)] 
Simple test for lua-records-exec-limit

4 months agoFix sequencing to unbreak lua-records-exec-limit.
Miod Vallat [Wed, 5 Mar 2025 06:49:36 +0000 (07:49 +0100)] 
Fix sequencing to unbreak lua-records-exec-limit.

4 months agoPreserve record order in pdnsutil add-record. 15170/head
Miod Vallat [Wed, 19 Feb 2025 11:16:32 +0000 (12:16 +0100)] 
Preserve record order in pdnsutil add-record.

4 months agoAdd simple tests for pdnsutil add-record behaviour.
Miod Vallat [Mon, 17 Feb 2025 14:16:15 +0000 (15:16 +0100)] 
Add simple tests for pdnsutil add-record behaviour.

4 months agoMake sure a backend envvar is always provided to tests.
Miod Vallat [Mon, 17 Feb 2025 14:10:38 +0000 (15:10 +0100)] 
Make sure a backend envvar is always provided to tests.

4 months agoPrevent duplicate records in pdnsutil add-record.
Miod Vallat [Mon, 17 Feb 2025 14:14:30 +0000 (15:14 +0100)] 
Prevent duplicate records in pdnsutil add-record.

When adding records with pdnsutil, the combination of the existing and
to-be-added records will now be dedup'ed.

Fixes: #4727
4 months agoMerge pull request #15133 from miodvallat/numbers_are_secondary
Miod Vallat [Wed, 5 Mar 2025 07:27:34 +0000 (08:27 +0100)] 
Merge pull request #15133 from miodvallat/numbers_are_secondary

[pdnsutil] Do not allow increase-serial on secondary zones

4 months agoMerge pull request #15090 from miodvallat/cache_me_tender
Miod Vallat [Wed, 5 Mar 2025 06:08:43 +0000 (07:08 +0100)] 
Merge pull request #15090 from miodvallat/cache_me_tender

Avoid LMDB exception during recursive lookup

4 months agoMerge pull request #15217 from omoerbeek/logging-tidy
Otto Moerbeek [Tue, 4 Mar 2025 15:03:47 +0000 (16:03 +0100)] 
Merge pull request #15217 from omoerbeek/logging-tidy

Tidy of structured logging related files

4 months agoTidy structured logging related files 15217/head
Otto Moerbeek [Mon, 24 Feb 2025 14:27:49 +0000 (15:27 +0100)] 
Tidy structured logging related files

4 months agoMerge pull request #15169 from omoerbeek/rec-meson-gen-docs
Otto Moerbeek [Tue, 4 Mar 2025 13:18:18 +0000 (14:18 +0100)] 
Merge pull request #15169 from omoerbeek/rec-meson-gen-docs

Use meson to generate docs (html + pdf)

4 months agoMerge pull request #15167 from omoerbeek/rec-proxy-reload
Otto Moerbeek [Tue, 4 Mar 2025 13:17:47 +0000 (14:17 +0100)] 
Merge pull request #15167 from omoerbeek/rec-proxy-reload

rec: reload proxy settings on rec_control reload-acls

4 months agoBetter description of docs related utilities 15169/head
Otto Moerbeek [Tue, 4 Mar 2025 12:41:39 +0000 (13:41 +0100)] 
Better description of docs related utilities

4 months agoAdd test for ProxyProtocol config reload 15167/head
Otto Moerbeek [Tue, 4 Mar 2025 12:33:33 +0000 (13:33 +0100)] 
Add test for ProxyProtocol config reload

4 months agoMerge pull request #15248 from omoerbeek/rec-docs-rpz-refresh
Otto Moerbeek [Tue, 4 Mar 2025 12:00:44 +0000 (13:00 +0100)] 
Merge pull request #15248 from omoerbeek/rec-docs-rpz-refresh

rec docs: elaborate on RPZ refresh parameter

4 months agoMerge pull request #15243 from romeroalx/build-images-ubuntu-24
Alexis Romero [Tue, 4 Mar 2025 11:26:51 +0000 (12:26 +0100)] 
Merge pull request #15243 from romeroalx/build-images-ubuntu-24

GH Actions: upgrade version of Ubuntu runners to 24.04

4 months agorec docs: elaborate on RPZ refresh parameter 15248/head
Otto Moerbeek [Tue, 4 Mar 2025 11:23:41 +0000 (12:23 +0100)] 
rec docs: elaborate on RPZ refresh parameter

4 months agodocs: fix "format format" typo 15247/head
Karel Bilek [Tue, 4 Mar 2025 11:25:07 +0000 (12:25 +0100)] 
docs: fix "format format" typo

4 months agodnsdistdist docs: add getRaw docs
Karel Bilek [Tue, 4 Mar 2025 07:54:29 +0000 (08:54 +0100)] 
dnsdistdist docs: add getRaw docs

4 months agolua ComboAddress: add, simplify getRaw, ca -> addr
Karel Bilek [Tue, 4 Mar 2025 07:53:56 +0000 (08:53 +0100)] 
lua ComboAddress: add, simplify getRaw, ca -> addr

* chage CA to addr in all lua bindings to make linter happy
* use toByteString that already exists instead of reimplementing it
* add getRaw to CA binding in dnsdist

4 months agodnsdist docs: copy newCAFromRaw from pdns
Karel Bilek [Tue, 4 Mar 2025 07:52:44 +0000 (08:52 +0100)] 
dnsdist docs: copy newCAFromRaw from pdns

4 months agoMerge pull request #14990 from Habbie/drop-el7-debianbuster
Peter van Dijk [Tue, 4 Mar 2025 10:33:11 +0000 (11:33 +0100)] 
Merge pull request #14990 from Habbie/drop-el7-debianbuster

drop el-7, debian-buster, amazonlinux-2

4 months agogh actions - build-and-test-all: use ubuntu24 runners 15243/head
romeroalx [Mon, 3 Mar 2025 20:47:44 +0000 (21:47 +0100)] 
gh actions - build-and-test-all: use ubuntu24 runners

4 months agogh actions: build images and packages using ubuntu-24.04 runners
romeroalx [Mon, 3 Mar 2025 18:51:11 +0000 (19:51 +0100)] 
gh actions: build images and packages using ubuntu-24.04 runners

4 months agoMerge pull request #15238 from miodvallat/poor_lonesome_backend
Peter van Dijk [Mon, 3 Mar 2025 11:02:15 +0000 (12:02 +0100)] 
Merge pull request #15238 from miodvallat/poor_lonesome_backend

Fix list-all-zones in multi-backend configuration involving LMDB

4 months agoMerge pull request #15225 from miodvallat/distdistdistdistdist
Remi Gacogne [Mon, 3 Mar 2025 10:15:10 +0000 (11:15 +0100)] 
Merge pull request #15225 from miodvallat/distdistdistdistdist

Fix syntax of commented out dynblockrules

4 months agoMerge pull request #15199 from rgacogne/ddist-ebpf-all
Remi Gacogne [Mon, 3 Mar 2025 09:35:52 +0000 (10:35 +0100)] 
Merge pull request #15199 from rgacogne/ddist-ebpf-all

dnsdist: Use `65535` instead of `255` to block all types via eBPF

5 months agoDo not clear the domain list in getAllDomains. 15238/head
Miod Vallat [Fri, 28 Feb 2025 15:38:39 +0000 (16:38 +0100)] 
Do not clear the domain list in getAllDomains.

Doing this causes incomplete information to be returned in multi-backend
configuration.

5 months agoMerge pull request #15176 from Habbie/lmdb-prefix-lookup
Peter van Dijk [Fri, 28 Feb 2025 12:33:42 +0000 (13:33 +0100)] 
Merge pull request #15176 from Habbie/lmdb-prefix-lookup

lmdb-safe: add prefix() cursor; use it in list/lookup/get

5 months agoexplicit int checks 15176/head
Peter van Dijk [Fri, 28 Feb 2025 11:02:22 +0000 (12:02 +0100)] 
explicit int checks

5 months agoremove redundant check
Peter van Dijk [Fri, 28 Feb 2025 11:01:33 +0000 (12:01 +0100)] 
remove redundant check

5 months agoAddress clang-tidy concerns.
Miod Vallat [Fri, 28 Feb 2025 08:36:27 +0000 (09:36 +0100)] 
Address clang-tidy concerns.

5 months agoadjust updateDNSSECOrderNameAndAuth to prefix() lookup
Peter van Dijk [Fri, 28 Feb 2025 10:23:35 +0000 (11:23 +0100)] 
adjust updateDNSSECOrderNameAndAuth to prefix() lookup

5 months agolmdb-safe: add prefix() cursor; use it in list/lookup/get
Peter van Dijk [Wed, 19 Feb 2025 18:28:22 +0000 (19:28 +0100)] 
lmdb-safe: add prefix() cursor; use it in list/lookup/get

5 months agoApply some syntactic sugar.
Miod Vallat [Fri, 28 Feb 2025 07:54:27 +0000 (08:54 +0100)] 
Apply some syntactic sugar.

5 months agoMake the return type of every lua lambda explicit.
Miod Vallat [Fri, 28 Feb 2025 07:50:00 +0000 (08:50 +0100)] 
Make the return type of every lua lambda explicit.

5 months agoMove each Lua function lambda to its own toplevel function.
Miod Vallat [Fri, 28 Feb 2025 07:37:57 +0000 (08:37 +0100)] 
Move each Lua function lambda to its own toplevel function.

This does not change anything, but reduces indent and makes the code
easier to read. No functional change yet.

5 months agoMerge pull request #15222 from miodvallat/parse_with_more_care
Miod Vallat [Thu, 27 Feb 2025 12:54:36 +0000 (13:54 +0100)] 
Merge pull request #15222 from miodvallat/parse_with_more_care

Damage control in Lua createForward()

5 months agoFix syntax of commented out dynblockrules; reported in #15224 15225/head
Miod Vallat [Thu, 27 Feb 2025 07:09:32 +0000 (08:09 +0100)] 
Fix syntax of commented out dynblockrules; reported in #15224

5 months agoDamage control in Lua createForward() and createForward6(). 15222/head
Miod Vallat [Wed, 26 Feb 2025 13:31:50 +0000 (14:31 +0100)] 
Damage control in Lua createForward() and createForward6().

- make sure all computed results are passed to a ComboAddress
  constructor, which will reject ill-formed data. This wasn't the case
  in createForward, when interpreting part of the requested name as an
  ipv4 address encoded in hexadecimal (e.g. 7f000001), but the actual
  name wasn't.
  This would otherwise end up with a SERVFAIL answer and a Lua stack
  traceback containing messages such as:
    Unable to convert presentation address '4294967292.xx.yy.zz'
  for a name ending with "-4" and six hex digits.

- wrap these functions into a try/catch block in order to cope with
  possible exceptions raised by ComboAddress.
  This wasn't the case in createForward6 when the requested name
  contains at least 8 dots - this doesn't imply each component is a
  valid ipv6 chunk.

5 months agoMerge pull request #15216 from omoerbeek/rec-recthread-cleanup
Otto Moerbeek [Wed, 26 Feb 2025 09:00:56 +0000 (10:00 +0100)] 
Merge pull request #15216 from omoerbeek/rec-recthread-cleanup

rec: store thread id in info object, makes a few methods less error prone

5 months agoApply suggestions from code review 15216/head
Otto Moerbeek [Wed, 26 Feb 2025 06:47:42 +0000 (07:47 +0100)] 
Apply suggestions from code review

Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
5 months agorec: store id in info object, makes a few methods less error prone
Otto Moerbeek [Fri, 14 Feb 2025 13:09:45 +0000 (14:09 +0100)] 
rec: store id in info object, makes a few methods less error prone

5 months agoMerge pull request #15203 from omoerbeek/rec-beck-to-serde-yaml
Otto Moerbeek [Mon, 24 Feb 2025 10:30:54 +0000 (11:30 +0100)] 
Merge pull request #15203 from omoerbeek/rec-beck-to-serde-yaml

rec: switch back to serde_yaml

5 months agoMerge pull request #15187 from Habbie/docs-pr-artifact
Peter van Dijk [Mon, 24 Feb 2025 10:30:42 +0000 (11:30 +0100)] 
Merge pull request #15187 from Habbie/docs-pr-artifact

docs: reinstate artifact generation for PRs

5 months agoMerge pull request #15205 from omoerbeek/dnsdist-back-to-serde-yaml
Otto Moerbeek [Mon, 24 Feb 2025 10:27:10 +0000 (11:27 +0100)] 
Merge pull request #15205 from omoerbeek/dnsdist-back-to-serde-yaml

dnsdist: switch back to serde_yaml

5 months agoMerge pull request #15206 from omoerbeek/rec-catz-test-race
Otto Moerbeek [Mon, 24 Feb 2025 09:34:11 +0000 (10:34 +0100)] 
Merge pull request #15206 from omoerbeek/rec-catz-test-race

rec: workaround a potential (but rare) race in the FWCatz test

5 months agoSwitch back to serde_yaml 15203/head
Otto Moerbeek [Mon, 24 Feb 2025 08:11:32 +0000 (09:11 +0100)] 
Switch back to serde_yaml

Fixes the rec part of #15202

5 months agoMerge pull request #15082 from miodvallat/dilnpstu
Miod Vallat [Mon, 24 Feb 2025 09:27:27 +0000 (10:27 +0100)] 
Merge pull request #15082 from miodvallat/dilnpstu

More helpful pdnsutil help output

5 months agoFriendlier usage output. 15082/head
Miod Vallat [Thu, 23 Jan 2025 14:28:26 +0000 (15:28 +0100)] 
Friendlier usage output.

1. The commands dictionary is extended with a command group, as well as
   the one-liner synopsis and help message. When the list of these
   one-liners get output, they are now output in sorted order within
   each group.

2. Instead of having the syntax on the leftmost 40 columns and the
   description on the rightmost 40 columns, causing many commands to
   span more than one line total, we now display the syntax on a whole
   line, and the description on the next one, indented by a tab.

   This should hopefully improve readability (especially for complex
   syntax lines).

3. The command synopsis is now passed to the command handler. This
   allows error messages in case of invocation error to be consistent
   with the output of `pdnsutil help`.

4. Tweak and homogeneize command synopsis, and sync the pdnsutil
   documentation accordingly.

Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agorec: workaround a potential (but rare) race in the FWCatz test 15206/head
Otto Moerbeek [Fri, 21 Feb 2025 11:07:41 +0000 (12:07 +0100)] 
rec: workaround a potential (but rare) race in the FWCatz test

5 months agoMerge pull request #15200 from zeha/recdocssample
Otto Moerbeek [Mon, 24 Feb 2025 08:24:12 +0000 (09:24 +0100)] 
Merge pull request #15200 from zeha/recdocssample

rec: fix auth_zones yaml example

5 months agodnsdist: switch back to serde_yaml 15205/head
Otto Moerbeek [Mon, 24 Feb 2025 08:20:46 +0000 (09:20 +0100)] 
dnsdist: switch back to serde_yaml

Fixes the dnsdist part of #15202

5 months agorec: fix auth_zones yaml example 15200/head
Chris Hofstaedtler [Fri, 21 Feb 2025 14:26:01 +0000 (15:26 +0100)] 
rec: fix auth_zones yaml example

5 months agoMerge pull request #15185 from jsoref/primary-secondary
Miod Vallat [Fri, 21 Feb 2025 13:50:36 +0000 (14:50 +0100)] 
Merge pull request #15185 from jsoref/primary-secondary

docs: Update to primary/secondary

5 months agodnsdist: Use 65535 instead of 255 to block all types via eBPF 15199/head
Remi Gacogne [Fri, 21 Feb 2025 13:38:55 +0000 (14:38 +0100)] 
dnsdist: Use 65535 instead of 255 to block all types via eBPF

Our eBPF filtering code used to treat the `255` (`ANY`) qtype as a
special value meaning to block queries for all types. Unfortunately
it prevented blocking queries for the `ANY` type only, which is a
legitimate use-case.
After this commit `255` is no longer a special value, and `65535`
(a reserved value) is used instead to represent all types.

This is a breaking change that should NOT be backported.

5 months agodocs: Fix docs to match reference to autosecondary 15185/head
Josh Soref [Fri, 21 Feb 2025 13:02:44 +0000 (08:02 -0500)] 
docs: Fix docs to match reference to autosecondary

The docs had been wrong since the feature was renamed in
d3dfd71e2d8cb56113a36d55df57864d16e5f6c2

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agoMerge pull request #15198 from rgacogne/ddist-coverity-20250221
Remi Gacogne [Fri, 21 Feb 2025 12:59:37 +0000 (13:59 +0100)] 
Merge pull request #15198 from rgacogne/ddist-coverity-20250221

dnsdist: Fix a few warnings from Coverity

5 months agoMerge pull request #15196 from rgacogne/rec-fix-secpoll-tsan
Remi Gacogne [Fri, 21 Feb 2025 11:04:44 +0000 (12:04 +0100)] 
Merge pull request #15196 from rgacogne/rec-fix-secpoll-tsan

rec: Fix a race reported by TSAN around the secpoll status

5 months agodnsdist: Fix a few warnings from Coverity 15198/head
Remi Gacogne [Fri, 21 Feb 2025 10:44:18 +0000 (11:44 +0100)] 
dnsdist: Fix a few warnings from Coverity

Mostly missed optimizations in places where the performance does not
matter much (configuration parsing) and a few false positives
(places where a copy is actually what we want, and Coverity is not
smart enough to understand it).

5 months agorec: Fix clang-tidy's warning 15196/head
Remi Gacogne [Fri, 21 Feb 2025 09:56:23 +0000 (10:56 +0100)] 
rec: Fix clang-tidy's warning

5 months agoMerge pull request #15194 from omoerbeek/rec-zf-file-syntax
Otto Moerbeek [Fri, 21 Feb 2025 09:36:41 +0000 (10:36 +0100)] 
Merge pull request #15194 from omoerbeek/rec-zf-file-syntax

rec: document file extension of zone forward file and do not accept empty list of forwards

5 months agoMerge pull request #15193 from omoerbeek/rec-top-million
Otto Moerbeek [Fri, 21 Feb 2025 09:36:21 +0000 (10:36 +0100)] 
Merge pull request #15193 from omoerbeek/rec-top-million

rec: update umbrella top million URLs

5 months agoMerge pull request #15192 from omoerbeek/include-fixes
Otto Moerbeek [Fri, 21 Feb 2025 09:35:52 +0000 (10:35 +0100)] 
Merge pull request #15192 from omoerbeek/include-fixes

Add two missing includes

5 months agorec: Fix a race reported by TSAN around the secpoll status
Remi Gacogne [Fri, 21 Feb 2025 09:09:13 +0000 (10:09 +0100)] 
rec: Fix a race reported by TSAN around the secpoll status

We used to store the security polling status in a regular integer,
and the status can be updated from the `rec/web+stat` thread while
being read from a Rust-based web-server thread, which is correctly
reported by TSAN as a data race:
```
  WARNING: ThreadSanitizer: data race (pid=2006)
    Write of size 4 at 0x55f19579db54 by thread T5:
      #0 doSecPoll(long*, std::shared_ptr<Logr::Logger> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/secpoll-recursor.cc:84:23 (pdns_recursor+0x814e3c)
      #1 SyncRes::doResolveAt(std::unordered_map<DNSName, std::pair<std::vector<ComboAddress, std::allocator<ComboAddress> >, bool>, std::hash<DNSName>, std::equal_to<DNSName>, std::allocator<std::pair<DNSName const, std::pair<std::vector<ComboAddress, std::allocator<ComboAddress> >, bool> > > >&, DNSName, bool, DNSName const&, QType, std::vector<DNSRecord, std::allocator<DNSRecord> >&, unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::set<SyncRes::GetBestNSAnswer, std::less<SyncRes::GetBestNSAnswer>, std::allocator<SyncRes::GetBestNSAnswer> >&, SyncRes::Context&, SyncRes::StopAtDelegation*, std::map<DNSName, std::vector<ComboAddress, std::allocator<ComboAddress> >, std::less<DNSName>, std::allocator<std::pair<DNSName const, std::vector<ComboAddress, std::allocator<ComboAddress> > > > >*) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/syncres.cc:6040:25 (pdns_recursor+0x84be60)
      #2 SyncRes::doResolveNoQNameMinimization(DNSName const&, QType, std::vector<DNSRecord, std::allocator<DNSRecord> >&, unsigned int, std::set<SyncRes::GetBestNSAnswer, std::less<SyncRes::GetBestNSAnswer>, std::allocator<SyncRes::GetBestNSAnswer> >&, SyncRes::Context&, bool*, SyncRes::StopAtDelegation*) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/syncres.cc:2099:11 (pdns_recursor+0x838903)
      #3 SyncRes::doResolve(DNSName const&, QType, std::vector<DNSRecord, std::allocator<DNSRecord> >&, unsigned int, std::set<SyncRes::GetBestNSAnswer, std::less<SyncRes::GetBestNSAnswer>, std::allocator<SyncRes::GetBestNSAnswer> >&, SyncRes::Context&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/syncres.cc:1835:13 (pdns_recursor+0x825337)
      #4 SyncRes::beginResolve(DNSName const&, QType, QClass, std::vector<DNSRecord, std::allocator<DNSRecord> >&, unsigned int) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/syncres.cc:797:13 (pdns_recursor+0x828974)
      #5 doSecPoll(long*, std::shared_ptr<Logr::Logger> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/secpoll-recursor.cc:55:22 (pdns_recursor+0x814039)
      #6 houseKeepingWork(std::shared_ptr<Logr::Logger> const&)::$_18::operator()() const /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2651:9 (pdns_recursor+0x68abb3)
      #7 void std::__invoke_impl<void, houseKeepingWork(std::shared_ptr<Logr::Logger> const&)::$_18&>(std::__invoke_other, houseKeepingWork(std::shared_ptr<Logr::Logger> const&)::$_18&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 (pdns_recursor+0x68abb3)
      #8 std::enable_if<is_invocable_r_v<void, houseKeepingWork(std::shared_ptr<Logr::Logger> const&)::$_18&>, void>::type std::__invoke_r<void, houseKeepingWork(std::shared_ptr<Logr::Logger> const&)::$_18&>(houseKeepingWork(std::shared_ptr<Logr::Logger> const&)::$_18&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:111:2 (pdns_recursor+0x68abb3)
      #9 std::_Function_handler<void (), houseKeepingWork(std::shared_ptr<Logr::Logger> const&)::$_18>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:290:9 (pdns_recursor+0x68abb3)
      #10 std::function<void ()>::operator()() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:591:9 (pdns_recursor+0x688561)
      #11 PeriodicTask::runIfDue(timeval&, std::function<void ()> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2490:7 (pdns_recursor+0x688561)
      #12 houseKeepingWork(std::shared_ptr<Logr::Logger> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2649:17 (pdns_recursor+0x688561)
      #13 houseKeeping(void*) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2715:5 (pdns_recursor+0x688561)
      #14 MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::makeThread(void (*)(void*), void*)::'lambda'()::operator()() const /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/./mtasker.hh:397:5 (pdns_recursor+0x5f04b5)
      #15 void std::__invoke_impl<void, MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::makeThread(void (*)(void*), void*)::'lambda'()&>(std::__invoke_other, MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::makeThread(void (*)(void*), void*)::'lambda'()&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 (pdns_recursor+0x5f0191)
      #16 std::enable_if<is_invocable_r_v<void, MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::makeThread(void (*)(void*), void*)::'lambda'()&>, void>::type std::__invoke_r<void, MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::makeThread(void (*)(void*), void*)::'lambda'()&>(MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::makeThread(void (*)(void*), void*)::'lambda'()&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:111:2 (pdns_recursor+0x5f0191)
      #17 std::_Function_handler<void (), MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::makeThread(void (*)(void*), void*)::'lambda'()>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:290:9 (pdns_recursor+0x5f0191)
      #18 std::function<void ()>::operator()() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:591:9 (pdns_recursor+0x591fdf)
      #19 threadWrapper(boost::context::detail::transfer_t) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/mtasker_context.cc:163:7 (pdns_recursor+0x591fdf)
      #20 MTasker<std::shared_ptr<PacketID>, std::vector<unsigned char, noinit_adaptor<std::allocator<unsigned char> > >, PacketIDCompare>::schedule(timeval const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/./mtasker.hh:426:7 (pdns_recursor+0x6ade0b)
      #21 recLoop() /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2764:29 (pdns_recursor+0x666577)
      #22 recursorThread() /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2959:5 (pdns_recursor+0x666577)
      #23 recLoop() /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2773:24 (pdns_recursor+0x66664d)
      #24 recursorThread() /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2959:5 (pdns_recursor+0x66664d)
      #25 recLoop() /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2806:26 (pdns_recursor+0x668385)
      #26 recursorThread() /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2959:5 (pdns_recursor+0x668385)
      #27 RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0::operator()() const /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:241:5 (pdns_recursor+0x69caf7)
      #28 void std::__invoke_impl<void, RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0>(std::__invoke_other, RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0&&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 (pdns_recursor+0x69caf7)
      #29 std::__invoke_result<RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0>::type std::__invoke<RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0>(RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0&&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:96:14 (pdns_recursor+0x69caf7)
      #30 void std::thread::_Invoker<std::tuple<RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0> >::_M_invoke<0ul>(std::_Index_tuple<0ul>) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_thread.h:252:13 (pdns_recursor+0x69caf7)
      #31 std::thread::_Invoker<std::tuple<RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0> >::operator()() /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_thread.h:259:11 (pdns_recursor+0x69caf7)
      #32 std::thread::_State_impl<std::thread::_Invoker<std::tuple<RecThreadInfo::start(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<unsigned int, std::set<int, std::less<int>, std::allocator<int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::set<int, std::less<int>, std::allocator<int> > > > > const&, std::shared_ptr<Logr::Logger> const&)::$_0> > >::_M_run() /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_thread.h:210:13 (pdns_recursor+0x69caf7)
      #33 <null> <null> (libstdc++.so.6+0xd44a2)

    Previous read of size 4 at 0x55f19579db54 by thread T6:
      #0 getAllStatsMap[abi:cxx11](StatComponent) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec_channel_rec.cc:231:101 (pdns_recursor+0x760f2e)
      #1 productServerStatisticsFetch(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/ws-recursor.cc:55:16 (pdns_recursor+0x8fcd70)
      #2 apiServerStatistics(HttpRequest*, HttpResponse*) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/ws-api.cc:189:3 (pdns_recursor+0x8f5f71)
      #3 void std::__invoke_impl<void, void (*&)(HttpRequest*, HttpResponse*), HttpRequest*, HttpResponse*>(std::__invoke_other, void (*&)(HttpRequest*, HttpResponse*), HttpRequest*&&, HttpResponse*&&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 (pdns_recursor+0x918cc8)
      #4 std::enable_if<is_invocable_r_v<void, void (*&)(HttpRequest*, HttpResponse*), HttpRequest*, HttpResponse*>, void>::type std::__invoke_r<void, void (*&)(HttpRequest*, HttpResponse*), HttpRequest*, HttpResponse*>(void (*&)(HttpRequest*, HttpResponse*), HttpRequest*&&, HttpResponse*&&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:111:2 (pdns_recursor+0x918cc8)
      #5 std::_Function_handler<void (HttpRequest*, HttpResponse*), void (*)(HttpRequest*, HttpResponse*)>::_M_invoke(std::_Any_data const&, HttpRequest*&&, HttpResponse*&&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:290:9 (pdns_recursor+0x918cc8)
      #6 std::function<void (HttpRequest*, HttpResponse*)>::operator()(HttpRequest*, HttpResponse*) const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:591:9 (pdns_recursor+0x8ff173)
      #7 rustWrapper(std::function<void (HttpRequest*, HttpResponse*)> const&, pdns::rust::web::rec::Request const&, pdns::rust::web::rec::Response&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/ws-recursor.cc:1067:5 (pdns_recursor+0x8ff173)
      #8 pdns::rust::web::rec::apiServerStatistics(pdns::rust::web::rec::Request const&, pdns::rust::web::rec::Response&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/ws-recursor.cc:1102:1 (pdns_recursor+0x907b80)
      #9 pdns$rust$web$rec$cxxbridge1$apiServerStatistics <null> (pdns_recursor+0x9984b2)

    Location is global 'g_security_status' of size 4 at 0x55f19579db54 (pdns_recursor+0x000004479b54)

    Thread T5 'rec/web+stat' (tid=2012, running) created by main thread at:
      #0 pthread_create <null> (pdns_recursor+0x1fe42d)
      #1 std::thread::_M_start_thread(std::unique_ptr<std::thread::_State, std::default_delete<std::thread::_State> >, void (*)()) <null> (libstdc++.so.6+0xd4578)
      #2 RecThreadInfo::runThreads(std::shared_ptr<Logr::Logger> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:355:10 (pdns_recursor+0x663382)
      #3 serviceMain(std::shared_ptr<Logr::Logger> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2402:9 (pdns_recursor+0x67fdaf)
      #4 main /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:3316:11 (pdns_recursor+0x678755)

    Thread T6 (tid=2013, running) created by main thread at:
      #0 pthread_create <null> (pdns_recursor+0x1fe42d)
      #1 std::sys::pal::unix::thread::Thread::new::he1793c71df66b318 /rustc/e71f9a9a98b0faf423844bf0ba7438f29dc27d58/library/std/src/sys/pal/unix/thread.rs:84:19 (pdns_recursor+0xc1ef11)
      #2 RecThreadInfo::runThreads(std::shared_ptr<Logr::Logger> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:358:7 (pdns_recursor+0x663417)
      #3 serviceMain(std::shared_ptr<Logr::Logger> const&) /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:2402:9 (pdns_recursor+0x67fdaf)
      #4 main /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/rec-main.cc:3316:11 (pdns_recursor+0x678755)

  SUMMARY: ThreadSanitizer: data race /__w/pdns/pdns/pdns/recursordist/pdns-recursor-0.0.0-git1/secpoll-recursor.cc:84:23 in doSecPoll(long*, std::shared_ptr<Logr::Logger> const&)
```
This commit switches to an atomic type to store the security polling
status and clarify that the security polling message is not actually
shared outside of the security polling function.
It appears that the security polling status was the last metric stored
in a `uint32_t` type so we can get rid of some now unused code in the
process.

5 months agorec: document file extension of zone forward file and do not accept empty list of... 15194/head
Otto Moerbeek [Tue, 11 Feb 2025 14:42:54 +0000 (15:42 +0100)] 
rec: document file extension of zone forward file and do not accept empty list of forwards

The YAML code already disallows an empty forwarders list. The added
case mainly covers the case when an old-style forward file is parsed
as if it's YAML. This now generated an error:

Feb 21 09:57:39 msg="Fatal error" error="empty list of forwarders for domain '- zone: example.com\"on line 1 of tmp/f.conf" subsystem="config" level="0" prio="Critical" tid="0" ts="1740128259.137" exception="PDNSException"

This hopefully makes admins realize rec is trying to parse YAML
content, but is expecting old-style as the file does not end in
in .yml.

5 months agorec: update umbrella top million URLs 15193/head
Otto Moerbeek [Fri, 21 Feb 2025 08:38:12 +0000 (09:38 +0100)] 
rec: update umbrella top million URLs

After suggestion by @mnordhoff in IRC

5 months agoAdd two missing includes 15192/head
Otto Moerbeek [Fri, 21 Feb 2025 08:34:15 +0000 (09:34 +0100)] 
Add two missing includes

Fixes #15179

5 months agoMerge pull request #15190 from jsoref/dnssec-migration
Miod Vallat [Fri, 21 Feb 2025 07:18:01 +0000 (08:18 +0100)] 
Merge pull request #15190 from jsoref/dnssec-migration

docs: DNSSEC migration

5 months agoMerge pull request #15191 from jsoref/doc-pdnsutil
Miod Vallat [Fri, 21 Feb 2025 06:05:00 +0000 (07:05 +0100)] 
Merge pull request #15191 from jsoref/doc-pdnsutil

docs: link to doc:pdnsutil

5 months agoMerge pull request #15189 from jsoref/lua-if-first-run
Miod Vallat [Fri, 21 Feb 2025 06:03:39 +0000 (07:03 +0100)] 
Merge pull request #15189 from jsoref/lua-if-first-run

docs: lua warn about first run checks

5 months agoMerge pull request #15188 from jsoref/lua-link-to-ifurlup-options
Miod Vallat [Fri, 21 Feb 2025 06:01:20 +0000 (07:01 +0100)] 
Merge pull request #15188 from jsoref/lua-link-to-ifurlup-options

docs: lua link to ifurlup-options

5 months agodocs: link to doc:pdnsutil 15191/head
Josh Soref [Thu, 20 Feb 2025 22:01:40 +0000 (17:01 -0500)] 
docs: link to doc:pdnsutil

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agodocs: dnssec migration use rst mark up 15190/head
Josh Soref [Thu, 20 Feb 2025 21:24:24 +0000 (16:24 -0500)] 
docs: dnssec migration use rst mark up

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agodocs: dnssec migration use rst mark up and change wording
Josh Soref [Thu, 20 Feb 2025 21:23:45 +0000 (16:23 -0500)] 
docs: dnssec migration use rst mark up and change wording

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agodocs: lua warn about first run checks 15189/head
Josh Soref [Thu, 20 Feb 2025 20:58:50 +0000 (15:58 -0500)] 
docs: lua warn about first run checks

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agodocs: lua link to ifurlup-options 15188/head
Josh Soref [Thu, 20 Feb 2025 20:55:01 +0000 (15:55 -0500)] 
docs: lua link to ifurlup-options

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agodocs: reinstate artifact generation for PRs 15187/head
Peter van Dijk [Thu, 20 Feb 2025 18:46:49 +0000 (19:46 +0100)] 
docs: reinstate artifact generation for PRs

5 months agodocs: Update to primary/secondary
Josh Soref [Thu, 20 Feb 2025 16:44:09 +0000 (11:44 -0500)] 
docs: Update to primary/secondary

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 months agoMerge pull request #15180 from miodvallat/consistent_logs
Miod Vallat [Thu, 20 Feb 2025 11:01:09 +0000 (12:01 +0100)] 
Merge pull request #15180 from miodvallat/consistent_logs

Consistent spelling of "Lua record" in logs

5 months agoMore LUA -> Lua when applicable. 15180/head
Miod Vallat [Thu, 20 Feb 2025 08:49:31 +0000 (09:49 +0100)] 
More LUA -> Lua when applicable.

5 months agoMerge pull request #15177 from jsoref/lua-records-mark-up
Miod Vallat [Thu, 20 Feb 2025 06:50:04 +0000 (07:50 +0100)] 
Merge pull request #15177 from jsoref/lua-records-mark-up

Mark up www and ip addresses

5 months agoConsistent spelling of "Lua record" in logs.
Miod Vallat [Thu, 20 Feb 2025 06:39:26 +0000 (07:39 +0100)] 
Consistent spelling of "Lua record" in logs.

5 months agoMerge pull request #15178 from jsoref/tsig-mark-up
Miod Vallat [Thu, 20 Feb 2025 06:34:26 +0000 (07:34 +0100)] 
Merge pull request #15178 from jsoref/tsig-mark-up

Mark up tsig tables/algorithms/lengths