aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_counter.c
Commit message (Collapse)AuthorAgeFilesLines
* counters: Move IKE event counter collection from stroke to a separate pluginTobias Brunner2017-11-081-330/+39
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-5/+5
|
* List all stroke counters when "all" is given, and report if connection not knownMartin Willi2013-04-031-30/+88
|
* In stroke counters, check if we have an IKE_SA before getting the name from itMartin Willi2013-03-191-3/+6
| | | | | Fixes a segfault when receiving an invalid IKE SPI, where we don't have an IKE_SA for the raised alert.
* Add a "resetcounters" command to ipsec, clearing global or connection countersMartin Willi2013-03-151-0/+22
|
* Add connection name specific stroke countersMartin Willi2013-03-151-4/+131
|
* Add a "ipsec listcounters" command to strokeMartin Willi2012-10-241-0/+2
|
* Add a print method for stroke countersMartin Willi2012-10-241-0/+22
|
* Add stroke message type countersMartin Willi2012-10-241-0/+75
|
* Add stroke counters for invalid IKE messagesMartin Willi2012-10-241-0/+27
|
* Add stroke CHILD_SA rekeying counterMartin Willi2012-10-241-0/+12
|
* Add stroke IKE rekey countersMartin Willi2012-10-241-0/+26
|
* Define stroke counter types to implementMartin Willi2012-10-241-0/+38
|
* Add a stub for IKE event counters in strokeMartin Willi2012-10-241-0/+52