aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici
Commit message (Expand)AuthorAgeFilesLines
* vici: Document how we pronounce the vici protocol and pluginMartin Willi2017-03-201-3/+3
* vici: Only log messages if there actually is a listenerTobias Brunner2017-02-161-0/+7
* vici: Let has_event_listeners() actually check if clients are registeredTobias Brunner2017-02-161-2/+4
* vici: Add support for mediation extensionTobias Brunner2017-02-161-1/+85
* vici: Include uniqueness policy in list-connsTobias Brunner2017-02-161-0/+2
* vici: Add command to initiate SA rekeyingTobias Brunner2017-02-162-2/+118
* vici: Use unique names for CHILD_SAs in the list-sas commandTobias Brunner2017-02-162-2/+7
* vici: Add support to load CA certificates from tokens and paths in authority ...Tobias Brunner2017-02-161-10/+97
* vici: Add support to load certificates from file pathsTobias Brunner2017-02-161-13/+32
* vici: Add support to load certificates from tokensTobias Brunner2017-02-161-12/+115
* vici: Add command to load a private key from a tokenTobias Brunner2017-02-162-3/+117
* vici: List namespace/peer-cfg name with policies and allow filteringTobias Brunner2017-02-162-13/+33
* vici: Explicitly use peer name when uninstalling trap and shunt policiesTobias Brunner2017-02-163-10/+40
* shunt-manager: Add an optional namespace for each shuntTobias Brunner2017-02-163-5/+5
* vici: Add support for NT Hash secretsTobias Brunner2017-02-161-0/+4
* vici: Add support for IPv6 Transport Proxy ModeTobias Brunner2017-02-162-14/+39
* vici: Add support for certificate policiesTobias Brunner2017-02-161-0/+17
* vici: Add missing dscp setting for IKE_SAsTobias Brunner2017-02-161-5/+39
* vici: Add possibility to remove shared keys by a unique identifierTobias Brunner2017-02-162-5/+76
* vici: Add commands to enumerate and remove private keysTobias Brunner2017-02-162-2/+75
* vici: Update get_pools() in Python and Ruby bindingsTobias Brunner2017-02-162-4/+6
* vici: Add option to query a specific poolTobias Brunner2017-02-162-3/+10
* vici: Include the Netfilter marks in listed CHILD_SAsMartin Willi2017-02-132-0/+19
* vici: Explicitly set the Python encoding typeMartin Willi2017-02-131-4/+4
* vici: Reload loggers after reloading strongswan.conf via reload-setting commandTobias Brunner2017-01-251-0/+1
* vici: Check for closed connection in Python bindingsWeilu Jia2016-12-141-1/+4
* Save both base and delta CRLs to diskAndreas Steffen2016-10-111-1/+4
* vici: strongswan.conf cache_crls = yes saves fetched CRLs to diskAndreas Steffen2016-10-114-2/+77
* vici: Enable IKE fragmentation by defaultTobias Brunner2016-10-041-1/+1
* vici: Make installation of outbound FWD policies configurableTobias Brunner2016-09-281-25/+29
* vici: Fix indention of flush_certs() method in Python bindingsTobias Brunner2016-09-201-1/+1
* vici: flush-certs command flushes certificate cacheAndreas Steffen2016-09-136-0/+68
* xof: Defined Extended Output FunctionsAndreas Steffen2016-07-291-0/+10
* vici: Increased various string buffers to BUF_LEN (512 bytes)Andreas Steffen2016-07-291-4/+4
* vici: Put source distribution in the dist dir in the build directoryTobias Brunner2016-05-111-1/+3
* vici: Add target to build a source package and universal wheel of the Python ...Tobias Brunner2016-05-111-0/+6
* vici: Add README.rst to be used as description on PyPITobias Brunner2016-05-114-8/+28
* vici: Replace dr with dev in version numbers for the Python eggTobias Brunner2016-05-101-5/+5
* vici: Update setup.pyTobias Brunner2016-05-101-4/+5
* vici: Ensure we read exactly the specified amount of bytes from the socket in...Tobias Brunner2016-05-101-2/+9
* vici list-conns sends reauthentication and rekeying time informationAndreas Steffen2016-05-043-15/+32
* Include manual policy priorities and restriction to interfaces in vici list-c...Andreas Steffen2016-04-091-1/+14
* Implemented IPsec policies restricted to given network interfaceAndreas Steffen2016-04-091-0/+3
* Support manually-set IPsec policy prioritiesAndreas Steffen2016-04-091-0/+2
* peer-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-6/+17
* child-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-125/+117
* vici: Fix documentation of some dictionary keys of two request messagesCameron McCord2016-03-311-3/+3
* Use standard unsigned integer typesAndreas Steffen2016-03-249-59/+59
* vici: Don't hold write lock while running or undoing start actionsTobias Brunner2016-03-111-27/+63
* Initialize ts variableAndreas Steffen2016-03-111-1/+1