Go to file
Pierangelo Masarati c2efb8788b when shutting down a server with open connections (back-{ldap,meta}),
the backend attempts a ldap_unbind() that results in calling
ldap_pvt_sasl_mutex_lock() with a NULL argument, causing a SIGSEGV.
I added a few assert() to catch this (I wonder if this might
be related to ITS#1982 "kill -INT corrupts database").
2002-08-29 16:03:38 +00:00
build Detect EBCDIC for SP2NL/NL2SP translation 2002-07-27 00:56:33 +00:00
clients improve control support thru -E switch 2002-08-29 10:41:10 +00:00
contrib LDAP auxprop plugin for external SASL-enabled servers 2002-07-13 07:20:38 +00:00
doc Misc updates... 2002-08-29 04:56:05 +00:00
include add null berval initializer (should replace tons of { 0, NULL}) 2002-08-29 10:42:13 +00:00
libraries when shutting down a server with open connections (back-{ldap,meta}), 2002-08-29 16:03:38 +00:00
servers fix server-size controls handling in back-{ldap,meta} 2002-08-29 15:07:18 +00:00
tests add userid case 2002-08-29 03:03:51 +00:00
acconfig.h Update copyright statements 2002-01-04 21:17:25 +00:00
acinclude.m4 Update copyright statements 2002-01-04 21:17:25 +00:00
aclocal.m4 Update Cyrus SASL detection to always look for <sasl.h> regardless 2002-02-10 17:51:19 +00:00
configure Add check for sockaddr_storage before enabling IPv6 2002-08-28 19:26:12 +00:00
configure.in Add check for sockaddr_storage before enabling IPv6 2002-08-28 19:26:12 +00:00
COPYRIGHT Remove info@openldap.org address. 2002-06-02 07:28:55 +00:00
INSTALL Updates from SDF 2002-02-18 18:10:25 +00:00
LICENSE
Makefile.in Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values 2002-02-13 06:35:27 +00:00
README Minor rewording 2001-09-28 21:22:00 +00:00

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$