aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/stroke/stroke_control.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-88/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-6/+6
|
* added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SAMartin Willi2009-05-151-3/+10
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* added a "ipsec down-srcip <start> [<end>]" command to terminate IKE_SAs by ↵Martin Willi2008-07-011-0/+7
| | | | remote virtual ip
* splitted stroke plugin to several files:Martin Willi2008-03-261-0/+76
socket: reads messages from socket, dispatching config: process add/del conn, serves configs through backend_t control: controlling of the daemon (up/down/route/...( cred: credential loading, serves creds through credential_set_t ca: ca sections from ipsec.conf, serves cdp's through credential_set_t list: log status information to stroke console (status/statusall/list*) shared_key: shared key implementation for keys read from ipsec.secrets plugin: registers stroke plugin and starts socket w/ thread