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
/
sa
/
ike_sa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ike: Reset local SPI if retrying to connect in state IKE_CONNECTING
Tobias Brunner
2017-09-04
1
-6
/
+12
*
Change interface for enumerator_create_filter() callback
Tobias Brunner
2017-05-26
1
-17
/
+32
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
1
-2
/
+6
*
ikev1: Respond to DPDs for rekeyed IKE_SAs
Tobias Brunner
2017-02-17
1
-0
/
+4
*
ike-sa: Optionally try to migrate to the best path on routing priority changes
Martin Willi
2017-02-17
1
-1
/
+23
*
ikev2: Ignore roam events without MOBIKE but static local address
Tobias Brunner
2017-02-17
1
-0
/
+10
*
ike: Publish getter for the current message ID on IKE_SA
Tobias Brunner
2017-02-08
1
-0
/
+7
*
ikev1: Send DELETE for rekeyed IKE_SAs
Tobias Brunner
2016-10-04
1
-9
/
+5
*
ike: Set default IKE fragment size to 1280
Tobias Brunner
2016-10-04
1
-1
/
+1
*
ikev2: (Re-)Queue tasks used to establish an IKE_SA in reset()
Tobias Brunner
2016-09-06
1
-2
/
+1
*
ikev2: Add possibility to delay initiation of a queued task
Tobias Brunner
2016-06-17
1
-2
/
+9
*
ikev2: Add a new state to track rekeyed IKE_SAs
Tobias Brunner
2016-06-17
1
-1
/
+4
*
ike: Don't trigger message hook when fragmenting pre-generated messages
Tobias Brunner
2016-06-06
1
-2
/
+10
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-22
/
+22
*
ike-sa: Improve interaction between flush_auth_cfg and delayed revocation checks
Tobias Brunner
2016-03-10
1
-26
/
+37
*
ike-sa: Add method to verify certificates in completed authentication rounds
Tobias Brunner
2016-03-10
1
-0
/
+103
*
ike-sa: Add limit for the number of redirects within a defined time period
Tobias Brunner
2016-03-04
1
-0
/
+44
*
ike-sa: Reauthenticate to the same addresses we currently use
Tobias Brunner
2016-03-04
1
-2
/
+5
*
ike-sa: Add redirect() method to actively redirect an IKE_SA
Tobias Brunner
2016-03-04
1
-0
/
+41
*
ike-sa: Handle redirect requests for established SAs as reestablishment
Tobias Brunner
2016-03-04
1
-82
/
+174
*
ike-sa: Keep track of the address of the gateway that redirected us
Tobias Brunner
2016-03-04
1
-1
/
+20
*
ikev2: Add option to disable following redirects as client
Tobias Brunner
2016-03-04
1
-0
/
+12
*
ikev2: Handle REDIRECT notifies during IKE_SA_INIT
Tobias Brunner
2016-03-04
1
-0
/
+32
*
libhydra: Move kernel interface to libcharon
Tobias Brunner
2016-03-03
1
-14
/
+11
*
ike: Keep track of send keepalive jobs to avoid scheduling more than one per ...
Tobias Brunner
2016-03-03
1
-9
/
+20
*
ike: Don't send NAT keepalives if we have no path to the other peer
Tobias Brunner
2016-03-03
1
-3
/
+9
*
ike: Use the original port when remote resolves to %any
Tobias Brunner
2015-08-19
1
-1
/
+3
*
ike: Disable NAT keepalives in state PASSIVE
Thomas Egerer
2015-08-04
1
-3
/
+12
*
ike: Fix memory leak if remote address is kept
Tobias Brunner
2015-07-27
1
-0
/
+4
*
ike: Fall back to the current remote IP if it resolves to %any
Tobias Brunner
2015-07-27
1
-1
/
+6
*
ike: Use address family of local address when resolving remote host
Tobias Brunner
2015-07-27
1
-1
/
+14
*
ikev2: Migrate MOBIKE additional peer addresses to new SA after IKE_SA rekeying
Martin Willi
2015-03-18
1
-0
/
+6
*
bus: Add an ike_update() hook invoked when peer endpoints change
Martin Willi
2015-02-20
1
-0
/
+2
*
attribute-manager: Pass full IKE_SA to handler methods
Martin Willi
2015-02-20
1
-1
/
+1
*
attribute-manager: Pass the full IKE_SA to provider methods
Martin Willi
2015-02-20
1
-3
/
+1
*
attributes: Move the configuration attributes framework to libcharon
Martin Willi
2015-02-20
1
-3
/
+4
*
ike: Maintain per-IKE_SA CHILD_SAs in the global CHILD_SA manager
Martin Willi
2015-02-20
1
-7
/
+58
*
ike: Do remote address updates also when behind static NATs
Tobias Brunner
2014-10-13
1
-4
/
+7
*
ikev1: Add fragmentation support for Windows peers
Volker RĂ¼melin
2014-10-10
1
-0
/
+30
*
ike: IKE_SA may fragment IKEv2 messages
Tobias Brunner
2014-10-10
1
-1
/
+1
*
ike: Move fragmentation to ike_sa_t
Tobias Brunner
2014-10-10
1
-1
/
+64
*
ikev2: Skip peer addresses we can't send packets to when looking for valid paths
Tobias Brunner
2014-09-12
1
-0
/
+18
*
ike: Reset IKE_SA in state CONNECTING instead of reauthenticating
Tobias Brunner
2014-09-09
1
-0
/
+8
*
bus: Add ike_reestablish_pre hook, called before DNS resolution
Tobias Brunner
2014-07-22
1
-1
/
+5
*
bus: Add a handle_vips() hook invoked after handling configuration attributes
Martin Willi
2014-06-17
1
-0
/
+1
*
ike: Create an enumerator for (un-)handled configuration attributes on IKE_SA
Martin Willi
2014-06-16
1
-0
/
+21
*
ike: Store unhandled attributes on IKE_SA as well
Martin Willi
2014-06-16
1
-2
/
+5
*
ikev2: Apply extensions and conditions before starting rekeying
Martin Willi
2014-04-17
1
-0
/
+6
*
ikev2: Add inherit_pre() to apply config and hosts before IKE_SA rekeying
Martin Willi
2014-04-17
1
-2
/
+14
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
1
-3
/
+3
[next]