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_4 has been updated via 6f25f7ae3a3278a99588ef537776bfabcbbf7664 (commit) via c3fa6a77f8f2a6f4c0702935d8937874619766bf (commit) via a74164a9c72c2d0e72ff1e2acbfea21dfe94bc40 (commit) via 8efadea22cd29cdafaa7b5019e10336b28791d6c (commit) from 1878d201c1e0a7f42b0d5ee66d7f5a2368027c9c (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 6f25f7ae3a3278a99588ef537776bfabcbbf7664 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed May 9 12:36:54 2012 -0700
ITS#7267
commit c3fa6a77f8f2a6f4c0702935d8937874619766bf 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.
commit a74164a9c72c2d0e72ff1e2acbfea21dfe94bc40 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed May 9 12:35:46 2012 -0700
ITS#7253
commit 8efadea22cd29cdafaa7b5019e10336b28791d6c Author: Howard Chu hyc@openldap.org Date: Fri Apr 20 07:23:25 2012 -0700
ITS#7253 add a note about Criticality and RFC4510
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 ++ contrib/slapd-modules/passwd/sha2/sha2.h | 21 ++++++++++- contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 45 +++++++++++------------- servers/slapd/overlays/sssvlv.c | 3 ++ 4 files changed, 47 insertions(+), 25 deletions(-)