aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/static_configuration.c
Commit message (Collapse)AuthorAgeFilesLines
* - reworked configuration framework completlyMartin Willi2006-03-161-1059/+0
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-141-2/+8
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-0/+1053
- current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon