merged multi-auth branch back into trunk

This commit is contained in:
Martin Willi
2009-04-14 10:34:24 +00:00
parent 6e5c8d9413
commit a44bb9345f
230 changed files with 6163 additions and 4193 deletions
+5 -1
View File
@@ -20,7 +20,6 @@
#ifndef _FREESWAN_H
#include <freeswan.h>
#include "../pluto/constants.h"
#endif
#include "parser.h"
@@ -57,10 +56,15 @@ typedef struct starter_end starter_end_t;
struct starter_end {
lset_t seen;
char *auth;
char *auth2;
char *id;
char *id2;
char *rsakey;
char *cert;
char *cert2;
char *ca;
char *ca2;
char *groups;
char *iface;
ip_address addr;