summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit.c
Commit message (Collapse)AuthorAgeFilesLines
* remote: Run separate executable binary for 'p11-kit remote'Stef Walter2014-10-021-68/+1
| | | | | This allows security frameworks like SELinux or AppArmor to target it specifically.
* p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dirStef Walter2014-10-021-1/+6
| | | | | | External binaries are searched for in $(libdir)/p11-kit. The P11_KIT_PRIVATEDIR can be used to override that, for example during 'make check'
* p11-kit: Fix bad check of asprintf() return valueStef Walter2014-08-081-1/+1
|
* p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter2014-07-081-0/+69
| | | | | This adds a new tool to the p11-kit command called 'remote'. This is the server side of remoting a PKCS#11 module.
* Route 'p11-kit extract-trust' over to trust toolStef Walter2013-08-291-28/+30
| | | | | | The actual command is 'trust extract-compat'. Make installed placeholder script reflect this. We still support the old placeholder script if it is present.
* Fix various issues highlighted by coverity scannerStef Walter2013-07-181-0/+6
| | | | Among others fix possible usage of large stack allocation.
* trust: Fix the 'p11-kit extract' commandStef Walter2013-07-091-2/+20
| | | | | This is supposed to call over to 'trust extract' and wasn't working correctly.
* Reorganize various componentsStef Walter2013-06-251-0/+102
* 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