releases-comm-central/ldap/xpcom
Jorg K 6894ea6448 Bug 1422541 - port bug 1420954 to mailnews [Make nsIURIMutator setters return nsIURIMutator]. rs=bustage-fix 2017-12-06 11:08:58 +01:00
..
public Bug 1417696 - Port bug 1416343 to mailnews: Mark URI interfaces as [builtinclass]. rs=bustage-fix DONTBUILD 2017-11-15 15:12:00 +01:00
src Bug 1422541 - port bug 1420954 to mailnews [Make nsIURIMutator setters return nsIURIMutator]. rs=bustage-fix 2017-12-06 11:08:58 +01:00
tests Bug 1388927 - Port bug 1380617 to C-C: Fix test expectation. rs=bustage-fix 2017-08-10 19:37:20 +02: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 1044460 - Port relevant changes from Bug 1043344 for moving libraries and programs build to the compile tier r=standard8 for a CLOSED TREE 2014-07-31 15:15:22 +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>