aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl/commands/list_certs.c
Commit message (Collapse)AuthorAgeFilesLines
* vici: list-cert sends subject, not-before and not-after attributes for pubkeysAndreas Steffen2016-01-091-5/+36
|
* swanctl: Slightly change usage summary for --list-certsTobias Brunner2015-12-161-4/+3
|
* Refactored certificate management for the vici and stroke interfaces5.4.0dr1Andreas Steffen2015-12-121-43/+39
|
* Use of certificate_printer by swanctl --list-certs commandAndreas Steffen2015-12-111-495/+19
|
* Use VICI 2.0 protocol version for certificate queriesAndreas Steffen2015-12-111-73/+110
|
* Improved legibility of swanctl CRL listings5.3.3dr1Andreas Steffen2015-07-221-1/+4
|
* swanctl: Fix exit codes based on errnoMartin Willi2014-10-101-2/+5
| | | | | As fprintf() most likely sets errno, we should save it before printing the error message.
* Split swanctl --raw mode into single-line and --pretty modeAndreas Steffen2014-06-141-15/+17
|
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-3/+3
| | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned.
* swanctl: Implement a --list-certs command to print or export daemon certificatesMartin Willi2014-05-071-0/+668