Go to file
Rich Megginson a7aac14d2a ITS#7022 NSS_Init* functions are not thread safe
The NSS_InitContext et. al, and their corresponding shutdown functions,
are not thread safe.  There can only be one thread at a time calling
these functions.  Protect the calls with a mutex.  Create the mutex
using a PR_CallOnce to ensure that the mutex is only created once and
not used before created.  Move the registration of the nss shutdown
callback to also use a PR_CallOnce.  Removed the call to
SSL_ClearSessionCache() because it is always called at shutdown, and we must
not call it more than once.
2011-08-24 15:34:47 -07:00
build Update mkrelease for git(1) 2011-03-26 07:56:10 -07:00
clients further cleanup of ldapsearch response 2011-08-22 11:19:30 -06:00
contrib authTimestamp should be manageable (ITS#6873) 2011-06-30 21:55:28 +02:00
doc add notes about pwdAllowUserChange (more about ITS#7021) 2011-08-20 19:03:15 -06:00
include response tag is [1] according to RFC 2589 (ITS#6886) 2011-06-30 21:24:12 +02:00
libraries ITS#7022 NSS_Init* functions are not thread safe 2011-08-24 15:34:47 -07:00
servers More abandon paranoia 2011-08-24 14:57:36 -07:00
tests error messages from ldapsearch changed 2011-08-22 08:43:57 -06:00
.gitattributes handle $Id$ in configure.in (configure scripts need to be rebuilt) 2011-03-27 17:48:08 -07:00
.gitignore ITS#6870 .gitignore += libldap_r/<ldif.c,fetch.c>. 2011-05-05 13:26:27 +02:00
aclocal.m4 Update libtool to 1.5.20 2005-10-29 23:37:13 +00:00
configure ITS#6889 regenerate configure 2011-06-09 11:05:09 -07:00
configure.in ITS#6889 libfetch is a libldap dependency 2011-06-08 18:52:52 -07:00
COPYRIGHT update year on personal notice (just to inject a commit for testing) 2011-03-23 19:45:09 +00:00
INSTALL Happy New Year 2011-01-05 00:42:37 +00:00
LICENSE
Makefile.in Happy New Year 2011-01-05 00:42:37 +00:00
README Happy New Year 2011-01-05 00:42:37 +00:00

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/>

Contributing
	See <http://www.openldap.org/devel/contributing.html> for how to
	contribute code or documentation to OpenLDAP.  Use the Issue Tracking
	System <http://www.openldap.org/its/> to submit contributions.
	While you are encouraged to coordinate and discuss the development
	activities on the openldap-devel@openldap.org mailing list prior
	to submission, it is noted that contributions must be submitted
	using the Issue Tracking System to be considered.

---
$OpenLDAP$

This work is part of OpenLDAP Software <http://www.openldap.org/>.

Copyright 1998-2011 The OpenLDAP Foundation.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP
Public License.

A copy of this license is available in the file LICENSE in the
top-level directory of the distribution or, alternatively, at
<http://www.OpenLDAP.org/license.html>.

OpenLDAP is a registered trademark of the OpenLDAP Foundation.