aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_list.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | output validity of raw public key if availableAndreas Steffen2012-04-301-2/+34
* | | added support for raw RSA public keys to strokeAndreas Steffen2012-04-301-0/+5
* | | remove leading zero in ASN.1 encoded serial numbersAndreas Steffen2012-04-051-2/+2
* | | moved chunk_skip_zero to chunk.hAndreas Steffen2012-04-031-2/+3
|/ /
* | Cache list of plugin names to further simplify its usage.Tobias Brunner2012-01-191-5/+3
* | Simplified logging of list of loaded plugins.Tobias Brunner2012-01-191-9/+4
|/
* CosmeticsAndreas Steffen2011-10-261-1/+2
* Added a listplugins stroke command to show plugin featuresMartin Willi2011-10-141-0/+55
* Plugin enumerator enumerates over loaded features, tooMartin Willi2011-10-141-1/+1
* Include library.h in plugin.hMartin Willi2011-10-141-0/+1
* fixed esn typeAndreas Steffen2011-07-201-2/+2
* added log and status output for ESNAndreas Steffen2011-07-161-0/+7
* Replaced more complex iterator usages.Tobias Brunner2011-07-061-14/+9
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-2/+2
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-281-4/+33
* Properly print time differences.Tobias Brunner2011-06-071-2/+2
* Use proper printf specifiers to print u_int64_t and uintptr_t.Tobias Brunner2011-06-071-4/+5
* Show total and half-open SA count in statusallMartin Willi2011-05-161-1/+6
* Show how many threads are active in each class in statusallMartin Willi2011-05-161-3/+8
* Added a statusallnb stroke command to show status non-blockingMartin Willi2011-05-161-2/+3
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-1/+2
* Processor job scheduling respects job priority classesMartin Willi2011-05-161-4/+8
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-4/+5
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-101-2/+2
* Show base CRL of delta CRLs in listcrlsMartin Willi2011-01-051-0/+4
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-1/+1
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,...Martin Willi2011-01-051-1/+1
* implemented wrap around of registered IKEv1 algorithm namesAndreas Steffen2010-12-261-3/+1
* wrap list of IKEv2 algorithms after 120 characters per lineAndreas Steffen2010-12-241-20/+43
* Migrated stroke_list_t to INIT/METHOD macrosAndreas Steffen2010-12-241-25/+21
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-12/+27
* fixed 64 bit printf() issueAndreas Steffen2010-10-241-1/+1
* show validity of OCSP responsesAndreas Steffen2010-09-101-2/+15
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-4/+4
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-2/+2
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-1/+1
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-3/+4
* List registered AEAD algorithms in listalgsMartin Willi2010-08-191-0/+7
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-1/+1
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-3/+3
* Moved credential manager to libstrongswanMartin Willi2010-07-131-4/+3
* Show mallinfo() data in statusall, if availableMartin Willi2010-07-061-1/+12
* Use the group constraint in a more generic fashion, not only for attribute ce...Martin Willi2010-07-051-1/+1
* Log non-empty task queues in statusallMartin Willi2010-06-071-0/+31
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+1230