https://sourceware.org/bugzilla/show_bug.cgi?id=31862
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |mark at klomp dot org Status|NEW |RESOLVED --- Comment #2 from Mark Wielaard <mark at klomp dot org> --- commit 31867d468c10d26ee13efb93f5d7ddf2bcadf253 Author: Frank Ch. Eigler <f...@redhat.com> Date: Wed Mar 5 15:23:49 2025 -0500 PR31862: debuginfod: client to cache x-debuginfod-* headers This feature allows the extra http headers from debuginfod to be saved into the client cache, and also thus replayed to clients. This way they can perform IMA verification again, if they like, or a federating caching intermediate debuginfod server can replay the headers it received previously from upstream to future downstream. The headers are placed adjacent to the payload files .cache/debuginfod/BUILDID/PAYLOAD as .cache/debuginfod/BUILDID/hdr-PAYLOAD. They are aged the same atime-based way. Testing via an extension of a previous small test, and hand-running both client & server code under valgrind. No memcheck errors reported. Signed-off-by: Frank Ch. Eigler <f...@redhat.com> -- You are receiving this mail because: You are on the CC list for the bug.