diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/TO-DO | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sbin/isakmpd/TO-DO b/sbin/isakmpd/TO-DO index 01ce728d76a..ee52415d050 100644 --- a/sbin/isakmpd/TO-DO +++ b/sbin/isakmpd/TO-DO @@ -1,5 +1,5 @@ -$OpenBSD: TO-DO,v 1.6 1998/12/21 01:02:23 niklas Exp $ -$EOM: TO-DO,v 1.28 1998/12/17 07:50:49 niklas Exp $ +$OpenBSD: TO-DO,v 1.7 1999/03/31 20:29:21 niklas Exp $ +$EOM: TO-DO,v 1.29 1999/03/31 20:24:49 niklas Exp $ This file is pretty lame as it should really contain a lot more given that the program is far from ready in any area. @@ -80,12 +80,17 @@ the program is far from ready in any area. * Validate the configuration file. -* Do a soft-limit on ISAKMP SA lifetime. +* Do a soft-limit on ISAKMP SA lifetime. [done] -* Let the hard-limit on ISAKMP SA lifetime destroy the SA ASAP. +* Let the hard-limit on ISAKMP SA lifetime destroy the SA ASAP. [done] -* IPsec rekeying. +* IPsec rekeying. [done] -* Store tunnels into SPD, and handle acquire SA events. +* Store tunnels into SPD, and handle acquire SA events. [pf_encap done] * If an exchange is on-going when a rekey event happens, drop the request. + [done] + +* INITIAL CONTACT notification sending when appropriate. + +* INITIAL CONTACT notification handling. |