Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_7 at openldap / OpenLDAP
Commits:
8bbf6804 by Quanah Gibson-Mount at 2026-08-07T17:40:09+00:00
Return to release engineering
- - - - -
a9a8ea60 by Howard Chu at 2026-08-11T20:59:38+01:00
ITS#10569 lmdb: fix Version in lmdb.pc file
Obtain it dynamically from the built mdb_stat -V
- - - - -
f554def5 by Howard Chu at 2026-08-11T21:00:24+01:00
ITS#10569
- - - - -
88a6cfe9 by Howard Chu at 2026-08-12T14:00:40+01:00
ITS#10569 lmdb: tweak prev commit
Use sed instead of awk
- - - - -
9b7c2c53 by Howard Chu at 2026-08-18T17:02:43+01:00
ITS#10572 lmdb: more upgrade notes
- - - - -
e6a13b2c by Howard Chu at 2026-08-18T17:03:02+01:00
ITS#10572
- - - - -
e831cba0 by Howard Chu at 2026-08-19T14:58:59+01:00
ITS#10575 lmdb: fix write_meta on Windows with WRITEMAP
- - - - -
3e655fa3 by Howard Chu at 2026-08-19T14:59:33+01:00
ITS#10575
- - - - -
c279e047 by Quanah Gibson-Mount at 2026-09-08T17:17:51+00:00
Prep for release (LMDB 1.0.2)
- - - - -
c40d8bf1 by Quanah Gibson-Mount at 2026-09-08T17:20:06+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0' into OPENLDAP_REL_ENG_2_7
- - - - -
10 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/Makefile
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_copy.1
- libraries/liblmdb/mdb_drop.1
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_stat.1
- libraries/liblmdb/upgrading.doc
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/87f1855ba1c3fab559049e…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/87f1855ba1c3fab559049e…
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:
6f0a3249 by Quanah Gibson-Mount at 2026-08-06T17:11:09+00:00
Prep for release (LMDB 1.0.1)
- - - - -
8bbf6804 by Quanah Gibson-Mount at 2026-08-07T17:40:09+00:00
Return to release engineering
- - - - -
a9a8ea60 by Howard Chu at 2026-08-11T20:59:38+01:00
ITS#10569 lmdb: fix Version in lmdb.pc file
Obtain it dynamically from the built mdb_stat -V
- - - - -
f554def5 by Howard Chu at 2026-08-11T21:00:24+01:00
ITS#10569
- - - - -
88a6cfe9 by Howard Chu at 2026-08-12T14:00:40+01:00
ITS#10569 lmdb: tweak prev commit
Use sed instead of awk
- - - - -
9b7c2c53 by Howard Chu at 2026-08-18T17:02:43+01:00
ITS#10572 lmdb: more upgrade notes
- - - - -
e6a13b2c by Howard Chu at 2026-08-18T17:03:02+01:00
ITS#10572
- - - - -
e831cba0 by Howard Chu at 2026-08-19T14:58:59+01:00
ITS#10575 lmdb: fix write_meta on Windows with WRITEMAP
- - - - -
3e655fa3 by Howard Chu at 2026-08-19T14:59:33+01:00
ITS#10575
- - - - -
c279e047 by Quanah Gibson-Mount at 2026-09-08T17:17:51+00:00
Prep for release (LMDB 1.0.2)
- - - - -
37bb28cd by Quanah Gibson-Mount at 2026-09-08T17:19:49+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0'
- - - - -
10 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/Makefile
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_copy.1
- libraries/liblmdb/mdb_drop.1
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_stat.1
- libraries/liblmdb/upgrading.doc
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2be7ec8e0544640d2e11c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2be7ec8e0544640d2e11c…
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:
4221964c by Howard Chu at 2026-09-08T16:10:16+00:00
ITS#10560 slapo-pcache: add note about referral chasing to doc
- - - - -
e78e5049 by Quanah Gibson-Mount at 2026-09-08T16:22:59+00:00
ITS#10560
- - - - -
5cc45207 by Ondřej Kuzník at 2026-09-08T16:26:27+00:00
ITS#10578 libldap: Make sure error stack is empty before a checked SSL_*() call
Before OpenSSL 4.0, SSL_get_error() would use the thread's error stack
and a pending error there would stick around essentially forever.
- - - - -
1b1ef5a5 by Quanah Gibson-Mount at 2026-09-08T16:26:59+00:00
ITS#10578
- - - - -
f13d0520 by Mikhail Sukhanov at 2026-09-08T16:27:27+00:00
ITS#10577 libldap: fix request leak on malformed BER response
- - - - -
2d924793 by Quanah Gibson-Mount at 2026-09-08T16:27:44+00:00
ITS#10577
- - - - -
62ec372d by Howard Chu at 2026-09-08T16:29:55+00:00
ITS#10582 tests: fix date test
Test the actual option we're interested in, not an unrelated one.
- - - - -
84d75e9a by Quanah Gibson-Mount at 2026-09-08T16:30:06+00:00
ITS#10582
- - - - -
4666e007 by Ondřej Kuzník at 2026-09-08T16:31:51+00:00
ITS#10579 libldap: resync I/O flags after TLS read/write
- - - - -
5efbfeaf by Ondřej Kuzník at 2026-09-08T16:32:03+00:00
ITS#10579 lloadd: handle pending reads blocking a write path
- - - - -
6ae56c72 by Quanah Gibson-Mount at 2026-09-08T16:38:15+00:00
ITS#10579
- - - - -
d9b4cd5d by Ondřej Kuzník at 2026-09-08T16:39:52+00:00
ITS#10584 libldap: do not leak ber on Notice of Disconnection
- - - - -
26b50bcc by Quanah Gibson-Mount at 2026-09-08T16:40:40+00:00
ITS#10584
- - - - -
9 changed files:
- CHANGES
- doc/man/man5/slapo-pcache.5
- libraries/libldap/result.c
- libraries/libldap/tls_g.c
- libraries/libldap/tls_o.c
- servers/lloadd/connection.c
- servers/lloadd/lload.h
- tests/scripts/all
- tests/scripts/lloadd-all
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e21e777a90fe97eee5aebe…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e21e777a90fe97eee5aebe…
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:
4bf40fca by Howard Chu at 2026-09-08T16:10:02+00:00
ITS#10560 slapo-pcache: add note about referral chasing to doc
- - - - -
9a7874f4 by Quanah Gibson-Mount at 2026-09-08T16:22:50+00:00
ITS#10560
- - - - -
b199ce99 by Ondřej Kuzník at 2026-09-08T16:26:18+00:00
ITS#10578 libldap: Make sure error stack is empty before a checked SSL_*() call
Before OpenSSL 4.0, SSL_get_error() would use the thread's error stack
and a pending error there would stick around essentially forever.
- - - - -
8e67bfdd by Quanah Gibson-Mount at 2026-09-08T16:27:06+00:00
ITS#10578
- - - - -
61241871 by Mikhail Sukhanov at 2026-09-08T16:27:23+00:00
ITS#10577 libldap: fix request leak on malformed BER response
- - - - -
8dfa540b by Quanah Gibson-Mount at 2026-09-08T16:28:04+00:00
ITS#10577
- - - - -
34c213a8 by Howard Chu at 2026-09-08T16:29:36+00:00
ITS#10582 tests: fix date test
Test the actual option we're interested in, not an unrelated one.
- - - - -
40d3f53c by Quanah Gibson-Mount at 2026-09-08T16:29:45+00:00
ITS#10582
- - - - -
868f55ab by Ondřej Kuzník at 2026-09-08T16:30:22+00:00
ITS#10579 libldap: resync I/O flags after TLS read/write
- - - - -
5a1fae8d by Ondřej Kuzník at 2026-09-08T16:30:28+00:00
ITS#10579 lloadd: handle pending reads blocking a write path
- - - - -
80cae328 by Quanah Gibson-Mount at 2026-09-08T16:38:02+00:00
ITS#10579
- - - - -
8cc10b8b by Ondřej Kuzník at 2026-09-08T16:39:42+00:00
ITS#10584 libldap: do not leak ber on Notice of Disconnection
- - - - -
87f1855b by Quanah Gibson-Mount at 2026-09-08T16:40:32+00:00
ITS#10584
- - - - -
10 changed files:
- CHANGES
- doc/man/man5/slapo-pcache.5
- libraries/libldap/result.c
- libraries/libldap/tls_g.c
- libraries/libldap/tls_mt.c
- libraries/libldap/tls_o.c
- servers/lloadd/connection.c
- servers/lloadd/lload.h
- tests/scripts/all
- tests/scripts/lloadd-all
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/90e40a3376644d1f912566…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/90e40a3376644d1f912566…
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