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 a2b946d008b9ba78f053b1d1673cfb7e14028f90 (commit)
from 5371d9f2901ef23863bbe6286c9f758937043705 (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 a2b946d008b9ba78f053b1d1673cfb7e14028f90
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 19 16:07:13 2017 -0700
ITS#6300 - Remove kqueue from project list
-----------------------------------------------------------------------
Summary of changes:
doc/devel/todo | 1 -
1 file changed, 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 5371d9f2901ef23863bbe6286c9f758937043705 (commit)
via c5b73dd85b9746491d23d1bb92fae3017e0cba8f (commit)
via a25046535cc4f57f53b0e6952ab478593b886be6 (commit)
from 311bc0052cc294d363333de87bebeb9dd15e3ee3 (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 5371d9f2901ef23863bbe6286c9f758937043705
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 19 14:59:24 2017 -0700
ITS#8719, ITS#8605, ITS#6300 -- Regenerate configure
commit c5b73dd85b9746491d23d1bb92fae3017e0cba8f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Sep 19 21:48:24 2017 +0000
ITS#6300 -- Update for multi-listener support
commit a25046535cc4f57f53b0e6952ab478593b886be6
Author: Bryan Duncan <bduncan(a)apple.com>
Date: Mon Nov 14 11:34:12 2011 -0800
ITS #6300: Added support for using kqueue in slapd (for systems that support kqueue(2).
Patch obtained from:
http://public.me.com/bryan.duncan/bryan-duncan.kqueue.090922.patch
# This patch file is derived from OpenLDAP Software. All of the
# modifications to OpenLDAP Software represented in the following
# patch(es) were developed by Apple. I, Bryan Duncan, am authorized by
# Apple, my employer, to release this work under the following terms.
#
# Copyright 2009 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted only as authorized by the OpenLDAP
# Public License.
#
# A copy of this license is available in file LICENSE in the
# top-level directory of the distribution or, alternatively, at
# http://www.OpenLDAP.org/license.html.
#
-----------------------------------------------------------------------
Summary of changes:
configure | 98 +++++++++++++++++-
configure.in | 12 +++
include/portable.hin | 6 ++
servers/slapd/daemon.c | 264 +++++++++++++++++++++++++++++++++++++++++++++++--
4 files changed, 368 insertions(+), 12 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 f7651fd6d4867270dbd8c208d4d185aada0d00c4 (commit)
via 68216c2be21542a8d027088a050fea63c930e9e8 (commit)
via 583715e6a3a7602cb27fdda98d3d72bbe0972694 (commit)
via 5f0636286b3490bf544274af2a46ce0744920571 (commit)
via a86b1bf233de5fc722ac3cdea1113409c934e1bf (commit)
via eb356e090f10157ae5b07c8af7f9e852fcb80230 (commit)
from a5897b04ab7465b2ead9a072512233f190ed2a40 (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 f7651fd6d4867270dbd8c208d4d185aada0d00c4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Oct 17 10:11:32 2017 -0700
ITS#8752
commit 68216c2be21542a8d027088a050fea63c930e9e8
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 14 11:22:53 2017 +0100
ITS#8752 accesslog: cleanup should only be called on failures
commit 583715e6a3a7602cb27fdda98d3d72bbe0972694
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:25:29 2017 +0100
ITS#8752 fix syncrepl deadlock from updateCookie
Must release cookieState->cs_mutex before invoking backend.
Add a condvar to serialize calls of updateCookie, so we can
release the mutex and still update sequentially.
Also added tid logging, useful in conjunction with
7ab0e1aff0cc48cdfb299ca7dbd27900a9e3d1a8
commit 5f0636286b3490bf544274af2a46ce0744920571
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:24:19 2017 +0100
ITS#8752 additional debug info, thread ID of rmutex lockers
commit a86b1bf233de5fc722ac3cdea1113409c934e1bf
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 5 22:13:39 2017 +0100
ITS#8752 fix syncrepl null_callback
Make sure it's last in callback stack
commit eb356e090f10157ae5b07c8af7f9e852fcb80230
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 4 20:36:25 2017 -0700
ITS#8752 - Add regression test
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +
servers/slapd/overlays/accesslog.c | 23 +-
servers/slapd/syncrepl.c | 83 ++++---
tests/data/regressions/its8752/its8752 | 266 +++++++++++++++++++++
.../regressions/{its4337 => its8752}/slapd.conf | 15 +-
tests/data/regressions/its8752/slapd.conf.mmr | 143 +++++++++++
6 files changed, 496 insertions(+), 37 deletions(-)
create mode 100755 tests/data/regressions/its8752/its8752
copy tests/data/regressions/{its4337 => its8752}/slapd.conf (75%)
create mode 100644 tests/data/regressions/its8752/slapd.conf.mmr
---
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 a5897b04ab7465b2ead9a072512233f190ed2a40 (commit)
from 11f228325342ccb967b53f121f47393502f18a2c (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 a5897b04ab7465b2ead9a072512233f190ed2a40
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 10 11:30:15 2017 -0800
ITS#8444 - Add regression test
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8444/its8444 | 322 +++++++++++++++++++++
.../data/regressions/its8444/slapd-provider1.ldif | 160 ++++++++++
.../data/regressions/its8444/slapd-provider2.ldif | 160 ++++++++++
.../data/regressions/its8444/slapd-provider3.ldif | 160 ++++++++++
.../data/regressions/its8444/slapd-provider4.ldif | 160 ++++++++++
5 files changed, 962 insertions(+)
create mode 100755 tests/data/regressions/its8444/its8444
create mode 100644 tests/data/regressions/its8444/slapd-provider1.ldif
create mode 100644 tests/data/regressions/its8444/slapd-provider2.ldif
create mode 100644 tests/data/regressions/its8444/slapd-provider3.ldif
create mode 100644 tests/data/regressions/its8444/slapd-provider4.ldif
---
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 311bc0052cc294d363333de87bebeb9dd15e3ee3 (commit)
from 3bb8b737ed8e444c6771c1465574eb6cf5b7f19a (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 311bc0052cc294d363333de87bebeb9dd15e3ee3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Oct 17 09:47:02 2017 -0700
ITS#8752 - Add echo statements about the purpose of the test and a
warning that it may take manual intervention to exit if a deadlock
occurs
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8752/its8752 | 5 +++++
1 file changed, 5 insertions(+)
---
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 772bb9d047e95d4a6f8eb1b6a99252c847666481 (commit)
via bab80e82ecdaebb9a1e198a1dc295eb8b0bd767c (commit)
from 1b67def7bbe49c256bf5b6b1294eb1f6a29d8fb6 (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 772bb9d047e95d4a6f8eb1b6a99252c847666481
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 16 12:30:06 2017 -0700
Add A-Team Systems, USA to the support list
commit bab80e82ecdaebb9a1e198a1dc295eb8b0bd767c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 16 12:22:54 2017 -0700
Comment out Costa Rica mirror, it no longer exists
-----------------------------------------------------------------------
Summary of changes:
pages/software/download/index.wml | 2 ++
pages/support/index.wml | 59 ++++++++++++++++++++++-----------------
2 files changed, 35 insertions(+), 26 deletions(-)
---
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 branch, master has been updated
via 3bb8b737ed8e444c6771c1465574eb6cf5b7f19a (commit)
via 03ee55d7250f29c71e2f7f453668e9d71aa627b1 (commit)
from 1c963f473945e9902c1682d917baa58002a9ab95 (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 3bb8b737ed8e444c6771c1465574eb6cf5b7f19a
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 14 11:22:53 2017 +0100
ITS#8752 accesslog: cleanup should only be called on failures
commit 03ee55d7250f29c71e2f7f453668e9d71aa627b1
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 18:46:18 2017 +0100
Revert "ITS#8752 ppolicy: don't call same cleanup twice"
This reverts commit 1c963f473945e9902c1682d917baa58002a9ab95.
Revert "ITS#8752 make sure all cleanups are called in overlay_op_walk"
This reverts commit b0ad788b8aaad7d5e75827dacd4bbba203ae69ff.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/backover.c | 3 ++-
servers/slapd/overlays/accesslog.c | 8 ++++----
servers/slapd/overlays/ppolicy.c | 1 -
3 files 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, master has been updated
via 1c963f473945e9902c1682d917baa58002a9ab95 (commit)
from 0d7489b9089c8cb5766cc689d8c414f166b4d84e (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 1c963f473945e9902c1682d917baa58002a9ab95
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:39:37 2017 +0100
ITS#8752 ppolicy: don't call same cleanup twice
fallout from b0ad788b8aaad7d5e75827dacd4bbba203ae69ff
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.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 0d7489b9089c8cb5766cc689d8c414f166b4d84e (commit)
via 4a574324fd8c35c9ceffecd149bb14ab84b59a85 (commit)
via b0ad788b8aaad7d5e75827dacd4bbba203ae69ff (commit)
via 065b315f0da07e2d30308316ae38fe62dd488539 (commit)
from d7b2c768313f2fd72e660df3bef6f344e3b90403 (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 0d7489b9089c8cb5766cc689d8c414f166b4d84e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:25:29 2017 +0100
ITS#8752 fix syncrepl deadlock from updateCookie
Must release cookieState->cs_mutex before invoking backend.
Add a condvar to serialize calls of updateCookie, so we can
release the mutex and still update sequentially.
Also added tid logging, useful in conjunction with
7ab0e1aff0cc48cdfb299ca7dbd27900a9e3d1a8
commit 4a574324fd8c35c9ceffecd149bb14ab84b59a85
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:24:19 2017 +0100
ITS#8752 additional debug info, thread ID of rmutex lockers
commit b0ad788b8aaad7d5e75827dacd4bbba203ae69ff
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:22:34 2017 +0100
ITS#8752 make sure all cleanups are called in overlay_op_walk
commit 065b315f0da07e2d30308316ae38fe62dd488539
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:16:25 2017 +0100
fix syncprov_qtask race, test062 crashes
Keep s_mutex locked until we know we're removed from queue.
Remember qtask cookie so we can retract if ineeded when deleting
the overlay from running slapd.
config_delete is still unsafe, overlay_remove is running with active
threadpool instead of paused pool.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/backover.c | 3 +--
servers/slapd/overlays/accesslog.c | 15 +++++++++++++
servers/slapd/overlays/syncprov.c | 43 +++++++++++++++++++++++++-------------
servers/slapd/syncrepl.c | 20 ++++++++++++++++--
4 files changed, 63 insertions(+), 18 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 d7b2c768313f2fd72e660df3bef6f344e3b90403 (commit)
from 10566c8be384c6435476ec54e842382841cb84b6 (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 d7b2c768313f2fd72e660df3bef6f344e3b90403
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 12 13:42:37 2017 -0700
Update script that does random modifications on random masters. Better
reproduces the problem.
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8752/its8752 | 48 +++++++++++++++++++++++++++++++++-
1 file changed, 47 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 11f228325342ccb967b53f121f47393502f18a2c (commit)
via b1147424473240b559b709d625e453af570559fe (commit)
from ff09609f3e133bb0fda3bee1c5d691db149110f7 (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 11f228325342ccb967b53f121f47393502f18a2c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 13:08:53 2017 -0700
ITS#8692
commit b1147424473240b559b709d625e453af570559fe
Author: Michael Ströder <michael(a)stroeder.com>
Date: Wed Jul 12 20:18:22 2017 +0200
ITS#8692 let back-sock generate increment: line in case of LDAP_MOD_INCREMENT (see RFC 4525, section 3)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-sock/modify.c | 4 ++++
2 files changed, 5 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 636b63b5fd18d16fec97eaf3deb34706647ab898 (commit)
from cbf5f034766c0b1c02e5d87f60c1e3626430cc71 (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 636b63b5fd18d16fec97eaf3deb34706647ab898
Author: Michael Ströder <michael(a)stroeder.com>
Date: Wed Jul 12 20:18:22 2017 +0200
ITS#8692 let back-sock generate increment: line in case of LDAP_MOD_INCREMENT (see RFC 4525, section 3)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-sock/modify.c | 4 ++++
1 file changed, 4 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, OPENLDAP_REL_ENG_2_4 has been updated
via ff09609f3e133bb0fda3bee1c5d691db149110f7 (commit)
via 0fbe92dcdfc37b79dfe910c39e7989d24b26d171 (commit)
via a8cf2fb10047794c83873f5ff5c125ecd0e53168 (commit)
via 49e7fb84cd6e92936ece5459dfd71a3f5b644c8d (commit)
via 9db93a138932ddbe68f2a4215d136383d4f3dc46 (commit)
via 9b777110ffe5b3f37ce4d9e13cd1d3c4130b5a89 (commit)
via 0b70535007ee1121597a860f0b1aa3755551c0ee (commit)
via 36839b3ea1aea81d199792d0c7002730880ae8c9 (commit)
via 738d62fa4163706924ac3db3227944211190da86 (commit)
via 5b2625c5509e8c57b29d59d6669c6adf78aec393 (commit)
via 07aa06b4aca389fdc8b93ad968787a262720a7fd (commit)
via cac7a95b5a9918959ff316ef878b6513e9cebc7b (commit)
via dae0dac07e4ff54de975860ae1a99643f46d7b43 (commit)
via f53258cf2f78b99adde56d9a9f4697a9f9c06823 (commit)
via 0568ddb0395eb907273017ddde70175a62ce7d1f (commit)
via f465c18c45d1d1a97e0db0153b21eaf8792f1c85 (commit)
via 1292dc90e933184ffadb3213f0a342c916d9b81d (commit)
via 99421d328d1f8c60169c1b7f13130d4d55b825c1 (commit)
via 73d483243c1b09adcc209f1a19281c3cb0c3e440 (commit)
via 9733303d999aab403086f65664a5afa245519145 (commit)
via 2ea49579c4833bc178c169ec575d6bd135fb9660 (commit)
via 3ce6a2d0c86725a5f4205ec001a86a5f86a5db75 (commit)
via 70dbc04d6674c9dcc948e1c6e79f2e7c3a69006f (commit)
via a50b39d8036ac9276cc1ce00d3823f67cd91c16e (commit)
from 66928d6b992575c019995d2225e8441bfb83ec9f (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 ff09609f3e133bb0fda3bee1c5d691db149110f7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:47:24 2017 -0700
ITS#7389
commit 0fbe92dcdfc37b79dfe910c39e7989d24b26d171
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri Sep 14 14:24:29 2012 +0200
ITS#7389 - MozNSS: load certificates from certdb, fallback to PEM
If TLS_CACERT pointed to a PEM file and TLS_CACERTDIR was set to NSS
certificate database, the backend assumed that the certificate is always
located in the certificate database. This assumption might be wrong.
This patch makes the library to try to load the certificate from NSS
database and fallback to PEM file if unsuccessfull.
commit a8cf2fb10047794c83873f5ff5c125ecd0e53168
Author: Ian Puleston <ipuleston(a)SonicWALL.com>
Date: Thu Sep 18 18:48:50 2014 -0700
ITS#8167 Fix non-blocking TLS with referrals
commit 49e7fb84cd6e92936ece5459dfd71a3f5b644c8d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:45:11 2017 -0700
ITS#8687
commit 9db93a138932ddbe68f2a4215d136383d4f3dc46
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Sep 22 14:25:20 2017 -0700
ITS#8687 - EGD is disabled by default in OpenSSL 1.1. We need to comment out this block if it is not detected. Particularly affects cross compilation.
commit 9b777110ffe5b3f37ce4d9e13cd1d3c4130b5a89
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:43:29 2017 -0700
ITS#8583
commit 0b70535007ee1121597a860f0b1aa3755551c0ee
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 36839b3ea1aea81d199792d0c7002730880ae8c9
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:41:57 2017 -0700
ITS#8578
commit 738d62fa4163706924ac3db3227944211190da86
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 5b2625c5509e8c57b29d59d6669c6adf78aec393
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:40:07 2017 -0700
ITS#8404
commit 07aa06b4aca389fdc8b93ad968787a262720a7fd
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 cac7a95b5a9918959ff316ef878b6513e9cebc7b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:39:03 2017 -0700
ITS#8121
commit dae0dac07e4ff54de975860ae1a99643f46d7b43
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 f53258cf2f78b99adde56d9a9f4697a9f9c06823
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:37:48 2017 -0700
ITS#7520
commit 0568ddb0395eb907273017ddde70175a62ce7d1f
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 f465c18c45d1d1a97e0db0153b21eaf8792f1c85
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:36:00 2017 -0700
ITS#7374
commit 1292dc90e933184ffadb3213f0a342c916d9b81d
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 99421d328d1f8c60169c1b7f13130d4d55b825c1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:34:13 2017 -0700
ITS#7373
commit 73d483243c1b09adcc209f1a19281c3cb0c3e440
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 9733303d999aab403086f65664a5afa245519145
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:29:45 2017 -0700
ITS#7100
commit 2ea49579c4833bc178c169ec575d6bd135fb9660
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 3ce6a2d0c86725a5f4205ec001a86a5f86a5db75
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 70dbc04d6674c9dcc948e1c6e79f2e7c3a69006f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:28:36 2017 -0700
ITS#5048
commit a50b39d8036ac9276cc1ce00d3823f67cd91c16e
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:
CHANGES | 16 +++++++--
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 | 40 +++++++++++-----------
libraries/libldap/tls_m.c | 68 +++++++++++++++++++++++++------------
libraries/libldap/tls_o.c | 6 ++--
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 +++++++++++++++--
30 files changed, 326 insertions(+), 90 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 66928d6b992575c019995d2225e8441bfb83ec9f (commit)
via cf2b647d15d15096a2c06a6d7d080cb3647e49a7 (commit)
via a1df76d9539e43662a89be05da4a59589fe0886c (commit)
via e6fe81a1a5cf101935069288a295df0c5af38fc7 (commit)
from 669a4d29c3e8258a9411d36dcb4cece23ad0908f (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 66928d6b992575c019995d2225e8441bfb83ec9f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 11 12:16:35 2017 -0700
ITS#8717, ITS#8720, ITS#8226
commit cf2b647d15d15096a2c06a6d7d080cb3647e49a7
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 6 21:46:09 2017 +0100
ITS#8717 call connection delete callbacks
When TLS fails to start
commit a1df76d9539e43662a89be05da4a59589fe0886c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 31 16:53:45 2017 +0100
ITS#8720 use the configured exop timeout for StartTLS
Also, there's no need for a retry loop here. Just wait for
the specified timeout or give up.
commit e6fe81a1a5cf101935069288a295df0c5af38fc7
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 1 22:08:50 2017 +0100
ITS#8226 optimization
Don't release read txn unless there has actually been a new write txn
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
libraries/libldap/open.c | 25 +++++++++++++++++++++++++
servers/slapd/back-ldap/back-ldap.h | 2 ++
servers/slapd/back-ldap/bind.c | 29 +++++++++++------------------
servers/slapd/back-mdb/search.c | 5 ++++-
5 files changed, 45 insertions(+), 19 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 cbf5f034766c0b1c02e5d87f60c1e3626430cc71 (commit)
via 46c93e41f43da7f16270179c6eff75e450617329 (commit)
via 35a880c53ed0d06b9d0010c9a3ddca04f66dfa9c (commit)
from a795d7cc0b6583ed3eb5313b9203087af6d336c3 (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 cbf5f034766c0b1c02e5d87f60c1e3626430cc71
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri Sep 14 14:24:29 2012 +0200
ITS#7389 - MozNSS: load certificates from certdb, fallback to PEM
If TLS_CACERT pointed to a PEM file and TLS_CACERTDIR was set to NSS
certificate database, the backend assumed that the certificate is always
located in the certificate database. This assumption might be wrong.
This patch makes the library to try to load the certificate from NSS
database and fallback to PEM file if unsuccessfull.
commit 46c93e41f43da7f16270179c6eff75e450617329
Author: Ian Puleston <ipuleston(a)SonicWALL.com>
Date: Thu Sep 18 18:48:50 2014 -0700
ITS#8167 Fix non-blocking TLS with referrals
commit 35a880c53ed0d06b9d0010c9a3ddca04f66dfa9c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Sep 22 14:25:20 2017 -0700
ITS#8687 - EGD is disabled by default in OpenSSL 1.1. We need to comment out this block if it is not detected. Particularly affects cross compilation.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls2.c | 6 +++---
libraries/libldap/tls_m.c | 39 +++++++++++++++++++++++++++------------
libraries/libldap/tls_o.c | 6 ++++--
3 files changed, 34 insertions(+), 17 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 bb8502f08800a44a6b91a94d6478aa7101c4cc77 (commit)
from 8c2c5e2b4bf2e4504694aa9684922d505af9ba75 (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 bb8502f08800a44a6b91a94d6478aa7101c4cc77
Author: Quanah Gibson-Mount <quanah(a)symas.com>
Date: Wed Jun 7 13:42:51 2017 -0700
ITS#8612 Fix Solaris builds with liblmdb
This patch fixes liblmdb builds on Solaris and derivatives by defining
_POSIX_PTHREAD_SEMANTICS
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++++
1 file changed, 4 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 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
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, symas-2.4 has been created
at 5e382bdbd84c879b3276fb252aabfbdfd30ad37d (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
---
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, entais has been created
at c9f4b03a99cb9cdc353d7554562431108f6e98ea (commit)
- Log -----------------------------------------------------------------
commit c9f4b03a99cb9cdc353d7554562431108f6e98ea
Author: OndÅ™ej KuznÃk <okuznik(a)symas.com>
Date: Fri Oct 6 13:58:55 2017 +0100
Check we got an integer in slapd.conf
commit 9e7357785c8f2ef3862634c6f2e0be6ea0d23a48
Author: OndÅ™ej KuznÃk <okuznik(a)symas.com>
Date: Fri Oct 6 13:37:20 2017 +0100
Re-fix replication passing
commit 3911909b028351ea580c60e639631f70068b71dd
Author: OndÅ™ej KuznÃk <okuznik(a)symas.com>
Date: Fri Oct 6 13:36:59 2017 +0100
Check slapd.conf loads as we do it
commit b1bea504f9bd640fa3d7d48c20e9679281ed66cd
Author: OndÅ™ej KuznÃk <okuznik(a)symas.com>
Date: Fri Oct 6 13:36:17 2017 +0100
Fix tests when main backend is compiled into slapd in variant as well
-----------------------------------------------------------------------
---
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 70e54d2527edbdbd6216924f63214dbc4ef9a550 (commit)
from 78626aeb4a6cee4bc8f441660918c64581eedea6 (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 70e54d2527edbdbd6216924f63214dbc4ef9a550
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 5 22:13:39 2017 +0100
ITS#8752 fix syncrepl null_callback
Make sure it's last in callback stack
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 63 +++++++++++++++++++++++++++---------------------
1 file changed, 36 insertions(+), 27 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 78626aeb4a6cee4bc8f441660918c64581eedea6 (commit)
from ae2a2a794b1d5aede8df4ef934f6a675a0844375 (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 78626aeb4a6cee4bc8f441660918c64581eedea6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 5 09:23:02 2017 -0700
Fix script so it exits
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8752/its8752 | 4 +++-
1 file 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, master has been updated
via ae2a2a794b1d5aede8df4ef934f6a675a0844375 (commit)
from 53a41a22da46927e42dddf20fd35fbc499723ed1 (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 ae2a2a794b1d5aede8df4ef934f6a675a0844375
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 4 20:42:54 2017 -0700
ITS#8444 - Fix description to match the actual issue that was fixed
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8444/its8444 | 3 +--
1 file changed, 1 insertion(+), 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 53a41a22da46927e42dddf20fd35fbc499723ed1 (commit)
from ff2d7cc798897ddcd53ed453a7f4ae2442facd71 (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 53a41a22da46927e42dddf20fd35fbc499723ed1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 4 20:36:25 2017 -0700
ITS#8752 - Add regression test
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8752/its8752 | 213 +++++++++++++++++++++
.../regressions/{its4337 => its8752}/slapd.conf | 15 +-
tests/data/regressions/its8752/slapd.conf.mmr | 143 ++++++++++++++
3 files changed, 367 insertions(+), 4 deletions(-)
create mode 100755 tests/data/regressions/its8752/its8752
copy tests/data/regressions/{its4337 => its8752}/slapd.conf (75%)
create mode 100644 tests/data/regressions/its8752/slapd.conf.mmr
---
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 1b67def7bbe49c256bf5b6b1294eb1f6a29d8fb6 (commit)
from f67bcd90cce5af50536743e82b102c9c6076676b (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 1b67def7bbe49c256bf5b6b1294eb1f6a29d8fb6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 28 19:07:49 2017 -0700
Update coding style information with to include tab requirements and
line length
-----------------------------------------------------------------------
Summary of changes:
pages/devel/programming.wml | 2 ++
1 file changed, 2 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git