aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl/commands/version.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed VICI protocol versioningAndreas Steffen2015-12-111-14/+7
|
* Use VICI 2.0 protocol version for certificate queriesAndreas Steffen2015-12-111-7/+14
|
* swanctl: Fix exit codes based on errnoMartin Willi2014-10-101-1/+3
| | | | | 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-5/+10
|
* swanctl: By default print local swanctl version with --versionMartin Willi2014-05-071-2/+12
| | | | But add a --daemon option to query the IKE daemon for its version.
* swanctl: Add a version command to query daemon and OS infoMartin Willi2014-05-071-0/+81