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 dfc67067a7b85418fe8cf485dbd0bf56410f6128 (commit)
via 9f235b1e5a1c698519ca3ee9e7724744442958f7 (commit)
via 86bd2da6ac69acc2df956260d081d03421116828 (commit)
via 324fdd0c41fca50bd0bfacead6b5b7583ac233dc (commit)
via 735c97cfdb6ee21d58146126e916bb3b1cdc511e (commit)
via 37df43786bbb1918e28f3fb0117e58dd9d96cd1c (commit)
from c0ff1cfcc102ff3749954d4a86428a95b95b3e75 (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 dfc67067a7b85418fe8cf485dbd0bf56410f6128
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Sep 7 17:03:22 2018 +0000
ITS#8912
commit 9f235b1e5a1c698519ca3ee9e7724744442958f7
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 5 11:42:05 2018 +0100
ITS#8912 omit hidden DBs from rootDse
commit 86bd2da6ac69acc2df956260d081d03421116828
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 31 14:28:22 2018 +0100
Fix index delete
Deleting all indices should also reset default mask
commit 324fdd0c41fca50bd0bfacead6b5b7583ac233dc
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 29 02:02:13 2018 +0100
ITS#8909 additional tweak
Set error code on failure
commit 735c97cfdb6ee21d58146126e916bb3b1cdc511e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Sep 7 17:02:07 2018 +0000
ITS#8909
commit 37df43786bbb1918e28f3fb0117e58dd9d96cd1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 29 01:13:05 2018 +0100
ITS#8909 fix "authz-policy all" condition
Broken since original commit 113727ba
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
servers/slapd/back-bdb/config.c | 3 ++-
servers/slapd/back-mdb/config.c | 3 ++-
servers/slapd/root_dse.c | 3 +++
servers/slapd/saslauthz.c | 4 +++-
5 files changed, 12 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 c0ff1cfcc102ff3749954d4a86428a95b95b3e75 (commit)
from eb19c00916a522e6e44b99af8cad276c9e0d4ec7 (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 c0ff1cfcc102ff3749954d4a86428a95b95b3e75
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 6 18:43:58 2018 +0000
Fix typo with ITS#8843 description
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 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 78229b3a5b85fcf4bfccd16db4913e5ce4bdbdc0 (commit)
from a29391d495d7e60b829f8af03067732b5ce9028d (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 78229b3a5b85fcf4bfccd16db4913e5ce4bdbdc0
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 5 11:42:05 2018 +0100
ITS#8912 omit hidden DBs from rootDse
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/root_dse.c | 3 +++
1 file changed, 3 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 a29391d495d7e60b829f8af03067732b5ce9028d (commit)
from ba80b97505fc71121437d512fe409cf0138ca775 (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 a29391d495d7e60b829f8af03067732b5ce9028d
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 1 13:07:58 2018 +0100
More for multival
fix index record detection
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.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 ba80b97505fc71121437d512fe409cf0138ca775 (commit)
via 83acffd83c22c9febb8c8cb3ba2e615198c95738 (commit)
from 8ec9a3bcca9c7d97d40d586a6796d39bb7e4fc20 (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 ba80b97505fc71121437d512fe409cf0138ca775
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 31 14:28:22 2018 +0100
Fix index delete
Deleting all indices should also reset default mask
commit 83acffd83c22c9febb8c8cb3ba2e615198c95738
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 31 14:27:23 2018 +0100
More for multival
Fix clashes with index records
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/config.c | 3 ++-
servers/slapd/back-mdb/attr.c | 37 ++++++++++++++++++++++++++++++-------
servers/slapd/back-mdb/config.c | 3 ++-
3 files changed, 34 insertions(+), 9 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 8ec9a3bcca9c7d97d40d586a6796d39bb7e4fc20 (commit)
from 111329a2dce9010e32a6ca43bb3e86066255e154 (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 8ec9a3bcca9c7d97d40d586a6796d39bb7e4fc20
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 30 15:47:16 2018 +0100
More for multival
Tweak config validity check
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.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 111329a2dce9010e32a6ca43bb3e86066255e154 (commit)
from 6c221e773066178d4801233139ae32411069c428 (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 111329a2dce9010e32a6ca43bb3e86066255e154
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 30 11:24:25 2018 +0100
More for back-mdb multival
Allow configuring thresholds for specific attributes
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-mdb.5 | 23 +++---
servers/slapd/back-mdb/attr.c | 159 ++++++++++++++++++++++++++++++++++++-
servers/slapd/back-mdb/back-mdb.h | 2 +
servers/slapd/back-mdb/config.c | 84 +++++++++++++++++---
servers/slapd/back-mdb/id2entry.c | 4 +-
servers/slapd/back-mdb/index.c | 4 +-
servers/slapd/back-mdb/modify.c | 12 ++-
servers/slapd/back-mdb/proto-mdb.h | 9 +++
8 files changed, 267 insertions(+), 30 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 6c221e773066178d4801233139ae32411069c428 (commit)
from 36e4dd282863dde77fff5f0f1966eba0cb2a01a1 (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 6c221e773066178d4801233139ae32411069c428
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 29 02:02:13 2018 +0100
ITS#8909 additional tweak
Set error code on failure
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/saslauthz.c | 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, mdb.master has been updated
via eab90d5389c309761df1731df282b396dc0999f4 (commit)
from 26c7df88e44e31623d0802a564f24781acdefde3 (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 eab90d5389c309761df1731df282b396dc0999f4
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 29 01:25:01 2018 +0100
ITS#8908 DOC: GET_MULTIPLE etc don't return the key
Unnecessary since these are DUPs, the key will always be the same
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 6 +++---
1 file changed, 3 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, master has been updated
via 36e4dd282863dde77fff5f0f1966eba0cb2a01a1 (commit)
from 0f320b34422ebb2455b9768092b43418a361b00f (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 36e4dd282863dde77fff5f0f1966eba0cb2a01a1
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 29 01:13:05 2018 +0100
ITS#8909 fix "authz-policy all" condition
Broken since original commit 113727ba
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/saslauthz.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, mdb.master has been updated
via 26c7df88e44e31623d0802a564f24781acdefde3 (commit)
from 1ffe472a080fcd3c7dab6e352848703ad7adbe14 (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 26c7df88e44e31623d0802a564f24781acdefde3
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 6 13:10:59 2018 +0100
ITS#8891 fix M$ WINAPI typedefs
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++---
1 file changed, 3 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, master has been updated
via 0f320b34422ebb2455b9768092b43418a361b00f (commit)
from 8ee03cea88a1900113f551300ff49453e8702c71 (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 0f320b34422ebb2455b9768092b43418a361b00f
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Wed Jul 25 16:18:20 2018 +0100
Fail if we can't change to a directory
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
build/dir.mk | 10 +++++-----
servers/slapd/Makefile.in | 28 ++++++++++++++--------------
3 files changed, 20 insertions(+), 20 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 8ee03cea88a1900113f551300ff49453e8702c71 (commit)
from 776de6d796d440aa032be1ce02f38083d175cb02 (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 8ee03cea88a1900113f551300ff49453e8702c71
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Thu Jul 19 08:33:43 2018 +0100
Use correct namespace for (BER_)STRLENOF
-----------------------------------------------------------------------
Summary of changes:
include/lber_pvt.h | 9 +++------
1 file changed, 3 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 776de6d796d440aa032be1ce02f38083d175cb02 (commit)
from bf816cb7c011b37325b528a68de3b49b22690541 (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 776de6d796d440aa032be1ce02f38083d175cb02
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 18 17:57:06 2018 +0100
More for back-mdb multival
Make sure a->a_numvals matches id2v counts
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 bf816cb7c011b37325b528a68de3b49b22690541 (commit)
from 603a92b5eb6df4654992e114c0fd11a541a7f7e4 (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 bf816cb7c011b37325b528a68de3b49b22690541
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Wed Jul 18 09:16:11 2018 +0100
Do not require ac/string.h for lber_pvt.h
-----------------------------------------------------------------------
Summary of changes:
include/lber_pvt.h | 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 eb19c00916a522e6e44b99af8cad276c9e0d4ec7 (commit)
via 2d91912022b2d2d09a8d45fa4453905668ef4896 (commit)
via fc7df4cf50a478c49e60b77d13dcf5ec6f792bd8 (commit)
from c4c4eb402e1d759420a73913b7218d324baecc38 (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 eb19c00916a522e6e44b99af8cad276c9e0d4ec7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 10 14:04:52 2018 +0000
ITS#8663
commit 2d91912022b2d2d09a8d45fa4453905668ef4896
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 9 20:03:36 2018 +0000
ITS#8663 - Regression test
Adds a regression test for 8663 that checks that it is possible to
modify all the cn=config related memberOf overlay settings.
commit fc7df4cf50a478c49e60b77d13dcf5ec6f792bd8
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Mon Jul 2 15:43:23 2018 +0100
ITS#8663 Improve memberof cn=config handling
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/memberof.c | 152 +++++++++++++--------
.../{its8616/its8616 => its8663/its8663} | 96 +++++++------
.../{its8616 => its8663}/slapd-provider.ldif | 0
4 files changed, 153 insertions(+), 96 deletions(-)
copy tests/data/regressions/{its8616/its8616 => its8663/its8663} (67%)
copy tests/data/regressions/{its8616 => its8663}/slapd-provider.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 c4c4eb402e1d759420a73913b7218d324baecc38 (commit)
via 849f937d0aaf5911d438c49ccde2b036b62362d5 (commit)
from dde4f0b0b6b5dcd86d9364e50cf331b39a0c2e2f (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 c4c4eb402e1d759420a73913b7218d324baecc38
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 10 13:42:27 2018 +0000
ITS#8842
commit 849f937d0aaf5911d438c49ccde2b036b62362d5
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Thu Jun 21 16:01:43 2018 +0100
ITS#8842 Do some printability checks on the dc RDN
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
libraries/libldap/getdn.c | 6 ++++++
2 files changed, 7 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 603a92b5eb6df4654992e114c0fd11a541a7f7e4 (commit)
from fee34e098c48e2564bc8762899ff2e91820da5d2 (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 603a92b5eb6df4654992e114c0fd11a541a7f7e4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 9 20:03:36 2018 +0000
ITS#8663 - Regression test
Adds a regression test for 8663 that checks that it is possible to
modify all the cn=config related memberOf overlay settings.
-----------------------------------------------------------------------
Summary of changes:
.../{its8616/its8616 => its8663/its8663} | 96 +++++++++++++---------
.../{its8616 => its8663}/slapd-provider.ldif | 0
2 files changed, 58 insertions(+), 38 deletions(-)
copy tests/data/regressions/{its8616/its8616 => its8663/its8663} (67%)
copy tests/data/regressions/{its8616 => its8663}/slapd-provider.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 dde4f0b0b6b5dcd86d9364e50cf331b39a0c2e2f (commit)
via 28054e2a9692912d871f96b35b25b292eccf12a2 (commit)
from 49c9d09e85646ed89d72a6a0b0d66baff914c0a2 (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 dde4f0b0b6b5dcd86d9364e50cf331b39a0c2e2f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 9 16:43:12 2018 +0000
Happy New Year
commit 28054e2a9692912d871f96b35b25b292eccf12a2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 6 17:04:11 2017 -0700
ITS#8667 - Add regression test
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8667/accounting.ldif | 63 +++++++++++
tests/data/regressions/its8667/administrative.ldif | 63 +++++++++++
tests/data/regressions/its8667/its8667 | 116 +++++++++++++++++++++
tests/data/regressions/its8667/janitorial.ldif | 63 +++++++++++
tests/data/regressions/its8667/root.ldif | 46 ++++++++
.../slapd-consumer.ldif => its8667/slapd.ldif} | 54 ++++++++--
6 files changed, 397 insertions(+), 8 deletions(-)
create mode 100644 tests/data/regressions/its8667/accounting.ldif
create mode 100644 tests/data/regressions/its8667/administrative.ldif
create mode 100755 tests/data/regressions/its8667/its8667
create mode 100644 tests/data/regressions/its8667/janitorial.ldif
create mode 100644 tests/data/regressions/its8667/root.ldif
copy tests/data/regressions/{its8521/slapd-consumer.ldif => its8667/slapd.ldif} (52%)
---
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 49c9d09e85646ed89d72a6a0b0d66baff914c0a2 (commit)
via 8c09d9a132d148ebad1e7f303ae99d357815ffff (commit)
from f565854083808045c9481598fae3eb862d976bac (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 49c9d09e85646ed89d72a6a0b0d66baff914c0a2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 9 16:41:28 2018 +0000
ITS#8667
commit 8c09d9a132d148ebad1e7f303ae99d357815ffff
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Wed Jun 27 10:32:04 2018 +0100
ITS#8667 Do not finish glue initialisation in tool mode unless requested
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/backglue.c | 2 +-
2 files 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 f565854083808045c9481598fae3eb862d976bac (commit)
via e3a6cec03dc033fc859c3bb61aaadb64bbcb4fe9 (commit)
via 4626a7d0edf687c63452dc671a2fbb7f44aa64b8 (commit)
via 05c10fd657d24bb3639123b2f47f524e9b3de6d7 (commit)
via 0ae4a7b27f30d33c313196837391675f2b9a3085 (commit)
via 510b609167fc977e78de2318599b5d2fe56d7f81 (commit)
via fee0e8059f9af416b90f6640f29016214d2d9dd1 (commit)
via c9852044ffb209d73ec7a566434275b59c3e8cd1 (commit)
via 0f7eaafb53e2aecbdbc7b2747e7a0df58473591b (commit)
via cc24cf620470e600d31fd68f63decae82b9745f3 (commit)
via 7cecf729eb44a35104472f82ba8d3c117c588b0f (commit)
via 59681e0eb305262aeb93675c66f21727bfc7ab98 (commit)
from be1d550fe098afddb8796f685be7e2e2f405a504 (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 f565854083808045c9481598fae3eb862d976bac
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 23:39:15 2018 +0000
ITS#8868
commit e3a6cec03dc033fc859c3bb61aaadb64bbcb4fe9
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 22 00:30:33 2018 +0100
ITS#8868 don't convert IDL to range needlessly
in idl_intersection. It may lose precision in a subsequent union.
commit 4626a7d0edf687c63452dc671a2fbb7f44aa64b8
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Thu Jun 14 16:08:36 2018 +0100
Fix quoting example
commit 05c10fd657d24bb3639123b2f47f524e9b3de6d7
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jun 13 16:19:04 2018 +0100
Fix ldif-wrap errmsg typo
commit 0ae4a7b27f30d33c313196837391675f2b9a3085
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 23:36:40 2018 +0000
ITS#8616
commit 510b609167fc977e78de2318599b5d2fe56d7f81
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 21:49:52 2018 +0000
ITS#8616 - Regression test
Add a regression test for ITS#8616 that verifies the ability to change
the values for olcSpNoPresent and olcSpReloadHint
commit fee0e8059f9af416b90f6640f29016214d2d9dd1
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu May 24 17:51:50 2018 +0100
ITS#8616 don't check for existing value when deleting values
commit c9852044ffb209d73ec7a566434275b59c3e8cd1
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Thu May 17 20:58:55 2018 -0700
Fix copypasta in its8444 regression script
commit 0f7eaafb53e2aecbdbc7b2747e7a0df58473591b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 23:35:04 2018 +0000
ITS#8843
commit cc24cf620470e600d31fd68f63decae82b9745f3
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed May 2 16:51:49 2018 +0100
ITS#8843 check for NULL modlist
commit 7cecf729eb44a35104472f82ba8d3c117c588b0f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 23:33:12 2018 +0000
ITS#8840
commit 59681e0eb305262aeb93675c66f21727bfc7ab98
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Apr 30 17:27:36 2018 +0000
ITS#8840 Fix domainScope control to ensure the control value is absent as per Microsoft specification (https://msdn.microsoft.com/en-us/library/aa366979%28v=vs.85%29.aspx).
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 +
doc/man/man5/ldap.conf.5 | 2 +-
servers/slapd/back-bdb/idl.c | 9 +-
servers/slapd/back-mdb/idl.c | 9 +-
servers/slapd/controls.c | 4 +-
servers/slapd/overlays/syncprov.c | 16 +-
servers/slapd/slapcommon.c | 2 +-
tests/data/regressions/its8444/its8444 | 2 +-
tests/data/regressions/its8616/its8616 | 259 +++++++++++++++++++++
.../{its8521 => its8616}/slapd-provider.ldif | 0
10 files changed, 274 insertions(+), 33 deletions(-)
create mode 100755 tests/data/regressions/its8616/its8616
copy tests/data/regressions/{its8521 => its8616}/slapd-provider.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 be1d550fe098afddb8796f685be7e2e2f405a504 (commit)
via 4f2a82b13b295713b6ddfbf705017ee1a085af16 (commit)
via 94108f59138a49e1c7bdd95bea59fa2504cf7e6d (commit)
via 915c8108fa83973dee075cba56f852d7744d90c2 (commit)
via 1c52b5625a70956ffccdf6978501af5b53169b63 (commit)
from 84ba00bca08c270860c3a1f9708d9f5d9853539a (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 be1d550fe098afddb8796f685be7e2e2f405a504
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 22:28:44 2018 +0000
ITS#8714
commit 4f2a82b13b295713b6ddfbf705017ee1a085af16
Author: Michael Ströder <michael(a)stroeder.com>
Date: Tue Sep 5 15:52:34 2017 +0200
ITS#8714 Send out EXTENDED operation message from back-sock
commit 94108f59138a49e1c7bdd95bea59fa2504cf7e6d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 22:23:00 2018 +0000
ITS#8051
commit 915c8108fa83973dee075cba56f852d7744d90c2
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 4 05:21:46 2015 +0000
ITS#8051 use a regexp
commit 1c52b5625a70956ffccdf6978501af5b53169b63
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 4 03:53:13 2015 +0000
ITS#8051 add DN qualifier
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +
doc/man/man5/slapd-sock.5 | 28 ++++++++++++-
servers/slapd/back-sock/Makefile.in | 4 +-
servers/slapd/back-sock/back-sock.h | 2 +
servers/slapd/back-sock/config.c | 44 ++++++++++++++++++---
servers/slapd/back-sock/extended.c | 76 ++++++++++++++++++++++++++++++++++++
servers/slapd/back-sock/init.c | 2 +-
servers/slapd/back-sock/proto-sock.h | 2 +
8 files changed, 151 insertions(+), 9 deletions(-)
create mode 100644 servers/slapd/back-sock/extended.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, master has been updated
via fee34e098c48e2564bc8762899ff2e91820da5d2 (commit)
from b06f5b0493937fc28f2cc86df1d7f464aa4504d8 (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 fee34e098c48e2564bc8762899ff2e91820da5d2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 21:49:52 2018 +0000
ITS#8616 - Regression test
Add a regression test for ITS#8616 that verifies the ability to change
the values for olcSpNoPresent and olcSpReloadHint
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8616/its8616 | 259 +++++++++++++++++++++
.../{its8521 => its8616}/slapd-provider.ldif | 0
2 files changed, 259 insertions(+)
create mode 100755 tests/data/regressions/its8616/its8616
copy tests/data/regressions/{its8521 => its8616}/slapd-provider.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 b06f5b0493937fc28f2cc86df1d7f464aa4504d8 (commit)
via dac02c7ef1655520ae64172757b04ae52ae006ce (commit)
via 242ab9c6ef8a79cde6bffd1d8f57df848876dea5 (commit)
via b0244fc8697eaca38b44e6048b920ced3d52243d (commit)
from 465b1c5972eef1d4e60eb98ae3776d33e270853d (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 b06f5b0493937fc28f2cc86df1d7f464aa4504d8
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Mon Jul 2 15:43:23 2018 +0100
ITS#8663 Improve memberof cn=config handling
commit dac02c7ef1655520ae64172757b04ae52ae006ce
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Wed Jun 27 10:32:04 2018 +0100
ITS#8667 Do not finish glue initialisation in tool mode unless requested
commit 242ab9c6ef8a79cde6bffd1d8f57df848876dea5
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Wed May 9 10:13:59 2018 +0100
ITS#8845 Recognise control-exop compatibility
commit b0244fc8697eaca38b44e6048b920ced3d52243d
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Thu Jun 21 16:01:43 2018 +0100
ITS#8842 Do some printability checks on the dc RDN
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/getdn.c | 6 ++
servers/slapd/backglue.c | 2 +-
servers/slapd/controls.c | 63 +++++++++++++---
servers/slapd/overlays/memberof.c | 152 +++++++++++++++++++++++---------------
servers/slapd/proto-slap.h | 1 +
5 files changed, 156 insertions(+), 68 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 1ffe472a080fcd3c7dab6e352848703ad7adbe14 (commit)
from 86a90cad721cbdc0bb0a9c3bf15396f5c946ae95 (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 1ffe472a080fcd3c7dab6e352848703ad7adbe14
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 22 16:30:13 2018 +0100
ITS#8756 remove loose pg from dirty list in freelist_save
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git