From fd42247cacff58fddba6a2629aa2978241f68402 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Sep 2003 22:21:11 +0000 Subject: Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft's "Negotiate" authentication as well. --- lib/urldata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/urldata.h') 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; -- cgit v1.2.3