s3-ntlmssp Remove unused ntlmssp_set_hashes() and do not set an invalid LM hash
authorAndrew Bartlett <abartlet@samba.org>
Tue, 27 Dec 2011 08:39:32 +0000 (19:39 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 6 Jan 2012 13:59:12 +0000 (14:59 +0100)
commitfd69ebda26ab62333202de51d3e392af1978c544
tree9707a6d2a73dadd9ab66fbf599fa909f6bc6259a
parent60c66118b3a076aee59e581a263c045a205e5ed5
s3-ntlmssp Remove unused ntlmssp_set_hashes() and do not set an invalid LM hash

When E_deshash() returns false, it indicates that the password is either > 14 chars
in length, or could not be represented as an LM hash value for some other
reason.  In this case, we should not regard the LM hash being missing
as an error or a no-password situation.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Jan  6 14:59:13 CET 2012 on sn-devel-104
source3/include/proto.h
source3/libsmb/ntlmssp.c