summaryrefslogtreecommitdiff
path: root/trust/builder.h
Commit message (Collapse)AuthorAgeFilesLines
* trust: Fix various issues writing objects in trust tokenStef Walter2013-07-081-2/+3
| | | | | | | | * Create directory before trying to write files to it * Handle write failures appropriately Refactor how we build and store objects in the index to handle the above cases properly.
* trust: Add a builder which builds objects out of parsed dataStef Walter2013-03-151-0/+66
The builder completes the objects from the parsed data and takes over the responsibilities that the parser and adapter previously shared. This is necessary to prepare for arbitrary data coming from the p11-kit specific input files. https://bugs.freedesktop.org/show_bug.cgi?id=62329