Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: 541f61f2 by Bjarni Ingi Gislason at 2025-02-19T17:00:05+00:00 ITS#10226 - Fix ldap.conf(5) formatting issues
- - - - - a8ab0eee by Quanah Gibson-Mount at 2025-02-19T17:00:33+00:00 ITS#10226
- - - - - c1d61434 by Howard Chu at 2025-02-19T17:02:04+00:00 ITS#10288 autoca: fix olcAutoCAserverClass config
- - - - - c67158f2 by Quanah Gibson-Mount at 2025-02-19T18:03:49+00:00 ITS#10288
- - - - - 2e029d7c by Ondřej Kuzník at 2025-02-19T18:03:59+00:00 ITS#10229 Adjust ldap_result behaviour with LDAP_MSG_RECEIVED
- - - - - 155f92f9 by Quanah Gibson-Mount at 2025-02-19T18:04:57+00:00 ITS#10229
- - - - - 8d19c205 by Ondřej Kuzník at 2025-02-19T18:06:29+00:00 ITS#7080 Do not munge path twice
- - - - - f328965d by Ondřej Kuzník at 2025-02-19T18:06:33+00:00 ITS#7080 Implement pre/postread for modrdn
- - - - - c667f2ea by Ondřej Kuzník at 2025-02-19T18:15:58+00:00 ITS#7080 Do not reuse back-ldif's stack for controls
- - - - - 4203cb26 by Quanah Gibson-Mount at 2025-02-19T18:18:46+00:00 ITS#7080
- - - - - 0cad3da8 by Ondřej Kuzník at 2025-02-19T18:20:15+00:00 ITS#10290 Move syncrepl_modify_cb to the end of the list
The way op->orm_modlist is allocated by syncrepl_op_modify is not compatible with slap_mods_free() and so callbacks from any overlays that touch op->orm_modlist on the way down need a chance to undo their state first as we go back up.
- - - - - 3171da90 by Quanah Gibson-Mount at 2025-02-19T18:21:31+00:00 ITS#10290
- - - - - 44306d70 by Howard Chu at 2025-02-19T18:22:38+00:00 ITS#10302 slapd-mdb: fix idcursor double-free in slapadd shutdown
Caused when calling tool_entry_modify to update ctxcsn after all adds are done.
- - - - - f1ef8f08 by Quanah Gibson-Mount at 2025-02-19T18:22:49+00:00 ITS#10302
- - - - - aa918a4f by Ondřej Kuzník at 2025-02-19T18:24:26+00:00 Update and clarify replication docs
- - - - - a9ff4f1e by Ondřej Kuzník at 2025-02-19T18:24:52+00:00 ITS#10307 Initialise last if we use it later
- - - - - d48bb50f by Quanah Gibson-Mount at 2025-02-19T18:25:29+00:00 ITS#10307
- - - - - 3078fa88 by Ondřej Kuzník at 2025-02-19T18:28:03+00:00 ITS#10279 Let client notify when LDAP_DEBUG is disabled but -d specified
- - - - - 20f41158 by Quanah Gibson-Mount at 2025-02-19T18:28:16+00:00 ITS#10279
- - - - - d66062dc by Ondřej Kuzník at 2025-02-19T18:37:48+00:00 ITS#7249 Let backend_attribute know who's calling it
- - - - - 5c734d2b by Ondřej Kuzník at 2025-02-19T18:37:53+00:00 ITS#7249 Disallow memberof-addcheck when memberof is global
- - - - - 556632e3 by Quanah Gibson-Mount at 2025-02-19T18:38:15+00:00 ITS#7249
- - - - -
12 changed files:
- CHANGES - clients/tools/common.c - doc/guide/admin/replication.sdf - doc/man/man5/ldap.conf.5 - libraries/libldap/error.c - libraries/libldap/result.c - servers/slapd/back-ldif/ldif.c - servers/slapd/back-mdb/tools.c - servers/slapd/bconfig.c - servers/slapd/overlays/autoca.c - servers/slapd/overlays/memberof.c - servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f3ae2773b0281336f587ff2...