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