Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: c47b1136 by Howard Chu at 2025-10-06T16:52:32+01:00 ITS#10396 lmdb: fix mdb_cursor_del0 with multiple DUPSORT cursors
Use the correct stack index when adjusting other cursors pointing to the affected page and the DB has a subDB. Broken in ITS#8406.
- - - - - 72592960 by Howard Chu at 2025-10-06T16:53:18+01:00 ITS#10396 fix mdb_cursor_del0 with multiple DUPSORT cursors
- - - - - 352fe5e0 by Howard Chu at 2025-10-14T15:19:59+00:00 ITS#10191 back-mdb: check for pool pause in search
Also related, cancel any ops on a DB that is being deleted.
- - - - - 6827c224 by Quanah Gibson-Mount at 2025-10-14T15:20:25+00:00 ITS#10191
- - - - - f08aec9a by Howard Chu at 2025-10-14T15:20:53+00:00 ITS#10381 fix logformat config
- - - - - 24aabe3b by Nadezhda Ivanova at 2025-10-14T15:22:14+00:00 ITS#10392 back-ldap does not return a response if incorrect secprops is configured
- - - - - de6e11cf by Quanah Gibson-Mount at 2025-10-14T15:22:56+00:00 ITS#10392
- - - - - 16800c72 by Quanah Gibson-Mount at 2025-10-14T15:24:25+00:00 Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6
- - - - -
9 changed files:
- CHANGES - libraries/liblmdb/CHANGES - libraries/liblmdb/mdb.c - servers/slapd/back-ldap/bind.c - servers/slapd/back-mdb/search.c - servers/slapd/bconfig.c - servers/slapd/connection.c - servers/slapd/logging.c - servers/slapd/proto-slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8ed0e87de216d3cadaf7c2d...