Changes since version 3.4-dev8 : Aurelien DARRAGON (5): DOC: config: fix ambiguous info in log-steps directive description MINOR: filters: add filter name to flt_conf struct MEDIUM: filters: add "filter-sequence" directive REGTESTS: add a test for "filter-sequence" directive BUG/MINOR: counters: fix unexpected 127 char GUID truncation for shm-stats-file objects Christopher Faulet (6): BUG/MEDIUM: haterm: Move all init functions of haterm in haterm_init.c BUG/MEDIUM: mux-h1: Disable 0-copy forwarding when draining the request DOC: config: Fix two typos in the server param "healthcheck" description MINOR: tcpcheck: Reject unknown keyword during parsing of healthcheck section BUG/MEDIUM: tcpcheck/server: Fix parsing of healthcheck param for dynamic servers BUG/MEDIUM: tcpcheck: Properly retrieve tcpcheck type to install the best mux Greg Kroah-Hartman (10): BUG/MEDIUM: payload: validate SNI name_len in req.ssl_sni BUG/MEDIUM: jwe: fix NULL deref crash with empty CEK and non-dir alg BUG/MEDIUM: jwt: fix heap overflow in ECDSA signature DER conversion BUG/MEDIUM: jwe: fix memory leak in jwt_decrypt_secret with var argument BUG: hlua: fix stack overflow in httpclient headers conversion BUG/MINOR: hlua: fix stack overflow in httpclient headers conversion BUG/MINOR: hlua: fix format-string vulnerability in Patref error path BUG/MEDIUM: chunk: fix typo allocating small trash with bufsize_large BUG/MEDIUM: chunk: fix infinite loop in get_larger_trash_chunk() BUG/MINOR: peers: fix OOB heap write in dictionary cache update Olivier Houchard (1): MINOR: servers: The right parameter for idle-pool.shared is "full" William Lallemand (3): Revert "CLEANUP: tcpcheck: Don't needlessly expose proxy_parse_tcpcheck()" MINOR: tcpcheck: reintroduce proxy_parse_tcpcheck() symbol CI: VTest build with git clone + cache Willy Tarreau (1): BUG/MINOR: http-act: fix a typo in the "pause" action error message