diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-05 12:26:05 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-05 12:26:05 -0400 |
commit | 6d027cfdb19c26df3151a519ed55acfe2c4cb7c3 (patch) | |
tree | c40004c2518013409bd0f701eca868fd14c74e7f /fs/cifs/cifspdu.h | |
parent | f64b23ae4aef9f69d71ea41529a188acd5ab4930 (diff) |
[CIFS] NTLMv2 support part 3
Response struct filled in exacty for 16 byte hash which we need to check
more to make sure it works.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r-- | fs/cifs/cifspdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h index 503b7e32ede3..5250b93d3098 100644 --- a/fs/cifs/cifspdu.h +++ b/fs/cifs/cifspdu.h | |||
@@ -582,7 +582,7 @@ struct ntlmssp2_name { | |||
582 | 582 | ||
583 | struct ntlmv2_resp { | 583 | struct ntlmv2_resp { |
584 | char ntlmv2_hash[CIFS_ENCPWD_SIZE]; | 584 | char ntlmv2_hash[CIFS_ENCPWD_SIZE]; |
585 | __le32 blob_sign; | 585 | __le32 blob_signature; |
586 | __u32 reserved; | 586 | __u32 reserved; |
587 | __le64 time; | 587 | __le64 time; |
588 | __u64 client_chal; /* random */ | 588 | __u64 client_chal; /* random */ |