added mediation server web frontend

updated charons medsrv plugin to updated database scheme
This commit is contained in:
Martin Willi
2008-06-11 14:13:24 +00:00
parent 697678979e
commit 9529fb6836
29 changed files with 1991 additions and 18 deletions
+4 -2
View File
@@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
AC_INIT(strongSwan,4.2.4)
AC_INIT(strongSwan,4.2.4rc6)
AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}')
@@ -315,7 +315,7 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE(
[medsrv],
AS_HELP_STRING([--enable-medsrv],[enable mediation server configuration database plugin (default is NO).]),
AS_HELP_STRING([--enable-medsrv],[enable mediation server web frontend and daemon plugin (default is NO).]),
[if test x$enableval = xyes; then
medsrv=true
fi]
@@ -589,6 +589,7 @@ fi
if test x$medsrv = xtrue; then
me=true
fast=true
fi
if test x$medcli = xtrue; then
@@ -865,5 +866,6 @@ AC_OUTPUT(
src/dumm/Makefile
src/libfast/Makefile
src/manager/Makefile
src/medsrv/Makefile
testing/Makefile
)