r1661: Changed the password history format so that each history entry
commit2723be12397c1ddadecac501fb2484c5aa56a564
authorJeremy Allison <jra@samba.org>
Thu, 5 Aug 2004 19:57:41 +0000 (5 19:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:17 +0000 (10 10:52 -0500)
treec872dcf5f1cbbeaf8f560b67ebeec39a2f3f2cff
parentab8139381eff04be5c5ce78bf1526c299c1278d8
r1661: Changed the password history format so that each history entry
consists of a 16 byte salt, followed by the 16 byte MD5 hash of
the concatination of the salt plus the NThash of the historical
password. Allows these to be exposed in LDAP without security issues.
Jeremy.
(This used to be commit 82e4036aaa2d283534a5bd8149857320fcf0d0dc)
source3/include/smb.h
source3/libsmb/smbencrypt.c
source3/passdb/passdb.c
source3/passdb/pdb_get_set.c
source3/smbd/chgpasswd.c