Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
64f247b8 by Howard Chu at 2026-06-04T20:21:44+00:00
ITS#10516 slapd: force make to check dynamic backends
Also streamline build of static backends.
- - - - -
15 changed files:
- build/mod.mk
- 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-sql/Makefile.in
- servers/slapd/back-wt/Makefile.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/64f247b8a4edbdb1dbfa0b2…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/64f247b8a4edbdb1dbfa0b2…
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:
23c07757 by Howard Chu at 2026-06-04T18:02:30+00:00
ITS#8901 ldap_pvt_thread: add _detach() support
Prep for fixups to tpool.
- - - - -
5be6295e by Howard Chu at 2026-06-04T18:02:30+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/6d50a5730a6da0da568e14…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/6d50a5730a6da0da568e14…
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:
5a5cff24 by Howard Chu at 2026-05-26T20:57:13+01:00
ITS#9009 LMDB: Doxygen updates for 1.0
- - - - -
63b74c53 by Howard Chu at 2026-06-01T17:07:07+01:00
ITS#10515 LMDB: Fix warnings on Windows
- - - - -
f1115d78 by Howard Chu at 2026-06-03T22:34:47+00:00
ITS#10514 back-monitor: fix monitor_cache_release mutex
- - - - -
2356f4f6 by Howard Chu at 2026-06-03T22:35:48+00:00
ITS#10353 Winsock: more for prev commit
Silence warning for redefined macro
- - - - -
de9dfffb by Howard Chu at 2026-06-03T22:35:54+00:00
ITS#9739 libldap: more Windows tweaks
Add missing autoconf #defines
- - - - -
15b73ef9 by Howard Chu at 2026-06-03T22:40:15+00:00
ITS#10515 tests: Windows compat
We use MSYS(2) to build on Windows. To run the test suite we need
to use Windows-compatible pathnames.
- - - - -
b5a10666 by Howard Chu at 2026-06-03T22:40:22+00:00
ITS#10515 slapo-auditlog: no O_NONBLOCK on Windows
Must #ifdef the use of O_NONBLOCK
- - - - -
f1ac1a89 by Quanah Gibson-Mount at 2026-06-03T22:41:29+00:00
Merge remote-tracking branch 'origin/mdb.RE/1.0' into OPENLDAP_REL_ENG_2_7
- - - - -
7b8a6e02 by Howard Chu at 2026-06-03T22:41:51+00:00
ITS#10515 back-ldap: fix monitor.c includes
Must include slap.h otherwise later back-monitor.h include of
ldap_pvt.h will be out of order and cause redefinition of clock_gettime()
- - - - -
3f8346f4 by Howard Chu at 2026-06-03T22:41:57+00:00
ITS#10515 slapd/config: Windows compat
Newer gcc insists on arguments matching prototypes
- - - - -
8aa84f98 by Howard Chu at 2026-06-03T22:42:04+00:00
ITS#10515 tests: export AC_OS_WINDOWS
Was missing from test environment
- - - - -
a5c60eb6 by Howard Chu at 2026-06-03T22:42:11+00:00
ITS#10515 tests: use existing WINDOWS check from autoconf
- - - - -
4c4ed493 by Howard Chu at 2026-06-03T22:42:18+00:00
ITS#10515 tests: don't use mkfifo in test079
Just use ordinary pipes.
- - - - -
4a3f4dc9 by Howard Chu at 2026-06-03T22:42:24+00:00
ITS#10515 syncrepl: fix check for isrunning
mutex_trylock succeeds on Windows because mutexes are all recursive.
Compare of si_be needed to check bd_self.
- - - - -
e4d7ca29 by Howard Chu at 2026-06-03T22:42:32+00:00
ITS#10508 syncrepl: set no_opattrs on modrdn
- - - - -
16 changed files:
- include/ac/socket.h
- include/libldap-config.hin
- libraries/liblmdb/Doxyfile
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/module.c
- servers/slapd/back-ldap/monitor.c
- servers/slapd/back-monitor/cache.c
- servers/slapd/config.c
- servers/slapd/overlays/auditlog.c
- servers/slapd/proxyp.c
- servers/slapd/syncrepl.c
- tests/progs/slapd-tester.c
- tests/run.in
- tests/scripts/defines.sh
- tests/scripts/test079-proxy-timeout
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/79025d0279f84d60397ff0…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/79025d0279f84d60397ff0…
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