gecko-dev/directory
mcs%netscape.com 61b529e662 Fix bug # 179951 - libprldap "cross thread" memory leak.
The prldap_tsd_destroy() function (which is called when a
	thread exits) was not freeing the information contained within
	the PRLDAP_ErrorInfo structure. Added prldap_free_errorinfo()
	and a way to determine if that thread-private data looks like
	error information (the plei_magic field). At the moment, only
	one kind of thread-private data is stored anyway (the error
	information).

	The prldap_allocate_map() function, which is called when a new
	LDAP session is created, was blindly setting the thread-private
	error information pointer to NULL. But if a different thread
	created or used an LDAP session than called ldap_unbind(), old
	error information may have been left in memory. Now the error
	info. pointer is reset and reused, which was the original goal.
2002-11-14 23:07:27 +00:00
..
c-sdk Fix bug # 179951 - libprldap "cross thread" memory leak. 2002-11-14 23:07:27 +00:00
ds-plugins First major cleanup, mostly finished. 2000-01-14 22:25:29 +00:00
java-sdk Updates for LDAPJDK 4.16 2002-04-27 23:41:15 +00:00
perldap Merged in changes from v1.4.1. 2000-10-05 19:47:47 +00:00
xpcom Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard 2002-10-30 12:41:38 +00:00
buildjsdk.txt
ldapsdk.mak LDAP C SDK v5.0 merge from ldapcsdk_branch_50 (at ldapcsdk_branch_50-20020326-pre-trunk-merge-tag). 2002-03-26 21:54:41 +00:00
ldapsdk.mk LDAP C SDK v5.0 merge from ldapcsdk_branch_50 (at ldapcsdk_branch_50-20020326-pre-trunk-merge-tag). 2002-03-26 21:54:41 +00:00
Makefile Fix 142883 - need option to build with Forte/Workshop 6 compiler 2002-05-09 16:50:55 +00:00