openldap/servers/slapd/back-passwd
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
..
config.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
external.h Patch: back-passwd needs pwent mutex (ITS#1794) 2002-05-09 02:26:05 +00:00
init.c Patch: back-passwd needs pwent mutex (ITS#1794) 2002-05-09 02:26:05 +00:00
Makefile.in NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
search.c Patch: back-passwd needs pwent mutex (ITS#1794) 2002-05-09 02:26:05 +00:00