Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added %P printf handler for poposal_t | Martin Willi | 2008-06-12 | 1 | -0/+8 |
| | | | | added some proposal selection debugging code | ||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 1 | -18/+17 |
| | |||||
* | returning reference pointer on get_ref() | Martin Willi | 2008-05-06 | 1 | -2/+3 |
| | |||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -8/+49 |
| | | | | | | 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 | -7/+2 |
| | |||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 1 | -1/+17 |
| | | | | fixed bugs in force_encap code | ||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -31/+0 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -0/+259 |
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 |