aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-2/+2
|/
* Fix file descriptor leakThomas Jarosch2011-08-291-0/+1
| | | | | | Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
* Don't rekey but delete CHILD_SA to resying against NATed Windows clientsMartin Willi2011-08-191-3/+18
|
* Sync newer IKE_SA condition/extension flags in ha pluginMartin Willi2011-08-192-2/+12
|
* ha plugin does not need Linux headers anymoreMartin Willi2011-08-021-1/+1
|
* Check for kernel version and use appropriate jhash version in HA pluginMartin Willi2011-08-021-10/+101
|
* Fix parentheses in write() to CLUSTERIP control filesMartin Willi2011-07-141-1/+1
|
* Replaced ike_sa_t.create_additional_address_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
|
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
| | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA.
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-165-10/+10
|
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-162-2/+3
|
* Synchronize ESN support in HA pluginMartin Willi2011-04-204-0/+13
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Use wrapped threading functions in ha pluginMartin Willi2011-01-203-16/+15
|
* set tfcv3 flag TRUE in ha_dispatcherAndreas Steffen2010-12-261-4/+4
|
* Added a TFC padding option to child_cfgMartin Willi2010-12-201-1/+1
|
* start and route connections defined in an SQL database via start_action ↵Andreas Steffen2010-11-281-2/+2
| | | | field and ipsec up %startall command
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-281-2/+2
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.
* Set ownership of all HA ClusterIP control filesMartin Willi2010-10-201-0/+5
|
* Set ownership/permissions of HA control socketMartin Willi2010-10-201-1/+9
|
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-021-1/+1
| | | | | Also reverts 0c21dc000d3cd5c82eb22c4481e6459978456364 as the dependency to libcharon is no longer required.
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-024-9/+5
|
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-1/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-024-4/+8
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-1/+5
|
* Fixed compiler warnings.Tobias Brunner2010-08-031-1/+3
|
* Implemented a HA enabled in-memory address poolMartin Willi2010-07-286-4/+468
|
* Added a function to segmentate a generic integerMartin Willi2010-07-282-18/+48
|
* Reserving does not work, as our pools do not support acquiring arbitrary ↵Martin Willi2010-07-271-30/+0
| | | | | | addresses This reverts commit d1384080b3ba74f366eaf8b5f027babca3f5d607.
* Flush any remaining cache state if an IKE_SA goes downMartin Willi2010-07-271-2/+2
|
* Synchronize EAP-Identity of remote peerMartin Willi2010-07-264-0/+16
|
* Reserve virtual IP of passive IKE_SAs in the local poolMartin Willi2010-07-261-0/+30
|
* Added strongswan.conf options for HA heartbeatMartin Willi2010-07-261-4/+20
|
* Log CHILD_SA segment responsibilityMartin Willi2010-07-269-18/+95
|
* Pass initiator parameter to distinguish between original and exchange initiatorMartin Willi2010-07-264-1/+8
|
* Pass the CREATE_CHILD_SA initiator flag to the child_keys parameterMartin Willi2010-07-261-1/+1
|
* Use a sync message cache to resynchronize IKE_SAs without rekeyingMartin Willi2010-07-2616-169/+594
|
* Log received HA message typesMartin Willi2010-07-261-3/+9
|
* Add enum names for HA message typesMartin Willi2010-07-262-0/+19
|
* Delay resynchronization request until starter has loaded the configurationsMartin Willi2010-07-261-2/+4
|
* Replaces in_segment() by a more generic get_segment() functionMartin Willi2010-07-263-17/+13
|
* Use distinct message types for HA message ID updatesMartin Willi2010-07-264-22/+60
|
* Migrated ha plugin to INIT/METHOD macrosMartin Willi2010-07-2610-257/+202
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+2
|
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-091-1/+2
|
* Some Doxygen fixes.Tobias Brunner2010-07-0510-13/+11
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-2/+2
|
* Add reqid field and getter function to child_cfg_t.Reto Buerki2010-05-041-1/+1
|
* Updated HA plugin to new APIsMartin Willi2010-04-079-54/+42
|