r1661: Changed the password history format so that each history entry
authorJeremy Allison <jra@samba.org>
Thu, 5 Aug 2004 19:57:41 +0000 (19:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:17 +0000 (10:52 -0500)
commit82e4036aaa2d283534a5bd8149857320fcf0d0dc
tree3d5e8e62f18de37020b67fcbf9622b34ea78f380
parentd5060c30e38b46b322615f0e0b465fbf73ed5245
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.
source/include/smb.h
source/libsmb/smbencrypt.c
source/passdb/passdb.c
source/passdb/pdb_get_set.c
source/smbd/chgpasswd.c