aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/vici_control.c
Commit message (Expand)AuthorAgeFilesLines
* vici: Don't fall back to uninstalling traps if a matching shunt was foundTobias Brunner2017-03-231-3/+7
* vici: Add command to initiate SA rekeyingTobias Brunner2017-02-161-2/+100
* vici: Explicitly use peer name when uninstalling trap and shunt policiesTobias Brunner2017-02-161-5/+29
* shunt-manager: Add an optional namespace for each shuntTobias Brunner2017-02-161-2/+2
* vici: Reload loggers after reloading strongswan.conf via reload-setting commandTobias Brunner2017-01-251-0/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-241-3/+3
* vici: Don't redirect all SAs if no selectors are givenTobias Brunner2016-03-041-1/+1
* vici: Match subnets and ranges against peer IP in redirect commandTobias Brunner2016-03-041-11/+40
* vici: Match identity with wildcards against remote ID in redirect commandTobias Brunner2016-03-041-4/+7
* vici: Add redirect commandTobias Brunner2016-03-041-0/+117
* vici: Honor an optionally passed IKE configuration name in initiate/installMartin Willi2015-12-071-5/+11
* vici: Support completely asynchronous initiating and terminationMartin Willi2015-12-071-5/+17
* vici: Optionally check limits when initiating connectionsTobias Brunner2015-08-211-1/+6
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-211-2/+2
* Initialize variables that some compilers seem to warn aboutTobias Brunner2015-08-131-1/+1
* controller: Use the CHILD_SA unique_id to terminate CHILD_SAsMartin Willi2015-02-201-2/+2
* vici: Add a command to reload strongswan.confMartin Willi2014-09-221-0/+12
* vici: Return number of matching and closed SAs in terminate commandMartin Willi2014-05-071-9/+12
* vici: Be less verbose about client connectionsMartin Willi2014-05-071-0/+26
* vici: Add install/uninstall commands to manage trap and shunt policiesMartin Willi2014-05-071-0/+112
* vici: Extract CHILD_SA config lookup methodMartin Willi2014-05-071-14/+26
* vici: Avoid recursive control log invocationsMartin Willi2014-05-071-18/+24
* vici: Implement a terminate command to close IKE or CHILD_SAsMartin Willi2014-05-071-0/+118
* vici: Add a control backend, currently to initiate connections by nameMartin Willi2014-05-071-0/+219