Quanah Gibson-Mount
80b0ff241f
Merge remote-tracking branch 'origin/mdb.RE/1.0'
2026-06-08 18:01:05 +00:00
Howard Chu
79d8edbe2e
ITS#10518 lmdb: fix mutex leak from ITS#10395
2026-06-08 16:56:53 +01:00
Ondřej Kuzník
e922f9f11f
ITS#6198 doc: Extend admin guide ACL section to cover new options
2026-06-08 01:31:08 +00:00
Ondřej Kuzník
92a3fb5648
ITS#9343 doc: Update admin guide to match
2026-06-08 01:31:08 +00:00
Ondřej Kuzník
7f21d14b35
ITS#9640 doc: Update admin guide to match
2026-06-08 01:31:08 +00:00
Ondřej Kuzník
d8ac61d2a9
ITS#10517 libldap+mbedtls: Check cert validation result
2026-06-07 22:50:01 +00:00
Howard Chu
adec6d75c1
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.
2026-06-05 15:58:11 +01:00
Howard Chu
ce139ac9fa
ITS#9009 LMDB add release notes/upgrading info
2026-06-04 21:42:15 +01:00
Howard Chu
64f247b8a4
ITS#10516 slapd: force make to check dynamic backends
...
Also streamline build of static backends.
2026-06-04 20:21:44 +00:00
Howard Chu
5be6295e53
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.
2026-06-04 18:02:30 +00:00
Howard Chu
23c07757b2
ITS#8901 ldap_pvt_thread: add _detach() support
...
Prep for fixups to tpool.
2026-06-04 18:02:30 +00:00
Quanah Gibson-Mount
6d50a5730a
Merge remote-tracking branch 'origin/mdb.RE/1.0'
2026-06-03 22:41:13 +00:00
Howard Chu
7b17b5a496
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.
2026-06-02 21:02:35 +01:00
Howard Chu
6dcddd3510
ITS#10515 tests: don't use mkfifo in test079
...
Just use ordinary pipes.
2026-06-02 19:12:21 +01:00
Howard Chu
0d8600fdb3
ITS#10515 tests: use existing WINDOWS check from autoconf
2026-06-02 18:27:01 +01:00
Howard Chu
390a12b789
ITS#10515 tests: export AC_OS_WINDOWS
...
Was missing from test environment
2026-06-02 18:23:20 +01:00
Howard Chu
8d81c22e2d
ITS#10508 syncrepl: set no_opattrs on modrdn
2026-06-02 15:21:29 +00:00
Howard Chu
63b74c5344
ITS#10515 LMDB: Fix warnings on Windows
2026-06-01 17:07:07 +01:00
Howard Chu
07d0823141
ITS#10515 slapd/config: Windows compat
...
Newer gcc insists on arguments matching prototypes
2026-06-01 16:30:26 +01:00
Howard Chu
da5c3aff72
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()
2026-06-01 16:13:04 +01:00
Howard Chu
844978a6c5
ITS#10515 slapo-auditlog: no O_NONBLOCK on Windows
...
Must #ifdef the use of O_NONBLOCK
2026-06-01 15:24:35 +01:00
Howard Chu
c75af84410
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.
2026-06-01 15:11:31 +01:00
Howard Chu
be6f96d255
ITS#9739 libldap: more Windows tweaks
...
Add missing autoconf #defines
2026-05-30 23:59:17 +01:00
Howard Chu
7bc49994d0
ITS#10353 Winsock: more for prev commit
...
Silence warning for redefined macro
2026-05-30 23:57:40 +01:00
Howard Chu
1fed2310a2
ITS#10514 back-monitor: fix monitor_cache_release mutex
2026-05-30 18:20:47 +01:00
Howard Chu
5a5cff246f
ITS#9009 LMDB: Doxygen updates for 1.0
2026-05-26 20:57:13 +01:00
Quanah Gibson-Mount
35a0fb5ac1
Merge remote-tracking branch 'origin/mdb.RE/1.0'
2026-05-26 16:14:36 +00:00
Howard Chu
149580e00e
ITS#9716 fix, 2.X needs to be quoted
2026-05-26 16:44:33 +01:00
Howard Chu
0a64d00a9b
ITS#10507 fix prev commit
...
Can't delete references to CPAN, needed for Admin Guide.
2026-05-26 16:41:27 +01:00
Howard Chu
66c6b60c64
ITS#10203 lmdb: fixup lmdb.pc
2026-05-22 21:14:40 +01:00
Howard Chu
aa02d9f520
ITS#9009 slapd-mdb: refix Makefile
2026-05-22 03:51:12 +01:00
Quanah Gibson-Mount
e94e17a3a3
ITS#10507 - Regenerate configure
2026-05-21 18:06:56 +00:00
Howard Chu
60458c5356
ITS#10511 slapd-mdb: add dbpagesize config option
2026-05-20 22:42:48 +00:00
Ondřej Kuzník
196f2d1c72
ITS#10510 lloadd: correct c_restricted(_inflight) tracking
2026-05-20 20:54:15 +00:00
Quanah Gibson-Mount
b06d1a9993
ITS#10507 - Delete perl backend
2026-05-20 19:18:32 +00:00
Quanah Gibson-Mount
242c2d10cc
ITS#9796 - Deprecate GnuTLS
2026-05-20 16:26:20 +00:00
Ondřej Kuzník
f6ae8ef451
ITS#10502 lloadd: Add enable/disable keywords and enable proxyauthz by default
2026-05-20 15:45:03 +00:00
Ondřej Kuzník
18403607b9
ITS#10415 lloadd: Correct attribute OID
2026-05-20 15:45:03 +00:00
Ondřej Kuzník
aa4e389ed5
ITS#10505 lloadd: tighten msgid checking
2026-05-19 17:57:46 +00:00
Howard Chu
9b55792b3e
ITS#10503 authzTo: reject member attributes with non-DN syntax
2026-05-19 16:39:09 +00:00
Howard Chu
6e7690e81a
ITS#9009 slapd-mdb: fix Makefile for LMDB 1.0
2026-05-19 17:06:20 +01:00
Quanah Gibson-Mount
84798f1ac4
Merge remote-tracking branch 'origin/mdb.RE/1.0'
2026-05-15 15:57:43 +00:00
Ondřej Kuzník
d42aab77eb
ITS#10499 CI: ingest test report
2026-05-14 19:58:38 +00:00
Ondřej Kuzník
9cbcfe748a
ITS#10499 tests: record test results as junit.xml
2026-05-14 19:58:38 +00:00
Howard Chu
252153aa0b
ITS#9367 slapd-mdb: update manpage with encryption settings
2026-05-14 15:11:42 +00:00
Howard Chu
e67d370cab
ITS#10504 lmdb: silence warning on MacOS linker
2026-05-14 14:17:53 +01:00
Quanah Gibson-Mount
9903af916f
Merge branch 'mdb.RE/1.0' into ITS9009
2026-05-12 17:03:36 +00:00
Ondřej Kuzník
382711fe5d
ITS#10501 slapadd: Skip dynamic attributes
2026-05-11 10:43:33 +01:00
Howard Chu
f57fb27496
ITS#9009 LMDB: update some version and copyright stamps
2026-05-06 21:24:10 +01:00
Josh Soref
f3ef35bbfb
ITS#8605 - spelling fixes
2026-05-06 21:18:55 +01:00