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 639e5f15fdeaf46941ec6da5c5d5f7ef707a976c (commit)
from 81025cc8bfffac24c8d05792928b05898f23693e (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 639e5f15fdeaf46941ec6da5c5d5f7ef707a976c
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Mon Sep 23 17:27:18 2019 +0100
ITS#9081 Do not leak sb (ITS#8755 regression)
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/unbind.c | 1 +
1 file changed, 1 insertion(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 81025cc8bfffac24c8d05792928b05898f23693e (commit)
from 63c82c0ed7b29dc839e076d5b3efb373f04a2627 (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 81025cc8bfffac24c8d05792928b05898f23693e
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Mon Sep 23 16:37:38 2019 +0100
ITS#9077 Let the loop finish
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/unique.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 63c82c0ed7b29dc839e076d5b3efb373f04a2627 (commit)
from dc3e4501048cf85ba3ce9127140b78900a2c298b (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 63c82c0ed7b29dc839e076d5b3efb373f04a2627
Author: Ryan Tandy <ryan(a)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.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_g.c | 43 +------------------------------------------
1 file changed, 1 insertion(+), 42 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 dc3e4501048cf85ba3ce9127140b78900a2c298b (commit)
via a14fb731ac6e39cd037512ca63bcb021f0196e5b (commit)
from dbcdcb825803d40b5ef6143b9472a49e78ef9575 (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 dc3e4501048cf85ba3ce9127140b78900a2c298b
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Sep 10 19:00:21 2019 +0100
ITS#8731 Remove extra args
commit a14fb731ac6e39cd037512ca63bcb021f0196e5b
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Sep 10 18:59:17 2019 +0100
ITS#9076 Set oldctrls correctly
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/chain.c | 2 +-
servers/slapd/back-ldap/extended.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git