1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vauth
Steve Holme 3fc845914a vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO
As SPNEGO is only defined when these pre-processor variables are defined
there is no need to query them explicitly.
2016-07-23 21:29:16 +01:00
..
cleartext.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
cram.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
digest_sspi.c vauth: Fix memleak by freeing credentials if out of memory 2016-07-20 22:00:45 -04:00
digest.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
digest.h URLs: change http to https in many places 2016-04-06 11:58:34 +02:00
krb5_gssapi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
krb5_sspi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
ntlm_sspi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
ntlm.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
ntlm.h vauth: Updated the copyright year after recent changes 2016-03-25 17:40:12 +00:00
oauth2.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
spnego_gssapi.c spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration 2016-07-23 21:29:16 +01:00
spnego_sspi.c spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration 2016-07-23 21:29:16 +01:00
vauth.c URLs: change http to https in many places 2016-04-06 11:58:34 +02:00
vauth.h vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO 2016-07-23 21:29:16 +01:00