releases-comm-central/ldap/xpcom
Edmund Wong acee5d621a Bug 1411069 - Port bug 1313150, follow-up: Remove |weak| parameter from nsIMutableArray methods (ldap, suite). r=jorgk 2017-10-23 20:03:00 +02:00
..
public Port bug 939044 to comm-central, rs=bustage-fix 2013-11-18 21:08:17 -06:00
src Bug 1411069 - Port bug 1313150, follow-up: Remove |weak| parameter from nsIMutableArray methods (ldap, suite). r=jorgk 2017-10-23 20:03:00 +02: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>