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.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
ce1d833c by Howard Chu at 2024-02-15T17:48:20+00:00
ITS#10166 slapi: fix plugin.c plugin_pblock_new() usage
Broken in 9142da8eaf691720f7d6288954250ef085bd3da0
- - - - -
397fc80c by Quanah Gibson-Mount at 2024-02-15T17:48:41+00:00
ITS#10166
- - - - -
01e32028 by Nadezhda Ivanova at 2024-02-15T17:51:42+00:00
ITS#10165 back-meta fails to bind to target when proxying an internal operation
- - - - -
29c2826b by Quanah Gibson-Mount at 2024-02-15T17:51:56+00:00
ITS#10165
- - - - -
b325b429 by Howard Chu at 2024-02-15T17:54:23+00:00
slapo-autogroup: fix typo in Debug msg
Was present in original commit 946e8591088b557cbd326a904c138d910a7b9f9e
- - - - -
954497a3 by Howard Chu at 2024-02-15T17:54:28+00:00
slapo-autogroup: fix typo in Debug msg
Made in 1cf39a8568fb9b64518aaa7618e20e8cf7084006
- - - - -
fe7ee150 by OndÅ™ej KuznÃk at 2024-02-15T17:55:09+00:00
ITS#9823 Move to a place that is better associated with accesslog
- - - - -
e992b897 by Howard Chu at 2024-02-15T17:56:16+00:00
ITS#10167 slapo-memberof: add addcheck option
Check memberships of newly added entries.
- - - - -
6b81fca5 by Howard Chu at 2024-02-15T17:56:24+00:00
ITS#7400 memberof: note consumers must use exattr
to exclude the memberof attribute from replication
- - - - -
dfa5d8a7 by Quanah Gibson-Mount at 2024-02-15T17:56:59+00:00
ITS#10167
- - - - -
68cba1f4 by Howard Chu at 2024-02-15T18:05:37+00:00
ITS#10170 accesslog: skip response if not fully initialized yet
- - - - -
45f8aa22 by Quanah Gibson-Mount at 2024-02-15T18:06:33+00:00
ITS#10170
- - - - -
d0194722 by Stephen Gallagher at 2024-02-15T18:07:02+00:00
ITS#10171 - Explicitly cast private values
Fixes issues with -Werror=incompatible-pointer-types
Signed-off-by: Stephen Gallagher <sgallagh(a)redhat.com>
- - - - -
74a2c534 by Quanah Gibson-Mount at 2024-02-15T18:07:33+00:00
ITS#10171
- - - - -
70e72e58 by OndÅ™ej KuznÃk at 2024-02-15T18:10:53+00:00
ITS#10173 Populate li_minCSN on conversion
- - - - -
aedc5188 by Quanah Gibson-Mount at 2024-02-15T18:11:00+00:00
ITS#10173
- - - - -
493e991e by Nadezhda Ivanova at 2024-02-15T18:13:20+00:00
ITS#10164 back-meta hangs when used with dynlist overlay
Make sure every proxied operation has a separate candidates structure.
- - - - -
e5691c4f by Quanah Gibson-Mount at 2024-02-15T18:13:33+00:00
ITS#10164
- - - - -
6b5543aa by Nadezhda Ivanova at 2024-02-15T18:14:12+00:00
ITS#10179 back-asyncmeta(5) man page incorrectly mentions rewrite
back-asyncmeta does not currently support the rewrite engine.
- - - - -
1999ea5b by Quanah Gibson-Mount at 2024-02-15T18:14:22+00:00
ITS#10179
- - - - -
24 changed files:
- CHANGES
- contrib/slapd-modules/autogroup/autogroup.c
- doc/man/man5/slapd-asyncmeta.5
- doc/man/man5/slapo-memberof.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/memberof.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/overlays/valsort.c
- servers/slapd/slapi/plugin.c
- tests/data/memberof.out
- tests/scripts/test052-memberof
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/6b162b7dab23a9d9967c29…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/6b162b7dab23a9d9967c29…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
1bb795ad by Nadezhda Ivanova at 2024-02-15T16:39:49+00:00
ITS#10164 back-meta hangs when used with dynlist overlay
Make sure every proxied operation has a separate candidates structure.
- - - - -
10 changed files:
- 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
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/1bb795ad7aa4630c2fc3d8b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/1bb795ad7aa4630c2fc3d8b…
You're receiving this email because of your account on git.openldap.org.