libcli/auth Use convert_string_error to check LM hash calculation.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 12 Apr 2011 01:29:59 +0000 (11:29 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 Apr 2011 04:47:08 +0000 (14:47 +1000)
commitbf431fbedb8119b392b071f903b63e0f9671ee49
tree0219ceacfe1fd60c76af66c96f3dc5d7a1154eef
parentd335b635c2a5ebd8ac5478a4293798072ac18d47
libcli/auth Use convert_string_error to check LM hash calculation.

This allows us to know if the LM hash was built correctly or not.

NOTE: talloc_tos() is not available in the common code at this time.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
libcli/auth/smbencrypt.c