Peter van Dijk
Peter van Dijk
### Short description Fixes #12978, I hope. ### Checklist I have: - [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code...
### Short description ### Checklist I have: - [x] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [x] compiled this code - [x] tested this code - [ ] included documentation (including possible...
- Program: Authoritative - Issue type: Feature request ### Short description When users change things via the API, the auth knows this, and can flush caches. When changes come in...
- Program: Authoritative - Issue type: Feature request ### Short description Currently, the auth HTTP API allows fetching a list of zones (on `.../zones`), with optional (`?dnssec=true`, which is the...
### Short description I think the old behaviour is harmless, as other records (like the apex NSset) will fill out the NSEC3 chain nicely, but it's better to be entirely...
because it cannot (running as user pdns) read `/etc/pdns/pdns.conf` (which is `root:root` 600 in a 755 dir). `chmod 644 /etc/pdns/pdns.conf` makes auth run.
only the ODBC tests still running in CircleCI now appear to use `regression-tests.rootzone`. We should fix this in the GH workflow.
- Program: Authoritative - Issue type: Tests needed ### Short description Before merging #6823, we would blindly XFR a zone from the master if we received a NOTIFY, even if...
While we use `HAVE_ LIBSSL` internally to see if we are building & linking against OpenSSL. However, `net-snmp-config.h` may also define `HAVE_LIBSSL`. This then reaches `dnsdist-lua.cc` (which includes `dnsdist.hh` which...
- Program: Authoritative, Recursor, dnsdist - Issue type: Feature request ### Short description Our Makefiles fail on BSD-make - in some places they error out, but worse, in some other...