aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
Commit message (Collapse)AuthorAgeFilesLines
* added RCSIDAndreas Steffen2007-10-084-2/+6
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-032-1/+12
|
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-012-0/+2
| | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls
* added mobike=yes|no connection optionMartin Willi2007-08-292-0/+2
| | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes
* added ↵Andreas Steffen2007-08-101-0/+6
| | | | listaacerts,listacerts,rereadsecerts,rereadocspcerts,rereadaacerts,rereadacerts to stroke
* fixed typo stroke keyword listAndreas Steffen2007-08-101-1/+1
|
* set STROKE_REREAD_FIRST to STROKE_REREAD_SECRETSAndreas Steffen2007-08-101-4/+9
|
* set STROKE_REREAD_FIRST to STROKE_REREAD_SECRETSAndreas Steffen2007-08-101-1/+1
|
* added rereadsecrets keyword to strokeAndreas Steffen2007-08-102-0/+2
|
* support of ipsec rereadsecrets for strokeAndreas Steffen2007-08-101-6/+8
|
* support of left|rightgroups parameterAndreas Steffen2007-05-201-0/+1
|
* added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts ↵Andreas Steffen2007-04-144-6/+31
| | | | keywords
* added support for 0.0.0.0/0 traffic selectorsMartin Willi2007-03-012-0/+3
| | | | fixed routing to make correct 0.0.0.0/0 routes
* merged tasking branch into trunkMartin Willi2007-02-282-0/+6
|
* support of ca info recordsAndreas Steffen2007-02-231-0/+1
|
* added support of ca information records and ocsp keywordsAndreas Steffen2007-02-144-30/+107
|
* merged EAP framework from branch into trunkMartin Willi2007-02-122-0/+3
| | | | | includes a lot of other modifications
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-212-0/+2
| | | | | support for the type=transport/tunnel parameter in charon
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-192-0/+2
|
* 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-312-9/+7
| | | | | | | | | 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-242-0/+5
|
* updated stroke to allow run-time manipulation of debug levelsMartin Willi2006-10-184-45/+8
|
* added hostaccess supportAndreas Steffen2006-09-252-0/+3
|
* added auth_method fieldAndreas Steffen2006-09-181-0/+1
|
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-082-2/+2
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-052-0/+7
| | | | | | | | | 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-214-4/+42
| | | | | | | 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-052-0/+6
|
* added support of updown parameterAndreas Steffen2006-07-031-0/+1
|
* applied new changes from NATT teamMartin Willi2006-06-231-157/+0
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* readded local_credential_storeMartin Willi2006-06-202-19/+43
| | | | | | added sendcert policy to connection some other cleanups
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-205-65/+114
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-152-0/+7
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* fixed logleve(l) keyword typoMartin Willi2006-06-152-47/+34
|
* fixed down keywordMartin Willi2006-06-133-4/+5
|
* support for stroke listcerts|listcacerts|listall and left|rightca=Andreas Steffen2006-06-123-74/+108
|
* gperf creates optimum hash table for stroke keywordsAndreas Steffen2006-06-123-0/+254
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-122-2/+13
| | | | | loading lifetime policies from ipsec.conf
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-092-9/+20
|
* removed unused MakefileMartin Willi2006-06-091-17/+0
|
* stroke.h requires libstrongswan/types.hAndreas Steffen2006-06-091-0/+1
|
* - policies contain a connections name nowMartin Willi2006-05-292-2/+23
| | | | | | | | - 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-292-90/+66
|
* - changed config load strategy:Martin Willi2006-05-232-3/+5
| | | | | | | 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-192-7/+31
|
* - applied andreas's patchMartin Willi2006-05-181-1/+0
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-162-1/+5
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-103-0/+414