summaryrefslogtreecommitdiff
path: root/tools/tool.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Remove extra debugging statement when running external commandsStef Walter2013-03-071-1/+0
|
* Fix various clang analyzer warningsStef Walter2013-02-061-2/+1
| | | | | * Add annotations to our precondition functions so that they don't make the analyzer complain
* Implement basic extract supportStef Walter2013-02-051-0/+3
| | | | | | * The only formats supported are x509-file and x509-directory Allow tool to build without extract
* Make the p11-kit tool have distinct commandsStef Walter2013-02-051-0/+337
* Change the -l argument into the list-modules command. * Add proper functions for printing usage * Support for external commands in the path or /usr/share/p11-kit