implemented reauthentication using the new reauth=yes|no parameter

This commit is contained in:
Martin Willi
2006-12-19 07:30:07 +00:00
parent 4986554f1a
commit 6fe03b0af0
20 changed files with 210 additions and 67 deletions
+1
View File
@@ -142,6 +142,7 @@ struct stroke_msg_t {
char *esp;
} algorithms;
struct {
int reauth;
time_t ipsec_lifetime;
time_t ike_lifetime;
time_t margin;