[PATCH] secur32: Use NTLM2 instead of NTLMv2

Kai Blin kai.blin at gmail.com
Mon Apr 19 03:15:15 CDT 2010


In the current code NTLMv2 is used when talking about second generation
NTLM crypto algorithms. Most other publiations call this NTLM2, and use
NTLMv2 to describe a different crypto handshake that can be used by
either NTLM1 or NTLM2 crypto.

Rename functions and fix up comments to make clear that the code is
about the second generation NTLM crypto, not about the new way of doing
the NTLM handshake.
---
 dlls/secur32/hmac_md5.c     |    2 +-
 dlls/secur32/ntlm.c         |   10 +++++-----
 dlls/secur32/secur32_priv.h |    6 +++---
 dlls/secur32/util.c         |   22 +++++++++++-----------
 4 files changed, 20 insertions(+), 20 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-secur32-Use-NTLM2-instead-of-NTLMv2.patch
Type: text/x-patch
Size: 7249 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100419/6b0b5261/attachment.bin>


More information about the wine-patches mailing list