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 de9805ee9d40ccf2c4d7079cbe3087ecb98aa877 (commit) via fcd2d35bd750546693e028fc7eb9126d42d049be (commit) via 8d7db620217dc5efa60ba913dec7a98ade90a4eb (commit) via 056df3a7969e895ecca6b7a552ccf6d4b800c595 (commit) via 412ee0ac561fd4c43b058fd1f052b661ed80a1d1 (commit) via f1ad87e649ec7b80f6a2561eee9a222e79feaeb8 (commit) via 970e3099e0392f153858205b4cda1f9622627ab0 (commit) via c28005598cc7cd284f240bd2c11ad3e523858c4e (commit) via 47a282ec6b3e3c90c9f7218e13130a34824ae1c4 (commit) via 94e4912a9bd74604d7b566638cc79557061bb23d (commit) via ad2a7df1199a24e26c488ebe39fb9de855cf6a8f (commit) via 2cca5973c5e8219473d952b10dd094abeeac8c87 (commit) via 970244fe1d19de631876a0a7d57edc816c53016b (commit) from 36f3c929939d1de0efa9c97ad30ef1bb0de14375 (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 de9805ee9d40ccf2c4d7079cbe3087ecb98aa877 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 16:22:04 2011 -0700
ITS#7006
commit fcd2d35bd750546693e028fc7eb9126d42d049be Author: Howard Chu hyc@openldap.org Date: Fri Sep 30 03:27:19 2011 -0700
ITS#7006 fix MozNSS wildcard cert match
commit 8d7db620217dc5efa60ba913dec7a98ade90a4eb Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 16:21:16 2011 -0700
ITS#7034
commit 056df3a7969e895ecca6b7a552ccf6d4b800c595 Author: Rich Megginson rmeggins@redhat.com Date: Tue Sep 6 12:59:26 2011 -0600
ITS#7034 use mutex for connection handshake when using PEM nss
PEM nss is not thread safe when establishing the initial connection using SSL_ForceHandshake. Create a new mutex - tlsm_pem_mutex - to protect this function call. The call to SSL_ConfigServerSessionIDCache() is not thread-safe - move it to the init section and protect it with the init mutex.
commit 412ee0ac561fd4c43b058fd1f052b661ed80a1d1 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 16:19:55 2011 -0700
ITS#7040
commit f1ad87e649ec7b80f6a2561eee9a222e79feaeb8 Author: Howard Chu hyc@openldap.org Date: Fri Sep 30 03:04:10 2011 -0700
ITS#7040 don't complain about other server's CSNs
Only worry if consumer has newer state for our SID. Fixes breakage caused by ITS#6606.
commit 970e3099e0392f153858205b4cda1f9622627ab0 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 16:17:55 2011 -0700
ITS#7037
commit c28005598cc7cd284f240bd2c11ad3e523858c4e Author: Howard Chu hyc@openldap.org Date: Fri Sep 30 02:27:04 2011 -0700
ITS#7037 restart consumer on Persist errors
Consumer should never get NO_SUCH_OBJECT for an Add to the underlying DB during Persist phase.
commit 47a282ec6b3e3c90c9f7218e13130a34824ae1c4 Author: Howard Chu hyc@openldap.org Date: Fri Sep 30 02:10:37 2011 -0700
ITS#7037 fix syncrepl_add_glue for empty suffix
commit 94e4912a9bd74604d7b566638cc79557061bb23d Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 16:16:35 2011 -0700
ITS#7051
commit ad2a7df1199a24e26c488ebe39fb9de855cf6a8f Author: Howard Chu hyc@openldap.org Date: Fri Sep 30 00:41:13 2011 -0700
ITS#7051 fix GNUtls cert dn parse
commit 2cca5973c5e8219473d952b10dd094abeeac8c87 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 16:15:23 2011 -0700
ITS#7052
commit 970244fe1d19de631876a0a7d57edc816c53016b Author: Howard Chu hyc@openldap.org Date: Fri Sep 30 00:09:01 2011 -0700
ITS#7052 syncrepl deletes need a non-empty CSN
Must not let the underlying DB generate its own.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 6 ++++++ libraries/libldap/tls_g.c | 6 ++++-- libraries/libldap/tls_m.c | 32 +++++++++++++++++++++++++------- servers/slapd/overlays/syncprov.c | 2 +- servers/slapd/syncrepl.c | 27 ++++++++++++++++++++++----- 5 files changed, 58 insertions(+), 15 deletions(-)