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
/
ikev2
/
task_manager_v2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ikev2: Send retransmits using the latest known addresses
Tobias Brunner
2014-10-10
1
-1
/
+3
*
ikev2: Send and receive fragmented IKE messages
Tobias Brunner
2014-10-10
1
-44
/
+169
*
ikev2: Reorder task activation for established IKE SAs
Tobias Brunner
2014-09-25
1
-11
/
+11
*
Revert "ikev2: Insert MOBIKE tasks at the front of the queue"
Tobias Brunner
2014-09-25
1
-6
/
+1
*
ikev2: Don't treat initial messages as MOBIKE exchanges
Tobias Brunner
2014-09-16
1
-6
/
+9
*
ikev2: Reduce timeout if path probing was enabled
Tobias Brunner
2014-09-12
1
-6
/
+13
*
ikev2: Defer MOBIKE updates if no path is available
Tobias Brunner
2014-09-12
1
-7
/
+14
*
ikev2: Defer path probing if no path is currently available
Tobias Brunner
2014-09-12
1
-1
/
+20
*
ikev2: Enable path probing for currently active MOBIKE task
Tobias Brunner
2014-09-12
1
-0
/
+18
*
ikev2: Insert MOBIKE tasks at the front of the queue
Tobias Brunner
2014-09-12
1
-1
/
+6
*
payload: Use common prefixes for all payload type identifiers
Martin Willi
2014-06-04
1
-5
/
+5
*
ikev2: Reject CREATE_CHILD_SA exchange on unestablished IKE_SAs
Martin Willi
2014-04-14
1
-0
/
+9
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
1
-4
/
+4
*
ike_sa: Defer task manager destruction after child destruction
Thomas Egerer
2014-01-16
1
-4
/
+3
*
Fixed some typos
Tobias Brunner
2013-10-29
1
-1
/
+1
*
ikev2: Force an update of the host addresses on the first response
Tobias Brunner
2013-09-23
1
-11
/
+9
*
ikev2: Only schedule half-open-timeout delete job after successfully handling...
Tobias Brunner
2013-07-29
1
-8
/
+16
*
ike: Migrate queued CHILD_SA-creating tasks when reestablishing an IKE_SA
Tobias Brunner
2013-07-17
1
-0
/
+34
*
ikev2: replace linked lists by arrays in task manager
Martin Willi
2013-07-17
1
-70
/
+76
*
ikev2: close an established IKE_SA when receiving AUTHENTICATION_FAILED
Martin Willi
2013-06-11
1
-0
/
+6
*
Defer CHILD_SA rekeying if allocating an SPI fails
Martin Willi
2013-04-03
1
-0
/
+1
*
Clean up IKE_SA state if IKE_SA_INIT request does not have message ID 0
Martin Willi
2013-03-11
1
-0
/
+4
*
Move initial message dropping to task manager
Martin Willi
2013-02-25
1
-0
/
+12
*
Fix check-in of IKE_SA when IKE_SA_INIT fails and hash table is enabled
Tobias Brunner
2013-01-24
1
-2
/
+13
*
Add alerts for sent/received message retransmissions and timeout
Martin Willi
2012-11-29
1
-0
/
+5
*
Raise a bus alert when IKE message body parsing fails
Martin Willi
2012-10-24
1
-0
/
+2
*
Respect IKE version while selecting an ike_cfg as responder
Martin Willi
2012-10-24
1
-1
/
+2
*
Ensure UNSUPPORTED_CRITICAL_PAYLOAD notify contains correct payload type
Tobias Brunner
2012-09-28
1
-0
/
+1
*
Trigger ike_updown event caused by retransmits only after reestablish() has b...
Tobias Brunner
2012-09-06
1
-5
/
+0
*
Make task managers flush_queue() method public
Martin Willi
2012-05-21
1
-9
/
+30
*
Use name from initialization to access settings in libcharon.
Tobias Brunner
2012-05-03
1
-4
/
+5
*
Merge branch 'ikev1'
Martin Willi
2012-05-02
1
-3
/
+8
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
1
-6
/
+10
*
Check if we actually have a packet before retransmitting it
Martin Willi
2012-03-20
1
-1
/
+1
*
Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...
Martin Willi
2012-03-20
1
-2
/
+3
*
Do not query CHILD_SA during delete if they already expired
Martin Willi
2012-03-20
1
-3
/
+5
*
Fixed scheduling of IKEv2 init tasks in a second keyingtry
Martin Willi
2012-03-20
1
-20
/
+42
*
Moved MOBIKE task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-1
/
+18
*
Check in task manager if we have to requeue IKE tasks in a non-first keyingtry
Martin Willi
2012-03-20
1
-13
/
+42
*
Moved IKE_SA reauth task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+8
*
Moved IKE_SA rekey task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+7
*
Moved IKE_SA delete task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+7
*
Moved CHILD_SA delete task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+7
*
Moved CHILD_SA rekey task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+7
*
Moved CHILD_SA initiate task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+15
*
Moved IKE_SA initiate task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+25
*
Moved liveness checking task creation to protocol specific task manager
Martin Willi
2012-03-20
1
-0
/
+21
*
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
Martin Willi
2012-03-20
1
-0
/
+1307