Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -310/+0 |
| | |||||
* | Made inactivity_timeout a per CHILD_SA config option | Martin Willi | 2010-01-27 | 1 | -1/+10 |
| | |||||
* | Match to private use algorithms only if we know we are talking to strongSwan | Martin Willi | 2010-01-07 | 1 | -1/+2 |
| | |||||
* | moved traffic_selectors from charon to libstrongswan | Andreas Steffen | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -38/+38 |
| | |||||
* | Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵ | Tobias Brunner | 2009-09-01 | 1 | -50/+10 |
| | | | | Initialization is now static. | ||||
* | Handling of new lifetime limits added to stroke. | Tobias Brunner | 2009-09-01 | 1 | -3/+11 |
| | |||||
* | child_cfg_t now takes a lifetime_cfg_t to configure the lifetime limits. ↵ | Tobias Brunner | 2009-09-01 | 1 | -21/+16 |
| | | | | Also adjusted the jitter calculation, so it works for values > RAND_MAX. | ||||
* | lifetime_cfg_t added to configure lifetime limits of a CHILD_SA. | Tobias Brunner | 2009-09-01 | 1 | -1/+50 |
| | |||||
* | remove obsolete child_cfg_t.equal_traffic_selectors() method | Martin Willi | 2009-07-07 | 1 | -12/+0 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -4/+4 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | added the MIPv6 options use_proxy_mode and install_policy | Andreas Steffen | 2008-11-11 | 1 | -5/+30 |
| | |||||
* | migrate_job() finds a matching child_cfg | Andreas Steffen | 2008-11-03 | 1 | -0/+10 |
| | |||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 1 | -22/+3 |
| | |||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -2/+30 |
| | |||||
* | returning reference pointer on get_ref() | Martin Willi | 2008-05-06 | 1 | -7/+3 |
| | |||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 1 | -5/+13 |
| | |||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 1 | -2/+29 |
| | | | | dpd actions a per child-, not peer ike-sa | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -49/+25 |
| | |||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -2/+13 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -7/+8 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -0/+239 |
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 |