mirror of
https://github.com/curl/curl.git
synced 2026-08-07 02:58:50 +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
|
|
@ -546,6 +546,7 @@ X_OBJS= \
|
|||
$(DIROBJ)\curl_ntlm_wb.obj \
|
||||
$(DIROBJ)\curl_rtmp.obj \
|
||||
$(DIROBJ)\curl_sasl.obj \
|
||||
$(DIROBJ)\curl_sasl_gssapi.obj \
|
||||
$(DIROBJ)\curl_sasl_sspi.obj \
|
||||
$(DIROBJ)\curl_schannel.obj \
|
||||
$(DIROBJ)\curl_sspi.obj \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue