openldap/contrib
SATOH Fumiyasu e4f4322f6c SHA2: Make slapd-sha2 module portable
contrib/slapd-modules/passwd/sha2/sha2.[ch] need portable.h and
some macros to be portable source.

contrib/slapd-modules/passwd/sha2/slapd-sha2.c:hash_sha*() must
declare "struct berval digest" before a statement for K&R C,
and must replace C++ "// foo"-style comments with C style.
2012-05-08 12:16:25 -07:00
..
ldapc++ Fix the configure.in $Id$ in configure 2012-01-27 21:30:12 +01:00
ldaptcl ITS#7160 Support POSIX make: No $< in target rules 2012-02-18 18:17:40 +01:00
slapd-modules SHA2: Make slapd-sha2 module portable 2012-05-08 12:16:25 -07:00
slapd-tools Happy New Year! 2012-01-01 07:10:53 -08:00
slapi-plugins/addrdnvalues Happy New Year! 2012-01-01 07:10:53 -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$