A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 82737719c85c6e4e3fd7d00e76d393c3fbaeecf7 (commit) via db3909d27d78bbe62de25fa8136428e27d4a7e4e (commit) via 68e064ca8470968e04beddac1457c4c836ae152d (commit) via 8b1fb962fc9facdac1ace50f45148e75a239d152 (commit) via 63308ef6bb76d22588df61dd2a2211f8b1fcd57d (commit) via c6e00c7b0fb673d670c3f5e94edd4852f1ff546c (commit) via 01a5eeac1d6aacbdeef9bcf5660967be55634f84 (commit) from 75999a18c3c302bc2a71e9a01dfe63a62be8077c (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 82737719c85c6e4e3fd7d00e76d393c3fbaeecf7 Author: Nadezhda Ivanova nivanova@symas.com Date: Fri Mar 24 13:19:00 2017 +0200
ITS#8725 Always remove listener descriptors from daemon on shutdown
commit db3909d27d78bbe62de25fa8136428e27d4a7e4e Author: Howard Chu hyc@openldap.org Date: Tue Mar 14 08:50:17 2017 +0000
ITS#8725 add slap_sl_mark / slap_sl_release
For fast cleanup after constructing disposable entries
commit 68e064ca8470968e04beddac1457c4c836ae152d Author: Howard Chu hyc@symas.com Date: Thu Feb 9 17:20:28 2017 +0000
ITS#8725 Avoid listener thread startup race
Typically only shows up under valgrind, not in regular runs
commit 8b1fb962fc9facdac1ace50f45148e75a239d152 Author: Howard Chu hyc@openldap.org Date: Thu Jan 19 20:10:38 2017 +0000
ITS#8725 connection fixes
Fix op_finish, must resched connection to pick up pending ops. Fix op completion counter.
commit 63308ef6bb76d22588df61dd2a2211f8b1fcd57d Author: Howard Chu hyc@openldap.org Date: Tue Jan 17 09:44:03 2017 +0000
ITS#8725 backover fixes for async
Fix some valgrind race conditions - wait for frontend to finish up Don't set callbacks for abandon or unbind - since they have no response Use tmpalloc for backover callback
commit c6e00c7b0fb673d670c3f5e94edd4852f1ff546c Author: Nadezhda Ivanova nivanova@symas.com Date: Fri Jan 27 10:49:24 2017 +0100
ITS#8725 Fix an invalid data access during add operations if backend is asynchronous
commit 01a5eeac1d6aacbdeef9bcf5660967be55634f84 Author: Howard Chu hyc@openldap.org Date: Tue Jan 17 11:35:54 2017 +0000
ITS#8727 plug ber leaks
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/request.c | 2 ++ servers/slapd/add.c | 17 ++++++++------- servers/slapd/backover.c | 51 +++++++++++++++++++++++++++++---------------- servers/slapd/connection.c | 5 +++++ servers/slapd/daemon.c | 3 ++- servers/slapd/proto-slap.h | 5 +++++ servers/slapd/sl_malloc.c | 18 ++++++++++++++++ 7 files changed, 74 insertions(+), 27 deletions(-)