Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_7 at openldap / OpenLDAP
Commits:
a2d9ea1f by Howard Chu at 2026-06-12T15:12:32+01:00
ITS#10522 LMDB: reject 0-length values in DUPSORT DBs
- - - - -
4a54ad4d by Howard Chu at 2026-06-13T23:44:58+01:00
ITS#10520 LMDB: fix mdb_env_copyfd1() with encrypted DBs
- - - - -
133bb658 by Howard Chu at 2026-06-13T23:45:08+01:00
ITS#10520 LMDB: cleanup on crypto errors and exits
- - - - -
f77a11be by Howard Chu at 2026-06-13T23:45:14+01:00
ITS#10520 LMDB: fix env_copyfd0() for remapped envs
- - - - -
a436624f by Howard Chu at 2026-06-13T23:45:19+01:00
ITS#10520 LMDB: fix incremental dump/load for encryption
- - - - -
dc2d397b by Quanah Gibson-Mount at 2026-06-15T16:34:39+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0' into OPENLDAP_REL_ENG_2_7
- - - - -
9 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/crypto.c
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_dump.c
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
- + libraries/liblmdb/mtest_enc3.c
- + libraries/liblmdb/mtest_enc4.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bfe6882c8253ba5bf2ee47…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bfe6882c8253ba5bf2ee47…
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:
a2d9ea1f by Howard Chu at 2026-06-12T15:12:32+01:00
ITS#10522 LMDB: reject 0-length values in DUPSORT DBs
- - - - -
4a54ad4d by Howard Chu at 2026-06-13T23:44:58+01:00
ITS#10520 LMDB: fix mdb_env_copyfd1() with encrypted DBs
- - - - -
133bb658 by Howard Chu at 2026-06-13T23:45:08+01:00
ITS#10520 LMDB: cleanup on crypto errors and exits
- - - - -
f77a11be by Howard Chu at 2026-06-13T23:45:14+01:00
ITS#10520 LMDB: fix env_copyfd0() for remapped envs
- - - - -
a436624f by Howard Chu at 2026-06-13T23:45:19+01:00
ITS#10520 LMDB: fix incremental dump/load for encryption
- - - - -
594aaf1a by Quanah Gibson-Mount at 2026-06-15T16:34:28+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0'
- - - - -
9 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/crypto.c
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_dump.c
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
- + libraries/liblmdb/mtest_enc3.c
- + libraries/liblmdb/mtest_enc4.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c5fee677365449a6fe08ef…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c5fee677365449a6fe08ef…
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
Howard Chu pushed to branch mdb.master3 at openldap / OpenLDAP
Commits:
da60a82d by Howard Chu at 2026-06-13T23:43:43+01:00
ITS#10520 LMDB: fix mdb_env_copyfd1() with encrypted DBs
- - - - -
c9912dbe by Howard Chu at 2026-06-13T23:43:59+01:00
ITS#10520 LMDB: cleanup on crypto errors and exits
- - - - -
a240d47f by Howard Chu at 2026-06-13T23:44:11+01:00
ITS#10520 LMDB: fix env_copyfd0() for remapped envs
- - - - -
22a8571f by Howard Chu at 2026-06-13T23:44:20+01:00
ITS#10520 LMDB: fix incremental dump/load for encryption
- - - - -
9 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/crypto.c
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_dump.c
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
- + libraries/liblmdb/mtest_enc3.c
- + libraries/liblmdb/mtest_enc4.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a67cd63a85591e906d3050…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a67cd63a85591e906d3050…
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
Howard Chu pushed to branch mdb.RE/1.0 at openldap / OpenLDAP
Commits:
4a54ad4d by Howard Chu at 2026-06-13T23:44:58+01:00
ITS#10520 LMDB: fix mdb_env_copyfd1() with encrypted DBs
- - - - -
133bb658 by Howard Chu at 2026-06-13T23:45:08+01:00
ITS#10520 LMDB: cleanup on crypto errors and exits
- - - - -
f77a11be by Howard Chu at 2026-06-13T23:45:14+01:00
ITS#10520 LMDB: fix env_copyfd0() for remapped envs
- - - - -
a436624f by Howard Chu at 2026-06-13T23:45:19+01:00
ITS#10520 LMDB: fix incremental dump/load for encryption
- - - - -
9 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/crypto.c
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_dump.c
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
- + libraries/liblmdb/mtest_enc3.c
- + libraries/liblmdb/mtest_enc4.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a2d9ea1ff983640b376019…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a2d9ea1ff983640b376019…
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