Changes since version 3.4-dev10 : Alexander Stephan (1): BUG/MEDIUM: cli: fix master CLI connection slot leak on client disconnect Amaury Denoyelle (5): MEDIUM: mux-quic: extend shut to app proto layer MINOR: h3/hq_interop: implement stream reset on shut abort/kill-conn BUG/MINOR: quic: fix buffer overflow with sockaddr_in46 BUG/MINOR: quic: fix trace crash on datagram receive MINOR: quic: fix trace spacing when datagram is displayed Christopher Faulet (5): BUG/MINOR: tcpcheck: Properly report error for http health-checks CLEANUP: resolvers: Remove duplicated line when resolvers proxy is initialized BUG/MINOR: resolvers: Free new requester on error when linking a resolution BUG/MINOR: resolvers: Fix lookup for a hostname in the state-file tree BUG/MINOR: resolvers: Free opts on parse error in resolv_parse_do_resolve() Maxime Henrion (5): MINOR: add an MPSC ring buffer implementation OPTIM: quic: rework the QUIC RX code MINOR: quic: store the DCID as an offset OPTIM: quic: reduce the size of struct quic_dgram BUG/MINOR: quic: handle cases where we don't have an address Miroslav Zagorac (1): BUILD: otel: removed USE_OTEL, addon is now built via EXTRA_MAKE William Lallemand (10): BUG/MEDIUM: acme: fix segfault on newOrder with empty authorizations BUG/MINOR: acme: skip auth/challenge steps when newOrder returns a certificate CI: github: add DEBUG_STRICT=2 to ASAN jobs BUG/MEDIUM: acme: fix stalled renewal when opportunistic DNS check fails BUILD: add an EXTRA_MAKE option to build addons easily CLEANUP: otel: move opentelemetry outside haproxy sources DOC: acme: document missing acme-vars and provider-name keywords BUG/MEDIUM: ssl/sample: check output buffer size in aes_cbc_enc converter BUG/MEDIUM: mworker/cli: fix user and operator permission via @@ in master CLI BUG/MINOR: mworker/cli: check ci_insert() return value in pcli_parse_request() Willy Tarreau (19): BUG/MINOR: sink: do not free existing sinks on allocation error CLEANUP: net_helper: fix incorrect const pointers in writev_n16() BUG/MINOR: vars: make parse_store() return error on var_set() failure BUG/MINOR: vars: don't store the variable twice with set-var-fmt BUG/MINOR: vars: only print first invalid char in fill_desc() BUG/MINOR: hpack: validate idx > 0 in hpack_valid_idx() BUG/MINOR: acl: fix a possible arg corruption in smp_fetch_acl_parse() BUG/MINOR: map: do not leak a map descriptor on load error CLEANUP: map/cli: fix some map-related help messages BUG/MINOR: pattern: release the reference on failure to load from file CLEANUP: acl: remove duplicate test in parse_acl_expr() and unused variable CLEANUP: mux-h2: remove the outdated condition to release h2c on timeout BUG/MEDIUM: mux-h2: fix the body_len to check when parsing request trailers BUG/MAJOR: mux-h2: preset MSGF_BODY_CL on H2_SF_DATA_CLEN in h2c_dec_hdrs() DOC: otel: update the filter's status and URL in the docs BUG/MINOR: dns: always validate the source address in responses BUG/MAJOR: net_helper: also fix tcp_options_list for OOB write loop BUG/MAJOR: http-ana: fix private session retrieval on NTLM REGTESTS: add a regtest to validate various NTLM transitions