releases-comm-central/ldap/xpcom
Gregory Szorc 8453bf4697 Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek 2013-02-28 15:16:49 +01:00
..
public Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek 2013-02-28 15:16:49 +01:00
src Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek 2013-02-28 15:16:49 +01:00
tests Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek 2013-02-28 15:16:49 +01:00
Makefile.in Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek 2013-02-28 15:16:49 +01:00
README.txt Bug 506601 - Transition LDAP SDKs to Mercurial - now pull the LDAP c-sdk from Mercurial rather than cvs; r=kairo 2010-11-23 13:21:58 +00:00
TODO.txt Bug 506601 - Transition LDAP SDKs to Mercurial - now pull the LDAP c-sdk from Mercurial rather than cvs; r=kairo 2010-11-23 13:21:58 +00:00
moz.build Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek 2013-02-28 15:16:49 +01: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>