Go to file
Kurt Zeilenga 4e51bba217 Patch: Implement surrogate parent for back-shell (ITS#1815)
================
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.
2002-05-15 06:18:14 +00:00
build Update SASL compat test to check for 1.5 compatibility 2002-05-13 20:16:10 +00:00
clients Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
contrib Remove debugging fluff. 2002-05-02 08:14:01 +00:00
doc Patch: Non-unique msgid for abandon in back-<shell,tcl> (ITS#1793) 2002-05-09 02:11:39 +00:00
include Patch: Implement surrogate parent for back-shell (ITS#1815) 2002-05-15 06:18:14 +00:00
libraries Remove sys/uio.h include 2002-05-15 05:53:10 +00:00
servers Patch: Implement surrogate parent for back-shell (ITS#1815) 2002-05-15 06:18:14 +00:00
tests Some cleanup 2002-03-24 01:55:11 +00:00
acconfig.h
acinclude.m4
aclocal.m4 Update Cyrus SASL detection to always look for <sasl.h> regardless 2002-02-10 17:51:19 +00:00
configure Patch: Implement surrogate parent for back-shell (ITS#1815) 2002-05-15 06:18:14 +00:00
configure.in Patch: Implement surrogate parent for back-shell (ITS#1815) 2002-05-15 06:18:14 +00:00
COPYRIGHT
INSTALL Updates from SDF 2002-02-18 18:10:25 +00:00
LICENSE
Makefile.in Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values 2002-02-13 06:35:27 +00:00
README

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$