aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha
Commit message (Expand)AuthorAgeFilesLines
* Properly hash pointers for hash tables where appropriateTobias Brunner2014-03-311-17/+1
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-123-11/+11
* Use exact mask when calling umask(2)Tobias Brunner2013-10-291-1/+1
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-2/+2
* peer-cfg: add a pull/push mode option to use with mode configMartin Willi2013-09-041-2/+2
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+2
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+7
* child-sa: replace get_traffic_selectors() with create_ts_enumerator()Martin Willi2013-07-171-5/+11
* Reuse reqid for trap policies installed for dpd|closeaction=holdTobias Brunner2013-07-011-1/+1
* capabilities: CAP_CHOWN might be required by many plugins opening UNIX socketsTobias Brunner2013-06-251-0/+6
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-252-4/+4
* ha: Fix CHILD_SA installation in ha_dispatcher after adding initiator flagTobias Brunner2013-06-131-4/+8
* ha: Use plugin features to register listeners and attribute providerTobias Brunner2013-06-111-9/+37
* Add an option to autobalance a HA cluster automaticallyMartin Willi2013-03-191-0/+59
* Check if for some reason we handle a HA segment on both nodesMartin Willi2013-03-191-1/+15
* Acquire HA segment lock while sending heartbeatMartin Willi2013-03-191-0/+2
* Fix scheduling of heartbeat sending in HA pluginMartin Willi2013-03-191-2/+11
* Fix compiler warning in HA pluginMartin Willi2013-03-191-1/+1
* Add a DSCP configuration value to IKE configsMartin Willi2013-02-061-2/+1
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-1/+1
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-244-5/+5
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-242-2/+2
* Remove version argument on peer_cfg constructor, use ike_cfg version insteadMartin Willi2012-10-241-1/+1
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-1/+1
* Added missing continue statement in ha socket error handlingTobias Brunner2012-09-281-0/+1
* Pass full pool list to release_addressMartin Willi2012-09-111-3/+17
* Pass the full list of pools to acquire_address, enumerate in providersMartin Willi2012-09-111-5/+13
* Clear virtual IPs before storing assigned ones on the IKE_SATobias Brunner2012-09-051-1/+10
* Check address family in HA virtual IP backendMartin Willi2012-08-301-0/+6
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-302-7/+8
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-303-28/+41
* Replaced usages of CHARON_*_PORT with calls to get_port().Tobias Brunner2012-08-081-1/+2
* Make the UDP ports charon listens for packets on (and uses as source ports) c...Tobias Brunner2012-08-081-1/+1
* Cleaned up memory management and return values for encryption payloadMartin Willi2012-07-161-1/+0
* Add a return value to keymat_v1_t.{get,update,confirm}_ivMartin Willi2012-07-162-9/+13
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-042-2/+4
* Make rescheduling a job more predictableTobias Brunner2012-06-251-6/+1
* Centralized thread cancellation in processor_tTobias Brunner2012-06-253-34/+19
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-2/+2
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-1/+1
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-033-10/+12
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-206-59/+365
|\
| * Store the major IKE version on ike_sa_id_t.Tobias Brunner2012-03-202-3/+6
| * Adopt children after syncing a rekeyed IKEv1 SAMartin Willi2012-03-201-0/+6
| * Synchronize IKEv1 DPD sequence numbersMartin Willi2012-03-201-0/+30
| * Sync remote virtual IP for IKEv1 SAsMartin Willi2012-03-201-0/+13
| * Sync new IKE_SA condition/extension flagsMartin Willi2012-03-202-2/+10
| * Added support for Phase1 IV synchronization to HA pluginMartin Willi2012-03-205-27/+129
| * Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-201-1/+2