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 fa46abe1c490e45b559dbfc1f73c802ae3f8bb65 (commit) via a4f0fc9941adcdab8a414eef05fecfa561097d8e (commit) via dea1847074de1434c00d6898412c0e4310d05d65 (commit) via 43cd073eaf3b76ea4299e8263f251f7ac9f78c28 (commit) via d266a6b202c882b1c865af108a1f42834a3c100e (commit) via 0cfc487a70f2de40d9827b67949569653ee0e28a (commit) via 6f2df65189c3762d98f609d04328fce808832208 (commit) from 0055caeb260544ab76f2ba66d1ce200e533956e2 (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 fa46abe1c490e45b559dbfc1f73c802ae3f8bb65 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed May 30 13:27:21 2012 -0700
ITS#7270
commit a4f0fc9941adcdab8a414eef05fecfa561097d8e Author: Frederik Deweerdt frederik.deweerdt@gmail.com Date: Fri May 11 14:05:21 2012 -0700
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
Not protecting the accesses to ldap_int_hostname could lead to a double free.
commit dea1847074de1434c00d6898412c0e4310d05d65 Author: Howard Chu hyc@openldap.org Date: Wed May 30 05:09:31 2012 -0700
ITS#7279 init rc in mdb_idl_insert_keys
commit 43cd073eaf3b76ea4299e8263f251f7ac9f78c28 Author: Howard Chu hyc@openldap.org Date: Tue May 29 19:46:17 2012 -0700
Additional fix for threaded slapadd
If slapadd'ing a config DB and tool-threads is set in the config LDIF, the checks for slap_tool_thread_max will be invalid.
commit d266a6b202c882b1c865af108a1f42834a3c100e Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed May 30 13:22:55 2012 -0700
ITS#7269 ITS#7278
commit 0cfc487a70f2de40d9827b67949569653ee0e28a Author: SATOH Fumiyasu fumiyas@osstech.co.jp Date: Thu May 24 10:23:06 2012 +0900
ITS#7278 SHA-2: Add support salted SHA-2 password hashes
Support {SSHA256}, {SSHA384} and {SSHA512} hash schemes
commit 6f2df65189c3762d98f609d04328fce808832208 Author: SATOH Fumiyasu fumiyas@osstech.co.jp Date: Thu May 10 20:26:16 2012 +0900
ITS#7269 SHA2: Avoid "static char real_hash[]" to support multithread
Remove sha*_hex_hash() and replace chk_sha*() with libraries/liblutil/passwd.c:chk_sha1() implementation to avoid a race condition.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 4 + contrib/slapd-modules/passwd/sha2/README | 50 ++-- contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 455 +++++++++++++++++++----- libraries/libldap/init.c | 2 + libraries/libldap/ldap-int.h | 1 + libraries/libldap/util-int.c | 3 + servers/slapd/back-mdb/idl.c | 4 +- servers/slapd/slapadd.c | 7 +- 8 files changed, 411 insertions(+), 115 deletions(-)