aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke_keywords.h
Commit message (Collapse)AuthorAgeFilesLines
* configure: Fix gperf length parameter determinationTobias Brunner2017-10-021-78/+0
| | | | | | | | | | gperf is not actually a build dependency as the generated files are shipped in the tarball. So the type depends on the gperf version on the host that ran gperf and created the tarball, which might not be the same as that on the actual build host, and gperf might not even be installed there, leaving the type undetermined. Fixes: e0e43229736a ("configure: Detect type of length parameter for gperf generated function")
* configure: Detect type of length parameter for gperf generated functionTobias Brunner2017-09-191-1/+1
| | | | | Since 3.1 gperf uses size_t for the length parameter instead of an unsigned int.
* stroke: Add non-blocking versions of up and downTobias Brunner2013-06-211-0/+2
| | | | | | stroke up-nb and stroke down-nb do not block until the command has finished. Instead, they return right after initiating the respective operation.
* stroke: add exportconn{cert,chain} commands in addition to exportx509Martin Willi2013-06-191-0/+2
| | | | | The new commands either export a single end entity certificate or the full trust chain for a specific connection name.
* Add a "resetcounters" command to ipsec, clearing global or connection countersMartin Willi2013-03-151-0/+1
|
* Add connection name specific stroke countersMartin Willi2013-03-151-2/+1
|
* Add a "ipsec listcounters" command to strokeMartin Willi2012-10-241-0/+1
|
* Added stroke user-creds command, to set username/password for a connection.Tobias Brunner2012-04-171-0/+1
|
* Added a listplugins stroke command to show plugin featuresMartin Willi2011-10-141-0/+1
|
* Added a statusallnb stroke command to show status non-blockingMartin Willi2011-05-161-0/+1
|
* Added a stroke memusage command to show memory usageMartin Willi2011-05-161-0/+1
|
* Renamed purgex509/crl to purgecerts/crls to be consistent with list commandsMartin Willi2010-12-101-2/+2
|
* Added options to flush CRLs/X509 certs from the cert cacheMartin Willi2010-12-101-0/+2
|
* Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manuallyMartin Willi2010-11-031-0/+1
|
* Added a stroke command to export cached x509 certificates to the consoleMartin Willi2010-08-101-1/+3
|
* added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SAMartin Willi2009-05-151-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* list assigned leases using "ipsec leases"Martin Willi2008-12-101-1/+2
|
* implemented ipsec listalgs as a stroke commandAndreas Steffen2008-10-081-1/+2
|
* crypto_factory algorithm enumeration APIMartin Willi2008-08-281-0/+1
| | | | implementation of "ipsec listalgs"
* renamed STROKE_DOWNSRCIP to STROKE_DOWN_SRCIPAndreas Steffen2008-07-011-1/+1
|
* added a "ipsec down-srcip <start> [<end>]" command to terminate IKE_SAs by ↵Martin Willi2008-07-011-0/+1
| | | | remote virtual ip
* added RCSIDAndreas Steffen2007-10-081-1/+1
|
* set STROKE_REREAD_FIRST to STROKE_REREAD_SECRETSAndreas Steffen2007-08-101-1/+1
|
* added rereadsecrets keyword to strokeAndreas Steffen2007-08-101-0/+1
|
* added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts ↵Andreas Steffen2007-04-141-0/+5
| | | | keywords
* added support of ca information records and ocsp keywordsAndreas Steffen2007-02-141-1/+7
|
* updated stroke to allow run-time manipulation of debug levelsMartin Willi2006-10-181-1/+0
|
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-0/+1
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-201-2/+6
|
* gperf creates optimum hash table for stroke keywordsAndreas Steffen2006-06-121-0/+45