mirror of
https://github.com/curl/curl.git
synced 2026-07-07 13:27:16 +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
|
|
@ -252,9 +252,9 @@ Library
|
|||
|
||||
Kerberos
|
||||
|
||||
The kerberos support is mainly in lib/krb5.c and lib/security.c but also
|
||||
curl_sasl_sspi.c for the email protocols and socks_gssapi.c & socks_sspi.c for
|
||||
SOCKS5 proxy specifics.
|
||||
Kerberos support is mainly in lib/krb5.c and lib/security.c but also
|
||||
curl_sasl_sspi.c and curl_sasl_gssapi.c for the email protocols and
|
||||
socks_gssapi.c & socks_sspi.c for SOCKS5 proxy specifics.
|
||||
|
||||
TELNET
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue