Annuaire LDAP
Find a file
Michael Kourlas 585e6aa9a5 ITS#10330 keep socket non-blocking during polling in ldap_int_tls_start
During TLS negotiation, if a timeout is set, ldap_int_tls_start sets the
socket to non-blocking and calls ldap_int_poll in a loop if
ldap_int_tls_connect does not succeed the first time it is called.

However, ldap_int_poll sets the socket back to blocking and we currently
do not set it back to non-blocking. This means that a subsequent call to
ldap_int_tls_connect may hang and the configured timeout will not be
enforced. To fix this, we now set the socket back to non-blocking after
ldap_int_poll is called.
2025-06-19 13:49:40 +00:00
.github/workflows ITS#10154 - Add github action to automatically close PRs 2024-01-15 17:19:29 +00:00
build ITS#10214 Reduce library dependencies 2024-05-08 09:50:10 +09:00
clients ITS#10335 ldapsearch: fix handling of -LL in print_reference() 2025-06-17 23:08:02 +00:00
contrib ITS#9186 Implement result code counters 2025-06-11 14:29:37 +03:00
doc ITS#10338 Add olcConstraintAllowEmpty 2025-06-17 19:26:25 +00:00
include ITS#9393 Expose and document ldap_pvt_put_filter 2024-10-26 00:27:50 +00:00
libraries ITS#10330 keep socket non-blocking during polling in ldap_int_tls_start 2025-06-19 13:49:40 +00:00
servers ITS#10338 Add olcConstraintAllowEmpty 2025-06-17 19:26:25 +00:00
tests ITS#10266 Adding a test script 2025-02-19 19:59:42 +00:00
.gitattributes ITS#8872 - configure.in to configure.ac 2021-04-09 21:01:10 +00:00
.gitignore Update .gitignore for 2.5 and later 2022-06-30 19:38:14 +00:00
.gitlab-ci.yml ITS#10014: Add TLS handle using MbedTLS 2023-03-31 05:19:30 +00:00
aclocal.m4 ITS#10207 - regenerate configure 2024-05-01 16:23:20 +00:00
configure ITS#10163 - Regenerate configure 2025-03-21 21:51:20 +00:00
configure.ac ITS#10163 Add missed otp overlay to configure.ac 2025-03-10 12:27:23 +00:00
COPYRIGHT Happy New Year! 2024-03-26 19:45:07 +00:00
INSTALL Happy New Year! 2024-03-26 19:45:07 +00:00
LICENSE Fix typos 2003-11-24 19:42:08 +00:00
Makefile.in Happy New Year! 2024-03-26 19:45:07 +00:00
README Happy New Year! 2024-03-26 19:45:07 +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-2024 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.