From f41deddde879c15350df880b1c8959bb521cd679 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 9 May 2019 00:30:09 +0100 Subject: ntlm: Ensure the HTTP header data is not stored in the challenge/response --- lib/urldata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 239f65ec7..e2afc6406 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -372,8 +372,8 @@ struct ntlmdata { /* used for communication with Samba's winbind daemon helper ntlm_auth */ curl_socket_t ntlm_auth_hlpr_socket; pid_t ntlm_auth_hlpr_pid; - char *challenge_header; - char *response_header; + char *challenge; /* The received base64 encoded ntlm type-2 message */ + char *response; /* The generated base64 ntlm type-1/type-3 message */ #endif #endif }; -- cgit v1.2.3