summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2014-04-28 11:06:00 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2014-04-28 11:06:00 +0000
commit45e80362e5f9a1fecf71a65c186f1d07a5aef423 (patch)
tree291abf3acf72e67f042607a4b79b71031814fd05
parentea9a477bbb3b00db376f5fd7eaa9fe0c406d1acf (diff)
It's about time to remove the infamous CAVEATS section in iked(8).
Software is never "finished" but the implementation has matured enough to drop the disclaimer about using it in production networks. Thanks to markus@, mikeb@ and Hans-Joerg Hoexer for their significant and ongoing work on improving iked(8). Removal prompted by sthen@ and many others.
-rw-r--r--sbin/iked/iked.88
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/iked/iked.8 b/sbin/iked/iked.8
index 19d77dbea81..73d54f3ebad 100644
--- a/sbin/iked/iked.8
+++ b/sbin/iked/iked.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iked.8,v 1.15 2013/07/16 09:45:28 schwarze Exp $
+.\" $OpenBSD: iked.8,v 1.16 2014/04/28 11:05:59 reyk Exp $
.\"
.\" Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: April 28 2014 $
.Dt IKED 8
.Os
.Sh NAME
@@ -153,7 +153,3 @@ The
.Nm
program was written by
.An Reyk Floeter Aq Mt reyk@openbsd.org .
-.Sh CAVEATS
-.Nm
-is not yet finished and is missing some important security features.
-It should not yet be used in production networks.