summaryrefslogtreecommitdiff
path: root/trust/tests/test-save.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use $TMPDIR instead of $TEMPStef Walter2013-07-181-3/+1
| | | | | | | | | | | | TMPDIR is a more standard environment variable for locating the temp directory on Unix. In addition since this is only used in tests, remove the code from the generic p11_path_expand() func. In general remove the possibility for forks to put $HOME or $TEMP environment variables in configured paths. This was possible due to code in p11_path_expand() but not something we supported. https://bugzilla.redhat.com/show_bug.cgi?id=985017
* trust: Add support for saving files with unique file namesStef Walter2013-07-031-42/+126
|
* Reorganize various componentsStef Walter2013-06-251-0/+513
* p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory