Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -479/+0 |
| | |||||
* | provide attributes from SQL database | Andreas Steffen | 2009-12-16 | 1 | -2/+4 |
| | |||||
* | Prefer EAP-Identity for provider attribute/address lookup | Martin Willi | 2009-12-01 | 1 | -4/+37 |
| | |||||
* | added more debugging in configuration attribute handling | Andreas Steffen | 2009-11-24 | 1 | -0/+4 |
| | |||||
* | Fixed memleak in attribute handling | Martin Willi | 2009-11-17 | 1 | -0/+1 |
| | |||||
* | Give plugins more control of which configuration attributes to request, and ↵ | Martin Willi | 2009-11-17 | 1 | -61/+123 |
| | | | | pass received attributes back to the requesting handler | ||||
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -28/+28 |
| | |||||
* | fixed configuration payload type as responder | Martin Willi | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | fixed memleak | Martin Willi | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 1 | -211/+66 |
| | | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr) | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -17/+13 |
| | |||||
* | configuration of NBNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-13 | 1 | -3/+68 |
| | |||||
* | configuration of DNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-12 | 1 | -6/+29 |
| | |||||
* | sending INTERNAL_ADDRESS_FAILURE if virtual IP requested but none found | Martin Willi | 2008-07-01 | 1 | -1/+4 |
| | |||||
* | fixed rightsourceip=%config scenarios | Martin Willi | 2008-04-14 | 1 | -2/+5 |
| | |||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 1 | -19/+16 |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -7/+2 |
| | |||||
* | support for virtual IP definition on client side: | Martin Willi | 2007-05-22 | 1 | -3/+10 |
| | | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip. | ||||
* | fixed memleak | Martin Willi | 2007-05-22 | 1 | -0/+1 |
| | |||||
* | requesting the same virtual IP on reauthentication | Martin Willi | 2007-04-10 | 1 | -2/+14 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -15/+8 |
| | | | | | | | | | 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 | ||||
* | removed cfg-payload dns test code | Martin Willi | 2007-03-14 | 1 | -2/+2 |
| | |||||
* | fixed memleaks when using EAP authentication | Martin Willi | 2007-03-08 | 1 | -4/+8 |
| | | | | | fixed configuration payloads when using EAP | ||||
* | some cleanups | Martin Willi | 2007-03-08 | 1 | -1/+4 |
| | | | | | not installing %any DNS servers | ||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 1 | -2/+2 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+421 |