mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Merge branch 'michal/prepare-documentation-for-bind-9.19.15' into 'v9.19.15-release'
Prepare documentation for BIND 9.19.15 See merge request isc-private/bind9!550
This commit is contained in:
@@ -162,7 +162,7 @@ def wait_for_proc_termination(proc, max_timeout=10):
|
|||||||
# In both methods named should exit gracefully.
|
# In both methods named should exit gracefully.
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"kill_method",
|
"kill_method",
|
||||||
[pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigtem"],
|
[pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"],
|
||||||
)
|
)
|
||||||
def test_named_shutdown(named_port, control_port, kill_method):
|
def test_named_shutdown(named_port, control_port, kill_method):
|
||||||
# pylint: disable-msg=too-many-locals
|
# pylint: disable-msg=too-many-locals
|
||||||
|
@@ -62,10 +62,10 @@
|
|||||||
|
|
||||||
The query log entry first reports a client object identifier in @0x<hexadecimal-number> format. Next, it reports the client's IP address and port number, and the query name, class, and type. Next, it reports whether the Recursion Desired flag was set (+ if set, - if not set), whether the query was signed (S), whether EDNS was in use along with the EDNS version number (E(#)), whether TCP was used (T), whether DO (DNSSEC Ok) was set (D), whether CD (Checking Disabled) was set (C), whether a valid DNS Server COOKIE was received (V), and whether a DNS COOKIE option without a valid Server COOKIE was present (K). After this, the destination address the query was sent to is reported. Finally, if any CLIENT-SUBNET option was present in the client query, it is included in square brackets in the format [ECS address/source/scope].
|
The query log entry first reports a client object identifier in @0x<hexadecimal-number> format. Next, it reports the client's IP address and port number, and the query name, class, and type. Next, it reports whether the Recursion Desired flag was set (+ if set, - if not set), whether the query was signed (S), whether EDNS was in use along with the EDNS version number (E(#)), whether TCP was used (T), whether DO (DNSSEC Ok) was set (D), whether CD (Checking Disabled) was set (C), whether a valid DNS Server COOKIE was received (V), and whether a DNS COOKIE option without a valid Server COOKIE was present (K). After this, the destination address the query was sent to is reported. Finally, if any CLIENT-SUBNET option was present in the client query, it is included in square brackets in the format [ECS address/source/scope].
|
||||||
|
|
||||||
``client 127.0.0.1#62536 (www.example.com):``
|
.. code-block:: none
|
||||||
``query: www.example.com IN AAAA +SE``
|
|
||||||
``client ::1#62537 (www.example.net):``
|
client @0x7f91b8005490 127.0.0.1#62536 (www.example.com): query: www.example.com IN AAAA +E(0)K (127.0.0.1)
|
||||||
``query: www.example.net IN AAAA -SE``
|
client @0x7f91b4007400 ::1#62537 (www.example.net): query: www.example.net IN AAAA +E(0)K (::1)
|
||||||
|
|
||||||
The first part of this log message, showing the client address/port number and query name, is repeated in all subsequent log messages related to the same query.
|
The first part of this log message, showing the client address/port number and query name, is repeated in all subsequent log messages related to the same query.
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@ information about each release, and source code.
|
|||||||
|
|
||||||
.. include:: ../notes/notes-known-issues.rst
|
.. include:: ../notes/notes-known-issues.rst
|
||||||
|
|
||||||
.. include:: ../notes/notes-current.rst
|
.. include:: ../notes/notes-9.19.15.rst
|
||||||
.. include:: ../notes/notes-9.19.14.rst
|
.. include:: ../notes/notes-9.19.14.rst
|
||||||
.. include:: ../notes/notes-9.19.13.rst
|
.. include:: ../notes/notes-9.19.13.rst
|
||||||
.. include:: ../notes/notes-9.19.12.rst
|
.. include:: ../notes/notes-9.19.12.rst
|
||||||
|
@@ -12,34 +12,23 @@
|
|||||||
Notes for BIND 9.19.15
|
Notes for BIND 9.19.15
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Security Fixes
|
|
||||||
~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
- None.
|
|
||||||
|
|
||||||
New Features
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
- None.
|
|
||||||
|
|
||||||
Removed Features
|
|
||||||
~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
- None.
|
|
||||||
|
|
||||||
Feature Changes
|
Feature Changes
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- Use NS records for relaxed QNAME-minimization mode. This reduces the
|
- The ``relaxed`` QNAME minimization mode now uses NS records. This
|
||||||
number of queries ``named`` makes when resolving, as it allows the
|
reduces the number of queries :iscman:`named` makes when resolving, as
|
||||||
non-existence of NS RRsets at non-referral nodes to be cached in
|
it allows the non-existence of NS RRsets at non-referral nodes to be
|
||||||
addition to the normally cached referrals. :gl:`#3325`
|
cached in addition to the normally cached referrals. :gl:`#3325`
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
- Restored the abilty to read HMAC-MD5 K file pairs (K*.+157+*.{key,private})
|
- The ability to read HMAC-MD5 key files, which was accidentally lost in
|
||||||
that was accidentally lost. :gl:`#4154`
|
BIND 9.19.6 and BIND 9.18.8, has been restored. :gl:`#3668`
|
||||||
|
:gl:`#4154`
|
||||||
|
|
||||||
|
- Several minor stability issues with the catalog zone implementation
|
||||||
|
have been fixed. :gl:`#4132` :gl:`#4136` :gl:`#4171`
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
Reference in New Issue
Block a user