aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev1/task_manager_v1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-8/+3
* Add an option to en-/disable IKE fragmentationTobias Brunner2012-12-241-1/+8
* Split larger messages into fragments if IKE fragmentation is supported by peerTobias Brunner2012-12-241-14/+114
* Don't handle fragmented messages larger than charon.max_packetTobias Brunner2012-12-241-4/+39
* Store inbound IKE fragments and reassemble the message when all fragments are...Tobias Brunner2012-12-241-3/+166
* Add alerts for sent/received message retransmissions and timeoutMartin Willi2012-11-291-0/+3
* Raise a bus alert when IKE message body parsing failsMartin Willi2012-10-241-0/+2
* Respect IKE version while selecting an ike_cfg as responderMartin Willi2012-10-241-1/+2
* Request is never NULL when responding with an INFORMATIONAL messageTobias Brunner2012-09-281-1/+1
* Trigger ike_updown event caused by retransmits only after reestablish() has b...Tobias Brunner2012-09-061-5/+1
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-1/+10
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-5/+12
* Remove queued IKEv1 message before processing itMartin Willi2012-08-081-3/+5
* Block XAuth transaction on established IKE_SAs, but allow Mode ConfigMartin Willi2012-08-031-1/+1
* Check rng return value when generating IKEv1 message IDsTobias Brunner2012-07-161-8/+20
* Defer quick mode initiation if we expect a mode config requestMartin Willi2012-06-271-1/+20
* While checking for redundant quick modes, compare traffic selectorsMartin Willi2012-06-081-0/+22
* Initiate quick mode rekeying with narrowed traffic selectorsMartin Willi2012-06-081-1/+18
* Instead of rekeying, delete a quick mode if we have a fresher instanceMartin Willi2012-06-081-6/+42
* Check if we actually have an initiating packet to free while processing respo...Martin Willi2012-05-231-1/+1
* Cancel pending retransmits when flushing active task queueMartin Willi2012-05-211-0/+4
* Flush task queues explicitly, not implicitly if task returns ALREADY_DONEMartin Willi2012-05-211-10/+6
* Make task managers flush_queue() method publicMartin Willi2012-05-211-11/+25
* Remove executable flag from source files.Tobias Brunner2012-05-181-0/+0
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-6/+14
* Moved IKEv1 DPD processing to task manager, fix sequence issuesMartin Willi2012-05-151-34/+63
* Schedule a DPD timeout job that enforces the IKE message timeout policyMartin Willi2012-05-151-0/+13
* Send unanswered follow up R_U_THERE messages with the same DPD seqMartin Willi2012-05-151-1/+7
* Do not send IKEv1 DPD retransmit, but create a new INFORMATIONALMartin Willi2012-05-151-11/+0
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-4/+5
* Implemented handling of UNITY_LOAD_BALANCE as reauthentication.Tobias Brunner2012-03-201-0/+17
* Compiler warning fixed.Tobias Brunner2012-03-201-2/+6
* Use correct enum values to detect three message tasks for retransmissionMartin Willi2012-03-201-2/+2
* Setting message ID on task manager sets DPD sequence numbers in IKEv1Martin Willi2012-03-201-0/+8
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-201-2/+4
* Invoke child_rekey hook instead of child_updown when rekeying a quick modeMartin Willi2012-03-201-0/+1
* Fix "incoming" flag passed to bus_t.message() hookMartin Willi2012-03-201-1/+1
* Continue with next exchange after sending an INFORMATIONALMartin Willi2012-03-201-1/+2
* Handle retransmission of DPD exchange, both as initiator and responderMartin Willi2012-03-201-22/+37
* Confirm message reception time only if DPD sequence number validMartin Willi2012-03-201-3/+8
* Simplified DPD handling by using a task for a single message onlyMartin Willi2012-03-201-41/+30
* Check if we have an RNG for IKEv1 task manager before using itMartin Willi2012-03-201-9/+9
* Remove unused DPD sequence number getter on task managerMartin Willi2012-03-201-8/+2
* Isakmp_dpd task added.Clavister OpenSource2012-03-201-4/+81
* Request and handle retransmission of a lost third aggressive mode messageMartin Willi2012-03-201-5/+8
* Handle aggressive mode task in IKEv1 task managerMartin Willi2012-03-201-6/+36
* Set ISAKMP SA state to rekeying after triggering reauthenticationMartin Willi2012-03-201-0/+1