summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/TO-DO
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-03-31 20:29:22 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-03-31 20:29:22 +0000
commit68b34b890d565bb0aeb1edeb2eba70e05bcd7067 (patch)
treeed60afa20b3446533b514255c68ce334cdb89c9e /sbin/isakmpd/TO-DO
parentf7d9431a9c5a94ff7ca682c8ed36daf012a1954e (diff)
Merge with EOM 1.29
Reflect reality
Diffstat (limited to 'sbin/isakmpd/TO-DO')
-rw-r--r--sbin/isakmpd/TO-DO17
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.