diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-02 21:52:38 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-02 21:57:45 +0000 |
commit | 018b9d421a59cd9d45c33613440ff3e8f578bf0a (patch) | |
tree | 5ab4e77de350f3daa1ff3da649ea4bfdcf01944a /docs | |
parent | f9b7132175ed7b789d3c39452db3e2e216e5fc21 (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INTERNALS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS index b3559ba68..f8b1b47b4 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -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 |