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
/
task_manager_v1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove executable flag from source code files
Martin Willi
2012-03-20
1
-0
/
+0
*
Use IKEv1 specific tasks to close Quick Mode SAs
Martin Willi
2012-03-20
1
-1
/
+1
*
Close IKE_SA directly after sending the delete
Martin Willi
2012-03-20
1
-4
/
+12
*
Use the IKEv1 specific delete in IKEv1 SAs
Martin Willi
2012-03-20
1
-1
/
+1
*
Ignore additional TRANSACTION request if we already queued one
Martin Willi
2012-03-20
1
-2
/
+7
*
Keep a history of received response hashes to detect late retransmissions
Martin Willi
2012-03-20
1
-4
/
+33
*
Don't send a retransmit for a request we never have sent a response
Martin Willi
2012-03-20
1
-12
/
+19
*
Print unsigned IKEv1 message IDs
Martin Willi
2012-03-20
1
-3
/
+3
*
Queue a TRANSACTION message for later processing if Main Mode not yet completed
Martin Willi
2012-03-20
1
-0
/
+36
*
Reset task manager state when build() completes an exchange (quick mode)
Martin Willi
2012-03-20
1
-3
/
+5
*
Activate DELETE tasks when queued
Martin Willi
2012-03-20
1
-0
/
+10
*
Handle DELETE as responder as INFORMATIONAL subtask
Martin Willi
2012-03-20
1
-2
/
+0
*
Close SA immediately after sending an INFORMATIONAL error
Martin Willi
2012-03-20
1
-0
/
+7
*
Moved responder informational handling to task
Martin Willi
2012-03-20
1
-53
/
+3
*
Check if IKEv1 exchange type matches before handling it as response
Martin Willi
2012-03-20
1
-0
/
+1
*
Cleaned up notification sending in IKEv1 task manager
Martin Willi
2012-03-20
1
-39
/
+11
*
Use informational taks to send notify errors
Martin Willi
2012-03-20
1
-0
/
+10
*
Allow IKEv1 tasks to return ALREADY_DONE to flush all active or passive tasks
Martin Willi
2012-03-20
1
-10
/
+21
*
Support flushing of single tasks queues in IKEv1 task manager
Martin Willi
2012-03-20
1
-9
/
+16
*
Double check if we have a packet before retransmitting it
Martin Willi
2012-03-20
1
-2
/
+2
*
Fixed memory leak when handling IKEv1 error notifications.
Tobias Brunner
2012-03-20
1
-0
/
+1
*
Setting Protocol ID of notifys sent from task manager to ISAKMP
Clavister OpenSource
2012-03-20
1
-1
/
+12
*
Queue Mode Config tasks when required
Martin Willi
2012-03-20
1
-10
/
+20
*
Reject quick modes if IKE_SA not yet established
Martin Willi
2012-03-20
1
-0
/
+6
*
Replace xauth_request task with a new stub where we reimplement it
Martin Willi
2012-03-20
1
-5
/
+15
*
Added possibility to send notification if task_manager->process fails
Clavister OpenSource
2012-03-20
1
-52
/
+68
*
Added retransmissions for initiator.
Clavister OpenSource
2012-03-20
1
-10
/
+23
*
Handle incoming delete messages
Clavister OpenSource
2012-03-20
1
-2
/
+17
*
Implemented post-authentication certificate handling for IKEv1
Martin Willi
2012-03-20
1
-1
/
+4
*
Implemented pre-authentication certificate handling for IKEv1
Martin Willi
2012-03-20
1
-4
/
+3
*
certificate tasks added to passive list for responder
Clavister OpenSource
2012-03-20
1
-0
/
+6
*
IKEv1: Added basic support for INFORMATIONAL exchange types, and for NOTIFY_V...
Clavister OpenSource
2012-03-20
1
-2
/
+40
*
Don't stop processing tasks if one returns SUCCESS.
Tobias Brunner
2012-03-20
1
-3
/
+8
*
Task added for IKEv1 NAT detection.
Tobias Brunner
2012-03-20
1
-1
/
+4
*
IKEv1 XAuth: Moving the state change to IKE_CONNECTED until after XAuth excha...
Clavister OpenSource
2012-03-20
1
-6
/
+11
*
IKEv1 XAuth: Remove XAuth task from the passive task list for ID_PROT.
Clavister OpenSource
2012-03-20
1
-2
/
+0
*
Revert "IKEv1 XAuth: Added new MIGRATE status type to status_t."
Clavister OpenSource
2012-03-20
1
-48
/
+0
*
Respond with NO_PROPOSAL_CHOSEN, if we don't find an ike_cfg.
Tobias Brunner
2012-03-20
1
-1
/
+4
*
Don't respond to malformed INFORMATIONAL_V1 messages with another INFORMATION...
Tobias Brunner
2012-03-20
1
-0
/
+6
*
Handle invalid IKEv1 hashes more specifically.
Tobias Brunner
2012-03-20
1
-1
/
+1
*
Handle unsupported IKEv1 exchange types more specifically.
Tobias Brunner
2012-03-20
1
-0
/
+5
*
Send an INFORMATIONAL message on IKEv1 parse errors.
Tobias Brunner
2012-03-20
1
-2
/
+90
*
Set request flag to proper value for IKEv1 messages before parsing them.
Tobias Brunner
2012-03-20
1
-0
/
+2
*
Avoid parsing retransmits we already responded to.
Tobias Brunner
2012-03-20
1
-33
/
+38
*
Moved main part of message processing to task managers.
Tobias Brunner
2012-03-20
1
-4
/
+36
*
IKEv1 XAuth: Fix XAuth task so that it reinitiates.
Clavister OpenSource
2012-03-20
1
-0
/
+4
*
Revert "IKEv1 XAuth: Temporarilty add an "initiate_later" flag to the task ma...
Clavister OpenSource
2012-03-20
1
-26
/
+1
*
Use a dedicated IKEv1 vendor ID task to fix using IKEv2 payloads in IKEv1
Martin Willi
2012-03-20
1
-1
/
+3
*
IKEv1 XAuth: Changed the xauth_request task to use the new MIGRATE status.
Clavister OpenSource
2012-03-20
1
-0
/
+3
*
IKEv1 XAuth: Added new MIGRATE status type to status_t.
Clavister OpenSource
2012-03-20
1
-0
/
+48
[next]