kerberos: drop logic for MIT Kerberos <1.2.3 (pre-2002) versions - #18978
kerberos: drop logic for MIT Kerberos <1.2.3 (pre-2002) versions#18978vszakats wants to merge 4 commits into
Conversation
|
I accidentally deleted the detection of So far it looks like the raw (curl replaced (355bf01) the last While investigating I'll restore these detections to cmake, and tackle the rest in a follow-up PR. |
The code uses them, autotools defines them. Having another look whether they are still necessary or useful.
It's a legacy MIT Kerberos header that's no longer used by curl since: 355bf01 (2015-01-09) There were still mentions of it after this patch, when using versions <1.2.3, but those versions aren't supported since: 9918541 (2008-06-12) This header remains in use by autotools and cmake to detect MIT Kerberos (vs. Heimdal, which doesn't have it.) Ref: #18978 (comment) Closes #18990
curl requires 1.2.4 or newer.
Also:
gss_nt_service_name. Added inf9cf3de, symbol not used in curl code
since 355bf01.