aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl/commands/list_sas.c
Commit message (Collapse)AuthorAgeFilesLines
* vici: Use unique names for CHILD_SAs in the list-sas commandTobias Brunner2017-02-161-2/+3
| | | | | | | | | The original name is returned in the new "name" attribute. This fixes an issue with bindings that map VICI messages to dictionaries. For instance, in roadwarrior scenarios where every CHILD_SA has the same name only the information of the last CHILD_SA would end up in the dictionary for that name.
* swanctl: List CHILD_SA marks, if setMartin Willi2017-02-131-0/+18
|
* swanctl: indicate initiator and responder in --list-sasAndreas Steffen2016-05-071-2/+5
|
* Display IKE ports with swanctl --list-sasAndreas Steffen2016-03-051-4/+9
|
* swanctl: List virtual IPs in --list-sasTobias Brunner2015-11-101-1/+11
|
* swanctl: Implement monitoring of IKE_SA and CHILD_SA changesTimo Teräs2015-05-041-1/+83
| | | | Signed-off-by: Timo Teräs <timo.teras@iki.fi>
* swanctl: Add missing unit in install-time logRomain Francoise2015-05-041-1/+1
|
* swanctl: Append /ESN to proposal for a CHILD_SA using Extended Sequence NumbersMartin Willi2015-03-231-1/+1
| | | | | | | We previously printed just the value for the "esn" keyword, which is "1", and not helpful as such. Fixes #904.
* swanctl: List CHILD_SA unique ID as the primary identifier, but print reqid, tooMartin Willi2015-02-201-2/+2
|
* swanctl: Fix exit codes based on errnoMartin Willi2014-10-101-3/+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-9/+16
|
* Added missing units (s = seconds)Andreas Steffen2014-06-101-1/+1
|
* swanctl: Add a list-sas command to query active IKE_SAsMartin Willi2014-05-071-0/+359