Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_7 at openldap / OpenLDAP
Commits:
f698581f by Quanah Gibson-Mount at 2026-06-30T16:41:56+00:00
Return to release engineering
- - - - -
136667a1 by Howard Chu at 2026-07-14T15:01:49+01:00
ITS#10534 lmdb: update mdb_env_get_maxkeysize() doc
- - - - -
9db2ed01 by Howard Chu at 2026-07-14T15:02:11+01:00
ITS#10536 lmdb: refix mdb_drop(MAIN_DBI)
Check for named DBs and drop them individually.
Partially reverts ITS#8174 fix.
- - - - -
bc8c15c3 by Howard Chu at 2026-07-14T15:02:19+01:00
ITS#10540 lmdb: Fixup outdated license notices
The Symas Dual-Use License initiative was abandoned.
Everything remains under the OpenLDAP Public License.
- - - - -
c0e47dda by Howard Chu at 2026-07-14T15:04:19+01:00
ITS#10534, ITS#10536, ITS#10540
- - - - -
8827c7db by Howard Chu at 2026-07-14T17:26:33+01:00
ITS#10539 lmdb: windows cleanup
- - - - -
30de0583 by Howard Chu at 2026-07-14T17:27:05+01:00
ITS#10539
- - - - -
36e581af by Howard Chu at 2026-07-16T16:57:23+01:00
ITS#10538 lmdb: fix large writes on Windows
- - - - -
6db8b5f7 by Howard Chu at 2026-07-16T16:57:53+01:00
ITS#10538
- - - - -
1681bc79 by Howard Chu at 2026-07-17T17:05:22+01:00
ITS#10542 lmdb: Add compile time flag MDB_USE_WRITE_THROUGH for Windows
It defaults to enabled. Compile with -DMDB_USE_WRITE_THROUGH=0 to
revert to regular buffered writes.
- - - - -
82fa96b6 by Howard Chu at 2026-07-17T17:06:00+01:00
ITS#10542
- - - - -
45e6185c by Howard Chu at 2026-07-21T15:28:37+01:00
ITS#10520 lmdb: tweak previous commit
- - - - -
88718c27 by Quanah Gibson-Mount at 2026-07-21T17:33:47+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0' into OPENLDAP_REL_ENG_2_7
- - - - -
f76fd4f1 by Howard Chu at 2026-07-21T17:34:06+00:00
ITS#10545 urltest: silence braindead AI complaints
- - - - -
a813b2bf by Howard Chu at 2026-07-21T17:34:12+00:00
ITS#10546 libldap/test.c: silence braindead AI complaints
- - - - -
13 changed files:
- libraries/libldap/test.c
- libraries/libldap/urltest.c
- libraries/liblmdb/CHANGES
- libraries/liblmdb/crypto.c
- libraries/liblmdb/cryptoc.c
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/module.c
- libraries/liblmdb/mtest_enc.c
- libraries/liblmdb/mtest_enc2.c
- libraries/liblmdb/mtest_enc3.c
- libraries/liblmdb/mtest_enc4.c
- libraries/liblmdb/mtest_remap.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/dff88819cf490a4f0292c5…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/dff88819cf490a4f0292c5…
You're receiving this email because of your account on git.openldap.org. Manage all notifications: https://git.openldap.org/-/profile/notifications | Help: https://git.openldap.org/help
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
f698581f by Quanah Gibson-Mount at 2026-06-30T16:41:56+00:00
Return to release engineering
- - - - -
136667a1 by Howard Chu at 2026-07-14T15:01:49+01:00
ITS#10534 lmdb: update mdb_env_get_maxkeysize() doc
- - - - -
9db2ed01 by Howard Chu at 2026-07-14T15:02:11+01:00
ITS#10536 lmdb: refix mdb_drop(MAIN_DBI)
Check for named DBs and drop them individually.
Partially reverts ITS#8174 fix.
- - - - -
bc8c15c3 by Howard Chu at 2026-07-14T15:02:19+01:00
ITS#10540 lmdb: Fixup outdated license notices
The Symas Dual-Use License initiative was abandoned.
Everything remains under the OpenLDAP Public License.
- - - - -
c0e47dda by Howard Chu at 2026-07-14T15:04:19+01:00
ITS#10534, ITS#10536, ITS#10540
- - - - -
8827c7db by Howard Chu at 2026-07-14T17:26:33+01:00
ITS#10539 lmdb: windows cleanup
- - - - -
30de0583 by Howard Chu at 2026-07-14T17:27:05+01:00
ITS#10539
- - - - -
36e581af by Howard Chu at 2026-07-16T16:57:23+01:00
ITS#10538 lmdb: fix large writes on Windows
- - - - -
6db8b5f7 by Howard Chu at 2026-07-16T16:57:53+01:00
ITS#10538
- - - - -
1681bc79 by Howard Chu at 2026-07-17T17:05:22+01:00
ITS#10542 lmdb: Add compile time flag MDB_USE_WRITE_THROUGH for Windows
It defaults to enabled. Compile with -DMDB_USE_WRITE_THROUGH=0 to
revert to regular buffered writes.
- - - - -
82fa96b6 by Howard Chu at 2026-07-17T17:06:00+01:00
ITS#10542
- - - - -
45e6185c by Howard Chu at 2026-07-21T15:28:37+01:00
ITS#10520 lmdb: tweak previous commit
- - - - -
dec5992c by Quanah Gibson-Mount at 2026-07-21T17:33:31+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0'
- - - - -
11 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/crypto.c
- libraries/liblmdb/cryptoc.c
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/module.c
- libraries/liblmdb/mtest_enc.c
- libraries/liblmdb/mtest_enc2.c
- libraries/liblmdb/mtest_enc3.c
- libraries/liblmdb/mtest_enc4.c
- libraries/liblmdb/mtest_remap.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c1f7af2b100f0f1727b2a1…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c1f7af2b100f0f1727b2a1…
You're receiving this email because of your account on git.openldap.org. Manage all notifications: https://git.openldap.org/-/profile/notifications | Help: https://git.openldap.org/help