aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev1/task_manager_v1.c
Commit message (Expand)AuthorAgeFilesLines
* ikev1: Only delete redundant CHILD_SAs if configuredTobias Brunner2017-06-261-1/+5
* ike: Apply retransmission_limit before applying the jitterTobias Brunner2017-05-261-4/+4
* ike: Use optional jitter to calculate retransmission timeoutsTobias Brunner2017-05-231-4/+27
* ikev1: Respond to DPDs for rekeyed IKE_SAsTobias Brunner2017-02-171-0/+6
* ike: Add getter for the current message ID to task managerTobias Brunner2017-02-081-0/+7
* ikev1: Minor code optimization in task managerThomas Egerer2016-12-071-11/+5
* task-manager: Only trigger retransmit cleared alert if there was at least one...Tobias Brunner2016-10-051-1/+1
* ikev1: Activate task to delete the IKE_SA in state IKE_REKEYINGTobias Brunner2016-10-041-0/+8
* ikev1: Delete Quick Mode SAs before the ISAKMP SATobias Brunner2016-10-041-2/+2
* ike1: Flush active queue when queueing a delete of the IKE_SATobias Brunner2016-07-191-0/+3
* ikev2: Add possibility to delay initiation of a queued taskTobias Brunner2016-06-171-3/+10
* task-manager: Add retransmit cleared alertTobias Brunner2016-06-061-0/+6
* task-manager: Add retransmit count to retransmit send alertThomas Egerer2016-06-061-1/+2
* ikev1: Queue INFORMATIONAL messages during XAuthTobias Brunner2016-06-061-5/+12
* ikev1: Activate DELETE tasks before other tasks in state ESTABLISHEDTobias Brunner2016-05-061-7/+7
* ikev1: Don't call updown hook etc. when deleting redundant CHILD_SAsTobias Brunner2016-05-061-0/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-241-23/+23
* ikev1: Fix calculation of DPD timeoutTobias Brunner2015-11-091-0/+2
* ikev1: Handle queued INFORMATIONAL message after receiving the last AM requestTobias Brunner2015-10-301-0/+16
* ikev1: Queue INFORMATIONAL request if AM is not complete yetTobias Brunner2015-10-301-6/+13
* ikev1: Handle queued TRANSACTION messages only after processing repliesTobias Brunner2015-10-301-1/+2
* ikev1: Extract queueing of TRANSACTIONAL requests when MM is not complete yetTobias Brunner2015-10-301-17/+27
* ikev1: Drop TRANSACTION/QUICK_MODE requests until we received the last AM mes...Tobias Brunner2015-10-301-0/+32
* ikev1: Avoid fourth QM message if third QM messages of multiple exchanges are...Tobias Brunner2015-10-291-0/+12
* ikev1: Fix handling of overlapping Quick Mode exchangesTobias Brunner2015-08-201-1/+34
* ikev1: Trigger children_migrate event if CHILD_SAs are adoptedTobias Brunner2015-05-211-0/+5
* ike: Consistently log CHILD_SAs with their unique_id instead of their reqidMartin Willi2015-02-201-1/+2
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-201-0/+2
* ikev1: Move defragmentation to message_tTobias Brunner2014-10-101-167/+16
* ike: Move fragmentation to ike_sa_tTobias Brunner2014-10-101-55/+6
* message: fragment() generates message and fragments and caches themTobias Brunner2014-10-101-31/+11
* ikev1: Move fragment generation to message_tTobias Brunner2014-10-101-132/+118
* ikev1: Don't queue more than one mode config or XAuth taskTobias Brunner2014-10-071-7/+22
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-4/+4
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-6/+6
* ike_sa: Defer task manager destruction after child destructionThomas Egerer2014-01-161-4/+3
* ikev1: Properly initialize list of fragments in case fragment ID is 0Volker RĂ¼melin2013-10-311-1/+1
* ikev1: Fix double free when searching for redundant CHILD_SAsTobias Brunner2013-09-131-1/+1
* ikev1: implement mode config push modeMartin Willi2013-09-041-8/+26
* ikev1: Fix calculation of the number of fragmentsTobias Brunner2013-08-151-1/+1
* ikev1: When sending fragments, use ports to decide if a non-ESP marker is addedTobias Brunner2013-08-151-6/+8
* ike: Migrate queued CHILD_SA-creating tasks when reestablishing an IKE_SATobias Brunner2013-07-171-0/+34
* child-sa: replace get_traffic_selectors() with create_ts_enumerator()Martin Willi2013-07-171-18/+18
* Fixed some typos, courtesy of codespellTobias Brunner2013-03-251-1/+1
* Make check whether to use IKEv1 fragmentation more readableMartin Willi2013-03-141-5/+14
* Ignore fourth Qick Mode message sent by Windows servers.Martin Willi2013-03-111-0/+9
* Move initial message dropping to task managerMartin Willi2013-02-251-1/+15
* Properly send IKEv1 packets if no ike_cfg is known yetTobias Brunner2013-01-141-2/+5
* Added an option to configure the maximum size of a fragmentTobias Brunner2013-01-121-3/+10
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-2/+5