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/8ed0e87de216d3cadaf7c2…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8ed0e87de216d3cadaf7c2…
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:
572bb071 by Lenka Klement at 2025-10-14T15:18:29+00:00
ITS#10372 last-bind configuration manual updates
- - - - -
8ed0e87d by Quanah Gibson-Mount at 2025-10-14T15:18:43+00:00
ITS#10372
- - - - -
4 changed files:
- CHANGES
- contrib/slapd-modules/lastbind/slapo-lastbind.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/500ff66034e8210749c3f3…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/500ff66034e8210749c3f3…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch mdb.RE/0.9 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
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f7c1754e36c6790d120996…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f7c1754e36c6790d120996…
You're receiving this email because of your account on git.openldap.org.