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 0f44671c51eea74b0e782232e5a2e7205138dbbb (commit) via a2d93d69f0f1b5bc1be535e585627eb702dd9a9f (commit) via 7fa5eb42421e07dd369e20f3fa28986c5c8e8b81 (commit) via e2d01fe984317ed021ce27f37609d2a831e8d10d (commit) via 5c0b820c4ab7ef1d26cb5ba3e1d6dc7f16d64854 (commit) via 33876e22d6003b77e80435a63651cce8719a4f56 (commit) via d10fc664f77e5c775e64392223ad746b17be18a8 (commit) via 1f2caff7b9fa85af0b6823849007ef9a3591c3db (commit) via d4df939b9511816826dcb4fb283b530055b92545 (commit) via 7127d5db11013ff53940f046acbe90e04623ec0c (commit) via 33aa4405e5fe3c1fc9230af424677f362f7e635e (commit) via f4e824c8dabefb62b22cc133397e5e339ffbc9cc (commit) via 0f4d656a57c0e643c09e7fbf4c5ab711ff805438 (commit) via fa2ba35ae81c6612bf7c6f3b78605329c74382b7 (commit) via 3004e4cabd734a948c8a308baacd2245debf48ab (commit) from 64cef0f9853d16bf5058d4e22c6b22b632efa025 (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 0f44671c51eea74b0e782232e5a2e7205138dbbb Author: OndÅej KuznÃk <on...@openldap.org> Date: Fri Jun 22 14:02:30 2018 +0100 ITS#8772 Remove the local rmutex implementation commit a2d93d69f0f1b5bc1be535e585627eb702dd9a9f Author: OndÅej KuznÃk <on...@openldap.org> Date: Fri Jun 22 13:13:41 2018 +0100 ITS#8772 Remove reliance on the local rmutex implementation commit 7fa5eb42421e07dd369e20f3fa28986c5c8e8b81 Author: OndÅej KuznÃk <on...@openldap.org> Date: Fri Jun 22 14:01:19 2018 +0100 ITS#8772 Remove type distinction for recursive mutexes commit e2d01fe984317ed021ce27f37609d2a831e8d10d Author: OndÅej KuznÃk <on...@openldap.org> Date: Fri Jun 22 13:10:35 2018 +0100 ITS#8772 Update configure commit 5c0b820c4ab7ef1d26cb5ba3e1d6dc7f16d64854 Author: OndÅej KuznÃk <on...@openldap.org> Date: Fri Jun 22 13:10:13 2018 +0100 ITS#8772 Remove cthread support commit 33876e22d6003b77e80435a63651cce8719a4f56 Author: Nadezhda Ivanova <nivan...@symas.com> Date: Mon May 21 15:45:21 2018 +0100 ITS#8859 Allow backends which do not need a database to work commit d10fc664f77e5c775e64392223ad746b17be18a8 Author: Nadezhda Ivanova <nivan...@symas.com> Date: Mon May 21 15:44:41 2018 +0100 ITS#8859 Enable backend configuration commit 1f2caff7b9fa85af0b6823849007ef9a3591c3db Author: OndÅej KuznÃk <on...@openldap.org> Date: Mon May 21 15:37:50 2018 +0100 ITS#8859 Record the correct RDN commit d4df939b9511816826dcb4fb283b530055b92545 Author: OndÅej KuznÃk <okuz...@symas.com> Date: Tue Feb 20 15:21:46 2018 +0000 ITS#8858 Introduce ldap_pvt_thread_pool_walk commit 7127d5db11013ff53940f046acbe90e04623ec0c Author: OndÅej KuznÃk <on...@openldap.org> Date: Wed May 9 16:07:11 2018 +0100 ITS#8850 Wait until backends are closed before freeing connection_pool commit 33aa4405e5fe3c1fc9230af424677f362f7e635e Author: OndÅej KuznÃk <on...@openldap.org> Date: Wed May 9 16:05:30 2018 +0100 ITS#8850 Split ldap_pvt_thread_pool_destroy logic commit f4e824c8dabefb62b22cc133397e5e339ffbc9cc Author: OndÅej KuznÃk <on...@openldap.org> Date: Wed May 9 15:02:34 2018 +0100 ITS#8849 Introduce (un)pause callbacks to backends commit 0f4d656a57c0e643c09e7fbf4c5ab711ff805438 Author: OndÅej KuznÃk <on...@openldap.org> Date: Wed May 9 15:05:29 2018 +0100 ITS#8849 Use server pause facility during config changes commit fa2ba35ae81c6612bf7c6f3b78605329c74382b7 Author: OndÅej KuznÃk <on...@openldap.org> Date: Wed May 9 15:01:16 2018 +0100 ITS#8849 Introduce slap_(un)pause_server commit 3004e4cabd734a948c8a308baacd2245debf48ab Author: OndÅej KuznÃk <on...@openldap.org> Date: Tue Oct 31 16:47:35 2017 +0000 ITS#8116 Outline SyncInfo intermediate response ----------------------------------------------------------------------- Summary of changes: clients/tools/common.c | 133 +++++++++++++ clients/tools/ldapsearch.c | 170 ++++++++++++++++- configure | 114 ----------- configure.in | 66 ------- doc/guide/admin/appendix-recommended-versions.sdf | 1 - doc/guide/admin/aspell.en.pws | 1 - doc/guide/admin/install.sdf | 2 +- include/ldap_int_thread.h | 42 ----- include/ldap_pvt_thread.h | 49 ++--- include/portable.hin | 9 - libraries/libldap_r/Makefile.in | 8 +- libraries/libldap_r/ldap_thr_debug.h | 2 + libraries/libldap_r/rmutex.c | 219 ---------------------- libraries/libldap_r/thr_cthreads.c | 208 -------------------- libraries/libldap_r/thr_debug.c | 30 +++ libraries/libldap_r/thr_nt.c | 18 +- libraries/libldap_r/thr_posix.c | 9 - libraries/libldap_r/thr_pth.c | 11 -- libraries/libldap_r/thr_stub.c | 24 +-- libraries/libldap_r/thr_thr.c | 11 +- libraries/libldap_r/threads.c | 8 - libraries/libldap_r/tpool.c | 99 +++++++++- servers/slapd/bconfig.c | 42 +++-- servers/slapd/config.c | 2 +- servers/slapd/daemon.c | 47 ++++- servers/slapd/init.c | 5 + servers/slapd/overlays/accesslog.c | 10 +- servers/slapd/proto-slap.h | 3 + servers/slapd/slap.h | 5 + 29 files changed, 563 insertions(+), 785 deletions(-) delete mode 100644 libraries/libldap_r/rmutex.c delete mode 100644 libraries/libldap_r/thr_cthreads.c --- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git