summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-13 00:20:09 +0200
committerYang Tse <yangsita@gmail.com>2011-08-13 00:20:51 +0200
commit1e4187f8bfd95388be22dfb01f31b6bd54c2fe5f (patch)
tree9b2456000d56cdb86cc539d665c2d4f67995aa63 /lib/http_ntlm.c
parent8bd877d179906228c787900ec3aca7de1905418d (diff)
downloadcurl-1e4187f8bfd95388be22dfb01f31b6bd54c2fe5f.tar.gz
http NTLM: update NTLM type-* message structure descriptions - followup
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r--lib/http_ntlm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index 0a8985d60..ed2f05b3b 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -304,7 +304,7 @@ CURLntlm Curl_input_ntlm(struct connectdata *conn,
12 Target Name security buffer
20 Flags long
24 Challenge 8 bytes
- (32) Context (optional) 8 bytes (two consecutive longs) (*)
+ (32) Context 8 bytes (two consecutive longs) (*)
(40) Target Information security buffer (*)
(48) OS Version Structure 8 bytes (*)
32 (48) (56) Start of data block (*)
@@ -1289,13 +1289,13 @@ CURLcode Curl_output_ntlm(struct connectdata *conn,
8 NTLM Message Type long (0x03000000)
12 LM/LMv2 Response security buffer
20 NTLM/NTLMv2 Response security buffer
- 28 Domain Name security buffer
+ 28 Target Name security buffer
36 User Name security buffer
44 Workstation Name security buffer
(52) Session Key security buffer (*)
(60) Flags long (*)
(64) OS Version Structure 8 bytes (*)
- 52 (64) (72) Start of data block (*)
+ 52 (64) (72) Start of data block
(*) -> Optional
*/