| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Replace xauth_request task with a new stub where we reimplement it | Martin Willi | 2012-03-20 | 1 | -14/+7 |
| | * | Implemented post-authentication certificate handling for IKEv1 | Martin Willi | 2012-03-20 | 1 | -0/+3 |
| | * | Implemented pre-authentication certificate handling for IKEv1 | Martin Willi | 2012-03-20 | 1 | -0/+3 |
| | * | Task added for IKEv1 NAT detection. | Tobias Brunner | 2012-03-20 | 1 | -0/+3 |
| | * | IKEv1 XAuth: Adding "initiate" flag parameter to the initiate_xauth method, s... | Clavister OpenSource | 2012-03-20 | 1 | -2/+6 |
| | * | IKEv1 XAuth: Add "initiate xauth" method, which adds the xauth task into the ... | Clavister OpenSource | 2012-03-20 | 1 | -0/+9 |
| | * | Moved main part of message processing to task managers. | Tobias Brunner | 2012-03-20 | 1 | -153/+7 |
| | * | Addded ike_sa_t.set_statistic to set timestamps from task manager. | Tobias Brunner | 2012-03-20 | 1 | -0/+10 |
| | * | Revert "IKEv1 XAuth: Temporarilty add an "initiate_later" flag to the task ma... | Clavister OpenSource | 2012-03-20 | 1 | -13/+0 |
| | * | Use a dedicated IKEv1 vendor ID task to fix using IKEv2 payloads in IKEv1 | Martin Willi | 2012-03-20 | 1 | -0/+3 |
| | * | Added a get_rekey/reauth_time() jitter parameter to get time without randomiz... | Martin Willi | 2012-03-20 | 1 | -2/+2 |
| | * | IKEv1 XAuth: Added temporary "initiate_xauth" public method to ike_sa_t. Thi... | Clavister OpenSource | 2012-03-20 | 1 | -0/+13 |
| | * | XAUTH is initiated based on configuration, no need to call externally | Martin Willi | 2012-03-20 | 1 | -9/+0 |
| | * | Temp fix for compile error with XAUTH code. | Clavister OpenSource | 2012-03-20 | 1 | -1/+1 |
| | * | IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUT... | Clavister OpenSource | 2012-03-20 | 1 | -0/+10 |
| | * | Don't compare initiator flag in IKE_SA manager, pass initiator parameter to I... | Martin Willi | 2012-03-20 | 1 | -2/+3 |
| | * | Provide keymat_t to message_t to encrypt/decrypt data. | Tobias Brunner | 2012-03-20 | 1 | -4/+2 |
| | * | Added a generic TASK_ prefix to all task types | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | * | Initiate and respond to quick mode task (stub) | Martin Willi | 2012-03-20 | 1 | -3/+4 |
| | * | Implemented first two exchanges of Main Mode as initiator | Martin Willi | 2012-03-20 | 1 | -27/+43 |
| | * | Added factory function to create task_manager_t implementations. | Tobias Brunner | 2012-03-20 | 1 | -2/+1 |
| | * | Added factory function to create keymat_t implementations. | Tobias Brunner | 2012-03-20 | 1 | -3/+4 |
| | * | Store IKE version of an SA on ike_sa_t. | Tobias Brunner | 2012-03-20 | 1 | -2/+16 |
| | * | Use keymat_t as common interface, renamed current implementation to _v2. | Tobias Brunner | 2012-03-20 | 1 | -2/+3 |
| | * | Use task manager as generic interface, renamed implementation to _v2. | Martin Willi | 2012-03-20 | 1 | -2/+2 |
| | * | Allow creation of message_t objects for IKEv1 packets. | Tobias Brunner | 2012-03-20 | 1 | -1/+1 |
* | | | Properly initialize src in ike_sa_t.is_any_path_valid(). | Tobias Brunner | 2012-04-06 | 1 | -1/+1 |
|/ / |
|
* | | Simplified some route lookups now that we store all peer addresses in a list. | Tobias Brunner | 2012-03-09 | 1 | -14/+9 |
* | | Renamed list of additional peer addresses as it now stores all known addresses. | Tobias Brunner | 2012-03-09 | 1 | -20/+20 |
* | | Re-resolve hosts on additional keyingtries | Martin Willi | 2012-03-06 | 1 | -0/+1 |
* | | Be a little more verbose before starting IKE_SA reauthentication | Martin Willi | 2012-03-05 | 1 | -2/+9 |
* | | Send an AUTH_LIFETIME update after updating the lifetime, but can not reauth ... | Martin Willi | 2012-03-05 | 1 | -7/+32 |
* | | Set hard timeouts when setting a lifetime | Martin Willi | 2012-03-05 | 1 | -7/+14 |
* | | Fix IKE_SA timeout debug output on 64bit platforms | Martin Willi | 2012-03-05 | 1 | -3/+4 |
* | | Trigger DPD not before IKE_SA state gets updated | Martin Willi | 2012-02-02 | 1 | -6/+8 |
* | | Don't retransmit, rekey, reauth or DPD check SAs when in PASSIVE state | Martin Willi | 2012-02-02 | 1 | -0/+26 |
|/ |
|
* | Change order of destroy/get_ref function calls | Thomas Egerer | 2011-11-04 | 1 | -1/+1 |
* | Throw an alert when the peer address cannot be resolved during initiation. | Tobias Brunner | 2011-08-12 | 1 | -0/+1 |
* | Properly initialize ike_sa_t. | Tobias Brunner | 2011-08-01 | 1 | -1/+1 |
* | Inherit authentication information during IKE_SA rekeying | Martin Willi | 2011-07-25 | 1 | -0/+16 |
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
* | Replaced ike_sa_t.create_additional_address_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 1 | -4/+19 |
* | Replaced ike_sa_t.create_child_sa_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 1 | -4/+18 |
* | Replaced simple iterator usages. | Tobias Brunner | 2011-07-06 | 1 | -20/+20 |
* | Added strongswan.conf option to override half open IKE_SA timeout | Martin Willi | 2011-05-16 | 1 | -1/+2 |
* | Typo fixed. | Tobias Brunner | 2011-04-28 | 1 | -1/+1 |
* | Move establish/inherit of rekeyed IKE_SAs to delete messages | Martin Willi | 2011-03-15 | 1 | -3/+1 |
* | Slightly change IKE_SA destruction order to inherit properly during ike_rekey... | Martin Willi | 2011-02-28 | 1 | -1/+1 |
* | Force port update as responder when initiator switches to 4500 in IKE_AUTH | Martin Willi | 2011-01-12 | 1 | -2/+2 |
* | Moved check if packet already encoded to ike_sa, avoids message() hook invoca... | Martin Willi | 2011-01-05 | 1 | -0/+5 |