aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* stroke: Use peer name as namespace for shunt policiesTobias Brunner2017-02-162-3/+20
* shunt-manager: Add an optional namespace for each shuntTobias Brunner2017-02-1610-41/+90
* 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
* bypass-lan: Don't use interfaces in policiesTobias Brunner2017-02-161-7/+6
* child-sa: Do not install mark on inbound kernel SAEyal Birger2017-02-141-4/+1
* kernel-netlink: Use RTA_SRC to specify route source in kernel-based lookupsMartin Willi2017-02-131-1/+8
* kernel-netlink: Use kernel-based route lookup if we do not install routesMartin Willi2017-02-131-1/+11
* 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
* unit-tests: Add test cases for MID sync exchangesTobias Brunner2017-02-083-0/+537
* ikev2: Ignore IKEV2_MESSAGE_ID_SYNC notifies if extension is disabledTobias Brunner2017-02-082-10/+37
* ikev2: Don't increase expected MID after handling MID sync messageTobias Brunner2017-02-082-3/+4
* ikev2: Don't cache response to MID sync requestTobias Brunner2017-02-081-1/+11
* ikev2: Accept INFORMATIONAL messages with MID 0 if used to sync MIDsTobias Brunner2017-02-081-3/+42
* ikev2: Negotiate support for IKE message ID synchronisation during IKE_AUTHTobias Brunner2017-02-082-0/+12
* ikev2: Add task to handle IKEV2_MESSAGE_ID_SYNC notifies as responderTobias Brunner2017-02-087-0/+343
* ike: Publish getter for the current message ID on IKE_SATobias Brunner2017-02-082-1/+19
* ike: Add getter for the current message ID to task managerTobias Brunner2017-02-083-1/+23
* kernel-pfroute: Implement enumeration of local subnetsTobias Brunner2017-02-081-0/+194
* bypass-lan: Allow ignoring or only considering subnets of specific interfacesTobias Brunner2017-02-083-6/+93
* bypass-lan: Configure interface on bypass policyTobias Brunner2017-02-081-1/+6
* kernel-netlink: Return interface name in local subnet enumeratorTobias Brunner2017-02-081-5/+15
* kernel-interface: Add interface name to local subnet enumeratorTobias Brunner2017-02-084-4/+10
* bypass-lan: Add plugin that installs bypass policies for locally attached sub...Tobias Brunner2017-02-086-0/+433
* kernel-netlink: Implement enumerator for local subnetsTobias Brunner2017-02-081-0/+130
* kernel-interface: Add method to enumerate locally attached subnetsTobias Brunner2017-02-083-0/+29
* kernel-pfkey: Use the same priority range for trap and regular policiesTobias Brunner2017-02-081-15/+15
* kernel-netlink: Use the same priority range for trap and regular policiesTobias Brunner2017-02-081-14/+14
* kernel-netlink: Fix spacing in log message when policy is unchangedTobias Brunner2017-02-081-1/+1
* ikev1: Factor out IV and QM managementTobias Brunner2017-02-086-261/+500
* keymat: Allow keymat to modify signature scheme(s)Thomas Egerer2017-02-087-18/+49
* forecast: Mark correct port in UDP NAT-T ruleJames Laird-Wah2017-02-081-1/+1
* eap-dynamic: Publish the get_auth() method of the wrapped EAP methodTobias Brunner2017-02-071-0/+12
* ike-auth: Don't send INITIAL_CONTACT if remote ID contains wildcardsTobias Brunner2017-02-061-1/+2
* proposal: Copy SPI and proposal number from correct proposal in select()Tobias Brunner2017-02-065-8/+47
* kernel-netlink: Set NODAD flag for virtual IPv6 addressesTobias Brunner2017-02-061-10/+16
* kernel-netlink: Prefer matching label when selecting IPv6 source addressesTobias Brunner2017-02-061-3/+78