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 0fbabb115b875a81b3a0e9d95b62f01a11c1d050 (commit) from ce84b177b66dc2ce2671ce55fc76b00d3907d560 (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 0fbabb115b875a81b3a0e9d95b62f01a11c1d050 Author: HAMANO Tsukasa hamano@osstech.co.jp Date: Fri Nov 8 17:58:00 2013 +0900
ITS#7742 New: PBKDF2 module
Signed-off-by: HAMANO Tsukasa hamano@osstech.co.jp
-----------------------------------------------------------------------
Summary of changes: .../slapd-modules/passwd/{sha2 => pbkdf2}/Makefile | 15 +- contrib/slapd-modules/passwd/pbkdf2/README | 87 ++++++ contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 295 ++++++++++++++++++++ 3 files changed, 390 insertions(+), 7 deletions(-) copy contrib/slapd-modules/passwd/{sha2 => pbkdf2}/Makefile (82%) create mode 100644 contrib/slapd-modules/passwd/pbkdf2/README create mode 100644 contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c