releases-comm-central/ldap/xpcom
Richard Marti 79757af9de Bug 1695274 - Port bug 1691913: Rename nsBaseHashtable::Put to InsertOrUpdate. r=aleca,rjl
--HG--
extra : histedit_source : 01dc507d9c91c23ca95f6b1624deecb1bf9c908f
2021-02-26 18:26:46 +01:00
..
public Bug 1612242 - Remove nsIArray use in nsILDAPModification. r=mkmelin 2020-11-28 12:43:53 +02:00
src Bug 1695274 - Port bug 1691913: Rename nsBaseHashtable::Put to InsertOrUpdate. r=aleca,rjl 2021-02-26 18:26:46 +01:00
tests Bug 1576901 - followup to fix linting. rs=eslint DONTBUILD 2021-01-19 14:21:01 +02:00
README.txt Bug 1534530 - remove mensions of RDF in ldap. r=jorgk 2019-03-12 14:34:00 +01:00
TODO.txt Bug 1463266 - remove trailing spaces in ldap. rs=white-space-only 2019-03-21 12:08:01 +01:00
moz.build Bug 1672798 - Run black formatting on mozbuild and mozconfigure files. r=mkmelin 2020-10-30 14:28:33 -04:00

README.txt

This is the home for XPCOM modules that implement LDAP functionality.

What's Here
-----------
src/
	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.

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>