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@openldap.org Date: Wed Apr 29 19:06:31 2015 -0500
ITS#8118
commit 19014c1521f83f2d3e0db1aa27378c9888c03298 Author: Thomas Cort linuxgeek@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@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(-)