mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:02:04 -04:00
Merge branch '2607-remove-custom-spnego' into 'main'
Remove custom ISC SPNEGO implementation Closes #2607 See merge request isc-projects/bind9!4856
This commit is contained in:
commit
01cd310407
2 changed files with 9 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
5609. [func] GSSAPI support no longer uses the ISC SPNEGO
|
||||
implementation. [GL #2607]
|
||||
|
||||
5608. [bug] Dig now honors +retry=0 and +tries=1 when queries
|
||||
are sent over TCP (+tcp) and the remote server closes
|
||||
the connection prematurely. [GL #2490]
|
||||
|
|
|
|||
|
|
@ -34,7 +34,12 @@ Removed Features
|
|||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- The GSSAPI no longer uses the ISC implementation of the SPNEGO
|
||||
mechanism and instead relies on the SPNEGO implementation from the
|
||||
system Kerberos library. All major Kerberos libraries contain the
|
||||
SPNEGO mechanism implementation. This change was implemented in BIND
|
||||
9.17.2, but it was not included in the release notes at the time.
|
||||
[GL #2607]
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue