r9412: Simplfy this NTLM authentication code by requiring the caller to
commitceec35564f44c8043888c8ffa776f137bd1171c8
authorAndrew Bartlett <abartlet@samba.org>
Sat, 20 Aug 2005 05:59:27 +0000 (20 05:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:33:35 +0000 (10 13:33 -0500)
treef0410c9be58f8d1fcd3f1e3d33f3b8fe167fd606
parent727f5109421e9414a335e42e3ad3dd3ff19776bd
r9412: Simplfy this NTLM authentication code by requiring the caller to
supply the user_sess_key and lm_sess_key parameters.  Inspired by
coverty complaining about inconsistant checking.

Also factor out some of this code, where we deal with just NT and LM
hashes, or embedded plaintext passwords.

Andrew Bartlett
source/auth/auth_sam.c
source/auth/ntlm_check.c