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 9cc97ea9e1c9ee2ee9f7d427ef9b950e890c219f (commit)
from 2731ff0c23ae29414d12658f31d9d3bde6b5c374 (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 9cc97ea9e1c9ee2ee9f7d427ef9b950e890c219f
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 13 06:29:32 2018 -0800
MS AD DirSync support
Requires "attribute_option range=" in config.
No test script provided yet, since testing requires an actual AD server.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema/msuser.ldif | 4299 ++++++++++++++++++++++++++++++++++++
servers/slapd/schema/msuser.schema | 4295 +++++++++++++++++++++++++++++++++++
servers/slapd/syncrepl.c | 610 ++++-
3 files changed, 9140 insertions(+), 64 deletions(-)
create mode 100644 servers/slapd/schema/msuser.ldif
create mode 100644 servers/slapd/schema/msuser.schema
---
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 2731ff0c23ae29414d12658f31d9d3bde6b5c374 (commit)
from 12dbcc0eb3fd534ba02e3c8ed8fb1e55c964d6af (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 2731ff0c23ae29414d12658f31d9d3bde6b5c374
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 17 13:44:25 2018 -0800
ITS#5927 additional fix
Fix 2ee43073e938d1a1091813faed099b9b2298be73 to recognize range tags
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ad.c | 5 +++--
1 file changed, 3 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, OPENLDAP_REL_ENG_2_4 has been updated
via 0deab428850c2f05e5f2d86c7abebeecb7a74a2f (commit)
from 33962301a54ef532342b8c5b0ca18ca926706b57 (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 0deab428850c2f05e5f2d86c7abebeecb7a74a2f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Dec 16 21:10:09 2018 +0000
Fix location of ITS#8928
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 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 12dbcc0eb3fd534ba02e3c8ed8fb1e55c964d6af (commit)
from 79ced664b8597c8c08afcb9d1fd48ca4201fe5f7 (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 12dbcc0eb3fd534ba02e3c8ed8fb1e55c964d6af
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Dec 14 12:39:07 2018 -0800
More for revert batched writes
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 18 ++----------------
1 file changed, 2 insertions(+), 16 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 33962301a54ef532342b8c5b0ca18ca926706b57 (commit)
from 07d02d0d10d44b0f62caf20a35d663ed4416eed8 (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 33962301a54ef532342b8c5b0ca18ca926706b57
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Dec 14 15:13:58 2018 +0000
Remove test058 from RE.
Syncrepl does not currently support this configuration and the test only leads to false failures
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test058-syncrepl-asymmetric | 2471 -----------------------------
1 file changed, 2471 deletions(-)
delete mode 100755 tests/scripts/test058-syncrepl-asymmetric
---
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 07d02d0d10d44b0f62caf20a35d663ed4416eed8 (commit)
from d34baa2b0d7081fb06358f29ccb00edc27efa15b (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 07d02d0d10d44b0f62caf20a35d663ed4416eed8
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Thu Oct 18 10:33:22 2018 +0100
Skip ITS#6545 transition markers when we change mod op
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 3 ++-
1 file changed, 2 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 d34baa2b0d7081fb06358f29ccb00edc27efa15b (commit)
via 84a844cfd294a93b4fa2516a82d4f0e35e2c3d3d (commit)
from 910d901077699c9d79932f8c0780370e2fd71680 (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 d34baa2b0d7081fb06358f29ccb00edc27efa15b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Dec 13 21:15:59 2018 +0000
ITS#8932
commit 84a844cfd294a93b4fa2516a82d4f0e35e2c3d3d
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 9 21:16:10 2018 +0000
ITS#8932 check rdnNormalize success
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/bconfig.c | 6 +++++-
2 files changed, 6 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 910d901077699c9d79932f8c0780370e2fd71680 (commit)
via 63346af6933306cfcc36bcf96d434099306cad4a (commit)
via 0dae55ec0b44ce34621a73c434e19ff111d2785c (commit)
via 09aea7d84492dbfe61adf197214f206d99b43469 (commit)
via 18aa4e544ff8d53f37834ba061c0f0dfdb3ded4c (commit)
via ae8511fe780ec214400b68d23b34e7cf7bb96b14 (commit)
from 84d7c168a065b3e26c4c1b74d078305686945964 (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 910d901077699c9d79932f8c0780370e2fd71680
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Dec 13 20:40:19 2018 +0000
ITS#8752
commit 63346af6933306cfcc36bcf96d434099306cad4a
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 6 10:26:33 2018 -0800
ITS#8752 cleanup prev commit
commit 0dae55ec0b44ce34621a73c434e19ff111d2785c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 6 10:03:27 2018 -0800
ITS#8752 more for accesslog deadlock
Restructure response/cleanup invocation to avoid cleanup happening before response
commit 09aea7d84492dbfe61adf197214f206d99b43469
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 5 10:41:47 2018 +0000
ITS#8752 (maybe related)
Avoid incremental access to user-supplied bv in dupbv
commit 18aa4e544ff8d53f37834ba061c0f0dfdb3ded4c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 14 21:28:01 2018 +0000
Change backend reference from slapd-bdb to slapd-mdb
commit ae8511fe780ec214400b68d23b34e7cf7bb96b14
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Wed Nov 14 13:27:27 2018 +0000
Update ITS#8752 regression test
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +
doc/man/man5/slapo-unique.5 | 2 +-
libraries/liblber/memory.c | 27 ++-
servers/slapd/overlays/accesslog.c | 87 +++-----
tests/data/regressions/its8752/its8752 | 280 ++++++++++++++++++++++++--
tests/data/regressions/its8752/slapd.conf.mmr | 9 +-
6 files changed, 310 insertions(+), 97 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 79ced664b8597c8c08afcb9d1fd48ca4201fe5f7 (commit)
via 18e0bcb7dea29a9031e921e782c8d52c7149836c (commit)
from 6081a0307ccce9102a102586b9dc90eca62c65c0 (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 79ced664b8597c8c08afcb9d1fd48ca4201fe5f7
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 13 06:34:54 2018 -0800
Revert batched writes experimental code
Reverts
bea2c5d4382742d6074345f10e15bcb30f2c6bb0
535cf92ff44ba06d944eab8939e7e6d8e6b20d18
5a3a54333cc067209bd6aa53fd84a250f7a48b1d
afa9a9c3e019f1525a26d205f6a395b1b7a89577
due to backend deadlocks
commit 18e0bcb7dea29a9031e921e782c8d52c7149836c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 13 05:44:46 2018 -0800
Add MS AD persistent search ctrl
-----------------------------------------------------------------------
Summary of changes:
clients/tools/ldapsearch.c | 42 +++++++++++++++++++++++++++++++++++++++++-
include/ldap.h | 8 ++++++++
libraries/libldap/msctrl.c | 18 ++++++++++++++++++
servers/slapd/syncrepl.c | 35 ++++-------------------------------
4 files changed, 71 insertions(+), 32 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 6081a0307ccce9102a102586b9dc90eca62c65c0 (commit)
from 34823321c30191ee646736ebc705ac074d6d49e5 (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 6081a0307ccce9102a102586b9dc90eca62c65c0
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 6 10:26:33 2018 -0800
ITS#8752 cleanup prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 36 +++++++-----------------------------
1 file changed, 7 insertions(+), 29 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git