splitted stroke plugin to several files:

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
This commit is contained in:
Martin Willi
2008-03-26 10:10:40 +00:00
parent 3c7e72f5b0
commit 0b14fdb92b
18 changed files with 4155 additions and 3285 deletions
+8 -1
View File
@@ -5,6 +5,13 @@ AM_CFLAGS = -rdynamic -DIPSEC_CONFDIR=\"${confdir}\" -DIPSEC_PIDDIR=\"${piddir}\
plugin_LTLIBRARIES = libcharon-stroke.la
libcharon_stroke_la_SOURCES = stroke.h stroke.c
libcharon_stroke_la_SOURCES = stroke_plugin.h stroke_plugin.c \
stroke_socket.h stroke_socket.c \
stroke_config.h stroke_config.c \
stroke_control.h stroke_control.c \
stroke_cred.h stroke_cred.c \
stroke_ca.h stroke_ca.c \
stroke_list.h stroke_list.c \
stroke_shared_key.h stroke_shared_key.c \
libcharon_stroke_la_LDFLAGS = -module