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 4bc333c5e749dd4478c34c04ca4f1630005430f4 (commit)
from 3be82f40d5cd4ca050e10859ecb961f28c807c41 (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 4bc333c5e749dd4478c34c04ca4f1630005430f4
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 11 20:47:29 2019 +0100
ITS#9095 insert missing commit at end of slapindex processing
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 11 +++++++++++
1 file changed, 11 insertions(+)
---
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 3be82f40d5cd4ca050e10859ecb961f28c807c41 (commit)
via 711a96064e7c102a3b7552794b066578e53baaab (commit)
from 639e5f15fdeaf46941ec6da5c5d5f7ef707a976c (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 3be82f40d5cd4ca050e10859ecb961f28c807c41
Author: Greg Veldman <gv(a)members.scinet.supercomputing.org>
Date: Thu Oct 3 08:41:31 2019 +0100
ITS#9055 Introduce a combined password scheme
commit 711a96064e7c102a3b7552794b066578e53baaab
Author: Greg Veldman <gv(a)members.scinet.supercomputing.org>
Date: Thu Oct 3 08:37:03 2019 +0100
ITS#9055 Accept previous token
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/totp/README | 14 +-
contrib/slapd-modules/passwd/totp/slapd-totp.c | 230 ++++++++++++++++++++++++-
contrib/slapd-modules/passwd/totp/slapo-totp.5 | 26 ++-
3 files changed, 260 insertions(+), 10 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 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
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 dbcdcb825803d40b5ef6143b9472a49e78ef9575 (commit)
from 5b304a3ae673bb9bd144b2c89ca707fced8fb543 (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 dbcdcb825803d40b5ef6143b9472a49e78ef9575
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Aug 30 09:06:26 2019 -0700
ITS#8983 ignore psearchctrl.c symlink
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 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 5b304a3ae673bb9bd144b2c89ca707fced8fb543 (commit)
from e192a0e544976bff7f20216319a8c97470d2cbd5 (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 5b304a3ae673bb9bd144b2c89ca707fced8fb543
Author: OndÅ™ej KuznÃk <ondra(a)mistotebe.net>
Date: Fri Aug 30 14:02:20 2019 +0100
ITS#9071 Document "tls none" for back-ldap
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-ldap.5 | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 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 e192a0e544976bff7f20216319a8c97470d2cbd5 (commit)
via 67f81dccc8ac4ad171f21d5719ada69717b57810 (commit)
from 8514f2a7715486d0cb9d25c59f85caece6aa9228 (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 e192a0e544976bff7f20216319a8c97470d2cbd5
Author: OndÅ™ej KuznÃk <ondra(a)mistotebe.net>
Date: Tue Aug 27 17:22:39 2019 +0100
Only allow autoca building with openssl
commit 67f81dccc8ac4ad171f21d5719ada69717b57810
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Mon Aug 26 15:08:32 2019 -0700
ITS#8753 Set minimum GnuTLS version to 3.2.2
Ensure gnutls_digest_get_id() is available
-----------------------------------------------------------------------
Summary of changes:
configure.in | 8 ++++++--
1 file changed, 6 insertions(+), 2 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, mdb.RE/0.9 has been updated
via 5db7e9baaa229b287a60b5232206c3732a320da5 (commit)
via 239d5cd82ba9d9207fec24de2c50a16fc415d6a4 (commit)
from 0c357cc88a00bda03aa4a982fc227a5872707df2 (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 5db7e9baaa229b287a60b5232206c3732a320da5
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 26 17:56:17 2019 +0100
return to release engineering, ITS#9068
commit 239d5cd82ba9d9207fec24de2c50a16fc415d6a4
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 26 17:51:53 2019 +0100
ITS#9068 fix backslash escaping
mdb_load wasn't properly inserting escaped backslashes into the data.
mdb_dump wasn't escaping backslashes when generating printable output.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 3 +++
libraries/liblmdb/mdb_dump.c | 2 ++
libraries/liblmdb/mdb_load.c | 4 ++--
3 files changed, 7 insertions(+), 2 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, mdb.master has been updated
via 5c012bbe033f9bbb273078b07dded59f080d348d (commit)
from 332718f1487d5a08324b522716e2cc3915b5ffea (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 5c012bbe033f9bbb273078b07dded59f080d348d
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 26 17:51:53 2019 +0100
ITS#9068 fix backslash escaping
mdb_load wasn't properly inserting escaped backslashes into the data.
mdb_dump wasn't escaping backslashes when generating printable output.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_dump.c | 2 ++
libraries/liblmdb/mdb_load.c | 4 ++--
2 files changed, 4 insertions(+), 2 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 8514f2a7715486d0cb9d25c59f85caece6aa9228 (commit)
from efbfc1fe95fabe0450e527e160af37603e5a2cb7 (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 8514f2a7715486d0cb9d25c59f85caece6aa9228
Author: Julia Bremer <bremer(a)univention.de>
Date: Tue Jul 30 13:51:02 2019 +0200
ITS#9067 fix syntax evaluation of preferredDeliveryMethod
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema_init.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 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, OPENLDAP_REL_ENG_2_4 has been updated
via e2de8f0836a17d909181c6f616651f8ec051190a (commit)
from c18dc0c43eb2cebca7504ddfe3a885e2aedb5579 (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 e2de8f0836a17d909181c6f616651f8ec051190a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 19 15:46:21 2019 +0000
ITS#9065
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
1 file changed, 2 insertions(+)
---
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 efbfc1fe95fabe0450e527e160af37603e5a2cb7 (commit)
from d98317488f684f3dd945f98d10283e4542c08a83 (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 efbfc1fe95fabe0450e527e160af37603e5a2cb7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 19 15:33:51 2019 +0000
ITS#9065 - Document correct attribute pwdGraceAuthnLimit
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapo-ppolicy.5 | 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, OPENLDAP_REL_ENG_2_4 has been updated
via c18dc0c43eb2cebca7504ddfe3a885e2aedb5579 (commit)
from 2521b0c76417043c01d93298e5f4935904965028 (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 c18dc0c43eb2cebca7504ddfe3a885e2aedb5579
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 19 15:33:51 2019 +0000
ITS#9065 - Document correct attribute pwdGraceAuthnLimit
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapo-ppolicy.5 | 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 d98317488f684f3dd945f98d10283e4542c08a83 (commit)
from 7cc34fa722b3f57c7d861815f2714fb81d483083 (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 d98317488f684f3dd945f98d10283e4542c08a83
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Aug 13 15:03:45 2019 +0000
ITS#9062 -- Honor TMPDIR in mkdep
-----------------------------------------------------------------------
Summary of changes:
build/mkdep | 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 7cc34fa722b3f57c7d861815f2714fb81d483083 (commit)
from 0eed0ccefc85687d1e11aaec27b7c101eb2c2210 (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 7cc34fa722b3f57c7d861815f2714fb81d483083
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 12 23:49:50 2019 +0000
ITS#9063 -- Fix missing bold tag for tls_reqcert
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 5 +++--
doc/man/man5/slapd.conf.5 | 3 ++-
2 files changed, 5 insertions(+), 3 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, OPENLDAP_REL_ENG_2_4 has been updated
via 2521b0c76417043c01d93298e5f4935904965028 (commit)
from 5c63788a987f818c5fd59ff240a54ca8484f4a83 (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 2521b0c76417043c01d93298e5f4935904965028
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 24 19:25:46 2019 +0000
Return to engineering
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
build/version.var | 2 +-
2 files changed, 3 insertions(+), 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, OPENLDAP_REL_ENG_2_4 has been updated
via 5c63788a987f818c5fd59ff240a54ca8484f4a83 (commit)
from 1f25fbc9b92823540db460b7618988d3feafbc50 (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 5c63788a987f818c5fd59ff240a54ca8484f4a83
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 24 19:15:13 2019 +0000
Add missed ITS to the 2.4.48 CHANGES file
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
1 file changed, 1 insertion(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via ca05d59cfdc97311fdcf00a92703e3ef9a7fe940 (commit)
from ed0dcb521f1eb14cf047c17dd334ae346b888726 (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 ca05d59cfdc97311fdcf00a92703e3ef9a7fe940
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 24 18:47:24 2019 +0000
Update for OpenLDAP 2.4.48
-----------------------------------------------------------------------
Summary of changes:
pages/.wmlrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The annotated tag, OPENLDAP_REL_ENG_2_4_48 has been updated
to 1b5e1449011f1e49da451b8a63bb3c49874db29f (tag)
from a40497c4204762d2195941e1e14a94fc7b5ceb8d (which is now obsolete)
tagging 1f25fbc9b92823540db460b7618988d3feafbc50 (commit)
replaces OPENLDAP_REL_ENG_2_4_47
tagged by Quanah Gibson-Mount
on Tue Jul 23 14:47:30 2019 +0000
- Log -----------------------------------------------------------------
OpenLDAP 2.4.48
Côme Chilliet (1):
ITS#8674 Return correct result from ldap_create_assertion_control_value
HAMANO Tsukasa (1):
ITS#8349 - Fix ppolicy behavior when pwdInHistory is changed
Howard Chu (30):
ITS#8727 plug ber leaks
ITS#8353 CRYPTO_set_id_callback deprecated in OpenSSL 0.9.9
Happy New Year
ITS#8969 tweak mdb_page_split
ITS#8969
Happy New Year
ITS#8969 tweak mdb_page_split
ITS#8969
ITS#8952 use msec for epoll / devpoll event wait
ITS#8472 only do index cleanup if DB is running
ITS#8963 use BIND timeout for start_tls
ITS#8975
ITS#8971 most exops have no reqDN
ITS#8971 tweak prev commit
ITS#8989 fix bitshift integer overflow
ITS#8990 pickup SLAP_MOD_SOFT modops
ITS#9007
ITS#9012 one more Win64 fix
ITS#7595 Add Elliptic Curve support for OpenSSL
ITS#7595 more doc for elliptic curve
ITS#7595 don't try to use EC if OpenSSL lacks it
ITS#8999 fix telephoneNumberNormalize, cert DN validation
ITS#8999 more for prev commit
ITS#7770 add mdb_stat info to cn=monitor
ITS#7770 schema fixup
ITS#9038 restrict rootDN proxyauthz to its own DBs.
ITS#9041 - Cleanup limits in cyrus.c
ITS#7657 back-mdb improve alias deref
ITS#9052 zero out sasl_ssf in connection_init
Release 0.9.24
Ivan Nejgebauer (1):
ITS#8037 - Add support for relax control to delta-syncrepl
Jame Gerwe (1):
ITS#8794 - Fix implicit declaration for ldap_is_ldapc_url
Jan Vcelak (1):
use AI_ADDRCONFIG if defined in the environment
Kris Zyp (2):
ITS#8975 WIN32: Skip setting file pointer for write maps
ITS#9007 don't free loose writemap pages
Nadezhda Ivanova (1):
ITS#8841 Fix an assertion error in back-meta when network interface is unavailable
OndÅ™ej KuznÃk (27):
Test updating memberof config works
ITS#8663 Fix memberof SLAP_CONFIG_EMIT
ITS#8980 Actually return the computed status
ITS#9015 Generate contextCSN unless we're a pure replica.
ITS#9015 Don't generate contextCSN on empty DB
ITS#9015 Treat an empty cookie from a FALLBACK search as a success
ITS#8693 Document unused but generated starttls parameter
ITS#8693 Tweak previous commit
ITS#8743 Initialise the metafilter we allocate
ITS#7996 Tighten race in ldap_int_initialize
ITS#8427 Set up TLS settings on each reconnection
ITS#8427 Only do StartTLS if configured
ITS#8754 Don't try IPv6 addresses unless configured to
ITS#8671 Expose OpenLDAP specific interfaces in openldap.h
ITS#8864 Fix ber_realloc after a partial ber_flush
ITS#8964 Do not free original filter
ITS#8637 Reject multiple chain URIs just like slapd.conf
ITS#9000 memberof: noop a noop rename
ITS#8755 Do not close the default SockBuf a second time
Resolve conflict between ITS#7492 and ITS#7520
ITS#8799 Let the common backend be configured through cn=config
ITS#9038 Update test028 to test this is enforced
ITS#7996 Use a separate mutex in ldap_int_initialize
Separate VERSION to its own paragraph
ITS#9038 Fix typo in test script
ITS#9038 Another test028 typo
ITS#8427 Take late TLS configuration into account
Patrick Monnerat (1):
ITS#7042 Allow unsetting of tls_* syncrepl options.
Quanah Gibson-Mount (78):
Return to engineering
Return to engineering
ITS#8727
ITS#8948 - Fix BDB lib to only be linked with static backend
ITS#8948 -- Regenerate configure
ITS#8948
ITS#8353
Happy New Year!
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Happy New Year!
ITS#8663
ITS#8952
ITS#8472
ITS#8968 - Fix ASYNC connection on Solaris 10
ITS#8968
ITS#8957 - Fix ASYNC TLS
ITS#8957
ITS#8963
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8971
ITS#8989
ITS#8990
ITS#8764 - Fix minor typo
ITS#8761 - Fix comment
ITS#8764, ITS#8761
ITS#8980
ITS#8771 - Note back-mdb is recommended
ITS#8881 - Note MDB is the primary backend
ITS#8881, ITS#8771
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#7585
ITS#9012
ITS#7595
ITS#9015
ITS#8693
Fix minor typo
ITS#8743
ITS#7326
ITS#8999
ITS#9031 - Update documentation for mdb
Fix examples by removing quotes
ITS#9031
ITS#7042
ITS#7996, ITS#8450
ITS#8427
ITS#8674
ITS#8754
ITS#8841
ITS#8671
ITS#8037
ITS#8508
ITS#8864
ITS#8964
ITS#8349
ITS#8637
ITS#8997 - Fix segfault by setting return code value
ITS#8997
ITS#8794
ITS#7721
ITS#7770
ITS#9000
ITS#8755
ITS#8799
ITS#9038
Wording tweak
ITS#9041
Fix previous commit. It broke builds where --with-cyrus-sasl=no is set.
ITS#7657
ITS#9052
Revert "use AI_ADDRCONFIG if defined in the environment"
Revert ITS#7326
Prep for release
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Revert "ITS#8427 Take late TLS configuration into account"
Revert "ITS#8427 Only do StartTLS if configured"
Revert "ITS#8427 Set up TLS settings on each reconnection"
Remove ITS#8427 from CHANGES due to revert
ITS#7585 - Windows doesn't support LDAPI
Sumit Bose (1):
ITS#7585 fix ldapi with SASL_NOCANON
Vernon Smith (1):
ITS#8980 fix async connections with non-blocking TLS
Zebediah Figura (1):
ITS#8508 - Allow ucgendat.c to recognize title-case characters even if they do not have lower-case equivalents
ck(a)test-centos64.cksoft.de (1):
ITS#7721 - Allow authTimestamp updates to be forwarded via updateref
-----------------------------------------------------------------------
---
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, OPENLDAP_REL_ENG_2_4 has been updated
via 1f25fbc9b92823540db460b7618988d3feafbc50 (commit)
from 84fc26b6a428f8c023de8b70c0290ac20d3d0bb5 (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 1f25fbc9b92823540db460b7618988d3feafbc50
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 23 14:45:16 2019 +0000
ITS#7585 - Windows doesn't support LDAPI
Adjust patch for ITS#7585 as Windows does not have LDAPI support.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/cyrus.c | 8 +++++++-
1 file changed, 7 insertions(+), 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 0eed0ccefc85687d1e11aaec27b7c101eb2c2210 (commit)
from 4ccd139355dda44b9c07c4511d9e6ce97971cbf4 (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 0eed0ccefc85687d1e11aaec27b7c101eb2c2210
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 23 14:45:16 2019 +0000
ITS#7585 - Windows doesn't support LDAPI
Adjust patch for ITS#7585 as Windows does not have LDAPI support.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/cyrus.c | 8 +++++++-
1 file changed, 7 insertions(+), 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 annotated tag, OPENLDAP_REL_ENG_2_4_48 has been updated
to a40497c4204762d2195941e1e14a94fc7b5ceb8d (tag)
from 7e6142a5d992a7ac2bd810476f7d01c4f377b527 (which is now obsolete)
tagging 84fc26b6a428f8c023de8b70c0290ac20d3d0bb5 (commit)
replaces OPENLDAP_REL_ENG_2_4_47
tagged by Quanah Gibson-Mount
on Mon Jul 22 03:14:01 2019 +0000
- Log -----------------------------------------------------------------
OpenLDAP 2.4.48
Côme Chilliet (1):
ITS#8674 Return correct result from ldap_create_assertion_control_value
HAMANO Tsukasa (1):
ITS#8349 - Fix ppolicy behavior when pwdInHistory is changed
Howard Chu (30):
ITS#8727 plug ber leaks
ITS#8353 CRYPTO_set_id_callback deprecated in OpenSSL 0.9.9
Happy New Year
ITS#8969 tweak mdb_page_split
ITS#8969
Happy New Year
ITS#8969 tweak mdb_page_split
ITS#8969
ITS#8952 use msec for epoll / devpoll event wait
ITS#8472 only do index cleanup if DB is running
ITS#8963 use BIND timeout for start_tls
ITS#8975
ITS#8971 most exops have no reqDN
ITS#8971 tweak prev commit
ITS#8989 fix bitshift integer overflow
ITS#8990 pickup SLAP_MOD_SOFT modops
ITS#9007
ITS#9012 one more Win64 fix
ITS#7595 Add Elliptic Curve support for OpenSSL
ITS#7595 more doc for elliptic curve
ITS#7595 don't try to use EC if OpenSSL lacks it
ITS#8999 fix telephoneNumberNormalize, cert DN validation
ITS#8999 more for prev commit
ITS#7770 add mdb_stat info to cn=monitor
ITS#7770 schema fixup
ITS#9038 restrict rootDN proxyauthz to its own DBs.
ITS#9041 - Cleanup limits in cyrus.c
ITS#7657 back-mdb improve alias deref
ITS#9052 zero out sasl_ssf in connection_init
Release 0.9.24
Ivan Nejgebauer (1):
ITS#8037 - Add support for relax control to delta-syncrepl
Jame Gerwe (1):
ITS#8794 - Fix implicit declaration for ldap_is_ldapc_url
Jan Vcelak (1):
use AI_ADDRCONFIG if defined in the environment
Kris Zyp (2):
ITS#8975 WIN32: Skip setting file pointer for write maps
ITS#9007 don't free loose writemap pages
Nadezhda Ivanova (1):
ITS#8841 Fix an assertion error in back-meta when network interface is unavailable
OndÅ™ej KuznÃk (27):
Test updating memberof config works
ITS#8663 Fix memberof SLAP_CONFIG_EMIT
ITS#8980 Actually return the computed status
ITS#9015 Generate contextCSN unless we're a pure replica.
ITS#9015 Don't generate contextCSN on empty DB
ITS#9015 Treat an empty cookie from a FALLBACK search as a success
ITS#8693 Document unused but generated starttls parameter
ITS#8693 Tweak previous commit
ITS#8743 Initialise the metafilter we allocate
ITS#7996 Tighten race in ldap_int_initialize
ITS#8427 Set up TLS settings on each reconnection
ITS#8427 Only do StartTLS if configured
ITS#8754 Don't try IPv6 addresses unless configured to
ITS#8671 Expose OpenLDAP specific interfaces in openldap.h
ITS#8864 Fix ber_realloc after a partial ber_flush
ITS#8964 Do not free original filter
ITS#8637 Reject multiple chain URIs just like slapd.conf
ITS#9000 memberof: noop a noop rename
ITS#8755 Do not close the default SockBuf a second time
Resolve conflict between ITS#7492 and ITS#7520
ITS#8799 Let the common backend be configured through cn=config
ITS#9038 Update test028 to test this is enforced
ITS#7996 Use a separate mutex in ldap_int_initialize
Separate VERSION to its own paragraph
ITS#9038 Fix typo in test script
ITS#9038 Another test028 typo
ITS#8427 Take late TLS configuration into account
Patrick Monnerat (1):
ITS#7042 Allow unsetting of tls_* syncrepl options.
Quanah Gibson-Mount (77):
Return to engineering
Return to engineering
ITS#8727
ITS#8948 - Fix BDB lib to only be linked with static backend
ITS#8948 -- Regenerate configure
ITS#8948
ITS#8353
Happy New Year!
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Happy New Year!
ITS#8663
ITS#8952
ITS#8472
ITS#8968 - Fix ASYNC connection on Solaris 10
ITS#8968
ITS#8957 - Fix ASYNC TLS
ITS#8957
ITS#8963
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8971
ITS#8989
ITS#8990
ITS#8764 - Fix minor typo
ITS#8761 - Fix comment
ITS#8764, ITS#8761
ITS#8980
ITS#8771 - Note back-mdb is recommended
ITS#8881 - Note MDB is the primary backend
ITS#8881, ITS#8771
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#7585
ITS#9012
ITS#7595
ITS#9015
ITS#8693
Fix minor typo
ITS#8743
ITS#7326
ITS#8999
ITS#9031 - Update documentation for mdb
Fix examples by removing quotes
ITS#9031
ITS#7042
ITS#7996, ITS#8450
ITS#8427
ITS#8674
ITS#8754
ITS#8841
ITS#8671
ITS#8037
ITS#8508
ITS#8864
ITS#8964
ITS#8349
ITS#8637
ITS#8997 - Fix segfault by setting return code value
ITS#8997
ITS#8794
ITS#7721
ITS#7770
ITS#9000
ITS#8755
ITS#8799
ITS#9038
Wording tweak
ITS#9041
Fix previous commit. It broke builds where --with-cyrus-sasl=no is set.
ITS#7657
ITS#9052
Revert "use AI_ADDRCONFIG if defined in the environment"
Revert ITS#7326
Prep for release
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Revert "ITS#8427 Take late TLS configuration into account"
Revert "ITS#8427 Only do StartTLS if configured"
Revert "ITS#8427 Set up TLS settings on each reconnection"
Remove ITS#8427 from CHANGES due to revert
Sumit Bose (1):
ITS#7585 fix ldapi with SASL_NOCANON
Vernon Smith (1):
ITS#8980 fix async connections with non-blocking TLS
Zebediah Figura (1):
ITS#8508 - Allow ucgendat.c to recognize title-case characters even if they do not have lower-case equivalents
ck(a)test-centos64.cksoft.de (1):
ITS#7721 - Allow authTimestamp updates to be forwarded via updateref
-----------------------------------------------------------------------
---
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, OPENLDAP_REL_ENG_2_4 has been updated
via 84fc26b6a428f8c023de8b70c0290ac20d3d0bb5 (commit)
from 4815d2c132f57754eb91cb1faf452672881fa9a6 (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 84fc26b6a428f8c023de8b70c0290ac20d3d0bb5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 22 03:12:27 2019 +0000
Remove ITS#8427 from CHANGES due to revert
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 ---
1 file changed, 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git