aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke.c
Commit message (Collapse)AuthorAgeFilesLines
...
* added support of ca information records and ocsp keywordsAndreas Steffen2007-02-141-1/+27
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+2
| | | | | includes a lot of other modifications
* 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
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-6/+4
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* added verbosity level to strokeMartin Willi2006-10-241-0/+2
|
* updated stroke to allow run-time manipulation of debug levelsMartin Willi2006-10-181-32/+6
|
* added hostaccess supportAndreas Steffen2006-09-251-0/+2
|
* 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/+3
| | | | | | | | | 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
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-0/+34
| | | | | | | 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/+4
|
* readded local_credential_storeMartin Willi2006-06-201-2/+2
| | | | | | added sendcert policy to connection some other cleanups
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-201-2/+25
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-0/+3
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* support for stroke listcerts|listcacerts|listall and left|rightca=Andreas Steffen2006-06-121-72/+85
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-2/+6
| | | | | loading lifetime policies from ipsec.conf
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-091-0/+6
|
* - policies contain a connections name nowMartin Willi2006-05-291-0/+21
| | | | | | | | - 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-88/+60
|
* - 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.
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-191-7/+26
|
* - introduced autotoolsMartin Willi2006-05-161-1/+1
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-101-0/+306