summaryrefslogtreecommitdiff
path: root/trust/anchor.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-1/+1
| | | | | | As a side effect we can also not use the dirent.d_type field https://bugs.freedesktop.org/show_bug.cgi?id=68525
* Fix uninitialized variablesStef Walter2013-07-231-2/+2
|
* trust: Add a basic 'anchor' command to store a new anchorStef Walter2013-07-081-0/+300