summaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-07-11 21:45:25 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-08-06 20:31:19 +0100
commitf8a8ed73fe7b130255d335d6b54b6d2e0accd056 (patch)
tree5175c01a2678da7f57b8c3f30f576a4cac71735d /lib/urldata.h
parentf8af8606a5420e2cfb17f2f32d750b6b2e7b52f9 (diff)
downloadcurl-f8a8ed73fe7b130255d335d6b54b6d2e0accd056.tar.gz
http_negotiate_sspi: Fixed specific username and password not working
Bug: http://curl.haxx.se/mail/lib-2014-06/0224.html Reported-by: Leonardo Rosati
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 f32988afa..dcf72dd1d 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -459,6 +459,8 @@ struct negotiatedata {
DWORD status;
CtxtHandle *context;
CredHandle *credentials;
+ SEC_WINNT_AUTH_IDENTITY identity;
+ SEC_WINNT_AUTH_IDENTITY *p_identity;
char server_name[1024];
size_t max_token_length;
BYTE *output_token;