Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_7 at openldap / OpenLDAP
Commits:
2fa6d246 by Howard Chu at 2026-06-08T19:44:05+00:00
ITS#8901 ldap_pvt_thread: add _detach() support
Prep for fixups to tpool.
- - - - -
fb41f6a1 by Howard Chu at 2026-06-08T19:44:10+00:00
ITS#8901 tpool: use joinable threads instead of detached
When tearing down the threadpool we need to wait for the last
thread to actually exit, before returning. We can only wait
for a thread if it's joinable. For all the threads besides
the last one, we detach before exiting because we don't care
about waiting for them.
- - - - -
9 changed files:
- include/ldap_pvt_thread.h
- libraries/libldap/ldap.map.in
- libraries/libldap/ldap_thr_debug.h
- libraries/libldap/thr_debug.c
- libraries/libldap/thr_nt.c
- libraries/libldap/thr_posix.c
- libraries/libldap/thr_pth.c
- libraries/libldap/thr_thr.c
- libraries/libldap/tpool.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/0e10c59530e551211810ba…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/0e10c59530e551211810ba…
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:
ce139ac9 by Howard Chu at 2026-06-04T21:42:15+01:00
ITS#9009 LMDB add release notes/upgrading info
- - - - -
79d8edbe by Howard Chu at 2026-06-08T16:56:53+01:00
ITS#10518 lmdb: fix mutex leak from ITS#10395
- - - - -
d8baa405 by Quanah Gibson-Mount at 2026-06-08T18:00:45+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0' into OPENLDAP_REL_ENG_2_7
- - - - -
017064bd by Howard Chu at 2026-06-08T18:02:42+00:00
ITS#10516 slapd: force make to check dynamic backends
Also streamline build of static backends.
- - - - -
53865112 by Howard Chu at 2026-06-08T18:06:20+00:00
ITS#10515 slapo-auditlog: Add Windows non-blocking support
It doesn't work the same way as on Linux, so don't enable
the test script.
- - - - -
9dc68752 by Ondřej Kuzník at 2026-06-08T18:07:16+00:00
ITS#10517 libldap+mbedtls: Check cert validation result
- - - - -
3c326005 by Ondřej Kuzník at 2026-06-08T18:07:49+00:00
ITS#9640 doc: Update admin guide to match
- - - - -
28ba7349 by Ondřej Kuzník at 2026-06-08T18:07:53+00:00
ITS#9343 doc: Update admin guide to match
- - - - -
0e10c595 by Ondřej Kuzník at 2026-06-08T18:07:59+00:00
ITS#6198 doc: Extend admin guide ACL section to cover new options
- - - - -
23 changed files:
- build/mod.mk
- doc/guide/admin/access-control.sdf
- doc/guide/admin/overlays.sdf
- libraries/libldap/tls_mt.c
- libraries/liblmdb/Doxyfile
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- + libraries/liblmdb/upgrading.doc
- servers/slapd/Makefile.in
- servers/slapd/back-asyncmeta/Makefile.in
- servers/slapd/back-dnssrv/Makefile.in
- servers/slapd/back-ldap/Makefile.in
- servers/slapd/back-ldif/Makefile.in
- servers/slapd/back-mdb/Makefile.in
- servers/slapd/back-meta/Makefile.in
- servers/slapd/back-monitor/Makefile.in
- servers/slapd/back-null/Makefile.in
- servers/slapd/back-passwd/Makefile.in
- servers/slapd/back-relay/Makefile.in
- servers/slapd/back-sock/Makefile.in
- servers/slapd/back-wt/Makefile.in
- servers/slapd/overlays/auditlog.c
- tests/scripts/test067-tls
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e4d7ca2938bd88df0282dc…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e4d7ca2938bd88df0282dc…
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