releases-comm-central/directory/xpcom
Dan Mosedale 756ae1f52d When binding to an LDAP server, Thunderbird should attempt GSSAPI (Kerberos) Authentication if available (bug 308118); thanks to Simon Wilkinson <simon@sxw.org.uk>, r=Standard8,bievenu, sr=dmose. 2009-03-19 15:31:57 -07:00
..
base When binding to an LDAP server, Thunderbird should attempt GSSAPI (Kerberos) Authentication if available (bug 308118); thanks to Simon Wilkinson <simon@sxw.org.uk>, r=Standard8,bievenu, sr=dmose. 2009-03-19 15:31:57 -07: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>