releases-comm-central/ldap/xpcom
Joshua Cranmer f7f6b1fbb9 Bug 1126607, part 2: Integrate the imported code into moz.build, r=glandium.
--HG--
rename : ldap/c-sdk/include/ldap-standard-tmpl.h => ldap/c-sdk/include/ldap-standard.h
2015-04-19 22:20:41 -05:00
..
public Port bug 939044 to comm-central, rs=bustage-fix 2013-11-18 21:08:17 -06:00
src Bug 1126607, part 2: Integrate the imported code into moz.build, r=glandium. 2015-04-19 22:20:41 -05:00
tests Bug 905910: Run comm-central xpcshell tests in parallel, r=Standard8, a=jcranmer 2014-04-28 10:30:57 -05: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>