]> git.sur5r.net Git - openldap/commit
ITS#2566: apply patch provided by Norbert to fix lmhash problems
authorKurt Zeilenga <kurt@openldap.org>
Sat, 9 Aug 2003 19:18:28 +0000 (19:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 9 Aug 2003 19:18:28 +0000 (19:18 +0000)
commit990346d0c8c0261ed146439cb0d2ee157c7ff25f
tree25c23865fa3bfa4ba18bf1ea209b472ea0b973db
parent863a0769199c5e08316614b0806fb46baedb4a26
ITS#2566: apply patch provided by Norbert to fix lmhash problems
- chk_lanman did not free result from hash_lanman
- copied code to generate hash from hash_lanman to chk_lanman,
  this skips prepending "{LANMAN}"
- downcase stored password hash to ensure hex characters [a-f]
  have the same case
libraries/liblutil/passwd.c