openldap:OPENLDAP_REL_ENG_2_5

Last commit made on 2024-03-26
Get this branch:
git clone -b OPENLDAP_REL_ENG_2_5 https://git.launchpad.net/openldap

Branch merges

Branch information

Name:
OPENLDAP_REL_ENG_2_5
Repository:
lp:openldap

Recent commits

2eadd15... by Quanah Gibson-Mount <email address hidden>

Happy New Year!

0c0fe01... by Quanah Gibson-Mount <email address hidden>

ITS#10186

8deecaf... by Howard Chu

ITS#10186 overlay response callbacks should ignore op->o_abandon

25bf646... by Quanah Gibson-Mount <email address hidden>

ITS#10044

abd8706... by Howard Chu

ITS#10044 dynlist: check for abandon in search2resp

7b59a5a... by Quanah Gibson-Mount <email address hidden>

ITS#10177

619afac... by HAMANO Tsukasa <email address hidden>

ITS#10177 fix back-perl build for clang15 or later

Remove problematic and unnecessary compile flags.

c576880... by Quanah Gibson-Mount <email address hidden>

ITS#9952

6dc030a... by Howard Chu

ITS#9952 TLS/OpenSSL: disable use of atexit()

This will only have any effect if libldap is the first caller to
initialize OpenSSL, but that should be all that matters when libldap
is part of a dynmically loaded module. It prevents the crash in the
example cases given.

dcbd011... by Howard Chu

Revert "ITS#9952 libldap: use atexit for TLS teardown"

This reverts commit 337455eb3a66176cc3f66d2c663a72cc7b4178bd.
The change was non-portable, caused ITS#10176. OpenSSL 3 is
broken and should be fixed.