1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

docs: Added mention of Kerberos for CURL_VERSION_SSPI

As this has been present for SOCKSv5 proxy since v7.19.4 and for IMAP,
POP3 and SMTP authentication since v7.38.0.
This commit is contained in:
Steve Holme 2014-11-02 00:54:50 +00:00
parent 569288b3bf
commit e7da67f5d3

View File

@ -124,9 +124,9 @@ libcurl was built with support for IDNA, domain names with international
letters. (Added in 7.12.0) letters. (Added in 7.12.0)
.IP CURL_VERSION_SSPI .IP CURL_VERSION_SSPI
libcurl was built with support for SSPI. This is only available on Windows and libcurl was built with support for SSPI. This is only available on Windows and
makes libcurl use Windows-provided functions for NTLM, SPNEGO and SASL DIGEST-MD5 makes libcurl use Windows-provided functions for Kerberos, NTLM, SPNEGO and
authentication. It also allows libcurl to use the current user credentials without SASL DIGEST-MD5 authentication. It also allows libcurl to use the current user
the app having to pass them on. (Added in 7.13.2) credentials without the app having to pass them on. (Added in 7.13.2)
.IP CURL_VERSION_GSSAPI .IP CURL_VERSION_GSSAPI
libcurl was built with support for GSS-API. This makes libcurl use provided libcurl was built with support for GSS-API. This makes libcurl use provided
functions for Kerberos and SPNEGO authentication. It also allows libcurl functions for Kerberos and SPNEGO authentication. It also allows libcurl