aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-11 22:21:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-11 22:21:11 +0000
commitfd42247cacff58fddba6a2629aa2978241f68402 (patch)
tree507cc95f7c9006a3bd072d071e7c8f694b5cc1a4 /lib/urldata.h
parent0efcb57623189dab5b772ca755841ed7494f04ca (diff)
Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft's
"Negotiate" authentication as well.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index d5dc2e1f8..6d89bf736 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -186,6 +186,8 @@ struct ntlmdata {
#ifdef GSSAPI
struct negotiatedata {
+ bool gss; /* Whether we're processing GSS-Negotiate or Negotiate */
+ const char* protocol; /* "GSS-Negotiate" or "Negotiate" */
OM_uint32 status;
gss_ctx_id_t context;
gss_name_t server_name;