Go to file
Kurt Zeilenga 445b7982d7 Patch: back-passwd needs pwent mutex (ITS#1794)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

back-passwd uses getpwent() and setpwfile(), which use static data.
It needs a mutex to make sure these operations can complete without
interference from another back-passwd call.  Here is a patch.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
2002-05-09 02:26:05 +00:00
build Require 2.1.3 or higher for Cyrus SASL 2 2002-05-07 23:56:59 +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 Matched Values implementation (ITS#1776) based upon submission 2002-05-02 18:56:56 +00:00
libraries ITS#1806, Cyrus 1 doesn't give back our callbacks pointer, must stash it 2002-05-06 23:56:35 +00:00
servers Patch: back-passwd needs pwent mutex (ITS#1794) 2002-05-09 02:26:05 +00:00
tests Some cleanup 2002-03-24 01:55:11 +00:00
acconfig.h
acinclude.m4
aclocal.m4
configure Error if ar(1) is missing. (ITS#1772) 2002-05-01 19:22:32 +00:00
configure.in Require 2.1.3 or higher for Cyrus SASL 2 2002-05-07 23:56:59 +00:00
COPYRIGHT
INSTALL Updates from SDF 2002-02-18 18:10:25 +00:00
LICENSE
Makefile.in
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$