aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-2058-15106/+0
|
* Renamed ike_vendor_v1 to isakmp_vendorMartin Willi2012-03-204-24/+24
|
* Renamed ike_natd_v1 to isakmp_natdMartin Willi2012-03-204-31/+31
|
* Renamed ike_cert_pre_v1 to isakmp_cert_preMartin Willi2012-03-204-34/+34
|
* Renamed ike_cert_post_v1 to isakmp_cert_postMartin Willi2012-03-204-30/+30
|
* Doxygen fixesMartin Willi2012-03-203-0/+3
|
* Pass IKE version to peer config enumerator, filter configsMartin Willi2012-03-202-3/+3
|
* Send different notifies if quick mode failsMartin Willi2012-03-201-13/+14
|
* Consider notify errors fatal only during main modeMartin Willi2012-03-201-1/+4
|
* Delete CHILD_SA if installing SA in third message failsMartin Willi2012-03-201-1/+6
|
* Added a quick_delete task flag to enforce delete, even if CHILD_SA not foundMartin Willi2012-03-203-4/+11
|
* Send delete if Main Mode authentication fails as initiatorMartin Willi2012-03-201-4/+16
|
* Send notifies in all error cases of Main ModeMartin Willi2012-03-201-33/+30
|
* Use (as client) and verify (as server) configured XAuth identitiesMartin Willi2012-03-201-17/+42
|
* Store Main Mode identity even if XAuth-only is used for authenticationMartin Willi2012-03-201-4/+4
|
* Check authorization constraints after main mode completedMartin Willi2012-03-201-5/+48
|
* Save authentication info collected during main mode authenticationMartin Willi2012-03-201-1/+26
|
* Show auth method of config we are looking for in main modeMartin Willi2012-03-201-1/+2
|
* Remove executable flag from source code filesMartin Willi2012-03-206-0/+0
|
* Removed IKEv1 specific code from child_delete taskMartin Willi2012-03-201-17/+3
|
* Use IKEv1 specific tasks to close Quick Mode SAsMartin Willi2012-03-201-2/+2
|
* Added a dedicated IKEv1 task to delete CHILD_SAsMartin Willi2012-03-204-0/+272
|
* Removed IKEv1 specific code from ike_delete taskMartin Willi2012-03-201-21/+2
|
* Use the IKEv1 specific delete in IKEv1 SAsMartin Willi2012-03-201-3/+3
|
* Added a dedicated delete task for IKEv1 IKE_SAsMartin Willi2012-03-204-0/+200
|
* Use a single task_type_t enum name for ME and non-ME variantMartin Willi2012-03-201-30/+2
|
* Send certificates and requests when using Hybrid authenticationMartin Willi2012-03-202-1/+19
|
* Look for an XAuth authentication config both in the first and the second roundMartin Willi2012-03-201-4/+8
|
* Added hybrid authentication support to Main ModeMartin Willi2012-03-201-1/+9
|
* Use real ID payload to build HASH_I|R for Main Mode authentication.Tobias Brunner2012-03-201-6/+8
| | | | | This is required for clients like the iPhone which set the protocol and/or port fields of the ID payload.
* Create authenticators right when they are used during Main Mode.Tobias Brunner2012-03-201-24/+43
|
* Narrow down received and configured traffic selector to a common subsetMartin Willi2012-03-201-11/+15
|
* Log selected peer config during Main Mode.Tobias Brunner2012-03-201-0/+4
|
* Added a bunch of well known IKEv1 vendor IDs to databaseMartin Willi2012-03-201-0/+25
|
* Use a generic IKEv1 vendor ID database to send and receive vendor IDsMartin Willi2012-03-201-54/+54
|
* Include COOKIES in IKEv1 delete payloadsMartin Willi2012-03-201-0/+4
|
* Fixed missing shared_key initialization in main_mode task.Tobias Brunner2012-03-201-1/+1
|
* Use version specific DELETE payload identifier in ike_delete taskMartin Willi2012-03-201-1/+8
|
* Fix IKEv1 DELETE subtask creation and processingMartin Willi2012-03-201-9/+13
|
* Handle DELETE as responder as INFORMATIONAL subtaskMartin Willi2012-03-201-1/+29
|
* Moved responder informational handling to taskMartin Willi2012-03-201-1/+43
|
* Use informational task in quick mode to send notifiesMartin Willi2012-03-201-21/+13
|
* Use informational taks to send notify errorsMartin Willi2012-03-201-44/+19
|
* Added a task stub to create and process IKEv1 informational exchangesMartin Willi2012-03-204-0/+173
|
* Allow IKEv1 tasks to return ALREADY_DONE to flush all active or passive tasksMartin Willi2012-03-201-0/+2
|
* Destroy IKE_SA after failed XAuth authentication.Tobias Brunner2012-03-201-2/+5
|
* Added possibility to send notifications from the Quick Mode taskClavister OpenSource2012-03-201-1/+33
|
* If no IKEv1 shared key found for hosts, try to find one based on config ↵Martin Willi2012-03-201-17/+68
| | | | identities
* Log peer cfg enumeration externally for flexibilityMartin Willi2012-03-202-2/+7
|
* Accept NULL identities passed to peer config enumerationMartin Willi2012-03-201-4/+1
|