index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
/
plugins
/
ha
Commit message (
Expand
)
Author
Age
Files
Lines
*
ha: Fix assignment of IP addresses if multiple pools are defined
Tobias Brunner
2017-01-25
1
-2
/
+6
*
ha: Delete passive IKE_SA on other node after half-open timeout
Tobias Brunner
2017-01-25
1
-0
/
+15
*
peer-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
1
-3
/
+10
*
child-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
1
-6
/
+7
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
11
-100
/
+100
*
ha: Delete cache entry inside the locked mutex
Thomas Egerer
2016-03-23
1
-0
/
+2
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
1
-1
/
+0
*
ha: Properly sync IKEv1 IV if gateway is initiator
Tobias Brunner
2016-02-01
1
-12
/
+16
*
ha: Add DH group to CHILD_ADD message
Tobias Brunner
2016-02-01
2
-1
/
+12
*
ha: Add DH group to IKE_ADD message
Tobias Brunner
2016-02-01
4
-0
/
+16
*
traffic-selector: Don't end printf'ed list of traffic selectors with a space
Tobias Brunner
2015-11-10
2
-2
/
+2
*
ha: Close control FIFO if it is not valid
Tobias Brunner
2015-08-27
1
-0
/
+4
*
ha: Recreate the control FIFO if the file exists but is not a FIFO
Tobias Brunner
2015-08-17
1
-13
/
+68
*
ha: Properly initialize algo variables when installing CHILD_SAs
Tobias Brunner
2015-08-04
1
-1
/
+1
*
ha: Sync remote address in HA_IKE_ADD, too
Thomas Egerer
2015-08-04
2
-0
/
+11
*
ha: Use the same init values for jhash() as Linux 4.1
Tobias Brunner
2015-07-31
1
-2
/
+19
*
ha: Document tunnel parameter
Tobias Brunner
2015-05-27
1
-0
/
+1
*
ha: Skip SA for sync messages when resyncing HA segments
Tobias Brunner
2015-05-26
3
-3
/
+14
*
ha: Move plugin initialization from constructor to plugin callback
Tobias Brunner
2015-05-26
1
-58
/
+69
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
2
-4
/
+7
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
3
-4
/
+4
*
ha: Destroy synced IKE_SA if no configuration is found during update
Martin Willi
2015-03-10
1
-0
/
+3
*
Revert "ha: Always install the CHILD_SAs with the inbound flag set to FALSE"
Martin Willi
2015-03-09
1
-2
/
+2
*
ha: Always install the CHILD_SAs with the inbound flag set to FALSE
Martin Willi
2015-02-27
1
-2
/
+2
*
attribute-provider: Pass full IKE_SA to provider backends
Martin Willi
2015-02-20
1
-2
/
+2
*
attributes: Move the configuration attributes framework to libcharon
Martin Willi
2015-02-20
1
-6
/
+4
*
ike: Consistently log CHILD_SAs with their unique_id instead of their reqid
Martin Willi
2015-02-20
2
-2
/
+2
*
child-sa: Replace reqid based marks by "unique" marks
Martin Willi
2015-02-20
1
-1
/
+2
*
ha: Perform child rekeying outside of CHILD_SA enumerator
Thomas Egerer
2015-02-19
1
-7
/
+22
*
ha: Don't adopt IKEv1 children when building without IKEv1 support
Martin Willi
2014-08-28
1
-0
/
+2
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
1
-1
/
+1
*
ike: Add an additional but separate AEAD proposal to CHILD config
Martin Willi
2014-05-16
1
-0
/
+1
*
ike: Add an additional but separate AEAD proposal to IKE config, if supported
Martin Willi
2014-05-16
1
-0
/
+1
*
ikev2: Add inherit_pre() to apply config and hosts before IKE_SA rekeying
Martin Willi
2014-04-17
1
-8
/
+2
*
Properly hash pointers for hash tables where appropriate
Tobias Brunner
2014-03-31
1
-17
/
+1
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
3
-11
/
+11
*
Use exact mask when calling umask(2)
Tobias Brunner
2013-10-29
1
-1
/
+1
*
ike: support multiple addresses, ranges and subnets in IKE address config
Martin Willi
2013-09-04
1
-2
/
+2
*
peer-cfg: add a pull/push mode option to use with mode config
Martin Willi
2013-09-04
1
-2
/
+2
*
capabilities: Some plugins don't actually require capabilities at runtime
Tobias Brunner
2013-07-18
1
-1
/
+2
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-5
/
+7
*
child-sa: replace get_traffic_selectors() with create_ts_enumerator()
Martin Willi
2013-07-17
1
-5
/
+11
*
Reuse reqid for trap policies installed for dpd|closeaction=hold
Tobias Brunner
2013-07-01
1
-1
/
+1
*
capabilities: CAP_CHOWN might be required by many plugins opening UNIX sockets
Tobias Brunner
2013-06-25
1
-0
/
+6
*
capabilities: Move global capabilities_t instance to libstrongswan
Tobias Brunner
2013-06-25
2
-4
/
+4
*
ha: Fix CHILD_SA installation in ha_dispatcher after adding initiator flag
Tobias Brunner
2013-06-13
1
-4
/
+8
*
ha: Use plugin features to register listeners and attribute provider
Tobias Brunner
2013-06-11
1
-9
/
+37
*
Add an option to autobalance a HA cluster automatically
Martin Willi
2013-03-19
1
-0
/
+59
*
Check if for some reason we handle a HA segment on both nodes
Martin Willi
2013-03-19
1
-1
/
+15
*
Acquire HA segment lock while sending heartbeat
Martin Willi
2013-03-19
1
-0
/
+2
[next]