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
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
6998bcb3 by Howard Chu at 2026-07-21T13:48:08+00:00
ITS#10524 slaptest: note it can fail on a fresh config
and slapcat should be used instead, when converting config format.
- - - - -
01ac5b2d by Quanah Gibson-Mount at 2026-07-21T13:48:20+00:00
ITS#10524
- - - - -
14505683 by Nadezhda Ivanova at 2026-07-21T13:49:34+00:00
ITS#10532 [back-asyncmeta] NULL-pointer dereference in asyncmeta_dn_massage() via referral URL with missing DN when suffixmassage remote suffix is empty
- - - - -
5d2c76a9 by Ondřej Kuzník at 2026-07-21T13:51:12+00:00
ITS#10535 syncprov: Let syncprov_play_accesslog handle !changed && dirty
- - - - -
826b5c98 by Quanah Gibson-Mount at 2026-07-21T13:51:34+00:00
ITS#10532, ITS#10535
- - - - -
9ab8bc18 by Howard Chu at 2026-07-21T13:52:06+00:00
ITS#10533 liblber: more for ITS#10489
Another potential 1-byte overread
- - - - -
ae047322 by Ondřej Kuzník at 2026-07-21T13:53:34+00:00
ITS#10530 syncrepl: detect malformed SYNC_ID_SET messages
- - - - -
f47855fb by Quanah Gibson-Mount at 2026-07-21T13:53:46+00:00
ITS#10530, ITS#10533
- - - - -
c4b81521 by Howard Chu at 2026-07-21T13:54:59+00:00
ITS#10543 slapd-read: plug leak
- - - - -
d5854415 by Quanah Gibson-Mount at 2026-07-21T13:55:13+00:00
ITS#10543
- - - - -
b09d4347 by Howard Chu at 2026-07-21T13:56:15+00:00
ITS#10541 syncrepl: assert on entryCSN must use normalized value
- - - - -
fe22c982 by Quanah Gibson-Mount at 2026-07-21T13:56:22+00:00
ITS#10541
- - - - -
7 changed files:
- CHANGES
- doc/man/man8/slaptest.8
- libraries/liblber/decode.c
- servers/slapd/back-asyncmeta/map.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/syncrepl.c
- tests/progs/slapd-read.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5ea6d3a21c562f06ad2e4b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5ea6d3a21c562f06ad2e4b…
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 OPENLDAP_REL_ENG_2_7 at openldap / OpenLDAP
Commits:
804b6e2b by Howard Chu at 2026-07-21T13:47:46+00:00
ITS#10524 slaptest: note it can fail on a fresh config
and slapcat should be used instead, when converting config format.
- - - - -
05c4f403 by Nadezhda Ivanova at 2026-07-21T13:49:30+00:00
ITS#10532 [back-asyncmeta] NULL-pointer dereference in asyncmeta_dn_massage() via referral URL with missing DN when suffixmassage remote suffix is empty
- - - - -
ec8b520d by Ondřej Kuzník at 2026-07-21T13:50:53+00:00
ITS#10535 syncprov: Let syncprov_play_accesslog handle !changed && dirty
- - - - -
ff781b35 by Howard Chu at 2026-07-21T13:52:03+00:00
ITS#10533 liblber: more for ITS#10489
Another potential 1-byte overread
- - - - -
bd872e10 by Ondřej Kuzník at 2026-07-21T13:52:41+00:00
ITS#9343 ppolicy: Fix require_password parsing in slapd.conf
- - - - -
975f6d42 by Ondřej Kuzník at 2026-07-21T13:53:30+00:00
ITS#10530 syncrepl: detect malformed SYNC_ID_SET messages
- - - - -
f2de455c by Ondřej Kuzník at 2026-07-21T13:54:09+00:00
ITS#9343 ppolicy: clean up policy selection logging
backend_operational returns LDAP_NO_SUCH_ATTRIBUTE if attribute was
requested but not populated. That is a valid result (no_policy), not an
error.
- - - - -
f5a4e685 by Howard Chu at 2026-07-21T13:54:55+00:00
ITS#10543 slapd-read: plug leak
- - - - -
dff88819 by Howard Chu at 2026-07-21T13:56:05+00:00
ITS#10541 syncrepl: assert on entryCSN must use normalized value
- - - - -
8 changed files:
- doc/man/man8/slaptest.8
- libraries/liblber/decode.c
- servers/slapd/back-asyncmeta/map.c
- servers/slapd/overlays/ppolicy.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/syncrepl.c
- tests/data/slapd-ppolicy.conf
- tests/progs/slapd-read.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d8e96a6984e2d3c2084b0b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d8e96a6984e2d3c2084b0b…
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