Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Fix gperf length parameter determination | Tobias Brunner | 2017-10-02 | 1 | -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 function | Tobias Brunner | 2017-09-19 | 1 | -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 down | Tobias Brunner | 2013-06-21 | 1 | -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 exportx509 | Martin Willi | 2013-06-19 | 1 | -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 counters | Martin Willi | 2013-03-15 | 1 | -0/+1 |
| | |||||
* | Add connection name specific stroke counters | Martin Willi | 2013-03-15 | 1 | -2/+1 |
| | |||||
* | Add a "ipsec listcounters" command to stroke | Martin Willi | 2012-10-24 | 1 | -0/+1 |
| | |||||
* | Added stroke user-creds command, to set username/password for a connection. | Tobias Brunner | 2012-04-17 | 1 | -0/+1 |
| | |||||
* | Added a listplugins stroke command to show plugin features | Martin Willi | 2011-10-14 | 1 | -0/+1 |
| | |||||
* | Added a statusallnb stroke command to show status non-blocking | Martin Willi | 2011-05-16 | 1 | -0/+1 |
| | |||||
* | Added a stroke memusage command to show memory usage | Martin Willi | 2011-05-16 | 1 | -0/+1 |
| | |||||
* | Renamed purgex509/crl to purgecerts/crls to be consistent with list commands | Martin Willi | 2010-12-10 | 1 | -2/+2 |
| | |||||
* | Added options to flush CRLs/X509 certs from the cert cache | Martin Willi | 2010-12-10 | 1 | -0/+2 |
| | |||||
* | Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manually | Martin Willi | 2010-11-03 | 1 | -0/+1 |
| | |||||
* | Added a stroke command to export cached x509 certificates to the console | Martin Willi | 2010-08-10 | 1 | -1/+3 |
| | |||||
* | added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SA | Martin Willi | 2009-05-15 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | list assigned leases using "ipsec leases" | Martin Willi | 2008-12-10 | 1 | -1/+2 |
| | |||||
* | implemented ipsec listalgs as a stroke command | Andreas Steffen | 2008-10-08 | 1 | -1/+2 |
| | |||||
* | crypto_factory algorithm enumeration API | Martin Willi | 2008-08-28 | 1 | -0/+1 |
| | | | | implementation of "ipsec listalgs" | ||||
* | renamed STROKE_DOWNSRCIP to STROKE_DOWN_SRCIP | Andreas Steffen | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | added a "ipsec down-srcip <start> [<end>]" command to terminate IKE_SAs by ↵ | Martin Willi | 2008-07-01 | 1 | -0/+1 |
| | | | | remote virtual ip | ||||
* | added RCSID | Andreas Steffen | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | set STROKE_REREAD_FIRST to STROKE_REREAD_SECRETS | Andreas Steffen | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | added rereadsecrets keyword to stroke | Andreas Steffen | 2007-08-10 | 1 | -0/+1 |
| | |||||
* | added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts ↵ | Andreas Steffen | 2007-04-14 | 1 | -0/+5 |
| | | | | keywords | ||||
* | added support of ca information records and ocsp keywords | Andreas Steffen | 2007-02-14 | 1 | -1/+7 |
| | |||||
* | updated stroke to allow run-time manipulation of debug levels | Martin Willi | 2006-10-18 | 1 | -1/+0 |
| | |||||
* | added possibility to route CHILD_SAs, without to set them up | Martin Willi | 2006-07-21 | 1 | -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 rereadcacerts | Andreas Steffen | 2006-06-20 | 1 | -2/+6 |
| | |||||
* | gperf creates optimum hash table for stroke keywords | Andreas Steffen | 2006-06-12 | 1 | -0/+45 |