aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa.c
Commit message (Expand)AuthorAgeFilesLines
...
* Reject initial exchange messages early once IKE_SA is establishedMartin Willi2012-08-021-0/+18
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-8/+13
* Avoid queueing more than one retry initiate job.Tobias Brunner2012-05-301-3/+25
* Retry IKE_SA initiation if DNS resolution failed.Tobias Brunner2012-05-301-4/+39
* Resolve hosts before reauthenticating due to address change.Tobias Brunner2012-05-251-0/+2
* Don't queue delete_ike_sa job when setting IKE_DELETING.Tobias Brunner2012-05-251-8/+0
* During reauthentication reestablish IKE_SA even if deleting the old one fails.Tobias Brunner2012-05-251-0/+6
* Integrated main parts of IKE_REAUTH task into ike_sa_t.reestablish.Tobias Brunner2012-05-251-28/+74
* Fixed route lookup in case MOBIKE is not enabled.Tobias Brunner2012-05-251-3/+9
* Wrap task managers flush_queue() in IKE_SAMartin Willi2012-05-211-0/+7
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-2/+2
* Merge branch 'ikev1'Martin Willi2012-05-021-309/+142
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-309/+142
| |\
| | * Trigger DPD not before IKE_SA state gets updatedMartin Willi2012-03-201-13/+15
| | * Don't re-resolve addresses during initiate if they have already been setMartin Willi2012-03-201-1/+5
| | * Update state before triggering DPD, as we cancel it if PASSIVEMartin Willi2012-03-201-0/+1
| | * Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-201-2/+9
| | * Invoke ike_updown hooks for reauthenticated IKEv1 SAsMartin Willi2012-03-201-0/+1
| | * Disable DPD checking for peers not supporting itMartin Willi2012-03-201-1/+13
| | * Don't retransmit, rekey, reauth or DPD check SAs when in PASSIVE stateMartin Willi2012-03-201-0/+24
| | * Destroy IKE_SA after reauthentication initiatend and lifetime limit reachedMartin Willi2012-03-201-1/+6
| | * Query for XAuth identity in get_other_eap_id(), tooMartin Willi2012-03-201-0/+4
| | * Support initiation of childless IKEv1 ISAKMP SAsMartin Willi2012-03-201-1/+2
| | * Don't trigger reauthentication if initiator authenticated using XAuthMartin Willi2012-03-201-0/+1
| | * Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-201-2/+3
| | * Handle initiation of not supported IKE versions properlyMartin Willi2012-03-201-5/+21
| | * Implemented resetting of IKEv1 task manager, enabling additional keyingtriesMartin Willi2012-03-201-1/+1
| | * Check message version before processing it on an IKE_SAMartin Willi2012-03-201-0/+10
| | * Added a TODO for creating IKE_SAs with unsupported protocol versionMartin Willi2012-03-201-5/+3
| | * Removed obsolete task header inclusion in IKE_SAMartin Willi2012-03-201-24/+0
| | * Moved MOBIKE task creation to protocol specific task managerMartin Willi2012-03-201-9/+2
| | * Check in task manager if we have to requeue IKE tasks in a non-first keyingtryMartin Willi2012-03-201-35/+1
| | * Moved IKE_SA reauth task creation to protocol specific task managerMartin Willi2012-03-201-5/+1
| | * Moved IKE_SA rekey task creation to protocol specific task managerMartin Willi2012-03-201-5/+1
| | * Moved IKE_SA delete task creation to protocol specific task managerMartin Willi2012-03-201-11/+1
| | * Moved CHILD_SA delete task creation to protocol specific task managerMartin Willi2012-03-201-11/+1
| | * Moved CHILD_SA rekey task creation to protocol specific task managerMartin Willi2012-03-201-4/+1
| | * Moved CHILD_SA initiate task creation to protocol specific task managerMartin Willi2012-03-201-19/+2
| | * Moved IKE_SA initiate task creation to protocol specific task managerMartin Willi2012-03-201-42/+1
| | * Moved liveness checking task creation to protocol specific task managerMartin Willi2012-03-201-20/+3
| | * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-25/+25
| | * Renamed ike_vendor_v1 to isakmp_vendorMartin Willi2012-03-201-2/+2
| | * Renamed ike_natd_v1 to isakmp_natdMartin Willi2012-03-201-2/+2
| | * Renamed ike_cert_pre_v1 to isakmp_cert_preMartin Willi2012-03-201-2/+2
| | * Renamed ike_cert_post_v1 to isakmp_cert_postMartin Willi2012-03-201-2/+2
| | * Initiate IKE_ANY configurations with IKEv2Martin Willi2012-03-201-0/+5
| | * Added a quick_delete task flag to enforce delete, even if CHILD_SA not foundMartin Willi2012-03-201-1/+1
| | * Flush auth configs, if enabled, for both IKEv1 and IKEv2Martin Willi2012-03-201-5/+15
| | * Use IKEv1 specific tasks to close Quick Mode SAsMartin Willi2012-03-201-3/+11
| | * Use the IKEv1 specific delete in IKEv1 SAsMartin Willi2012-03-201-3/+11