]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10363 - Implement a target connection time-to-live in asyncmeta 779/head
authorNadezhda Ivanova <nivanova@symas.com>
Tue, 24 Jun 2025 15:10:30 +0000 (18:10 +0300)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 31 Jul 2025 19:01:56 +0000 (19:01 +0000)
commitadd3df9da4faaf3e248bacec0cbf6e0ae00e1436
tree8e0a2277abf29c4b01dc38b9c6939c7f050d0e69
parentd1848e54aec522bd4f56be29676f4803a24016d4
ITS#10363 - Implement a target connection time-to-live in asyncmeta
14 files changed:
doc/man/man5/slapd-asyncmeta.5
servers/slapd/back-asyncmeta/back-asyncmeta.h
servers/slapd/back-asyncmeta/config.c
servers/slapd/back-asyncmeta/conn.c
servers/slapd/back-asyncmeta/init.c
servers/slapd/back-asyncmeta/meta_result.c
servers/slapd/back-asyncmeta/monitor.c
tests/data/asyncmeta.1.out [new file with mode: 0644]
tests/data/asyncmeta.2.out [new file with mode: 0644]
tests/data/asyncmeta.allopen.out [new file with mode: 0644]
tests/data/asyncmeta.closed.out [new file with mode: 0644]
tests/data/slapd-asyncmeta-conttl.conf [new file with mode: 0644]
tests/scripts/defines.sh
tests/scripts/test090-asyncmeta-conttl [new file with mode: 0755]