]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: protocol: create abnsz socket address family
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Aug 2024 19:12:23 +0000 (21:12 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 29 Oct 2024 11:14:50 +0000 (12:14 +0100)
commitd24768ab4473ee5867eb01ad56ef7fcac44e1192
tree6c27da718e45556f78db72f1cd9bdc141d819313
parent9fea4a3ca57009b93365cccd2f64568e84e9de37
MINOR: protocol: create abnsz socket address family

For now it's the same as abns. We'll need to modify sock_unix_addrcmp(),
and a few other ones to support effective path length when dealing with
the \0. Let's check with Tristan's patch for this (upcoming patch).

Co-authored-by: Aurelien DARRAGON <adarragon@haproxy.com>
14 files changed:
include/haproxy/protocol-t.h
include/haproxy/sock_unix.h
include/haproxy/tools.h
src/cli.c
src/connection.c
src/extcheck.c
src/frontend.c
src/peers.c
src/proto_uxdg.c
src/proto_uxst.c
src/sock_unix.c
src/stats-proxy.c
src/stream.c
src/tools.c