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