Tobias Brunner
|
f1ba06c1c6
|
Cache list of plugin names to further simplify its usage.
Also helpful for ipsec statusall to avoid having to enumerate plugins.
|
2012-01-19 12:37:42 +01:00 |
|
Tobias Brunner
|
576298a3ef
|
Simplified logging of list of loaded plugins.
|
2012-01-19 11:56:03 +01:00 |
|
Andreas Steffen
|
b21cfa93f8
|
Cosmetics
|
2011-10-26 10:32:54 +02:00 |
|
Martin Willi
|
2d2ffa58f6
|
Added a listplugins stroke command to show plugin features
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
fa7c8338ca
|
Plugin enumerator enumerates over loaded features, too
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
9cd7f384ba
|
Include library.h in plugin.h
|
2011-10-14 10:04:45 +02:00 |
|
Andreas Steffen
|
d33f6f7dba
|
fixed esn type
|
2011-07-20 23:11:19 +02:00 |
|
Andreas Steffen
|
6101ee9b06
|
added log and status output for ESN
|
2011-07-16 11:09:38 +02:00 |
|
Tobias Brunner
|
47daa0e6fe
|
Replaced more complex iterator usages.
|
2011-07-06 09:43:45 +02:00 |
|
Tobias Brunner
|
4bbce1ef37
|
Replaced ike_sa_t.create_child_sa_iterator with enumerator.
This required two new methods on ike_sa_t. One returns the number of
CHILD_SAs and one allows to remove a CHILD_SA.
|
2011-07-06 09:43:45 +02:00 |
|
Andreas Steffen
|
f87991704e
|
implemented PASS and DROP shunt policies
|
2011-06-28 19:42:54 +02:00 |
|
Tobias Brunner
|
876961cf0e
|
Properly print time differences.
time_t is not necessarily of type int.
|
2011-06-07 17:52:34 +02:00 |
|
Tobias Brunner
|
1b185ea490
|
Use proper printf specifiers to print u_int64_t and uintptr_t.
|
2011-06-07 17:30:57 +02:00 |
|
Martin Willi
|
4cf6f101d8
|
Show total and half-open SA count in statusall
|
2011-05-16 15:24:15 +02:00 |
|
Martin Willi
|
c726b1a6a5
|
Show how many threads are active in each class in statusall
|
2011-05-16 15:24:14 +02:00 |
|
Martin Willi
|
a694b481ee
|
Added a statusallnb stroke command to show status non-blocking
|
2011-05-16 15:24:14 +02:00 |
|
Martin Willi
|
69c3eca0e9
|
Added a non-blocking, skipping variant of IKE_SA enumerator
|
2011-05-16 15:24:13 +02:00 |
|
Martin Willi
|
c73d4f53f5
|
Processor job scheduling respects job priority classes
|
2011-05-16 15:24:13 +02:00 |
|
Martin Willi
|
787b5884aa
|
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates over plugin_t
|
2011-04-15 10:07:12 +02:00 |
|
Andreas Steffen
|
d390b3b901
|
[hopefully] fixed pathlen problem on ARM platforms
|
2011-02-10 15:51:18 +01:00 |
|
Martin Willi
|
2e90006f96
|
Show base CRL of delta CRLs in listcrls
|
2011-01-05 16:46:06 +01:00 |
|
Martin Willi
|
b3d359e58f
|
Use a generic getter for all numerical X.509 constraints
|
2011-01-05 16:46:05 +01:00 |
|
Martin Willi
|
5dba5852fc
|
Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints, too
|
2011-01-05 16:46:02 +01:00 |
|
Andreas Steffen
|
27a66f9393
|
implemented wrap around of registered IKEv1 algorithm names
|
2010-12-26 17:11:02 +01:00 |
|
Andreas Steffen
|
16b6606e5f
|
wrap list of IKEv2 algorithms after 120 characters per line
|
2010-12-24 17:29:51 +01:00 |
|
Andreas Steffen
|
cb6be85cfe
|
Migrated stroke_list_t to INIT/METHOD macros
|
2010-12-24 14:29:09 +01:00 |
|
Andreas Steffen
|
5932f41fcc
|
trace back crypto algorithms to the plugins that registered them
|
2010-12-18 16:31:12 +01:00 |
|
Andreas Steffen
|
9b9352c83b
|
fixed 64 bit printf() issue
|
2010-10-24 20:30:19 +02:00 |
|
Andreas Steffen
|
80f86acccb
|
show validity of OCSP responses
|
2010-09-10 22:26:03 +02:00 |
|
Tobias Brunner
|
bb381e26c6
|
Refer to scheduler and processor via lib and not hydra.
|
2010-09-02 19:04:18 +02:00 |
|
Tobias Brunner
|
f6659688ab
|
Refer to kernel interface via hydra and not charon.
|
2010-09-02 19:01:25 +02:00 |
|
Tobias Brunner
|
61e8e73206
|
Refer to scheduler via hydra and not charon.
|
2010-09-02 19:01:24 +02:00 |
|
Tobias Brunner
|
c5f7146b17
|
Refer to processor via hydra and not charon.
|
2010-09-02 19:01:22 +02:00 |
|
Martin Willi
|
9d49f79f55
|
List registered AEAD algorithms in listalgs
|
2010-08-19 19:02:34 +02:00 |
|
Martin Willi
|
a944d2092b
|
Use bits instead of bytes for a private/public key
|
2010-08-10 18:46:30 +02:00 |
|
Martin Willi
|
da9724e6d0
|
Renamed key_encod{ing,der}_t and constants, prepare for generic credential encoding
|
2010-07-13 11:29:35 +02:00 |
|
Martin Willi
|
2ccc02a4fd
|
Moved credential manager to libstrongswan
|
2010-07-13 10:26:07 +02:00 |
|
Martin Willi
|
4f99093235
|
Show mallinfo() data in statusall, if available
|
2010-07-06 16:28:25 +02:00 |
|
Martin Willi
|
4172574bfb
|
Use the group constraint in a more generic fashion, not only for attribute certificates
|
2010-07-05 09:41:04 +02:00 |
|
Martin Willi
|
a3ffa9edfd
|
Log non-empty task queues in statusall
|
2010-06-07 11:59:37 +02:00 |
|
Tobias Brunner
|
08c5572602
|
Moving charon to libcharon.
|
2010-03-19 13:34:52 +01:00 |
|