aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-02 06:41:29 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-02 06:41:29 +0100
commit2aaa63b5551219d7cb85024f082028b87350f5e8 (patch)
treec17d4ecb6a980a9f5a7dedd6e1433b0ebd3e2fe0 /lib/urldata.h
parent9173dc06823ced44da8164a4c9a477134c95f10e (diff)
spnego: Renamed the context's SPN variable
To be consistent with the Kerberos 5 context and other authentication code.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index f832ea886..5f26054fc 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -464,7 +464,7 @@ struct negotiatedata {
#ifdef HAVE_GSSAPI
OM_uint32 status;
gss_ctx_id_t context;
- gss_name_t server_name;
+ gss_name_t spn;
gss_buffer_desc output_token;
#else
#ifdef USE_WINDOWS_SSPI
@@ -473,7 +473,7 @@ struct negotiatedata {
CtxtHandle *context;
SEC_WINNT_AUTH_IDENTITY identity;
SEC_WINNT_AUTH_IDENTITY *p_identity;
- TCHAR *server_name;
+ TCHAR *spn;
size_t token_max;
BYTE *output_token;
size_t output_token_length;