diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-02 15:27:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-02 15:27:37 +0000 |
commit | 58dab18f43fb779073a153c142435da77e9285c7 (patch) | |
tree | 5392f1d919adf50eb852699d5f8a668fa0c1740b /sbin/isakmpd | |
parent | f1b844b2339c42b3de5a9711113489adf9d20eae (diff) |
RCS tags
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/regress/asn/asntest.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/pkcs/Makefile | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/pkcs/pkcstest.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/rsakeygen/Makefile | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/rsakeygen/rsakeygen.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/x509/Makefile | 3 | ||||
-rw-r--r-- | sbin/isakmpd/regress/x509/x509test.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/sysdep-os.h | 3 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/sysdep.c | 3 |
9 files changed, 18 insertions, 9 deletions
diff --git a/sbin/isakmpd/regress/asn/asntest.c b/sbin/isakmpd/regress/asn/asntest.c index 93ecc252774..f94baad5a8f 100644 --- a/sbin/isakmpd/regress/asn/asntest.c +++ b/sbin/isakmpd/regress/asn/asntest.c @@ -1,4 +1,5 @@ -/* $Id: asntest.c,v 1.4 1999/02/26 04:03:55 niklas Exp $ */ +/* $OpenBSD: asntest.c,v 1.5 1999/03/02 15:27:35 niklas Exp $ */ +/* $EOM: asntest.c,v 1.6 1998/10/07 16:40:48 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. diff --git a/sbin/isakmpd/regress/pkcs/Makefile b/sbin/isakmpd/regress/pkcs/Makefile index 51bc55e2b35..f55c818c7ad 100644 --- a/sbin/isakmpd/regress/pkcs/Makefile +++ b/sbin/isakmpd/regress/pkcs/Makefile @@ -1,4 +1,5 @@ -# $Id: Makefile,v 1.4 1999/02/26 04:05:44 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 1999/03/02 15:27:36 niklas Exp $ +# $EOM: Makefile,v 1.5 1999/02/25 15:12:00 niklas Exp $ # Test PKCS#1 diff --git a/sbin/isakmpd/regress/pkcs/pkcstest.c b/sbin/isakmpd/regress/pkcs/pkcstest.c index 5a58315bc27..2b0dd46a731 100644 --- a/sbin/isakmpd/regress/pkcs/pkcstest.c +++ b/sbin/isakmpd/regress/pkcs/pkcstest.c @@ -1,4 +1,5 @@ -/* $Id: pkcstest.c,v 1.4 1999/02/26 04:06:13 niklas Exp $ */ +/* $OpenBSD: pkcstest.c,v 1.5 1999/03/02 15:27:36 niklas Exp $ */ +/* $EOM: pkcstest.c,v 1.5 1998/08/20 14:09:04 provos Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. diff --git a/sbin/isakmpd/regress/rsakeygen/Makefile b/sbin/isakmpd/regress/rsakeygen/Makefile index b199ad8d108..92f7a4a10f6 100644 --- a/sbin/isakmpd/regress/rsakeygen/Makefile +++ b/sbin/isakmpd/regress/rsakeygen/Makefile @@ -1,4 +1,5 @@ -# $Id: Makefile,v 1.4 1999/02/26 04:06:36 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 1999/03/02 15:27:36 niklas Exp $ +# $EOM: Makefile,v 1.3 1999/02/25 15:12:01 niklas Exp $ # RSA Key Generation diff --git a/sbin/isakmpd/regress/rsakeygen/rsakeygen.c b/sbin/isakmpd/regress/rsakeygen/rsakeygen.c index 8c669311d12..9754128f960 100644 --- a/sbin/isakmpd/regress/rsakeygen/rsakeygen.c +++ b/sbin/isakmpd/regress/rsakeygen/rsakeygen.c @@ -1,4 +1,5 @@ -/* $Id: rsakeygen.c,v 1.4 1999/02/26 04:07:04 niklas Exp $ */ +/* $OpenBSD: rsakeygen.c,v 1.5 1999/03/02 15:27:36 niklas Exp $ */ +/* $EOM: rsakeygen.c,v 1.5 1998/10/07 16:40:51 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. diff --git a/sbin/isakmpd/regress/x509/Makefile b/sbin/isakmpd/regress/x509/Makefile index 3121f71e2cb..0097e050cee 100644 --- a/sbin/isakmpd/regress/x509/Makefile +++ b/sbin/isakmpd/regress/x509/Makefile @@ -1,4 +1,5 @@ -# $Id: Makefile,v 1.4 1999/02/26 04:07:35 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 1999/03/02 15:27:36 niklas Exp $ +# $EOM: Makefile,v 1.5 1999/02/25 15:10:11 niklas Exp $ # Test X509 diff --git a/sbin/isakmpd/regress/x509/x509test.c b/sbin/isakmpd/regress/x509/x509test.c index 77cf1bee796..6bb18b7540e 100644 --- a/sbin/isakmpd/regress/x509/x509test.c +++ b/sbin/isakmpd/regress/x509/x509test.c @@ -1,4 +1,5 @@ -/* $Id: x509test.c,v 1.4 1999/02/26 04:08:29 niklas Exp $ */ +/* $OpenBSD: x509test.c,v 1.5 1999/03/02 15:27:36 niklas Exp $ */ +/* $EOM: x509test.c,v 1.3 1998/08/21 14:33:12 provos Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. diff --git a/sbin/isakmpd/sysdep/openbsd/sysdep-os.h b/sbin/isakmpd/sysdep/openbsd/sysdep-os.h index 1570e8ef6fd..80c8fa5a050 100644 --- a/sbin/isakmpd/sysdep/openbsd/sysdep-os.h +++ b/sbin/isakmpd/sysdep/openbsd/sysdep-os.h @@ -1,4 +1,5 @@ -/* $Id: sysdep-os.h,v 1.1 1999/02/26 03:58:15 niklas Exp $ */ +/* $OpenBSD: sysdep-os.h,v 1.2 1999/03/02 15:27:36 niklas Exp $ */ +/* $EOM: sysdep-os.h,v 1.1 1999/02/25 14:18:41 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/openbsd/sysdep.c b/sbin/isakmpd/sysdep/openbsd/sysdep.c index dec71ef5669..0b355b8c71e 100644 --- a/sbin/isakmpd/sysdep/openbsd/sysdep.c +++ b/sbin/isakmpd/sysdep/openbsd/sysdep.c @@ -1,4 +1,5 @@ -/* $Id: sysdep.c,v 1.1 1999/02/26 03:59:18 niklas Exp $ */ +/* $OpenBSD: sysdep.c,v 1.2 1999/03/02 15:27:36 niklas Exp $ */ +/* $EOM: sysdep.c,v 1.1 1999/02/25 14:18:42 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. |