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_5 has been updated via cd489289c0ed5c9cfcb86b9ab51b958e636ca7ac (commit) via 646fde37fc0c44ac596015652f99559866345ec8 (commit) via 657c41a43275d31afe7ed126689e2eac8c7ff88e (commit) via c63a002ce7f10b8c8f31998c23692ea52a1ffe6e (commit) via 7a53b800568da09e126d14bb822b782c47824565 (commit) via 889a61aaeba23db20aaabb99cb35767866c36778 (commit) via 689f46aa98e69c1d693c092d13a207144750164b (commit) via 9e0e6128eadcd49153e80e9bbea207f913a9f196 (commit) via cddf688d2de3e26ad42d0afac72c585042ba58a4 (commit) via b66d72014798bd71353520d6297934254bb7d4f1 (commit) from a4d69617dc1f93e7c1d2ad488c5abe741f78eeb6 (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 cd489289c0ed5c9cfcb86b9ab51b958e636ca7ac Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 22:58:33 2014 +0000
ITS#8001 fix ldap_sync_initialize
commit 646fde37fc0c44ac596015652f99559866345ec8 Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 22:24:25 2014 +0000
ITS#8000 silence warnings
commit 657c41a43275d31afe7ed126689e2eac8c7ff88e Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 21:59:45 2014 +0000
ITS#7998 silence warning
commit c63a002ce7f10b8c8f31998c23692ea52a1ffe6e Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 21:57:44 2014 +0000
ITS#7997 silence warning
commit 7a53b800568da09e126d14bb822b782c47824565 Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 02:06:50 2014 +0000
ITS#7995 fix slap_bv2undef_ad
commit 889a61aaeba23db20aaabb99cb35767866c36778 Author: Leo Yuriev leo@yuriev.ru Date: Fri Dec 5 19:41:40 2014 +0000
ITS#7968 add locks for syncrepl cookiestate
Mutex must be held even for a read-access of a cookie state, as there may be a race with write in other thread.
commit 689f46aa98e69c1d693c092d13a207144750164b Author: Mark Reynolds mreynolds@redhat.com Date: Thu Nov 13 09:49:19 2014 -0500
ITS#7979 MozNSS fix for TLS_PROTOCOL_MIN
Fix NSS code to check for TLS_PROCOTOL_MIN, and then set the SSL version range(min and max). Also updated SSL version string map table to support up to TLSv1.3
commit 9e0e6128eadcd49153e80e9bbea207f913a9f196 Author: HAMANO Tsukasa hamano@osstech.co.jp Date: Wed Nov 5 09:26:35 2014 +0000
ITS#7977 Add PBKDF2 -SHA256 and -SHA512
commit cddf688d2de3e26ad42d0afac72c585042ba58a4 Author: Howard Chu hyc@openldap.org Date: Thu Oct 30 15:00:13 2014 +0000
ITS#7976 fix delta-mmr/accesslog interaction
commit b66d72014798bd71353520d6297934254bb7d4f1 Author: Howard Chu hyc@openldap.org Date: Wed Oct 15 11:21:19 2014 +0100
Fix typo in cancel config
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/dupent/dupent.c | 2 +- contrib/slapd-modules/noopsrch/noopsrch.c | 3 +- contrib/slapd-modules/passwd/pbkdf2/README | 18 +++- contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 117 ++++++++++++++++------- contrib/slapd-modules/passwd/sha2/sha2.c | 10 +- libraries/libldap/ldap_sync.c | 4 +- libraries/libldap/tls_m.c | 20 +++- servers/slapd/ad.c | 3 +- servers/slapd/back-meta/config.c | 2 +- servers/slapd/backover.c | 8 +- servers/slapd/syncrepl.c | 16 +++- 11 files changed, 151 insertions(+), 52 deletions(-)