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