Commit Graph

54 Commits

Author SHA1 Message Date
Martin Willi 356b2b2780 pass NULL to library_init() to load settings from default file 2009-09-10 18:52:42 +02:00
Martin Willi 5b03a350fc use NULL to load plugins from default plugin directory 2009-09-10 18:52:42 +02:00
Martin Willi 323f9f990f replaces four spaces by tabs, where appropriate 2009-09-04 14:50:23 +02:00
Martin Willi 7daf5226b7 removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
Martin Willi 8fb4edc4ff handle plugin loading failures 2009-09-01 16:20:45 +02:00
Andreas Steffen 1bfb8007c2 got rid of libcrypto 2009-05-15 01:28:48 +02:00
Martin Willi 84f1164c77 some additional .gitignore's 2009-05-07 10:33:30 +02:00
Tobias Brunner 8c5d72cd0b removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
Martin Willi 1490ff4d9b updated Doxyfile
properly close all doxygen groups
fixed remaining doxygen warnings
2009-03-24 17:43:01 +00:00
Andreas Steffen 07d7f9a402 time values in strongswan.conf can be optionally specified in days (d), hours (h), minutes (m), or seconds (s) 2008-09-04 16:19:46 +00:00
Andreas Steffen eaa1399812 fixed the strongswan.conf path 2008-05-22 21:59:30 +00:00
Martin Willi 987a42c05e moved manager to its own subdirectory in ipsecdir 2008-05-16 09:13:23 +00:00
Martin Willi 1ba62b5562 loading default modules depending on configure options 2008-05-16 08:52:32 +00:00
Martin Willi a3d92a3745 plugin load configuration in strongswan.conf
some components accept a "component.load" option with a space separated list of plugins to load
  libcharon- plugins are now handled the same way as libstrongswan- plugins
2008-05-15 14:01:26 +00:00
Martin Willi 0395eb7c08 fixed compiler warning 2008-05-08 13:12:43 +00:00
Martin Willi ca37f81657 fixed javascript include using <script> tag 2008-04-28 08:52:17 +00:00
Andreas Steffen 36fecdb8a3 chunk_to_hex() adaptations 2008-04-25 06:39:41 +00:00
Martin Willi ff867d062e added ./configure option --with-strongswan-conf=
defaults to /etc/strongswan.conf
2008-04-07 06:56:33 +00:00
Martin Willi dd2efc2c03 replaced the example manager database by a sql script 2008-04-01 07:16:48 +00:00
Andreas Steffen d2aa6fcaeb shortened menu item 2008-03-28 22:46:09 +00:00
Martin Willi 892fb43b12 fixed manager plugin loading
manager uses strongswan.conf to read its configuration
2008-03-28 12:41:05 +00:00
Martin Willi 552cc11b1f merged the modularization branch (credentials) back to trunk 2008-03-13 14:14:44 +00:00
Tobias Brunner cdd33ec665 * replaced __thread with pthread_key_t/pthread_setspecific
* use pthread_once to initialize the request handler
2008-02-05 09:31:21 +00:00
Andreas Steffen 85b1fd00f4 include pipe-thin-green icons in distribution 2007-12-19 21:00:52 +00:00
Andreas Steffen 005861b47b make config view in strongSwan manager look similar to ikesa view 2007-12-18 15:41:37 +00:00
Andreas Steffen 83ac4cde64 indentation of list.cs 2007-11-18 20:59:46 +00:00
Andreas Steffen 3a19f38d15 handle right=%any case in strongSwan manager 2007-11-17 23:08:16 +00:00
Martin Willi 73294df547 added IKE IP addresses to config list for manager 2007-11-15 10:09:48 +00:00
Martin Willi a8cd906576 changed session timeout to 15 minutes 2007-11-13 12:00:02 +00:00
Martin Willi e8287a405e implemented IKE_SA initiation in manager 2007-11-13 11:58:28 +00:00
Martin Willi e36f5f3fd3 configuration query for manager (WIP) 2007-11-12 18:34:50 +00:00
Martin Willi 55b02db74e implemented IKE/CHILD_SA close through manager 2007-11-12 15:09:11 +00:00
Martin Willi 0e0e7d5b71 request_t.redirect takes variable argument list
request_t.serve to serve non-template data
fixed dispatcher thread locking code
2007-10-19 19:40:53 +00:00
Martin Willi d62a4526fd moved enumerator from libappserv to libstrongswan 2007-10-04 08:21:53 +00:00
Andreas Steffen 8bcdf1562c added inbound and outbound arrows to ESP SPIs 2007-10-03 10:09:40 +00:00
Martin Willi a6f31da40a added missing enumerator implementation 2007-10-03 05:29:49 +00:00
Martin Willi 754f90165f added thread initialization/deinitialization hooks
moved empty_enumerator to a public implementation
2007-10-02 11:23:14 +00:00
Andreas Steffen b3d23996eb fixed path to the local libstrongswan build 2007-10-01 20:15:28 +00:00
Martin Willi 780050cbc3 implemented proper argument parsing code 2007-09-28 06:43:59 +00:00
Martin Willi a57ab4d690 removed colons from session cookie 2007-09-27 13:10:10 +00:00
Martin Willi 93720075df implemented SHA1 encrypted passwords for manager 2007-09-27 07:15:47 +00:00
Martin Willi 8207e3ea4d fixed argument processing bug 2007-09-26 15:07:34 +00:00
Martin Willi c295d0eb4b refactored strongswan manager
removed buggy request parsing code, use ClearSilvers CGI kit instead
fixed CHILD_SA listing in manager (needs better design)
using secure XML communication through unix sockets
removed images with questionable (non-GPL) license
2007-09-26 14:02:21 +00:00
Martin Willi c93a608747 removed unneded template logout.cs, fixes #10 2007-09-18 05:37:31 +00:00
Andreas Steffen 58b263df43 corrected image title 2007-09-15 15:28:48 +00:00
Martin Willi bd2e6c0347 added connection name to IKE_SA title 2007-09-14 14:18:09 +00:00
Martin Willi d919f2f8db added missing distribution/install files 2007-09-14 14:17:43 +00:00
Martin Willi c01f7bf989 added subnets of CHILD_SAs to xml interface
a first design of Managers IKE_SA list page
2007-09-14 14:07:30 +00:00
Martin Willi 660426ff48 added DATA files to EXTRA_DIST 2007-09-13 08:32:14 +00:00
Martin Willi 367f9f01f7 added debugging helper script for manager 2007-09-13 08:15:24 +00:00