Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 1 | -174/+0 |
| | |||||
* | Renamed ike_vendor_v1 to isakmp_vendor | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Renamed ike_natd_v1 to isakmp_natd | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Renamed ike_cert_pre_v1 to isakmp_cert_pre | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Renamed ike_cert_post_v1 to isakmp_cert_post | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Added a dedicated IKEv1 task to delete CHILD_SAs | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Added a dedicated delete task for IKEv1 IKE_SAs | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Added a task stub to create and process IKEv1 informational exchanges | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Allow IKEv1 tasks to return ALREADY_DONE to flush all active or passive tasks | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Added IKEv1 Mode Config task based on IKEv2 ike_config | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Remove unused task swap_initiator method | Martin Willi | 2012-03-20 | 1 | -5/+0 |
| | |||||
* | Replace xauth_request task with a new stub where we reimplement it | Martin Willi | 2012-03-20 | 1 | -2/+2 |
| | |||||
* | Added task types for IKEv1 certificate handling | Martin Willi | 2012-03-20 | 1 | -0/+4 |
| | |||||
* | Task added for IKEv1 NAT detection. | Tobias Brunner | 2012-03-20 | 1 | -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 IKEv1 | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | IKEv1 XAuth: Added new "swap_initiator" method to the standard task_t ↵ | Clavister OpenSource | 2012-03-20 | 1 | -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 OpenSource | 2012-03-20 | 1 | -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 types | Martin Willi | 2012-03-20 | 1 | -18/+18 |
| | |||||
* | Added a quick mode task stub | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Added an IKEv1 main mode task stub | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -3/+3 |
| | | | | Mostly found by 'codespell'. | ||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+150 |