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 9df3bd087a2dc53bcd4c887c648dd5e01a9808e3 (commit) via 236b5cd0cf93315d173ab6e6c0f46401de87d1d0 (commit) via 0240fd969df00e2c05082fb3264f4d0cd4c28665 (commit) via 9b9cc5d68bdb5db70cd6cff32a6e27ddd29e0e70 (commit) via 374c25c47d4465f921b6184371324baec3e776ec (commit) via d6fcda4c7f3fa37d2532a40d083bcc54d5222ce5 (commit) via cbfc827a362e59e5918777f7d782440279c515ca (commit) via 3d416910913efe72ddcb5942cb22dafe0d9056da (commit) via 8c9a26c90d603a6040a74042ae995a95cadddda7 (commit) from 08c3ab2bb7c795dee20f991951cac812b9aa0575 (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 9df3bd087a2dc53bcd4c887c648dd5e01a9808e3 Merge: 236b5cd 8c9a26c Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Nov 5 11:18:47 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
commit 236b5cd0cf93315d173ab6e6c0f46401de87d1d0 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Nov 5 11:18:35 2013 -0800
ITS#7739
commit 0240fd969df00e2c05082fb3264f4d0cd4c28665 Author: Howard Chu hyc@openldap.org Date: Tue Nov 5 07:34:30 2013 -0800
ITS#7739 fix for empty nested include
commit 9b9cc5d68bdb5db70cd6cff32a6e27ddd29e0e70 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Nov 5 11:18:05 2013 -0800
ITS#7740
commit 374c25c47d4465f921b6184371324baec3e776ec Author: Jorge Perez Burgos jorge.perez.burgos@ericsson.com Date: Tue Nov 5 10:12:41 2013 +0100
ITS#7740 back-meta: avoid blocking other threads
Don't lock other threads while trying to connect to remote node.
commit d6fcda4c7f3fa37d2532a40d083bcc54d5222ce5 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Nov 5 11:17:20 2013 -0800
ITS#7735
commit cbfc827a362e59e5918777f7d782440279c515ca Author: Howard Chu hyc@openldap.org Date: Sat Nov 2 14:20:15 2013 -0700
Fix slap_reparse_sync_cookie prototype
commit 3d416910913efe72ddcb5942cb22dafe0d9056da Author: Howard Chu hyc@openldap.org Date: Fri Nov 1 11:07:51 2013 -0700
ITS#7735 plug memleak
Introduced in commit 48cdd54d9accb9283807ed592369b72654fb302d
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 +++ libraries/liblmdb/mdb.c | 9 +-------- servers/slapd/back-meta/bind.c | 18 ++++++++++++++++++ servers/slapd/bconfig.c | 2 +- servers/slapd/ldapsync.c | 17 +++++++++++++++++ servers/slapd/proto-slap.h | 2 ++ servers/slapd/syncrepl.c | 3 ++- 7 files changed, 44 insertions(+), 10 deletions(-)