Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: dcbd0113 by Howard Chu at 2024-03-26T16:32:23+00:00 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.
- - - - - 6dc030a8 by Howard Chu at 2024-03-26T16:32:29+00:00 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.
- - - - - c5768809 by Quanah Gibson-Mount at 2024-03-26T16:33:40+00:00 ITS#9952
- - - - - 619afacc by HAMANO Tsukasa at 2024-03-26T16:40:27+00:00 ITS#10177 fix back-perl build for clang15 or later
Remove problematic and unnecessary compile flags.
- - - - - 7b59a5ad by Quanah Gibson-Mount at 2024-03-26T16:40:38+00:00 ITS#10177
- - - - - abd8706e by Howard Chu at 2024-03-26T16:43:13+00:00 ITS#10044 dynlist: check for abandon in search2resp
- - - - - 25bf6462 by Quanah Gibson-Mount at 2024-03-26T16:43:21+00:00 ITS#10044
- - - - -
6 changed files:
- CHANGES - configure.ac - libraries/libldap/init.c - libraries/libldap/tls2.c - libraries/libldap/tls_o.c - servers/slapd/overlays/dynlist.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d7810ffb5dc717629e06e93...