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 34c6173999587dfb3b106aec16cdcbbba116cd4a (commit) via 121ac78a8f0c772fab6ecab0e391257a4f4175e5 (commit) via 36236091db34639d1bca96c1b0fead05b78e9ab0 (commit) via a0de105946f44864bb4163bc9d0bb6506c71ad20 (commit) via 5baeb01036f9ac437af205757589d78b21277ed7 (commit) via f6a63b8fb8e28c04dc1c958ccdbdd7e6d76a8008 (commit) via 761c12c6651b479408e6e2f88018d999d8f5c811 (commit) via f8a3bd7593a5f4fbb57b2b2b45929c7d1ee47178 (commit) via f142c35926ec499f6ba3846a72ce124ebc2162ba (commit) via 29859d5d31a8c9bbf20cf359ed8e1cc4ad53bab7 (commit) via a21cd45f2a860613792b77a665b6965d55a36559 (commit) via 247957a1ddd32792ebd3feaa25b4e489a50cc29e (commit) via 7e5517733a97cfc25b854942a781f02b45e4cb87 (commit) via 84097fecd8ba803d84b4eeab72fc22237e9279de (commit) from ee15d407ba3d7b430e68a393235538eab56e7408 (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 34c6173999587dfb3b106aec16cdcbbba116cd4a Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 21 20:29:00 2019 +0000
ITS#9119
commit 121ac78a8f0c772fab6ecab0e391257a4f4175e5 Author: Howard Chu hyc@openldap.org Date: Fri Nov 15 16:26:14 2019 +0000
ITS#9119 fix global operation counter reporting
commit 36236091db34639d1bca96c1b0fead05b78e9ab0 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 21 20:27:51 2019 +0000
ITS#9100
commit a0de105946f44864bb4163bc9d0bb6506c71ad20 Author: Howard Chu hyc@openldap.org Date: Mon Oct 28 19:01:36 2019 +0000
ITS#9100 relax domainScope check for absent value
commit 5baeb01036f9ac437af205757589d78b21277ed7 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 21 20:26:44 2019 +0000
ITS#9095
commit f6a63b8fb8e28c04dc1c958ccdbdd7e6d76a8008 Author: Howard Chu hyc@openldap.org Date: Fri Oct 11 20:47:29 2019 +0100
ITS#9095 insert missing commit at end of slapindex processing
commit 761c12c6651b479408e6e2f88018d999d8f5c811 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 21 20:25:25 2019 +0000
ITS#9077
commit f8a3bd7593a5f4fbb57b2b2b45929c7d1ee47178 Author: Ondřej Kuzník ondra@mistotebe.net Date: Mon Sep 23 16:37:38 2019 +0100
ITS#9077 Let the loop finish
commit f142c35926ec499f6ba3846a72ce124ebc2162ba Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 21 20:24:39 2019 +0000
ITS#9069
commit 29859d5d31a8c9bbf20cf359ed8e1cc4ad53bab7 Author: Ryan Tandy ryan@nardis.ca Date: Tue Aug 27 17:58:44 2019 -0700
ITS#9069 Do not call gnutls_global_set_mutex()
Since GnuTLS moved to implicit initialization on library load, calling this function deinitializes GnuTLS and then re-initializes it.
When GnuTLS uses /dev/urandom as an entropy source (getrandom() not available, or older versions of GnuTLS), and the application closed all file descriptors at startup, this could result in GnuTLS opening /dev/urandom over one of the application's file descriptors when re-initialized.
Additionally, the custom mutex functions are never reset, so if libldap is unloaded (for example via dlclose()) after calling this, its code may be unmapped and the application could crash when GnuTLS calls the mutex functions.
On typical systems, GnuTLS system mutexes are probably the same as what libldap uses anyway.
commit a21cd45f2a860613792b77a665b6965d55a36559 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 21 20:23:54 2019 +0000
ITS#9071
commit 247957a1ddd32792ebd3feaa25b4e489a50cc29e Author: Ondřej Kuzník ondra@mistotebe.net Date: Fri Aug 30 14:02:20 2019 +0100
ITS#9071 Document "tls none" for back-ldap
commit 7e5517733a97cfc25b854942a781f02b45e4cb87 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 21 20:22:39 2019 +0000
ITS#9067
commit 84097fecd8ba803d84b4eeab72fc22237e9279de Author: Julia Bremer bremer@univention.de Date: Tue Jul 30 13:51:02 2019 +0200
ITS#9067 fix syntax evaluation of preferredDeliveryMethod
-----------------------------------------------------------------------
Summary of changes: CHANGES | 11 +++++++-- doc/man/man5/slapd-ldap.5 | 15 ++++++------ libraries/libldap/tls_g.c | 43 +--------------------------------- servers/slapd/back-mdb/tools.c | 11 +++++++++ servers/slapd/back-monitor/operation.c | 12 ++++------ servers/slapd/controls.c | 6 ++++- servers/slapd/overlays/unique.c | 2 +- servers/slapd/schema_init.c | 12 +++++----- 8 files changed, 45 insertions(+), 67 deletions(-)