[PATCH] debuginfod: add --listen-address option

2025-03-27 Thread Michael Trapp
y security features, a listen on the localhost address is sufficient for a HTTP/HTTPS reverse-proxy setup. Signed-off-by: Michael Trapp --- debuginfod/debuginfod.cxx | 115 ++ doc/debuginfod.8 | 5 ++ 2 files changed, 84 insertions(+), 36 deletions(-)

[PATCH] debuginfod: add --listen-address option

2025-03-27 Thread Michael Trapp
Use MHD_OPTION_SOCK_ADDR to bind the http listen socket to a single address. The address should be an IPv4 or IPv6 address configured on the system: --listen-address=127.0.0.1 --listen-address=::1 --listen-address='LOCAL_IPv4|IPv6_ADDRESS' As debuginfod does not include any security fea

[PATCH 1/1] debuginfod: add --http-addr option

2025-03-13 Thread Michael Trapp
Use MHD_OPTION_SOCK_ADDR to bind the http listen socket to a single address. The address can be any IPv4 or IPv6 address configured on the system: --http-addr=127.0.0.1 --http-addr=::1 --http-addr='ANY_ACTIVE_LOCAL_IP_ADDRESS' As debuginfod does not include any security features, a list

[PATCH] debuginfod: add --disable-source-scan option.

2022-06-03 Thread Michael Trapp via Elfutils-devel
--disable-source-scan disables scanning of the dwarf source info of debuginfo sections. The source info is not required in setups without source code access. Signed-off-by: Michael Trapp --- This option should save some scan cycles and DB space. If there is no access to source code, the source