Go to file
Ondřej Kuzník 25fff30e39 Let the last thread dispose of pending references
If we're idle, there might be objects pending cleanup for the last two
epochs. Unless another thread comes in and checks into a new epoch or we
shut down, they will linger forever.

If one of the objects was a connection, it wouldn't get closed and be
stuck in CLOSE_WAIT state, potentially refusing another ligitimate
connection if its socket address were to match the one we're yet to
close.
2020-11-17 17:58:15 +00:00
build lloadd ahoy 2020-11-17 17:15:40 +00:00
clients Remove various unused variables 2020-11-12 18:05:59 +00:00
contrib ITS#9348 Stop using plain strerror() 2020-09-25 12:47:46 +01:00
doc Implement client pending operation limits 2020-11-17 17:58:15 +00:00
include lloadd ahoy 2020-11-17 17:15:40 +00:00
libraries Do not enforce a valid ld in lutil_sasl_interact 2020-11-17 17:58:15 +00:00
servers Let the last thread dispose of pending references 2020-11-17 17:58:15 +00:00
tests SASL and proxyauthz tests 2020-11-17 17:58:15 +00:00
.gitattributes Exclude internet-draft .xml versions from releases. 2012-02-07 16:44:07 +01:00
.gitignore lloadd ahoy 2020-11-17 17:15:40 +00:00
.gitlab-ci.yml ITS#9235 Add CI build without threads 2020-07-03 17:24:16 -07:00
aclocal.m4 ITS#9323 - Regenerate configure 2020-08-26 21:43:21 +00:00
configure ITS#9348 - regenerate configure 2020-09-25 00:07:23 +00:00
configure.ac Enable compilation of the load balancer as a module 2020-11-17 17:58:14 +00:00
COPYRIGHT Happy New Year! 2020-01-09 16:50:21 +00:00
INSTALL Happy New Year! 2020-01-09 16:50:21 +00:00
LICENSE
Makefile.in Happy New Year! 2020-01-09 16:50:21 +00:00
README Happy New Year! 2020-01-09 16:50:21 +00:00

OpenLDAP Devel README
	This software was obtained from a development branch 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/>

Contributing
	See <http://www.openldap.org/devel/contributing.html> for how to
	contribute code or documentation to OpenLDAP.  Use the Issue Tracking
	System <http://www.openldap.org/its/> to submit contributions.
	While you are encouraged to coordinate and discuss the development
	activities on the openldap-devel@openldap.org mailing list prior
	to submission, it is noted that contributions must be submitted
	using the Issue Tracking System to be considered.

---
$OpenLDAP$

This work is part of OpenLDAP Software <http://www.openldap.org/>.

Copyright 1998-2020 The OpenLDAP Foundation.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP
Public License.

A copy of this license is available in the file LICENSE in the
top-level directory of the distribution or, alternatively, at
<http://www.OpenLDAP.org/license.html>.

OpenLDAP is a registered trademark of the OpenLDAP Foundation.