https://bugs.openldap.org/show_bug.cgi?id=10361
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|lapo-auditlog: Add |slapo-auditlog: Add |olcAuditLogNonBlocking to |olcAuditLogNonBlocking to |avoid blocking when logging |avoid blocking when logging |to named pipes |to named pipes
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- Possibly this commit too:
main:
• b6bed508 by Arran Cudbard-Bell at 2025-07-01T07:57:59-04:00 build: Set OS_WINDOWS in `scripts/defines.sh` to aid with Windows detection in test cases
This uses the result AC_CANONICAL_HOST and a pre-existing case statement checking for mingw32, cygwin, interix to determine if the build system is Windows based... We make the not unreasonable assumption that if the build system is Windows based, the tests will also be running on a Windows system.