mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
================ Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. ================ A surrogate parent is supposed to keep back-shell children from deadlocking due to resources locked by a threading parent. Implementation note: The surrogate parent closes all unused file descriptors, so it logs errors to stderr instead of via Debug() and uses relloc() instead of ch_realloc(). Also close a file descriptor leak if fork() fails in fork.c. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002. |
||
|---|---|---|
| .. | ||
| abandon.c | ||
| add.c | ||
| bind.c | ||
| compare.c | ||
| config.c | ||
| delete.c | ||
| external.h | ||
| fork.c | ||
| init.c | ||
| Makefile.in | ||
| modify.c | ||
| modrdn.c | ||
| result.c | ||
| search.c | ||
| searchexample.conf | ||
| searchexample.sh | ||
| shell.h | ||
| unbind.c | ||