summaryrefslogtreecommitdiff
path: root/trust/anchor.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Don't add CKA_TRUSTED to extension objectDaiki Ueno2016-12-061-2/+33
| | | | | | | While 'trust anchor' command tries to add CKA_TRUSTED attribute to any object, it is only valid for a certificate object. https://bugzilla.redhat.com/show_bug.cgi?id=1158926
* trust: Mention anchor --remove option in helpDaiki Ueno2016-11-281-1/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1158467
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-2/+3
| | | | Still use recursive for documentation and translation.
* trust: Remove dead while condition in anchor commondStef Walter2014-08-081-1/+1
|
* Fix typo: supress - > suppressAndreas Metzler2014-07-071-1/+1
|
* anchor: Run extract-compat after we've changed somethingStef Walter2013-09-051-11/+33
| | | | | When the 'trust anchor' tool changes something, run 'trust extract-compat' after that point
* trust: More appropriate rv when non-modifiable object deletedStef Walter2013-09-051-0/+1
| | | | | This will change once the spec has a specific attribute and code to signify deletability.
* anchor: Better failure messages when removing anchorsStef Walter2013-09-051-3/+26
|
* Release version 0.19.4Stef Walter2013-08-291-1/+1
|
* trust: Add 'trust anchor --remove' commandStef Walter2013-08-291-52/+365
| | | | Also prevent --store from storing an anchor multiple times
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-1/+1
| | | | | | As a side effect we can also not use the dirent.d_type field https://bugs.freedesktop.org/show_bug.cgi?id=68525
* Fix uninitialized variablesStef Walter2013-07-231-2/+2
|
* trust: Add a basic 'anchor' command to store a new anchorStef Walter2013-07-081-0/+300