Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made inactivity_timeout a per CHILD_SA config option | Martin Willi | 2010-01-27 | 1 | -1/+17 |
| | |||||
* | Match to private use algorithms only if we know we are talking to strongSwan | Martin Willi | 2010-01-07 | 1 | -3/+4 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -29/+29 |
| | |||||
* | Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵ | Tobias Brunner | 2009-09-01 | 1 | -8/+7 |
| | | | | Initialization is now static. | ||||
* | child_cfg_t now takes a lifetime_cfg_t to configure the lifetime limits. ↵ | Tobias Brunner | 2009-09-01 | 1 | -30/+31 |
| | | | | Also adjusted the jitter calculation, so it works for values > RAND_MAX. | ||||
* | remove obsolete child_cfg_t.equal_traffic_selectors() method | Martin Willi | 2009-07-07 | 1 | -30/+0 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | this debug statement has only two arguments | Andreas Steffen | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | added the MIPv6 options use_proxy_mode and install_policy | Andreas Steffen | 2008-11-11 | 1 | -12/+57 |
| | |||||
* | migrate_job() finds a matching child_cfg | Andreas Steffen | 2008-11-03 | 1 | -0/+26 |
| | |||||
* | corrected captions | Andreas Steffen | 2008-11-02 | 1 | -13/+13 |
| | |||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 1 | -12/+4 |
| | |||||
* | ipsec statusall displays dpd options | Andreas Steffen | 2008-07-02 | 1 | -3/+3 |
| | |||||
* | added %P printf handler for poposal_t | Martin Willi | 2008-06-12 | 1 | -0/+8 |
| | | | | added some proposal selection debugging code | ||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -1/+26 |
| | |||||
* | returning reference pointer on get_ref() | Martin Willi | 2008-05-06 | 1 | -2/+3 |
| | |||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 1 | -8/+23 |
| | |||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 1 | -6/+25 |
| | | | | dpd actions a per child-, not peer ike-sa | ||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -60/+45 |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -8/+2 |
| | |||||
* | improved debugging code for traffic selector processing | Martin Willi | 2007-10-02 | 1 | -7/+15 |
| | |||||
* | fixed CHILD_SA proposal selection when not using DH exchange | Martin Willi | 2007-04-23 | 1 | -8/+3 |
| | |||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -5/+62 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -0/+397 |
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads |