aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_config.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-479/+0
|
* provide attributes from SQL databaseAndreas Steffen2009-12-161-2/+4
|
* Prefer EAP-Identity for provider attribute/address lookupMartin Willi2009-12-011-4/+37
|
* added more debugging in configuration attribute handlingAndreas Steffen2009-11-241-0/+4
|
* Fixed memleak in attribute handlingMartin Willi2009-11-171-0/+1
|
* Give plugins more control of which configuration attributes to request, and ↵Martin Willi2009-11-171-61/+123
| | | | pass received attributes back to the requesting handler
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-28/+28
|
* fixed configuration payload type as responderMartin Willi2009-05-111-1/+1
|
* fixed memleakMartin Willi2009-05-111-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-241-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 trunkMartin Willi2009-04-141-17/+13
|
* configuration of NBNS server assignment via strongswan.confAndreas Steffen2009-02-131-3/+68
|
* configuration of DNS server assignment via strongswan.confAndreas Steffen2009-02-121-6/+29
|
* sending INTERNAL_ADDRESS_FAILURE if virtual IP requested but none foundMartin Willi2008-07-011-1/+4
|
* fixed rightsourceip=%config scenariosMartin Willi2008-04-141-2/+5
|
* implementation of an CFG attribute framework, currently supporting virtual IPsMartin Willi2008-04-091-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 trunkMartin Willi2008-03-131-7/+2
|
* support for virtual IP definition on client side:Martin Willi2007-05-221-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 memleakMartin Willi2007-05-221-0/+1
|
* requesting the same virtual IP on reauthenticationMartin Willi2007-04-101-2/+14
|
* restructured file layoutMartin Willi2007-04-101-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 codeMartin Willi2007-03-141-2/+2
|
* fixed memleaks when using EAP authenticationMartin Willi2007-03-081-4/+8
| | | | | fixed configuration payloads when using EAP
* some cleanupsMartin Willi2007-03-081-1/+4
| | | | | not installing %any DNS servers
* fixed double free bugMartin Willi2007-03-051-2/+2
|
* merged tasking branch into trunkMartin Willi2007-02-281-0/+421