aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/tasks/task.h
Commit message (Collapse)AuthorAgeFilesLines
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-174/+0
|
* Renamed ike_vendor_v1 to isakmp_vendorMartin Willi2012-03-201-1/+1
|
* Renamed ike_natd_v1 to isakmp_natdMartin Willi2012-03-201-1/+1
|
* Renamed ike_cert_pre_v1 to isakmp_cert_preMartin Willi2012-03-201-1/+1
|
* Renamed ike_cert_post_v1 to isakmp_cert_postMartin Willi2012-03-201-1/+1
|
* Added a dedicated IKEv1 task to delete CHILD_SAsMartin Willi2012-03-201-0/+2
|
* Added a dedicated delete task for IKEv1 IKE_SAsMartin Willi2012-03-201-0/+2
|
* Added a task stub to create and process IKEv1 informational exchangesMartin Willi2012-03-201-0/+2
|
* Allow IKEv1 tasks to return ALREADY_DONE to flush all active or passive tasksMartin Willi2012-03-201-0/+2
|
* Added IKEv1 Mode Config task based on IKEv2 ike_configMartin Willi2012-03-201-0/+2
|
* Remove unused task swap_initiator methodMartin Willi2012-03-201-5/+0
|
* Replace xauth_request task with a new stub where we reimplement itMartin Willi2012-03-201-2/+2
|
* Added task types for IKEv1 certificate handlingMartin Willi2012-03-201-0/+4
|
* Task added for IKEv1 NAT detection.Tobias Brunner2012-03-201-1/+3
| | | | There is already support for both Main and Aggressive Mode.
* Use a dedicated IKEv1 vendor ID task to fix using IKEv2 payloads in IKEv1Martin Willi2012-03-201-0/+2
|
* IKEv1 XAuth: Added new "swap_initiator" method to the standard task_t ↵Clavister OpenSource2012-03-201-0/+5
| | | | interface. This is needed for when we move a task from the passive queue to the active one. I'm not a huge fan of this method of doing things. Perhaps we should change task_t to have build_i, build_r, process_i, and process_r methods, and call the appropriate one from the task manager, since we have these methods for most tasks anyways.
* IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle ↵Clavister OpenSource2012-03-201-0/+2
| | | | XAUTH requests. Modified task_manager_v1 to enable it to initiate new tasks immediately after finishing a response.
* Added a generic TASK_ prefix to all task typesMartin Willi2012-03-201-18/+18
|
* Added a quick mode task stubMartin Willi2012-03-201-0/+2
|
* Added an IKEv1 main mode task stubMartin Willi2012-03-201-0/+2
|
* Fixed common misspellings.Tobias Brunner2011-07-201-3/+3
| | | | Mostly found by 'codespell'.
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+150