2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

CHANGES and release notes for [GL #4012]

This commit is contained in:
Evan Hunt 2023-04-14 13:03:27 -07:00
parent 26b4acde16
commit f58b9e9d2c
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,10 @@
6184. [func] Special-case code that was added to allow GSS-TSIG
to work around bugs in the Windows 2000 version of
Active Directory has been removed. The 'nsupdate -o'
option and 'oldgsstsig' command have been
deprecated, and are now treated as synonyms for
'nsupdate -g' and 'gsstsig' respectively. [GL #4012]
6183. [bug] Fix a serve-stale bug where a delegation from cache
could be returned to the client. [GL #3950]

View File

@ -37,7 +37,12 @@ New Features
Removed Features
~~~~~~~~~~~~~~~~
- None.
- Special-case code that was originally added to allow GSS-TSIG to work
around bugs in the Windows 2000 version of Active Directory has now
been removed since Windows 2000 is long past end-of-life.
The ``nsupdate -o`` option and the ``oldgsstsig`` command to ``nsupdate``
have been deprecated, and are now treated as synonyms for ``nsupdate -g``
and ``gsstsig`` respectively. :gl:`#4012`
Feature Changes
~~~~~~~~~~~~~~~