openldap/libraries
Rich Megginson 8e9af53fb6 ITS#7034 use mutex for connection handshake when using PEM nss
PEM nss is not thread safe when establishing the initial connection
using SSL_ForceHandshake.  Create a new mutex - tlsm_pem_mutex - to
protect this function call.
The call to SSL_ConfigServerSessionIDCache() is not thread-safe - move it
to the init section and protect it with the init mutex.
2011-09-30 03:16:57 -07:00
..
liblber Cleanup ISO C compatibility for recent commits 2011-09-19 10:31:12 +02:00
libldap ITS#7034 use mutex for connection handshake when using PEM nss 2011-09-30 03:16:57 -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
libmdb Track changes to all cursors. 2011-09-21 15:55:27 -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