A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via 77433fe70823c933593d69fb8737ba24c84424b5 (commit) from c5e3917e8e1150fb9535bea9020b2f3c2661a16f (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 77433fe70823c933593d69fb8737ba24c84424b5 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