summaryrefslogtreecommitdiffstats
path: root/src/shared/pcrextend-util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-1/+1
| | | | | | | | | | | - drop unnecessary SYNTHETIC_ERRNO() when the logger does not propagate error code, - drop unnecessary '%m' in error message when the error code is specified with SYNTHETIC_ERRNO(), - add missing full stop at the end of log message, - use RET_GATHER(), - add missing ", ignoring.", - upeercase the first letter, etc., etc...
* pcrextend: split out word to measure code into shared helper fileLennart Poettering2023-10-231-0/+152
Let's split out the logic that actually generates the word to measure to PCRs into a new helper file pcrextend-util.[ch]. This we can later reuse to calculate PCR measurement predictions ahead of time.