mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:23:58 +03:00
vauth: Removed the need for a separate GSS-API based SPN function
This commit is contained in:
parent
e655ae0c80
commit
9feb2676a4
8 changed files with 37 additions and 39 deletions
|
|
@ -48,13 +48,11 @@ struct negotiatedata;
|
|||
|
||||
/* This is used to build a SPN string */
|
||||
#if !defined(USE_WINDOWS_SSPI)
|
||||
char *Curl_auth_build_spn(const char *service, const char *instance);
|
||||
char *Curl_auth_build_spn(const char *service, const char *host,
|
||||
const char *realm);
|
||||
#else
|
||||
TCHAR *Curl_auth_build_spn(const char *service, const char *instance);
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_GSSAPI)
|
||||
char *Curl_auth_build_gssapi_spn(const char *service, const char *instance);
|
||||
TCHAR *Curl_auth_build_spn(const char *service, const char *host,
|
||||
const char *realm);
|
||||
#endif
|
||||
|
||||
/* This is used to generate a base64 encoded PLAIN cleartext message */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue