Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
correct bogus use of poll(2) related constants, improving non-Linux
portability. Thanks Wouter de Jong.
- `commit 27ff60a <https://github.com/PowerDNS/pdns/commit/27ff60a>`__:
- make sure our NSEC(3)s for names with spaces in them are correct.
+ make sure our NSEC/NSEC3 records for names with spaces in them are correct.
Reported by Jimmy Bergman. Includes test.
- `commit 116e28a <https://github.com/PowerDNS/pdns/commit/116e28a>`__:
reduce log level of successful gpgsql/gsqlite3 connection to Info
:pullreq: 11357
:tickets: 11225
- Reject non-apex NSEC(3)s that have both the NS and SOA bits set.
+ Reject non-apex NSEC/NSEC3 records that have both the NS and SOA bits set.
.. change::
:tags: Improvements
:tags: Improvements
:pullreq: 10599
- Be more strict when validating DS with respect to parent/child NSEC(3)s.
+ Be more strict when validating DS with respect to parent/child NSEC/NSEC3 records.
.. change::
:tags: Bug Fixes