diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 22:38:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 22:38:50 +0000 |
commit | afa46daca7cede154ac8f385c2f02c05794726af (patch) | |
tree | a2295320a2479d67a40802d0f2c1978c3207c7a1 /sbin | |
parent | 25bc656c5d2e962e72778b36ea5e806b7fd41b8d (diff) |
$OpenBSD$
Diffstat (limited to 'sbin')
29 files changed, 34 insertions, 24 deletions
diff --git a/sbin/isakmpd/GNUmakefile b/sbin/isakmpd/GNUmakefile index f14197bdb13..b61f38d044c 100644 --- a/sbin/isakmpd/GNUmakefile +++ b/sbin/isakmpd/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.1 2001/01/26 12:09:22 niklas Exp $ +# $OpenBSD: GNUmakefile,v 1.2 2001/01/28 22:38:47 niklas Exp $ # # Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/ike_phase_1.h b/sbin/isakmpd/ike_phase_1.h index f3df8b19d7b..c87a9d6b3e7 100644 --- a/sbin/isakmpd/ike_phase_1.h +++ b/sbin/isakmpd/ike_phase_1.h @@ -1,4 +1,4 @@ -/* $Id: ike_phase_1.h,v 1.1 1999/04/19 19:59:53 niklas Exp $ */ +/* $OpenBSD: ike_phase_1.h,v 1.2 2001/01/28 22:38:47 niklas Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/common/libsysdep/GNUmakefile b/sbin/isakmpd/sysdep/common/libsysdep/GNUmakefile index 88874133a7b..eb6a09a04ca 100644 --- a/sbin/isakmpd/sysdep/common/libsysdep/GNUmakefile +++ b/sbin/isakmpd/sysdep/common/libsysdep/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.1 2001/01/26 11:34:00 niklas Exp $ +# $OpenBSD: GNUmakefile,v 1.2 2001/01/28 22:38:47 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/common/libsysdep/Makefile b/sbin/isakmpd/sysdep/common/libsysdep/Makefile index 3604b6059ad..8a9eabd7a75 100644 --- a/sbin/isakmpd/sysdep/common/libsysdep/Makefile +++ b/sbin/isakmpd/sysdep/common/libsysdep/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2001/01/26 11:34:00 niklas Exp $ +# $OpenBSD: Makefile,v 1.2 2001/01/28 22:38:47 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/common/libsysdep/cast.c b/sbin/isakmpd/sysdep/common/libsysdep/cast.c index 35509546ab7..cd62bedef7e 100644 --- a/sbin/isakmpd/sysdep/common/libsysdep/cast.c +++ b/sbin/isakmpd/sysdep/common/libsysdep/cast.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cast.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ + /* * Created by Martin Rinman, rinman@erlang.ericsson.se * Copyright (C) 1998 Ericsson Radio Systems AB diff --git a/sbin/isakmpd/sysdep/common/libsysdep/md5.c b/sbin/isakmpd/sysdep/common/libsysdep/md5.c index 34e89fc2fed..923e5bd0e4b 100644 --- a/sbin/isakmpd/sysdep/common/libsysdep/md5.c +++ b/sbin/isakmpd/sysdep/common/libsysdep/md5.c @@ -1,3 +1,5 @@ +/* $OpenBSD: md5.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ + /* * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic * changes to accomodate it in the kernel by ji. diff --git a/sbin/isakmpd/sysdep/common/libsysdep/sha1.c b/sbin/isakmpd/sysdep/common/libsysdep/sha1.c index 19db0c468d7..da635637b3b 100644 --- a/sbin/isakmpd/sysdep/common/libsysdep/sha1.c +++ b/sbin/isakmpd/sysdep/common/libsysdep/sha1.c @@ -1,3 +1,5 @@ +/* $OpenBSD: sha1.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ + /* SHA-1 in C By Steve Reid <steve@edmweb.com> diff --git a/sbin/isakmpd/sysdep/common/md5.h b/sbin/isakmpd/sysdep/common/md5.h index 88b24ff94f8..ea703c3b2c5 100644 --- a/sbin/isakmpd/sysdep/common/md5.h +++ b/sbin/isakmpd/sysdep/common/md5.h @@ -1,3 +1,5 @@ +/* $OpenBSD: md5.h,v 1.2 2001/01/28 22:38:47 niklas Exp $ */ + /* GLOBAL.H - RSAREF types and constants */ diff --git a/sbin/isakmpd/sysdep/common/sha1.h b/sbin/isakmpd/sysdep/common/sha1.h index fb675715ef8..c706c6ee762 100644 --- a/sbin/isakmpd/sysdep/common/sha1.h +++ b/sbin/isakmpd/sysdep/common/sha1.h @@ -1,3 +1,5 @@ +/* $OpenBSD: sha1.h,v 1.2 2001/01/28 22:38:47 niklas Exp $ */ + /* SHA-1 in C By Steve Reid <steve@edmweb.com> diff --git a/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep index eba18c46c3d..078011d70cc 100644 --- a/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $Id: GNUmakefile.sysdep,v 1.1 2001/01/26 11:34:01 niklas Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $ # # Copyright (c) 1999 Håkan Olsson. All rights reserved. diff --git a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep index ff3064c1872..9e9420492c4 100644 --- a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep @@ -1,4 +1,4 @@ -# $Id: Makefile.sysdep,v 1.1 2001/01/26 11:34:03 niklas Exp $ +# $OpenBSD: Makefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/freebsd/sysdep-os.h b/sbin/isakmpd/sysdep/freebsd/sysdep-os.h index 23809ef5bed..81875b5d2cb 100644 --- a/sbin/isakmpd/sysdep/freebsd/sysdep-os.h +++ b/sbin/isakmpd/sysdep/freebsd/sysdep-os.h @@ -1,4 +1,4 @@ -/* $Id: sysdep-os.h,v 1.1 2001/01/26 11:34:03 niklas Exp $ */ +/* $OpenBSD: sysdep-os.h,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/freebsd/sysdep.c b/sbin/isakmpd/sysdep/freebsd/sysdep.c index 257401acf83..3fb87a2878b 100644 --- a/sbin/isakmpd/sysdep/freebsd/sysdep.c +++ b/sbin/isakmpd/sysdep/freebsd/sysdep.c @@ -1,4 +1,4 @@ -/* $Id: sysdep.c,v 1.1 2001/01/26 11:34:03 niklas Exp $ */ +/* $OpenBSD: sysdep.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep index 6c694f49a28..2a02b3726d1 100644 --- a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $Id: GNUmakefile.sysdep,v 1.1 2001/01/26 11:34:04 niklas Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/linux/Makefile.sysdep b/sbin/isakmpd/sysdep/linux/Makefile.sysdep index 94ae607a2c6..82bc508717d 100644 --- a/sbin/isakmpd/sysdep/linux/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/linux/Makefile.sysdep @@ -1,4 +1,4 @@ -# $Id: Makefile.sysdep,v 1.1 2001/01/26 11:34:04 niklas Exp $ +# $OpenBSD: Makefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/linux/README b/sbin/isakmpd/sysdep/linux/README index 6238820e91d..d0660f227cd 100644 --- a/sbin/isakmpd/sysdep/linux/README +++ b/sbin/isakmpd/sysdep/linux/README @@ -1,4 +1,4 @@ -$Id: README,v 1.1 2001/01/26 11:34:04 niklas Exp $ +$OpenBSD: README,v 1.2 2001/01/28 22:38:48 niklas Exp $ Currently, you have to manually configure any ipsec interfaces and do the association betweent these and the physical ones. This is done like diff --git a/sbin/isakmpd/sysdep/linux/klips.c b/sbin/isakmpd/sysdep/linux/klips.c index cd042d7f718..698bc8bebbd 100644 --- a/sbin/isakmpd/sysdep/linux/klips.c +++ b/sbin/isakmpd/sysdep/linux/klips.c @@ -1,4 +1,4 @@ -/* $Id: klips.c,v 1.1 2001/01/26 11:34:04 niklas Exp $ */ +/* $OpenBSD: klips.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/linux/klips.h b/sbin/isakmpd/sysdep/linux/klips.h index fdc1fcbe369..058d1a4f63a 100644 --- a/sbin/isakmpd/sysdep/linux/klips.h +++ b/sbin/isakmpd/sysdep/linux/klips.h @@ -1,4 +1,4 @@ -/* $Id: klips.h,v 1.1 2001/01/26 11:34:04 niklas Exp $ */ +/* $OpenBSD: klips.h,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/linux/sysdep-os.h b/sbin/isakmpd/sysdep/linux/sysdep-os.h index 4d5362e0d2f..74e051c4f33 100644 --- a/sbin/isakmpd/sysdep/linux/sysdep-os.h +++ b/sbin/isakmpd/sysdep/linux/sysdep-os.h @@ -1,4 +1,4 @@ -/* $Id: sysdep-os.h,v 1.3 2001/01/26 11:34:04 niklas Exp $ */ +/* $OpenBSD: sysdep-os.h,v 1.4 2001/01/28 22:38:49 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/linux/sysdep.c b/sbin/isakmpd/sysdep/linux/sysdep.c index d96d6d86a10..0aac833d598 100644 --- a/sbin/isakmpd/sysdep/linux/sysdep.c +++ b/sbin/isakmpd/sysdep/linux/sysdep.c @@ -1,4 +1,4 @@ -/* $Id: sysdep.c,v 1.3 2001/01/26 11:34:04 niklas Exp $ */ +/* $OpenBSD: sysdep.c,v 1.4 2001/01/28 22:38:49 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep index ed85b505b62..36662f6035e 100644 --- a/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $Id: GNUmakefile.sysdep,v 1.1 2001/01/26 11:34:06 niklas Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:49 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep index 606640cce19..e11d9bab177 100644 --- a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep @@ -1,4 +1,4 @@ -# $Id: Makefile.sysdep,v 1.2 2001/01/27 11:30:48 itojun Exp $ +# $OpenBSD: Makefile.sysdep,v 1.3 2001/01/28 22:38:49 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/netbsd/sysdep-os.h b/sbin/isakmpd/sysdep/netbsd/sysdep-os.h index 1690da4a166..a1e761bbc4e 100644 --- a/sbin/isakmpd/sysdep/netbsd/sysdep-os.h +++ b/sbin/isakmpd/sysdep/netbsd/sysdep-os.h @@ -1,4 +1,4 @@ -/* $Id: sysdep-os.h,v 1.1 2001/01/26 11:34:06 niklas Exp $ */ +/* $OpenBSD: sysdep-os.h,v 1.2 2001/01/28 22:38:49 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/netbsd/sysdep.c b/sbin/isakmpd/sysdep/netbsd/sysdep.c index c1bf23dde14..c45bc8ae599 100644 --- a/sbin/isakmpd/sysdep/netbsd/sysdep.c +++ b/sbin/isakmpd/sysdep/netbsd/sysdep.c @@ -1,4 +1,4 @@ -/* $Id: sysdep.c,v 1.1 2001/01/26 11:34:06 niklas Exp $ */ +/* $OpenBSD: sysdep.c,v 1.2 2001/01/28 22:38:49 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep index 27a2ec0f8d3..77f89d8259d 100644 --- a/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $Id: GNUmakefile.sysdep,v 1.1 2001/01/26 11:34:07 niklas Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:49 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/openbsd-encap/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd-encap/Makefile.sysdep index b40a349f729..43dd59a39ab 100644 --- a/sbin/isakmpd/sysdep/openbsd-encap/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd-encap/Makefile.sysdep @@ -1,4 +1,4 @@ -# $Id: Makefile.sysdep,v 1.1 2001/01/26 11:34:08 niklas Exp $ +# $OpenBSD: Makefile.sysdep,v 1.2 2001/01/28 22:38:49 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/openbsd-encap/sysdep-os.h b/sbin/isakmpd/sysdep/openbsd-encap/sysdep-os.h index da5b6d4ed84..70b7a0cd950 100644 --- a/sbin/isakmpd/sysdep/openbsd-encap/sysdep-os.h +++ b/sbin/isakmpd/sysdep/openbsd-encap/sysdep-os.h @@ -1,4 +1,4 @@ -/* $Id: sysdep-os.h,v 1.1 2001/01/26 11:34:08 niklas Exp $ */ +/* $OpenBSD: sysdep-os.h,v 1.2 2001/01/28 22:38:49 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c b/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c index 1a1a1fa4832..5b3ac088c8a 100644 --- a/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c +++ b/sbin/isakmpd/sysdep/openbsd-encap/sysdep.c @@ -1,4 +1,4 @@ -/* $Id: sysdep.c,v 1.1 2001/01/26 11:34:08 niklas Exp $ */ +/* $OpenBSD: sysdep.c,v 1.2 2001/01/28 22:38:49 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. diff --git a/sbin/isakmpd/sysdep/openbsd/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/openbsd/GNUmakefile.sysdep index 629c9d896f3..04a8b781f2b 100644 --- a/sbin/isakmpd/sysdep/openbsd/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $Id: GNUmakefile.sysdep,v 1.1 2001/01/26 11:34:07 niklas Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:49 niklas Exp $ # # Copyright (c) 1999 Håkan Olsson. All rights reserved. |