You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document HAVE_GSS_SET_NEG_MECHS/gss_set_neg_mechs().
Ref: krb5/krb5@079eed2
It's also committed to Heimdal, but not present in a release
as of 7.8.0 (current latest).
Ref: heimdal/heimdal@735039d
I'm kind of surprised gss_set_neg_mechs isn't more places because it's in RFC 4178, 3.2 says ("SHOULD") so I guess it doesn't have to support it?
When a GSS-API credential is acquired for the SPNEGO mechanism, the
implementation SHOULD produce a credential element for the SPNEGO
mechanism that internally contains GSS-API credential elements for
all mechanisms for which the principal has credentials available,
except for any mechanisms that are not to be negotiated, per
implementation-, site-, or application-specific policy.
See Appendix B for interfaces for expressing application policy.
With GNU GSS, one reason may be that it lacks SPNEGO support.
With Apple GSS, Apple may just have disabled SPNEGO/NTLM in
their fork, that happened around 2011-2012. As for Heimdal, it may
be slow in development and releases.
(According to my guesses looking around the sources.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update
GSS_C_DELEG_POLICY_FLAGcomment to include Apple GSS, adddate, and amend MIT Kerberos version to 1.7+ (was: 1.8+)
Ref: krb5/krb5@45875a4
Ref: apple-oss-distributions/Heimdal@1635de3
document
HAVE_GSS_SET_NEG_MECHS/gss_set_neg_mechs().Ref: krb5/krb5@079eed2
It's also committed to Heimdal, but not present in a release
as of 7.8.0 (current latest).
Ref: heimdal/heimdal@735039d
Follow-up to a8881e5 #21315 #22410
Follow-up to d169ad6 #22052
By my estimate Apple forked Heimdal somewhere around 1.4.0 and 1.5.1
heimdal/heimdal@49b471f,
that is around 2011-09, and before 2012-02-03:
apple-oss-distributions/Heimdal@673e1a1