r17612: Modify NTLMSSP session code so that it doesn't store
commit629faa530f0422755823644f1c23bea74830912f
authorJeremy Allison <jra@samba.org>
Sat, 19 Aug 2006 20:42:04 +0000 (19 20:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:43 +0000 (10 11:38 -0500)
tree4c81095472549e8b7e3b8e7becf998615fdc74de
parentae7cc298a113d8984557684bd6ad216cbb27cff3
r17612: Modify NTLMSSP session code so that it doesn't store
a copy of the plaintext password, only the NT and LM
hashes (all it needs). Fix smbencrypt to expose hash
verions of plaintext function. Andrew Bartlett, you
might want to look at this for gensec.
This should make it easier for winbindd to store
cached credentials without having to store plaintext
passwords in an NTLM-only environment (non krb5).
Jeremy.
source/include/ntlmssp.h
source/libsmb/ntlmssp.c
source/libsmb/smbencrypt.c