Files
third_party_elfutils/debuginfod/libdebuginfod.map
T
Frank Ch. Eigler dbfaf36ac2 debuginfod: User-Agent and X-Forwarded-For header relay
Extend the debuginfod client API with a function to stuff outgoing
headers into libcurl http transfers.  Use this from debuginfod so
federated trees of debuginfod/httpd can trace back to to the
originating client for administrative purposes.  Docs & test included.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
2020-03-27 12:44:42 -04:00

18 lines
347 B
Plaintext

ELFUTILS_0 { };
ELFUTILS_0.178 {
global:
debuginfod_begin;
debuginfod_end;
debuginfod_find_debuginfo;
debuginfod_find_executable;
debuginfod_find_source;
debuginfod_set_progressfn;
} ELFUTILS_0;
ELFUTILS_0.179 {
global:
debuginfod_set_user_data;
debuginfod_get_user_data;
debuginfod_get_url;
debuginfod_add_http_header;
};