summaryrefslogtreecommitdiff
path: root/trust/save.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-12/+2
| | | | | | As a side effect we can also not use the dirent.d_type field https://bugs.freedesktop.org/show_bug.cgi?id=68525
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-181-31/+16
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=985481
* Fixes for some recent win32 regressionsStef Walter2013-07-181-12/+10
|
* Remove erroneous comments about readdir() and thread-safetyStef Walter2013-07-171-1/+0
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=984989
* trust: Add support for saving files with unique file namesStef Walter2013-07-031-43/+128
|
* Reorganize various componentsStef Walter2013-06-251-0/+537
* 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