A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 899f3c994fc2c376aa79732577c17c9f42681c94 (commit) via 3bc7f6d27dfd3ce33a3ee2b085a2ed9f9c362c68 (commit) from 22bf5188a91d300453c4077eaa88af6b399ce7e9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 899f3c994fc2c376aa79732577c17c9f42681c94 Author: SATOH Fumiyasu fumiyas@osstech.co.jp Date: Thu May 24 10:23:06 2012 +0900
ITS#7278 SHA-2: Add support salted SHA-2 password hashes
Support {SSHA256}, {SSHA384} and {SSHA512} hash schemes
commit 3bc7f6d27dfd3ce33a3ee2b085a2ed9f9c362c68 Author: SATOH Fumiyasu fumiyas@osstech.co.jp Date: Thu May 10 20:26:16 2012 +0900
ITS#7269 SHA2: Avoid "static char real_hash[]" to support multithread
Remove sha*_hex_hash() and replace chk_sha*() with libraries/liblutil/passwd.c:chk_sha1() implementation to avoid a race condition.
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/passwd/sha2/README | 50 ++-- contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 455 +++++++++++++++++++----- 2 files changed, 394 insertions(+), 111 deletions(-)