openldap/contrib
Emmanuel Dreyfus 0d10236da9 Use newer DES API so that smbk5pwd loads with newer OpenSSL
OpenSSL removed old DES API which used des_* functions.
24956ca00f

In order to link with libcrypto from recent OpenSSL releases, we need
to replace the older API des_* functions by the newer API DES_* functions.

Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
2016-11-29 09:35:08 -08:00
..
ldapc++ Happy New Year! 2016-01-29 13:32:05 -06:00
ldaptcl Happy New Year! 2016-01-29 13:32:05 -06:00
slapd-modules Use newer DES API so that smbk5pwd loads with newer OpenSSL 2016-11-29 09:35:08 -08:00
slapd-tools Happy New Year! 2016-01-29 13:32:05 -06:00
slapi-plugins/addrdnvalues Happy New Year! 2016-01-29 13:32:05 -06:00
ConfigOIDs New ADremap overlay 2015-07-03 20:11:25 +01: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$