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 75bde873f1c8baa08b38571f3cf1325bc9e348cc (commit)
from 20c77b4acfc6706e55e8f1698f31f9b4bf34e5b4 (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 75bde873f1c8baa08b38571f3cf1325bc9e348cc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Feb 28 23:54:20 2018 +0000
ITS#8800 -- Ensure there are no differences due to different checkpoints
being logged to the underlying DB's contextCSN.
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8800/slapd-provider1.ldif | 2 +-
tests/data/regressions/its8800/slapd-provider2.ldif | 2 +-
tests/data/regressions/its8800/slapd-provider3.ldif | 2 +-
tests/data/regressions/its8800/slapd-provider4.ldif | 2 +-
4 files changed, 4 insertions(+), 4 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 22cc51d061e40f3e6370be668ef81ab0dc0bd282 (commit)
from 8300eee0179798abe4a55cad6170044d1a80cf99 (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 22cc51d061e40f3e6370be668ef81ab0dc0bd282
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Feb 28 23:54:20 2018 +0000
ITS#8800 -- Ensure there are no differences due to different checkpoints
being logged to the underlying DB's contextCSN.
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8800/slapd-provider1.ldif | 2 +-
tests/data/regressions/its8800/slapd-provider2.ldif | 2 +-
tests/data/regressions/its8800/slapd-provider3.ldif | 2 +-
tests/data/regressions/its8800/slapd-provider4.ldif | 2 +-
4 files changed, 4 insertions(+), 4 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 20c77b4acfc6706e55e8f1698f31f9b4bf34e5b4 (commit)
from 8ab4308c636447ea8a1c709d5f54b0537cca41c0 (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 20c77b4acfc6706e55e8f1698f31f9b4bf34e5b4
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 22 14:59:41 2018 +0000
ITS#8789 revert previous patch
And try another approach. Always write contextCSN updates, but
don't set dont_replicate for updates we want propagated.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 24 ++---------
servers/slapd/overlays/syncprov.c | 21 +++++-----
servers/slapd/syncrepl.c | 82 ++++++++++++++++++--------------------
3 files changed, 53 insertions(+), 74 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 8300eee0179798abe4a55cad6170044d1a80cf99 (commit)
via 08851a8200416fb3d96faa0efb2be7b8a5086f43 (commit)
from e0cc94a0b72d1fb866c406dc7c940bba9010c84f (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 8300eee0179798abe4a55cad6170044d1a80cf99
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 22 03:12:32 2018 +0000
back-mdb Multival fixes
Fix multival logic on Replace
Fix return codes from modify_internal, id2entry_put
commit 08851a8200416fb3d96faa0efb2be7b8a5086f43
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 22 14:59:41 2018 +0000
ITS#8789 revert previous patch
And try another approach. Always write contextCSN updates, but
don't set dont_replicate for updates we want propagated.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 27 ++++++++-----
servers/slapd/back-mdb/modify.c | 21 +++++++---
servers/slapd/overlays/accesslog.c | 28 ++-----------
servers/slapd/overlays/syncprov.c | 21 +++++-----
servers/slapd/syncrepl.c | 82 ++++++++++++++++++--------------------
5 files changed, 84 insertions(+), 95 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 8ab4308c636447ea8a1c709d5f54b0537cca41c0 (commit)
via 1166ca72454e9541040f7b25cb3369e300b8980f (commit)
via 8e45ec5a321d0fbb6fcb464147518844e55dda2b (commit)
from f8158aaa6bbfbceed7d08d180afa1056abc89850 (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 8ab4308c636447ea8a1c709d5f54b0537cca41c0
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 31 15:19:58 2018 +0000
ITS#8789 avoid unnecessary writes of context entry
If syncprov is present, only write contextCSN attribute on
actual state changes, not on per-entry modifications.
Continue to update in-memory cookieState. Saves overhead,
syncprov will eventually checkpoint it into the DB anyway.
commit 1166ca72454e9541040f7b25cb3369e300b8980f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 21 19:50:45 2018 +0000
Add debug msg if adding entry to logDB fails
commit 8e45ec5a321d0fbb6fcb464147518844e55dda2b
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 21 19:48:02 2018 +0000
ITS#8752 accesslog: partially revert 3bb8b737ed8e444c6771c1465574eb6cf5b7f19a
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 11 ++++--
servers/slapd/syncrepl.c | 81 ++++++++++++++++++++++----------------
2 files changed, 55 insertions(+), 37 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 e0cc94a0b72d1fb866c406dc7c940bba9010c84f (commit)
via 434c306cbefeafe40f638ed3df93d630c996f9e5 (commit)
via 9fc6b894ec1648bd0661c7e928c091597d121677 (commit)
from d5170d5f6e25cec71d44847545824defe630da66 (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 e0cc94a0b72d1fb866c406dc7c940bba9010c84f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 31 15:19:58 2018 +0000
ITS#8789 avoid unnecessary writes of context entry
If syncprov is present, only write contextCSN attribute on
actual state changes, not on per-entry modifications.
Continue to update in-memory cookieState. Saves overhead,
syncprov will eventually checkpoint it into the DB anyway.
commit 434c306cbefeafe40f638ed3df93d630c996f9e5
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 21 19:50:45 2018 +0000
Add debug msg if adding entry to logDB fails
commit 9fc6b894ec1648bd0661c7e928c091597d121677
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 21 19:48:02 2018 +0000
ITS#8752 accesslog: partially revert 3bb8b737ed8e444c6771c1465574eb6cf5b7f19a
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 11 ++++--
servers/slapd/syncrepl.c | 81 ++++++++++++++++++++++----------------
2 files changed, 55 insertions(+), 37 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 e85ae1fe883b4847f07cfebc2630636d06e429c3 (commit)
via 55fcd0cfee1cb4bbe1033a3efbad9795f79d4014 (commit)
from 4d5e2d2a2ac38b9d56b6ba73187c325024718167 (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 e85ae1fe883b4847f07cfebc2630636d06e429c3
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 18 21:00:54 2018 +0000
ITS#8324 More for Win32 NTDLL junk
Use GetProcAddress at runtime, avoid buildtime NTDLL link issues
commit 55fcd0cfee1cb4bbe1033a3efbad9795f79d4014
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Nov 19 19:44:53 2017 +0000
Add mdb_drop tool
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 9 +--
libraries/liblmdb/mdb.c | 37 +++++++++---
libraries/liblmdb/mdb_drop.1 | 40 +++++++++++++
libraries/liblmdb/mdb_drop.c | 135 +++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/tooltag | 5 ++
5 files changed, 214 insertions(+), 12 deletions(-)
create mode 100644 libraries/liblmdb/mdb_drop.1
create mode 100644 libraries/liblmdb/mdb_drop.c
---
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 f8158aaa6bbfbceed7d08d180afa1056abc89850 (commit)
from 1f4a1c1dbcdcc0424834cc706b123e3749b31676 (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 f8158aaa6bbfbceed7d08d180afa1056abc89850
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 13 02:57:26 2018 +0000
ITS#8800 -- Fix database name
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8800/{its8800db.ldif => db.ldif} | 0
tests/data/regressions/its8800/its8800 | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename tests/data/regressions/its8800/{its8800db.ldif => db.ldif} (100%)
---
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 d5170d5f6e25cec71d44847545824defe630da66 (commit)
from d11ae735deeedb3341882da42cc0ef0cb32e43c7 (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 d5170d5f6e25cec71d44847545824defe630da66
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 13 02:57:26 2018 +0000
ITS#8800 -- Fix database name
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8800/{its8800db.ldif => db.ldif} | 0
tests/data/regressions/its8800/its8800 | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename tests/data/regressions/its8800/{its8800db.ldif => db.ldif} (100%)
---
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 1f4a1c1dbcdcc0424834cc706b123e3749b31676 (commit)
via ad52f28de26d9f1445e786077f72b6c47c4ceeb2 (commit)
via 1ae683882c9f54900d333fcb9fe508f9b61c46cf (commit)
via f81e1de630c955578bbab6c4ca638aae265e11c6 (commit)
from 0e6f39ce99cbd2ec63194b730beb19d603a9fd18 (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 1f4a1c1dbcdcc0424834cc706b123e3749b31676
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 13 01:42:35 2018 +0000
ITS#8800 -- Remove bash requirement
commit ad52f28de26d9f1445e786077f72b6c47c4ceeb2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 13 00:34:09 2018 +0000
Wait for slapd to stop before proceeding. Otherwise this test may fail.
Fix variable usage so it doesn't delete data/slapd.conf after running
commit 1ae683882c9f54900d333fcb9fe508f9b61c46cf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 12 23:48:05 2018 +0000
ITS#4326 - Fix regression test so it operates correctly
commit f81e1de630c955578bbab6c4ca638aae265e11c6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 12 23:50:17 2018 +0000
ITS#4336 - Fix regression test to be valid
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its4326/its4326 | 9 +++++++--
tests/data/regressions/its4326/slapd.conf | 4 ++--
tests/data/regressions/its4336/its4336 | 11 ++++++++---
tests/data/regressions/its8752/its8752 | 15 ++++++++-------
tests/data/regressions/its8800/its8800 | 20 ++++++++------------
5 files changed, 33 insertions(+), 26 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git