openldap/contrib
Hallvard Furuseth 7bb8b706c5 ITS#6758 Add SLAP_OP() &co, contrib:wrap_slap_ops.
Add framework for debug macros SLAP_OP(), slap_be_op(),
slap_bi_op() around LDAP-operation backend calls.

contrib/slapd-tools/wrap_slap_ops converts code to use them.

Code compiles as before by default.  #define USE_RS_ASSERT
enables debugging, $NO_RS_ASSERT tweaks it. See slapd/result.c.
2013-12-11 14:40:45 +01:00
..
ldapc++ Add some simple checks for certificate directories/files 2013-01-31 14:32:20 +01:00
ldaptcl Happy New Year 2013-01-02 10:22:57 -08:00
slapd-modules Fix modrdn unique check 2013-09-19 16:00:04 -07:00
slapd-tools ITS#6758 Add SLAP_OP() &co, contrib:wrap_slap_ops. 2013-12-11 14:40:45 +01:00
slapi-plugins/addrdnvalues Happy New Year 2013-01-02 10:22:57 -08:00
ConfigOIDs Allocate ConfigOID, use ISODE authTimestamp schema 2011-02-05 00:13:56 +00:00
README Fix typos 2009-08-16 23:08:41 +00:00

OpenLDAP Contributed Software README

OpenLDAP Project provides a number of freely-distributable LDAP
software packages.  While distributed as part of OpenLDAP Software,
they are not necessarily supported by the OpenLDAP Project.  Some
packages may be out of date.  Each package in this directory has its
own use and may have different redistribution restrictions than typical
for OpenLDAP Software.

Current contributions:
	ldapc++
		LDAP C++ API
		Contributed by SuSE Gmbh.

	ldaptcl
		LDAP TCL API
		Contributed by NeoSoft

	slapd-modules
		Native-API modules

	slapd-tools
		Tools to use with slapd

	slapi-plugins
		SLAPI plugins


OpenLDAP Contributing Guidelines are available at:
  <http://www.openldap.org/devel/contributing.html>.

$OpenLDAP$