mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:53:18 +03:00
sasl_gssapi: Introduced GSS-API based SASL module
Added the initial version of curl_sasl_gssapi.c and updated the project files in preparation for adding GSS-API based Kerberos V5 support.
This commit is contained in:
parent
f9b7132175
commit
018b9d421a
5 changed files with 126 additions and 5 deletions
|
|
@ -39,7 +39,8 @@ SOURCE \
|
|||
http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \
|
||||
curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_ntlm_msgs.c \
|
||||
curl_sasl.c vtls/curl_schannel.c curl_multibyte.c \
|
||||
vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c
|
||||
vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c \
|
||||
curl_sasl_gssapi.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue