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@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/6b162b7dab23a9d9967c297...