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 19e8ef45d1e295a780e3f59ed3f5d39d5f6c878c (commit) via 8a44ba22afc4637d2a981ecd339a767749f8413e (commit) via 2e916071f839052b628f952931eb895d24a3afd1 (commit) via fd69bf5b6c8f12583489115ae1b06a3d0a2f56dd (commit) via 3a1f27dbc4162b96c2016291994f3244d8031a1d (commit) via dc0d001a43b2c912712426879cd2ffcaa9556468 (commit) via 3e5b02540efba3514d9e8911051a25bd6a5ff583 (commit) via 137748e4b4849a7389788e0593951c4035bdff20 (commit) from b567d098f1547f000d5331bfca436802544913c2 (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 19e8ef45d1e295a780e3f59ed3f5d39d5f6c878c Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Aug 31 10:38:17 2015 -0500
ITS#8232
commit 8a44ba22afc4637d2a981ecd339a767749f8413e Author: Howard Chu hyc@openldap.org Date: Sat Aug 29 19:44:33 2015 +0100
ITS#8232 avoid redundant abandon processing
commit 2e916071f839052b628f952931eb895d24a3afd1 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Aug 31 10:37:14 2015 -0500
ITS#8231
commit fd69bf5b6c8f12583489115ae1b06a3d0a2f56dd Author: Howard Chu hyc@openldap.org Date: Sat Aug 29 18:29:32 2015 +0100
ITS#8231 fix ITS#8042 regression
commit 3a1f27dbc4162b96c2016291994f3244d8031a1d Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Aug 31 10:33:34 2015 -0500
ITS#8198
commit dc0d001a43b2c912712426879cd2ffcaa9556468 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 3e5b02540efba3514d9e8911051a25bd6a5ff583 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 137748e4b4849a7389788e0593951c4035bdff20 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: CHANGES | 4 + contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 112 ++++++++++++++++++++++- servers/slapd/connection.c | 3 + servers/slapd/syncrepl.c | 3 + 4 files changed, 119 insertions(+), 3 deletions(-)