releases-comm-central/ldap/xpcom
Neil Rashbrook 257414c198 Bug 705573 More frozen linkage fixes for debug Windows builds r=bienvenu 2011-12-01 20:40:24 +00:00
..
public Update mailnews and ldap url classes to include new functions from Bug 677260 which landed on mozilla-central. r=bustage-fix 2011-08-16 09:13:24 +01:00
src Bug 705573 More frozen linkage fixes for debug Windows builds r=bienvenu 2011-12-01 20:40:24 +00:00
tests partial fix for bug 658666, add xpcshell manifests to fix bustage CLOSED TREE 2011-05-20 15:44:10 -07:00
Makefile.in Bug 577887 Kill MOZ_LDAP_XPCOM_EXPERIMENTAL. r=Callek and verbal agreement from dmose 2010-12-02 15:07:02 +00: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

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>