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 98f70f1841f85d931eb2d1659a92cb4ca038cd9d (commit)
from 0021ed8714239068efe4b973b18e004a500dea21 (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 98f70f1841f85d931eb2d1659a92cb4ca038cd9d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 22:30:17 2015 -0500
ITS#8120 Move final CHECK_CSN block to before the mutex is unlocked.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 0021ed8714239068efe4b973b18e004a500dea21 (commit)
from d831a1cebf356628c6ef401f87dc17cc7e289f9c (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 0021ed8714239068efe4b973b18e004a500dea21
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 22:35:50 2015 -0500
ITS#8120
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
1 file changed, 1 insertion(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated
via c0e35294a8769df7cec535d11dca91027f5f674a (commit)
from ec88ee1ab32b39a53bd64b8b24dda69beab990de (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 c0e35294a8769df7cec535d11dca91027f5f674a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 22:30:17 2015 -0500
ITS#8120 Move final CHECK_CSN block to before the mutex is unlocked.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 13 +++++++------
1 file changed, 7 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 2c34d2fda687c490d78af3fd23bf3d245d239ffe (commit)
from b500b9148c873e645846b9c96456d3b9d6cc0f9b (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 2c34d2fda687c490d78af3fd23bf3d245d239ffe
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 22:30:17 2015 -0500
ITS#8120 Move final CHECK_CSN block to before the mutex is unlocked.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via d831a1cebf356628c6ef401f87dc17cc7e289f9c (commit)
via 19014c1521f83f2d3e0db1aa27378c9888c03298 (commit)
via 0fc0f8ac12d5add113c0624965c9bcdbe7139b38 (commit)
via 0fd2214a8bba509e129754e67bebdacee7d03d7d (commit)
via 47c4e747a0ce58f9ecfb5b9615f4c2b6d0753024 (commit)
via ba45e0c05aee867ac1d8240eeb013d37487bb146 (commit)
from 8b51bb312be5f49bfa570558b94a974df1c910c4 (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 d831a1cebf356628c6ef401f87dc17cc7e289f9c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 19:06:31 2015 -0500
ITS#8118
commit 19014c1521f83f2d3e0db1aa27378c9888c03298
Author: Thomas Cort <linuxgeek(a)gmail.com>
Date: Wed Apr 29 13:33:53 2015 -0400
ITS#8118 dosearch: flush stdout
The LDIF output wasn't being explicitly flushed. In certain scenarios,
such as piping the output of a persistent ldapsearch to node.js v0.12
on Mac OS X 10.10.3, the output is unavailable to the process
consuming the search results until the stdio buffer fills (8192 bytes
for example). This can leave the tail end of persistent search results
in the buffer for a long time (until enough output has accumulated).
Explicitly call flush so that the output is immediately available.
commit 0fc0f8ac12d5add113c0624965c9bcdbe7139b38
Merge: 8b51bb3 0fd2214
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 19:03:18 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
clients/tools/ldapsearch.c | 1 +
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 10 ++++++----
4 files changed, 9 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_5 has been updated
via ec88ee1ab32b39a53bd64b8b24dda69beab990de (commit)
via c0497043514e76fcfe8fb4345ad488b05e92e81e (commit)
via 0fd2214a8bba509e129754e67bebdacee7d03d7d (commit)
via 47c4e747a0ce58f9ecfb5b9615f4c2b6d0753024 (commit)
via ba45e0c05aee867ac1d8240eeb013d37487bb146 (commit)
from 2d552d01ae1b2d9fa96a752813b57f8d380a7427 (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 ec88ee1ab32b39a53bd64b8b24dda69beab990de
Author: Thomas Cort <linuxgeek(a)gmail.com>
Date: Wed Apr 29 13:33:53 2015 -0400
ITS#8118 dosearch: flush stdout
The LDIF output wasn't being explicitly flushed. In certain scenarios,
such as piping the output of a persistent ldapsearch to node.js v0.12
on Mac OS X 10.10.3, the output is unavailable to the process
consuming the search results until the stdio buffer fills (8192 bytes
for example). This can leave the tail end of persistent search results
in the buffer for a long time (until enough output has accumulated).
Explicitly call flush so that the output is immediately available.
commit c0497043514e76fcfe8fb4345ad488b05e92e81e
Merge: 2d552d0 0fd2214
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 19:02:49 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
clients/tools/ldapsearch.c | 1 +
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 10 ++++++----
3 files changed, 8 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 b500b9148c873e645846b9c96456d3b9d6cc0f9b (commit)
via 0fd2214a8bba509e129754e67bebdacee7d03d7d (commit)
via 47c4e747a0ce58f9ecfb5b9615f4c2b6d0753024 (commit)
via ba45e0c05aee867ac1d8240eeb013d37487bb146 (commit)
from 590378edca69041ba6bddef57da783f441105783 (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 b500b9148c873e645846b9c96456d3b9d6cc0f9b
Merge: 590378e 0fd2214
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 29 19:02:39 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 10 ++++++----
2 files changed, 7 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 590378edca69041ba6bddef57da783f441105783 (commit)
from fb1bf1caa82aa75eb5924e8c338da11f47854408 (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 590378edca69041ba6bddef57da783f441105783
Author: Thomas Cort <linuxgeek(a)gmail.com>
Date: Wed Apr 29 13:33:53 2015 -0400
ITS#8118 dosearch: flush stdout
The LDIF output wasn't being explicitly flushed. In certain scenarios,
such as piping the output of a persistent ldapsearch to node.js v0.12
on Mac OS X 10.10.3, the output is unavailable to the process
consuming the search results until the stdio buffer fills (8192 bytes
for example). This can leave the tail end of persistent search results
in the buffer for a long time (until enough output has accumulated).
Explicitly call flush so that the output is immediately available.
-----------------------------------------------------------------------
Summary of changes:
clients/tools/ldapsearch.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-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 5e92de34418aeb3f3299b8f744f89ede0a39ac9a (commit)
via 62ec43d295ca0318541227d3e1c266521a4e3e42 (commit)
from 047694ec3038f7e8de61b0b466b0dcd0cd12f540 (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 5e92de34418aeb3f3299b8f744f89ede0a39ac9a
Merge: 62ec43d 047694e
Author: root <root(a)euler.openldap.org>
Date: Wed Apr 29 16:30:47 2015 +0000
Merge branch 'master' of /repo/git/git/openldap-www, to check in updates for mobile browsers
commit 62ec43d295ca0318541227d3e1c266521a4e3e42
Author: root <root(a)euler.openldap.org>
Date: Fri Oct 24 18:28:42 2014 +0000
Updating for use of a shared account
-----------------------------------------------------------------------
Summary of changes:
pages/devel/todo.wml | 2 +-
pages/software/release/announce.wml | 2 +-
pages/software/release/changes.wml | 2 +-
pages/software/release/copyright.wml | 2 +-
pages/software/release/install.wml | 2 +-
pages/software/release/license.wml | 2 +-
pages/software/release/readme.wml | 2 +-
7 files changed, 7 insertions(+), 7 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, mdb.master has been updated
via ce7ba0ceb69fd2cd56d557c1a877d046ec9f246c (commit)
from ed13d4aa59cf06a1bb6b096fe19af63fc6f8737a (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 ce7ba0ceb69fd2cd56d557c1a877d046ec9f246c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 29 17:28:21 2015 +0100
ITS#8117 cleanup prev commit
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ----
1 file changed, 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, mdb.RE/0.9 has been updated
via 0fd2214a8bba509e129754e67bebdacee7d03d7d (commit)
via 47c4e747a0ce58f9ecfb5b9615f4c2b6d0753024 (commit)
from ba45e0c05aee867ac1d8240eeb013d37487bb146 (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 0fd2214a8bba509e129754e67bebdacee7d03d7d
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 29 17:25:42 2015 +0100
ITS#8117
commit 47c4e747a0ce58f9ecfb5b9615f4c2b6d0753024
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 29 17:28:21 2015 +0100
ITS#8117 cleanup prev commit
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 4 ----
2 files changed, 1 insertion(+), 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, mdb.master has been updated
via ed13d4aa59cf06a1bb6b096fe19af63fc6f8737a (commit)
from f4cab2994f45b56fd5ffa1f332850b0e3285b665 (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 ed13d4aa59cf06a1bb6b096fe19af63fc6f8737a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 29 17:12:40 2015 +0100
ITS#8117 fix INTEGERDUP compare
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++++++
1 file changed, 6 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.RE/0.9 has been updated
via ba45e0c05aee867ac1d8240eeb013d37487bb146 (commit)
from 5cdde0c5b76e2bc7378bf180263317966974bf13 (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 ba45e0c05aee867ac1d8240eeb013d37487bb146
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 29 17:12:40 2015 +0100
ITS#8117 fix INTEGERDUP compare
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++++++
1 file changed, 6 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 047694ec3038f7e8de61b0b466b0dcd0cd12f540 (commit)
via 8478008930933739077066c09e820a22a84920cf (commit)
from 407e20ddcd49d17dcd5904b9b6c8320f87c3a7fa (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 047694ec3038f7e8de61b0b466b0dcd0cd12f540
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Apr 29 06:29:17 2015 +0100
Add Ryan Tandy to developers
commit 8478008930933739077066c09e820a22a84920cf
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Apr 29 04:31:14 2015 +0100
Update core team
Add Hallvard and Quanah, not Pierangelo -> Emeritus
-----------------------------------------------------------------------
Summary of changes:
pages/project/index.wml | 9 ++++++---
1 file changed, 6 insertions(+), 3 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, OPENLDAP_REL_ENG_2_4 has been updated
via 8b51bb312be5f49bfa570558b94a974df1c910c4 (commit)
from 02600aaf58c9aa53e08f7490b7bbac3c53dcd7ce (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 8b51bb312be5f49bfa570558b94a974df1c910c4
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Fri Apr 24 13:39:33 2015 +0200
More for ITS#8105
Fix multiple argument handling. For example:
perlModuleConfig homedir /home/jsynacek
should be converted to
olcPerlModuleConfig: homedir /home/jsynacek
and not to
olcPerlModuleConfig: homedir
olcPerlModuleConfig: /home/jsynacek
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/config.c | 7 +++----
1 file changed, 3 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_5 has been updated
via 2d552d01ae1b2d9fa96a752813b57f8d380a7427 (commit)
from 8b946544e1ae5df4e538473d3e9d32fbd0cdfa1c (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 2d552d01ae1b2d9fa96a752813b57f8d380a7427
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Fri Apr 24 13:39:33 2015 +0200
More for ITS#8105
Fix multiple argument handling. For example:
perlModuleConfig homedir /home/jsynacek
should be converted to
olcPerlModuleConfig: homedir /home/jsynacek
and not to
olcPerlModuleConfig: homedir
olcPerlModuleConfig: /home/jsynacek
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/config.c | 7 +++----
1 file changed, 3 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 fb1bf1caa82aa75eb5924e8c338da11f47854408 (commit)
from bd1068204dff009e381ea89c362ed82088fd2011 (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 fb1bf1caa82aa75eb5924e8c338da11f47854408
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Fri Apr 24 13:39:33 2015 +0200
More for ITS#8105
Fix multiple argument handling. For example:
perlModuleConfig homedir /home/jsynacek
should be converted to
olcPerlModuleConfig: homedir /home/jsynacek
and not to
olcPerlModuleConfig: homedir
olcPerlModuleConfig: /home/jsynacek
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/config.c | 7 +++----
1 file changed, 3 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 02600aaf58c9aa53e08f7490b7bbac3c53dcd7ce (commit)
via 2d84c9f064ce8ae50c8bf2ddb7d9016b3c27b22c (commit)
via 87199c95cb2aabc4bea697208f31e7ecc320b86e (commit)
via ab1138f6a38d9b7b9edc94c823daf0212a39452e (commit)
via 84ef72307964d8be533f18725517c0a79bfbc180 (commit)
via 85b439cb59be78c4ed2f730a493f8299d23e1b88 (commit)
via 5cdde0c5b76e2bc7378bf180263317966974bf13 (commit)
via b7511480c50e3a6099e223a8940fea501f5b6d2c (commit)
via 8cf73291fbd8a5ac9744503cb791e20adfe60bb8 (commit)
via 32d46d4ea2aea296ce5884017173f5b2999fe219 (commit)
from f82035273908930d7e4b6ac74d63d16befcada19 (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 02600aaf58c9aa53e08f7490b7bbac3c53dcd7ce
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 06:10:40 2015 +0100
Silence warnings
commit 2d84c9f064ce8ae50c8bf2ddb7d9016b3c27b22c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 23 12:54:16 2015 -0500
ITS#8108
commit 87199c95cb2aabc4bea697208f31e7ecc320b86e
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 05:58:50 2015 +0100
ITS#8108 silence rootdn check on hidden backends
select_backend() skips hidden backends so it fails to match the
rootdn of a database that has been hidden. rootpw tries to see
if the rootdn matches the current backend but the check fails
when hidden. Ignore this check on hidden backends since one
cannot Bind to a hidden backend anyway.
commit ab1138f6a38d9b7b9edc94c823daf0212a39452e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 23 12:53:15 2015 -0500
ITS#8107
commit 84ef72307964d8be533f18725517c0a79bfbc180
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed Apr 22 20:21:25 2015 -0700
ITS#8107 don't shadow rc
commit 85b439cb59be78c4ed2f730a493f8299d23e1b88
Merge: f820352 5cdde0c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 23 12:49:56 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
libraries/liblmdb/CHANGES | 2 ++
libraries/liblmdb/mdb.c | 19 ++++++++++++++++++-
servers/slapd/bconfig.c | 2 +-
servers/slapd/overlays/memberof.c | 1 -
servers/slapd/sasl.c | 10 +++++-----
6 files changed, 28 insertions(+), 8 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_5 has been updated
via 8b946544e1ae5df4e538473d3e9d32fbd0cdfa1c (commit)
via 999391f9c72b7125c0ed76b3efb15b6c4fc304b6 (commit)
via c6fa5a141a5e6b2557bfa66c4d8c123775cff6a3 (commit)
via 75fc675960ab34306317fd0f5ed85b91758f9bb9 (commit)
via 5cdde0c5b76e2bc7378bf180263317966974bf13 (commit)
via b7511480c50e3a6099e223a8940fea501f5b6d2c (commit)
via 8cf73291fbd8a5ac9744503cb791e20adfe60bb8 (commit)
via 32d46d4ea2aea296ce5884017173f5b2999fe219 (commit)
from 2248327f69d664550f99a4d473631d59e00de9b3 (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 8b946544e1ae5df4e538473d3e9d32fbd0cdfa1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 06:10:40 2015 +0100
Silence warnings
commit 999391f9c72b7125c0ed76b3efb15b6c4fc304b6
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 05:58:50 2015 +0100
ITS#8108 silence rootdn check on hidden backends
select_backend() skips hidden backends so it fails to match the
rootdn of a database that has been hidden. rootpw tries to see
if the rootdn matches the current backend but the check fails
when hidden. Ignore this check on hidden backends since one
cannot Bind to a hidden backend anyway.
commit c6fa5a141a5e6b2557bfa66c4d8c123775cff6a3
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed Apr 22 20:21:25 2015 -0700
ITS#8107 don't shadow rc
commit 75fc675960ab34306317fd0f5ed85b91758f9bb9
Merge: 2248327 5cdde0c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 23 12:49:45 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 ++
libraries/liblmdb/mdb.c | 19 ++++++++++++++++++-
servers/slapd/bconfig.c | 2 +-
servers/slapd/overlays/memberof.c | 1 -
servers/slapd/sasl.c | 12 ++++++------
5 files changed, 27 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 bd1068204dff009e381ea89c362ed82088fd2011 (commit)
via 5cdde0c5b76e2bc7378bf180263317966974bf13 (commit)
via b7511480c50e3a6099e223a8940fea501f5b6d2c (commit)
via 8cf73291fbd8a5ac9744503cb791e20adfe60bb8 (commit)
via 32d46d4ea2aea296ce5884017173f5b2999fe219 (commit)
from da0639a7e63f55ad543045458f6005c43aa73248 (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 bd1068204dff009e381ea89c362ed82088fd2011
Merge: da0639a 5cdde0c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 23 12:49:31 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 ++
libraries/liblmdb/mdb.c | 19 ++++++++++++++++++-
2 files changed, 20 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 da0639a7e63f55ad543045458f6005c43aa73248 (commit)
from d7bf6fcaae1b3207eb76990d9d742e8b1a9f48e4 (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 da0639a7e63f55ad543045458f6005c43aa73248
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 06:10:40 2015 +0100
Silence warnings
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/sasl.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via d7bf6fcaae1b3207eb76990d9d742e8b1a9f48e4 (commit)
from 4f82c10120f4dd3e370df5bf9dae351e31b1c9d7 (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 d7bf6fcaae1b3207eb76990d9d742e8b1a9f48e4
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 05:58:50 2015 +0100
ITS#8108 silence rootdn check on hidden backends
select_backend() skips hidden backends so it fails to match the
rootdn of a database that has been hidden. rootpw tries to see
if the rootdn matches the current backend but the check fails
when hidden. Ignore this check on hidden backends since one
cannot Bind to a hidden backend anyway.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.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.RE/0.9 has been updated
via 5cdde0c5b76e2bc7378bf180263317966974bf13 (commit)
from b7511480c50e3a6099e223a8940fea501f5b6d2c (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 5cdde0c5b76e2bc7378bf180263317966974bf13
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 05:52:13 2015 +0100
ITS#8109
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
1 file changed, 1 insertion(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via f4cab2994f45b56fd5ffa1f332850b0e3285b665 (commit)
from 4c62fde880314f23871a68c8eabe8551a2aaf54b (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 f4cab2994f45b56fd5ffa1f332850b0e3285b665
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 05:49:56 2015 +0100
ITS#8109 fix mdb_cursor_del0 on empty DB
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 7 +++++++
1 file 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, mdb.RE/0.9 has been updated
via b7511480c50e3a6099e223a8940fea501f5b6d2c (commit)
from 8cf73291fbd8a5ac9744503cb791e20adfe60bb8 (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 b7511480c50e3a6099e223a8940fea501f5b6d2c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Apr 23 05:49:56 2015 +0100
ITS#8109 fix mdb_cursor_del0 on empty DB
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 7 +++++++
1 file changed, 7 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git