Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vici: Use unique names for CHILD_SAs in the list-sas command | Tobias Brunner | 2017-02-16 | 1 | -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 set | Martin Willi | 2017-02-13 | 1 | -0/+18 |
| | |||||
* | swanctl: indicate initiator and responder in --list-sas | Andreas Steffen | 2016-05-07 | 1 | -2/+5 |
| | |||||
* | Display IKE ports with swanctl --list-sas | Andreas Steffen | 2016-03-05 | 1 | -4/+9 |
| | |||||
* | swanctl: List virtual IPs in --list-sas | Tobias Brunner | 2015-11-10 | 1 | -1/+11 |
| | |||||
* | swanctl: Implement monitoring of IKE_SA and CHILD_SA changes | Timo Teräs | 2015-05-04 | 1 | -1/+83 |
| | | | | Signed-off-by: Timo Teräs <timo.teras@iki.fi> | ||||
* | swanctl: Add missing unit in install-time log | Romain Francoise | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | swanctl: Append /ESN to proposal for a CHILD_SA using Extended Sequence Numbers | Martin Willi | 2015-03-23 | 1 | -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, too | Martin Willi | 2015-02-20 | 1 | -2/+2 |
| | |||||
* | swanctl: Fix exit codes based on errno | Martin Willi | 2014-10-10 | 1 | -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 mode | Andreas Steffen | 2014-06-14 | 1 | -9/+16 |
| | |||||
* | Added missing units (s = seconds) | Andreas Steffen | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | swanctl: Add a list-sas command to query active IKE_SAs | Martin Willi | 2014-05-07 | 1 | -0/+359 |