Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek | 2013-05-03 | 1 | -4/+6 |
| | | | | | | | | I'm assuming that it's fine if a _const_ or _pure_ function calls assert. It is assumed that the assert won't trigger, and even if it does, it can only trigger on the first call with a given set of parameters, and we don't care if the compiler moves the order of calls. | ||||
* | journald: initial version of FSPRG hookup | Lennart Poettering | 2012-08-13 | 1 | -0/+64 |
This adds forward-secure authentication of journal files. This patch includes key generation as well as tagging of journal files, Verification of journal files will be added in a later patch. |