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@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@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(-)