openldap/libraries
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
..
liblber ITS#6870 Reverted last commit 2011-03-18 15:18:42 +00:00
libldap ITS#7022 NSS_Init* functions are not thread safe 2011-08-24 15:34:47 -07:00
libldap_r ITS#6870 move ldif.c and fetch.c from liblutil to libldap 2011-03-24 06:49:04 +00:00
liblunicode Happy New Year 2011-01-05 00:42:37 +00:00
liblutil ITS#6982 fix md5 memset invocation 2011-07-01 22:55:06 -07:00
librewrite ITS#6932: Clean up strange asserts & nearby code. 2011-05-05 15:55:29 +02:00
Makefile.in ITS#6870 Reverted last commit 2011-03-18 15:18:42 +00:00