releases-comm-central/directory/xpcom
Magnus Melin 9f2095b31a Bug 138086 LDAP over SSL autocomplete crash [@ nsLDAPConnection::AddPendingOperation(nsILDAPOperation*)] (v3), [@ nsLDAPConnection::AddPendingOperation] (v2). r/sr=dmose 2010-05-14 22:55:01 +01:00
..
base Bug 138086 LDAP over SSL autocomplete crash [@ nsLDAPConnection::AddPendingOperation(nsILDAPOperation*)] (v3), [@ nsLDAPConnection::AddPendingOperation] (v2). r/sr=dmose 2010-05-14 22:55:01 +01:00
datasource Bug 243621 - Back out standardizing QueryInterface to not throw, since it actually should throw, r=timeless, sr=Standard8 2009-01-15 20:43:07 -08:00
tests Bug 243621 - Back out standardizing QueryInterface to not throw, since it actually should throw, r=timeless, sr=Standard8 2009-01-15 20:43:07 -08:00
Makefile.in Bug 419595 nsLDAPURL implementation is incorrect. r=bienvenu,sr=dmose 2009-01-13 10:37:12 +00:00
README.txt bug 437643 - Build Thunderbird and SeaMonkey from comm-central, initial import of code from CVS tag HG_COMM_INITIAL_IMPORT at 2008-07-22 05:18:47 PST, imported and tagged cvs.mozilla.org modules: mozilla/directory/xpcom/ mozilla/mailnews/ mozilla/mail/ mozilla/suite/ mozilla/other-licenses/branding/thunderbird/ 2008-07-22 14:21:15 +02:00
TODO.txt bug 437643 - Build Thunderbird and SeaMonkey from comm-central, initial import of code from CVS tag HG_COMM_INITIAL_IMPORT at 2008-07-22 05:18:47 PST, imported and tagged cvs.mozilla.org modules: mozilla/directory/xpcom/ mozilla/mailnews/ mozilla/mail/ mozilla/suite/ mozilla/other-licenses/branding/thunderbird/ 2008-07-22 14:21:15 +02:00

README.txt

This is the home for XPCOM modules that implement LDAP functionality.

What's Here
-----------
base/	
	Implements a wrapper around the LDAP C SDK, as well as support
	for ldap: URLs in the browser.  Written entirely in C++;
	theoretically only depends on necko, xpcom, nspr, and the LDAP
	C SDK.

datasource/
	An RDF datasource, written in Javascript. 

tests/
	Some basic tests to help ensure that things don't break as
        development proceeds.  Currently, there is only some stuff for
	testing the datasource.


Building
--------
See <http://www.mozilla.org/directory/xpcom.html>.

Dan Mosedale <dmose@mozilla.org>