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 a795d7cc0b6583ed3eb5313b9203087af6d336c3 (commit)
via 90835da72ffb18043abb809db31339bfbc643065 (commit)
via da170cbe3b1f354ad1dcdf1e2d1ce8128e9ad642 (commit)
via fba60ab2ed416507a562c956a03b4d0ac08619cc (commit)
via e20ac6b5395e702d4089d97fac6d49972a403a4d (commit)
via 19fd969d216c96e34a76e4fc7b325e93a9d7ed03 (commit)
via acc5b8866192f899af2bb7012f5d423d5296cc03 (commit)
via 08492987a0faf3d8d468d9c8fce2f670e130977c (commit)
via 61cfb80f8d3c65a3782ce7793c996c4021f5f0ce (commit)
via 44b9fd1c8144f651bbd0b86294f5d5ba06baeee1 (commit)
from 70e54d2527edbdbd6216924f63214dbc4ef9a550 (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 a795d7cc0b6583ed3eb5313b9203087af6d336c3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 5 13:14:54 2017 -0700
ITS#8583 - Fix C++ LDAP Control structure
commit 90835da72ffb18043abb809db31339bfbc643065
Author: sca+openldap(a)andreasschulze.de <sca+openldap(a)andreasschulze.de>
Date: Fri Sep 1 16:31:52 2017 -0700
ITS#8578 - remove unused-variables in RE24 testing call (2.4.45)
commit da170cbe3b1f354ad1dcdf1e2d1ce8128e9ad642
Author: Nadezhda Ivanova <nivanova(a)symas.com>
Date: Tue Sep 12 17:14:30 2017 +0300
ITS#8404 Fix an assertion failure during modify of olcDbRewrite in back-meta
commit fba60ab2ed416507a562c956a03b4d0ac08619cc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Apr 23 15:30:07 2017 -0700
ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds
via the LDAP_SASL_SIMPLE mechanism
commit e20ac6b5395e702d4089d97fac6d49972a403a4d
Author: Ted C. Cheng <tedcheng(a)symas.com>
Date: Thu Feb 5 17:19:39 2015 -0800
ITS#7520 - back-ldap omit-unknown-schema changes
commit 19fd969d216c96e34a76e4fc7b325e93a9d7ed03
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Wed Aug 29 16:23:52 2012 +0200
ITS#7374 - MozNSS: better file name matching for hashed CA certificate directory
CA certificate files in OpenSSL compatible CACERTDIR were loaded if the
file extension was '.0'. However the file name should be 8 letters long
certificate hash of the certificate subject name, followed by a numeric
suffix which is used to differentiate between two certificates with the
same subject name.
Wit this patch, certificate file names are matched correctly (using
regular expressions).
commit acc5b8866192f899af2bb7012f5d423d5296cc03
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Tue Aug 28 16:57:54 2012 +0200
ITS#7373 - TLS: do not reuse tls_session if hostname check fails
If multiple servers are specified, the connection to the first one
succeeds, and the hostname verification fails, *tls_session is not
dropped, but reused when connecting to the second server.
This is a problem with Mozilla NSS backend because another handshake
cannot be performed on the same file descriptor. From this reason,
hostname checking was moved into ldap_int_tls_connect() before
connection error handling.
commit 08492987a0faf3d8d468d9c8fce2f670e130977c
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Sun Nov 22 18:32:43 2015 +0000
ITS#7100 Update entryTtl behaviour to match RFC 2589
commit 61cfb80f8d3c65a3782ce7793c996c4021f5f0ce
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Sun Nov 22 18:31:30 2015 +0000
ITS#7100 Test for entryTtl reflecting time to live
commit 44b9fd1c8144f651bbd0b86294f5d5ba06baeee1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 7 08:44:28 2017 -0700
ITS#5048 - index on entryCSN is mandatory
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/src/LDAPControl.cpp | 5 +--
doc/man/man3/ldap_bind.3 | 6 ++++
doc/man/man5/slapd-ldap.5 | 7 ++++
doc/man/man5/slapo-syncprov.5 | 2 +-
libraries/libldap/add.c | 2 +-
libraries/libldap/extended.c | 1 -
libraries/libldap/modify.c | 2 +-
libraries/libldap/os-local.c | 2 +-
libraries/libldap/tls2.c | 34 +++++++++----------
libraries/libldap/tls_m.c | 29 +++++++++++-----
servers/slapd/back-ldap/back-ldap.h | 3 +-
servers/slapd/back-ldap/config.c | 27 +++++++++++++++
servers/slapd/back-ldap/distproc.c | 3 ++
servers/slapd/back-ldap/search.c | 34 +++++++++++++++----
servers/slapd/back-ldif/ldif.c | 1 -
servers/slapd/back-mdb/id2entry.c | 6 +---
servers/slapd/back-mdb/index.c | 2 +-
servers/slapd/back-mdb/init.c | 1 -
servers/slapd/back-mdb/monitor.c | 4 ++-
servers/slapd/back-mdb/search.c | 2 --
servers/slapd/back-mdb/tools.c | 2 --
servers/slapd/back-meta/config.c | 62 ++++++++++++++++++++++++++++++----
servers/slapd/overlays/dds.c | 67 +++++++++++++++++++++++++++++++++++++
servers/slapd/overlays/syncprov.c | 3 +-
servers/slapd/syncrepl.c | 5 +--
tests/progs/slapd-mtread.c | 4 +--
tests/scripts/defines.sh | 1 +
tests/scripts/test046-dds | 32 ++++++++++++++++--
28 files changed, 278 insertions(+), 71 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git