merged the modularization branch (credentials) back to trunk

This commit is contained in:
Martin Willi
2008-03-13 14:14:44 +00:00
parent 2df655134c
commit 552cc11b1f
495 changed files with 30378 additions and 23843 deletions
-10
View File
@@ -118,11 +118,6 @@ starter_start_charon (starter_config_t *cfg, bool debug)
{
arg[argc++] = "--use-syslog";
}
if (cfg->setup.strictcrlpolicy)
{
arg[argc++] = "--strictcrlpolicy";
arg[argc++] = cfg->setup.strictcrlpolicy == STRICT_IFURI ? "2":"1";
}
if (cfg->setup.cachecrls)
{
arg[argc++] = "--cachecrls";
@@ -133,11 +128,6 @@ starter_start_charon (starter_config_t *cfg, bool debug)
arg[argc++] = "--crlcheckinterval";
arg[argc++] = buffer1;
}
if (cfg->setup.eapdir)
{
arg[argc++] = "--eapdir";
arg[argc++] = cfg->setup.eapdir;
}
{ /* parse debug string */
char *pos, *level, *buf_pos, type[4];