Howard Chu pushed to branch master at openldap / OpenLDAP
Commits:
a5953812 by Howard Chu at 2024-02-18T10:57:07+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.
- - - - -
1 changed file:
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/a5953812f0c03e802e61109…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/a5953812f0c03e802e61109…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
0f326100 by Howard Chu at 2024-02-15T17:47:13+00:00
ITS#10166 slapi: fix plugin.c plugin_pblock_new() usage
Broken in 9142da8eaf691720f7d6288954250ef085bd3da0
- - - - -
a984408b by Quanah Gibson-Mount at 2024-02-15T17:48:08+00:00
ITS#10166
- - - - -
97e2034b by Nadezhda Ivanova at 2024-02-15T17:49:13+00:00
ITS#10165 back-meta fails to bind to target when proxying an internal operation
- - - - -
d4dfa939 by Quanah Gibson-Mount at 2024-02-15T17:51:34+00:00
ITS#10165
- - - - -
8111aea1 by Howard Chu at 2024-02-15T17:52:40+00:00
slapo-autogroup: fix typo in Debug msg
Was present in original commit 946e8591088b557cbd326a904c138d910a7b9f9e
- - - - -
c4a8fce7 by Ondřej Kuzník at 2024-02-15T17:55:05+00:00
ITS#9823 Move to a place that is better associated with accesslog
- - - - -
166a010e by Stephen Gallagher at 2024-02-15T18:07:05+00:00
ITS#10171 - Explicitly cast private values
Fixes issues with -Werror=incompatible-pointer-types
Signed-off-by: Stephen Gallagher <sgallagh(a)redhat.com>
- - - - -
0d7524ad by Quanah Gibson-Mount at 2024-02-15T18:07:18+00:00
ITS#10171
- - - - -
b870fbff by Ondřej Kuzník at 2024-02-15T18:08:00+00:00
ITS#10173 Populate li_minCSN on conversion
- - - - -
6ca9a124 by Quanah Gibson-Mount at 2024-02-15T18:10:41+00:00
ITS#10173
- - - - -
0ce2afd8 by Nadezhda Ivanova at 2024-02-15T18:12:46+00:00
ITS#10164 back-meta hangs when used with dynlist overlay
Make sure every proxied operation has a separate candidates structure.
- - - - -
16de33bd by Quanah Gibson-Mount at 2024-02-15T18:13:13+00:00
ITS#10164
- - - - -
de1c44af by Nadezhda Ivanova at 2024-02-15T18:14:32+00:00
ITS#10179 back-asyncmeta(5) man page incorrectly mentions rewrite
back-asyncmeta does not currently support the rewrite engine.
- - - - -
6300d127 by Quanah Gibson-Mount at 2024-02-15T18:14:42+00:00
ITS#10179
- - - - -
20 changed files:
- CHANGES
- contrib/slapd-modules/autogroup/autogroup.c
- doc/man/man5/slapd-asyncmeta.5
- servers/slapd/back-meta/add.c
- servers/slapd/back-meta/back-meta.h
- servers/slapd/back-meta/bind.c
- servers/slapd/back-meta/candidates.c
- servers/slapd/back-meta/compare.c
- servers/slapd/back-meta/conn.c
- servers/slapd/back-meta/delete.c
- servers/slapd/back-meta/modify.c
- servers/slapd/back-meta/modrdn.c
- servers/slapd/back-meta/search.c
- servers/slapd/config.c
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/constraint.c
- servers/slapd/overlays/dyngroup.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/overlays/valsort.c
- servers/slapd/slapi/plugin.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a3690aa69556017cc9b014…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a3690aa69556017cc9b014…
You're receiving this email because of your account on git.openldap.org.