Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 6 | -918/+0 |
| | |||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -8/+9 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | fixed sqlite_backend compilation to respect changes from [3238] | Martin Willi | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | fixed sqlite database path | Martin Willi | 2007-10-02 | 1 | -2/+2 |
| | |||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 1 | -2/+2 |
| | | | | fixed bugs in force_encap code | ||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 1 | -0/+1 |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls | ||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 4 | -0/+415 |
| | |||||
* | peer_cfg now knows about group memberships | Andreas Steffen | 2007-09-13 | 1 | -0/+7 |
| | |||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 2 | -28/+75 |
| | |||||
* | extended interface_manager (more work needed here) | Martin Willi | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | added more API documentation to backends/interfaces | Martin Willi | 2007-04-30 | 3 | -6/+6 |
| | |||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 4 | -104/+124 |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | ||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 2 | -3/+7 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | accepting stroke initiation by a name of a child_cfg | Martin Willi | 2007-04-11 | 2 | -6/+33 |
| | |||||
* | best must be initialized to 2*MAX_WILDCARDS+1 | Andreas Steffen | 2007-04-10 | 1 | -7/+13 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 3 | -0/+390 |
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 |