diff options
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/BUGS | 6 | ||||
-rw-r--r-- | sbin/isakmpd/TO-DO | 13 |
2 files changed, 13 insertions, 6 deletions
diff --git a/sbin/isakmpd/BUGS b/sbin/isakmpd/BUGS index 89dee82c7d9..863463a30ed 100644 --- a/sbin/isakmpd/BUGS +++ b/sbin/isakmpd/BUGS @@ -1,5 +1,5 @@ -$OpenBSD: BUGS,v 1.10 1999/05/02 19:20:30 niklas Exp $ -$EOM: BUGS,v 1.31 1999/05/02 12:49:00 niklas Exp $ +$OpenBSD: BUGS,v 1.11 1999/08/05 22:41:53 niklas Exp $ +$EOM: BUGS,v 1.32 1999/08/05 14:58:14 niklas Exp $ Until we have a bug-tracking system setup, we might just add bugs to this file: @@ -76,3 +76,5 @@ file: readable even when nothing is there after one read has succeeded. * I have seen INITIAL-CONTACT sent on the second Main Mode. + +* When ID mismatches occur, coredumps may follow, investigate! diff --git a/sbin/isakmpd/TO-DO b/sbin/isakmpd/TO-DO index fb1bc2943af..91d0474932f 100644 --- a/sbin/isakmpd/TO-DO +++ b/sbin/isakmpd/TO-DO @@ -1,8 +1,7 @@ -$OpenBSD: TO-DO,v 1.16 1999/07/18 09:33:06 niklas Exp $ -$EOM: TO-DO,v 1.42 1999/07/18 09:12:57 niklas Exp $ +$OpenBSD: TO-DO,v 1.17 1999/08/05 22:41:53 niklas Exp $ +$EOM: TO-DO,v 1.43 1999/08/05 14:58:14 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. +This file mixes small nitpicks with large projects to be done. * Add debugging messages, maybe possible to control asynchronously. [done] @@ -135,3 +134,9 @@ the program is far from ready in any area. * Specify extra certificates to send somehow. * Handle CERTs anywhere in an exchange. + +* Add a way to do multiple configuration commands via ui. + +* Replace ui's fifo with a slightly more versatile interface. + +* Report current configuration. |