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 e4f4322f6cf8f21550a84f7d83321bff14468a0b (commit) from 326d07d8c6fa5e305e531d7914bf24c9db236fc0 (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 e4f4322f6cf8f21550a84f7d83321bff14468a0b Author: SATOH Fumiyasu fumiyas@osstech.co.jp Date: Tue May 8 15:35:32 2012 +0900
SHA2: Make slapd-sha2 module portable
contrib/slapd-modules/passwd/sha2/sha2.[ch] need portable.h and some macros to be portable source.
contrib/slapd-modules/passwd/sha2/slapd-sha2.c:hash_sha*() must declare "struct berval digest" before a statement for K&R C, and must replace C++ "// foo"-style comments with C style.
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/passwd/sha2/sha2.h | 21 ++++++++++- contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 45 +++++++++++------------- 2 files changed, 41 insertions(+), 25 deletions(-)