aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* child-sa: Change API used to set/install policiesTobias Brunner2017-05-231-9/+7
* Use standard unsigned integer typesAndreas Steffen2016-03-241-10/+10
* ha: Add DH group to CHILD_ADD messageTobias Brunner2016-02-011-1/+8
* ha: Add DH group to IKE_ADD messageTobias Brunner2016-02-011-0/+8
* traffic-selector: Don't end printf'ed list of traffic selectors with a spaceTobias Brunner2015-11-101-1/+1
* ha: Properly initialize algo variables when installing CHILD_SAsTobias Brunner2015-08-041-1/+1
* ha: Sync remote address in HA_IKE_ADD, tooThomas Egerer2015-08-041-0/+10
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-1/+2
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-2/+2
* ha: Destroy synced IKE_SA if no configuration is found during updateMartin Willi2015-03-101-0/+3
* Revert "ha: Always install the CHILD_SAs with the inbound flag set to FALSE"Martin Willi2015-03-091-2/+2
* ha: Always install the CHILD_SAs with the inbound flag set to FALSEMartin Willi2015-02-271-2/+2
* ike: Consistently log CHILD_SAs with their unique_id instead of their reqidMartin Willi2015-02-201-1/+1
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-201-1/+2
* ha: Don't adopt IKEv1 children when building without IKEv1 supportMartin Willi2014-08-281-0/+2
* ikev2: Add inherit_pre() to apply config and hosts before IKE_SA rekeyingMartin Willi2014-04-171-8/+2
* ha: Fix CHILD_SA installation in ha_dispatcher after adding initiator flagTobias Brunner2013-06-131-4/+8
* Clear virtual IPs before storing assigned ones on the IKE_SATobias Brunner2012-09-051-1/+10
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-6/+7
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-5/+10
* Add a return value to keymat_v1_t.{get,update,confirm}_ivMartin Willi2012-07-161-2/+4
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-9/+3
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-19/+194
|\
| * Adopt children after syncing a rekeyed IKEv1 SAMartin Willi2012-03-201-0/+6
| * Sync new IKE_SA condition/extension flagsMartin Willi2012-03-201-0/+4
| * Added support for Phase1 IV synchronization to HA pluginMartin Willi2012-03-201-0/+54
| * Create IKEv1 keymat hasher explicitly on syncMartin Willi2012-03-201-3/+6
| * Added support to sync IKEv1 SAs key material in HA pluginMartin Willi2012-03-201-9/+66
| * Use a more complete implementation of a HA specific diffie_hellman_tMartin Willi2012-03-201-11/+50
| * Apply proposal to a HA synced IKE_SAMartin Willi2012-03-201-0/+1
| * Updated HA plugin to new IKEv2 specific keymat functionsMartin Willi2012-03-201-9/+19
| * Don't compare initiator flag in IKE_SA manager, pass initiator parameter to I...Martin Willi2012-03-201-1/+2
| * Store IKE version of an SA on ike_sa_t.Tobias Brunner2012-03-201-1/+1
* | Clear peer addresses during HA update.Tobias Brunner2012-03-091-1/+6
* | Renamed list of additional peer addresses as it now stores all known addresses.Tobias Brunner2012-03-091-3/+2
|/
* Sync newer IKE_SA condition/extension flags in ha pluginMartin Willi2011-08-191-0/+5
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
* Synchronize ESN support in HA pluginMartin Willi2011-04-201-0/+5
* set tfcv3 flag TRUE in ha_dispatcherAndreas Steffen2010-12-261-4/+4
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-281-2/+2
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+1
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+2
* Implemented a HA enabled in-memory address poolMartin Willi2010-07-281-1/+26
* Reserving does not work, as our pools do not support acquiring arbitrary addr...Martin Willi2010-07-271-30/+0
* Synchronize EAP-Identity of remote peerMartin Willi2010-07-261-0/+6
* Reserve virtual IP of passive IKE_SAs in the local poolMartin Willi2010-07-261-0/+30
* Log CHILD_SA segment responsibilityMartin Willi2010-07-261-3/+18
* Pass initiator parameter to distinguish between original and exchange initiatorMartin Willi2010-07-261-1/+3
* Use a sync message cache to resynchronize IKE_SAs without rekeyingMartin Willi2010-07-261-15/+58
* Log received HA message typesMartin Willi2010-07-261-3/+9