aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starterstroke.c
Commit message (Collapse)AuthorAgeFilesLines
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-3/+3
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-2/+3
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-131-1/+2
|
* added RCSIDAndreas Steffen2007-10-081-1/+1
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-1/+6
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-0/+1
| | | | fixed bugs in force_encap code
* added mobike=yes|no connection optionMartin Willi2007-08-291-0/+1
| | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes
* support for virtual IP definition on client side:Martin Willi2007-05-221-1/+1
| | | | | | | 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.
* support of left|rightgroups parameterAndreas Steffen2007-05-201-0/+1
|
* added support for 0.0.0.0/0 traffic selectorsMartin Willi2007-03-011-0/+1
| | | | fixed routing to make correct 0.0.0.0/0 routes
* merged tasking branch into trunkMartin Willi2007-02-281-0/+3
|
* support of ca info recordsAndreas Steffen2007-02-231-5/+6
|
* using "left" as my host per default, swapping to "right" when neededMartin Willi2007-02-151-2/+2
|
* enabled adding and deleting ca information recordsAndreas Steffen2007-02-141-0/+26
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-23/+21
| | | | | includes a lot of other modifications
* added config option for BEET modeMartin Willi2007-01-031-1/+12
|
* negated POLICY_REAUTH to POLICY_DONT_REAUTHAndreas Steffen2006-12-211-1/+1
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-0/+1
| | | | | support for the type=transport/tunnel parameter in charon
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-191-0/+1
|
* fixed stddef.h includeMartin Willi2006-12-141-1/+1
|
* solved 64 bit issue in push/pop stroke interfaceAndreas Steffen2006-10-311-1/+1
|
* added verbosity level to strokeMartin Willi2006-10-241-0/+3
|
* added hostaccess supportAndreas Steffen2006-09-251-0/+1
|
* added auth_method fieldAndreas Steffen2006-09-181-0/+29
|
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-1/+1
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-0/+2
| | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-2/+36
| | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-3/+3
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* added support for leftprotoport and rightprotoportMartin Willi2006-07-051-0/+2
|
* added support of updown parameterAndreas Steffen2006-07-031-0/+1
|
* handling of "rekey=no" parameter addedMartin Willi2006-06-151-5/+18
|
* support for stroke listcerts|listcacerts|listall and left|rightca=Andreas Steffen2006-06-121-1/+1
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-0/+5
| | | | | loading lifetime policies from ipsec.conf
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-091-11/+13
|
* - policies contain a connections name nowMartin Willi2006-05-291-1/+6
| | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
* stroke now uses constant size string bufferAndreas Steffen2006-05-291-118/+95
|
* - changed config load strategy:Martin Willi2006-05-231-0/+1
| | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior.
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-104/+109
| | | | | should conform now to IKEv2
* - applied andreas's patchMartin Willi2006-05-181-98/+99
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-161-5/+5
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* - fixed stroke error output to starterMartin Willi2006-05-101-76/+87
|
* (no commit message)Martin Willi2006-04-281-0/+161