summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-04-30 11:48:07 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-04-30 11:48:07 +0000
commitee1977fbab595513817b0e37d86d958ba6a373b4 (patch)
treefbfa813e1d7da7c27d53918c3c21a1c0231d8b3c /sbin
parent6b6651fb5d2145c68709fdb372fb77a10aca7360 (diff)
BUGS: Merge with EOM 1.29
README: Merge with EOM 1.21 TO-DO: Merge with EOM 1.35 author: niklas Up-to-date
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/BUGS7
-rw-r--r--sbin/isakmpd/README24
-rw-r--r--sbin/isakmpd/TO-DO6
3 files changed, 20 insertions, 17 deletions
diff --git a/sbin/isakmpd/BUGS b/sbin/isakmpd/BUGS
index eaed320bbbb..f7c7a92d0f1 100644
--- a/sbin/isakmpd/BUGS
+++ b/sbin/isakmpd/BUGS
@@ -1,5 +1,5 @@
-$OpenBSD: BUGS,v 1.7 1999/04/19 19:55:30 niklas Exp $
-$EOM: BUGS,v 1.28 1999/04/17 15:48:24 niklas Exp $
+$OpenBSD: BUGS,v 1.8 1999/04/30 11:48:06 niklas Exp $
+$EOM: BUGS,v 1.29 1999/04/30 11:37:41 niklas Exp $
Until we have a bug-tracking system setup, we might just add bugs to this
file:
@@ -71,3 +71,6 @@ file:
* Outgoing informational exchanges when we use INVALID_PAYLOAD_TYPE
cause a DOI error.
+
+* In Linux select(2) of named pipes seems broken as they will return as
+ readable even when nothing is there after one read has succeeded.
diff --git a/sbin/isakmpd/README b/sbin/isakmpd/README
index 478157ed3bf..cde5e8b35c5 100644
--- a/sbin/isakmpd/README
+++ b/sbin/isakmpd/README
@@ -1,5 +1,5 @@
-$OpenBSD: README,v 1.10 1999/04/19 20:01:04 niklas Exp $
-$EOM: README,v 1.20 1999/04/16 21:32:43 niklas Exp $
+$OpenBSD: README,v 1.11 1999/04/30 11:48:06 niklas Exp $
+$EOM: README,v 1.21 1999/04/30 11:37:42 niklas Exp $
This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE)
implementation. It's written by Niklas Hallqvist and Niels Provos,
@@ -16,11 +16,14 @@ carry support files for other OSes in that distribution. Look at
http://www.openbsd.org/ for details on how to get OpenBSD source.
Isakmpd is being developed under OpenBSD, with OpenBSD as its primary
-target, however, a Linux effort has been started. The makefile support
-assumes a BSD environment noneheless as it is not too hard to get such
-an environment to work under other operating systems. For example,
-Red Hat 5.2 ships with pmake installed. Read sysdep/README for further
-details about this issue.
+target, however, it is ported to Linux with FreeS/WAN IPsec. The
+makefile support assumes a BSD environment noneheless as it is not too
+hard to get such an environment to work under other operating systems.
+For example, Red Hat 5.2 ships with pmake installed. Read sysdep/README
+for further details about this issue. Other systems isakmpd has been
+ported to, but no code has been made available for, inlcudes Solaris
+and Win32s. I mention this just because it shows that the code is
+fairly portable.
First edit the Makefile in a manner you see fit. Specifically the OS
define is important to get right of course.
@@ -55,11 +58,8 @@ command like this:
$ echo "c IPsec-east-west" >/tmp/other.fifo
and watch. You can turn on debugging on that isakmpd too of course, for
-greater fun.
-
-You may by now have noticed that this implementation is incomplete, but
-who cares? You are here because you want to read code, start porting work
-or help us out fixing what need's to be fixed.
+greater fun. This rudimentary user interface is slightly described in
+DESIGN-NOTES.
Happy IKEing!
diff --git a/sbin/isakmpd/TO-DO b/sbin/isakmpd/TO-DO
index 7a075c99829..1197f57074d 100644
--- a/sbin/isakmpd/TO-DO
+++ b/sbin/isakmpd/TO-DO
@@ -1,5 +1,5 @@
-$OpenBSD: TO-DO,v 1.9 1999/04/27 21:13:28 niklas Exp $
-$EOM: TO-DO,v 1.34 1999/04/27 09:39:06 niklas Exp $
+$OpenBSD: TO-DO,v 1.10 1999/04/30 11:48:06 niklas Exp $
+$EOM: TO-DO,v 1.35 1999/04/30 11:37:43 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.
@@ -57,7 +57,7 @@ the program is far from ready in any area.
* DELETE payload handling, and generation from ui.
-* Deal well with incoming informational exchanges.
+* Deal well with incoming informational exchanges. [done]
* Generate all possible SA attributes in quick mode. [done]