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 9d2dc5dd2469f7708ba176f2888720cf3fc3a3a3 (commit) via 709a0f4a97b6ab40fd2a267be4bf80d303d657a4 (commit) via ba20d70d2bc061f072b155a8f3f562a603a42377 (commit) from 0dba4d2c9aa3fa1066d1c84e983805928692e83c (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 9d2dc5dd2469f7708ba176f2888720cf3fc3a3a3 Author: Ryan Tandy ryan@nardis.ca Date: Sat Aug 22 18:59:13 2015 -0700
ITS#8198 use #elif instead of #else for gnutls cases
Reserve #else for actual fallback cases.
commit 709a0f4a97b6ab40fd2a267be4bf80d303d657a4 Author: Luca Bruno luca.bruno@rocket-internet.de Date: Wed Nov 5 15:32:33 2014 +0100
ITS#8198 Optionally use libnettle instead of OpenSSL for crypto
OpenLDAP can be configured to be either built with OpenSSL or GnuTLS. This commit adds support for building pw-pbkbdf2 module without OpenSSL, by using PBKDF2 crypto primitives provided by libnettle. Closes hamano/openldap-pbkdf2#2
Signed-off-by: Luca Bruno luca.bruno@rocket-internet.de
commit ba20d70d2bc061f072b155a8f3f562a603a42377 Author: Luca Bruno luca.bruno@rocket-internet.de Date: Wed Nov 5 16:15:55 2014 +0100
ITS#8198 Fix an always-true check
Fixed asprintf return value check, in order to properly catch error conditions. This has been caught by clang -Wtautological-compare:
pw-pbkdf2.c:132:17: warning: comparison of unsigned expression < 0 is always false if(msg->bv_len < 0){ ~~~~~~~~~~~ ^ ~
Signed-off-by: Luca Bruno luca.bruno@rocket-internet.de
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 112 ++++++++++++++++++++++- 1 file changed, 109 insertions(+), 3 deletions(-)