| Commit message (Expand) | Author | Age | Files | Lines |
* | ike: Migrate queued CHILD_SA-creating tasks when reestablishing an IKE_SA | Tobias Brunner | 2013-07-17 | 1 | -0/+34 |
* | child-sa: replace get_traffic_selectors() with create_ts_enumerator() | Martin Willi | 2013-07-17 | 1 | -18/+18 |
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2013-03-25 | 1 | -1/+1 |
* | Make check whether to use IKEv1 fragmentation more readable | Martin Willi | 2013-03-14 | 1 | -5/+14 |
* | Ignore fourth Qick Mode message sent by Windows servers. | Martin Willi | 2013-03-11 | 1 | -0/+9 |
* | Move initial message dropping to task manager | Martin Willi | 2013-02-25 | 1 | -1/+15 |
* | Properly send IKEv1 packets if no ike_cfg is known yet | Tobias Brunner | 2013-01-14 | 1 | -2/+5 |
* | Added an option to configure the maximum size of a fragment | Tobias Brunner | 2013-01-12 | 1 | -3/+10 |
* | Added an option that allows to force IKEv1 fragmentation | Tobias Brunner | 2013-01-12 | 1 | -2/+5 |
* | Use a connection specific option to en-/disable IKEv1 fragmentation | Tobias Brunner | 2012-12-24 | 1 | -8/+3 |
* | Add an option to en-/disable IKE fragmentation | Tobias Brunner | 2012-12-24 | 1 | -1/+8 |
* | Split larger messages into fragments if IKE fragmentation is supported by peer | Tobias Brunner | 2012-12-24 | 1 | -14/+114 |
* | Don't handle fragmented messages larger than charon.max_packet | Tobias Brunner | 2012-12-24 | 1 | -4/+39 |
* | Store inbound IKE fragments and reassemble the message when all fragments are... | Tobias Brunner | 2012-12-24 | 1 | -3/+166 |
* | Add alerts for sent/received message retransmissions and timeout | Martin Willi | 2012-11-29 | 1 | -0/+3 |
* | Raise a bus alert when IKE message body parsing fails | Martin Willi | 2012-10-24 | 1 | -0/+2 |
* | Respect IKE version while selecting an ike_cfg as responder | Martin Willi | 2012-10-24 | 1 | -1/+2 |
* | Request is never NULL when responding with an INFORMATIONAL message | Tobias Brunner | 2012-09-28 | 1 | -1/+1 |
* | Trigger ike_updown event caused by retransmits only after reestablish() has b... | Tobias Brunner | 2012-09-06 | 1 | -5/+1 |
* | Support multiple address pools configured on a peer_cfg | Martin Willi | 2012-08-30 | 1 | -1/+10 |
* | Support multiple virtual IPs on peer_cfg and ike_sa classes | Martin Willi | 2012-08-30 | 1 | -5/+12 |
* | Remove queued IKEv1 message before processing it | Martin Willi | 2012-08-08 | 1 | -3/+5 |
* | Block XAuth transaction on established IKE_SAs, but allow Mode Config | Martin Willi | 2012-08-03 | 1 | -1/+1 |
* | Check rng return value when generating IKEv1 message IDs | Tobias Brunner | 2012-07-16 | 1 | -8/+20 |
* | Defer quick mode initiation if we expect a mode config request | Martin Willi | 2012-06-27 | 1 | -1/+20 |
* | While checking for redundant quick modes, compare traffic selectors | Martin Willi | 2012-06-08 | 1 | -0/+22 |
* | Initiate quick mode rekeying with narrowed traffic selectors | Martin Willi | 2012-06-08 | 1 | -1/+18 |
* | Instead of rekeying, delete a quick mode if we have a fresher instance | Martin Willi | 2012-06-08 | 1 | -6/+42 |
* | Check if we actually have an initiating packet to free while processing respo... | Martin Willi | 2012-05-23 | 1 | -1/+1 |
* | Cancel pending retransmits when flushing active task queue | Martin Willi | 2012-05-21 | 1 | -0/+4 |
* | Flush task queues explicitly, not implicitly if task returns ALREADY_DONE | Martin Willi | 2012-05-21 | 1 | -10/+6 |
* | Make task managers flush_queue() method public | Martin Willi | 2012-05-21 | 1 | -11/+25 |
* | Remove executable flag from source files. | Tobias Brunner | 2012-05-18 | 1 | -0/+0 |
* | make IKEv1 DPD timeout configurable in charon | Andreas Steffen | 2012-05-17 | 1 | -6/+14 |
* | Moved IKEv1 DPD processing to task manager, fix sequence issues | Martin Willi | 2012-05-15 | 1 | -34/+63 |
* | Schedule a DPD timeout job that enforces the IKE message timeout policy | Martin Willi | 2012-05-15 | 1 | -0/+13 |
* | Send unanswered follow up R_U_THERE messages with the same DPD seq | Martin Willi | 2012-05-15 | 1 | -1/+7 |
* | Do not send IKEv1 DPD retransmit, but create a new INFORMATIONAL | Martin Willi | 2012-05-15 | 1 | -11/+0 |
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -4/+5 |
* | Implemented handling of UNITY_LOAD_BALANCE as reauthentication. | Tobias Brunner | 2012-03-20 | 1 | -0/+17 |
* | Compiler warning fixed. | Tobias Brunner | 2012-03-20 | 1 | -2/+6 |
* | Use correct enum values to detect three message tasks for retransmission | Martin Willi | 2012-03-20 | 1 | -2/+2 |
* | Setting message ID on task manager sets DPD sequence numbers in IKEv1 | Martin Willi | 2012-03-20 | 1 | -0/+8 |
* | Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr... | Martin Willi | 2012-03-20 | 1 | -2/+4 |
* | Invoke child_rekey hook instead of child_updown when rekeying a quick mode | Martin Willi | 2012-03-20 | 1 | -0/+1 |
* | Fix "incoming" flag passed to bus_t.message() hook | Martin Willi | 2012-03-20 | 1 | -1/+1 |
* | Continue with next exchange after sending an INFORMATIONAL | Martin Willi | 2012-03-20 | 1 | -1/+2 |
* | Handle retransmission of DPD exchange, both as initiator and responder | Martin Willi | 2012-03-20 | 1 | -22/+37 |
* | Confirm message reception time only if DPD sequence number valid | Martin Willi | 2012-03-20 | 1 | -3/+8 |
* | Simplified DPD handling by using a task for a single message only | Martin Willi | 2012-03-20 | 1 | -41/+30 |