From 2b725a056a5b27739e22cec422667d8f90afd6ec Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Mon, 5 Feb 2001 18:16:28 +0000 Subject: [PATCH] RCSID --- auth-chall.c | 2 +- auth.c | 2 +- cipher.c | 2 +- cli.c | 2 +- cli.h | 2 +- compat.c | 2 +- dispatch.c | 2 +- kex.c | 2 +- kex.h | 2 +- key.c | 2 +- misc.c | 2 +- rijndael.c | 2 +- rsa.c | 2 +- servconf.c | 2 +- sftp.c | 2 +- ssh-add.c | 2 +- ssh-dss.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/auth-chall.c b/auth-chall.c index 9f5a151fe..b6ec02a38 100644 --- a/auth-chall.c +++ b/auth-chall.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-chall.c,v 1.3 2001/01/21 19:05:41 markus Exp $"); +RCSID("$OpenBSD: auth-chall.c,v 1.4 2001/02/04 15:32:22 stevesk Exp $"); #include "auth.h" diff --git a/auth.c b/auth.c index d08a93369..204903fe0 100644 --- a/auth.c +++ b/auth.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.15 2001/02/03 10:08:37 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.16 2001/02/04 15:32:22 stevesk Exp $"); #ifdef HAVE_LOGIN_H #include diff --git a/cipher.c b/cipher.c index b1740ecf9..5350703ef 100644 --- a/cipher.c +++ b/cipher.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: cipher.c,v 1.42 2001/01/21 19:05:46 markus Exp $"); +RCSID("$OpenBSD: cipher.c,v 1.43 2001/02/04 15:32:23 stevesk Exp $"); #include "xmalloc.h" #include "log.h" diff --git a/cli.c b/cli.c index 0e35b826a..67a718b7c 100644 --- a/cli.c +++ b/cli.c @@ -1,5 +1,5 @@ #include "includes.h" -RCSID("$OpenBSD: cli.c,v 1.6 2001/01/21 19:05:47 markus Exp $"); +RCSID("$OpenBSD: cli.c,v 1.7 2001/02/04 15:32:23 stevesk Exp $"); #include "xmalloc.h" #include "log.h" diff --git a/cli.h b/cli.h index b8d0ed056..27e89b294 100644 --- a/cli.h +++ b/cli.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cli.h,v 1.2 2000/10/16 09:38:44 djm Exp $ */ +/* $OpenBSD: cli.h,v 1.3 2001/01/16 23:58:09 deraadt Exp $ */ #ifndef CLI_H #define CLI_H diff --git a/compat.c b/compat.c index a7a98f8fe..68c2ec416 100644 --- a/compat.c +++ b/compat.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $"); +RCSID("$OpenBSD: compat.c,v 1.34 2001/01/21 19:05:48 markus Exp $"); #ifdef HAVE_LIBPCRE # include diff --git a/dispatch.c b/dispatch.c index bc58d6cd1..f0437cdee 100644 --- a/dispatch.c +++ b/dispatch.c @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: dispatch.c,v 1.8 2001/01/28 10:15:34 markus Exp $"); +RCSID("$OpenBSD: dispatch.c,v 1.9 2001/02/04 15:32:23 stevesk Exp $"); #include "ssh1.h" #include "ssh2.h" diff --git a/kex.c b/kex.c index 9aab5de9e..754ced8eb 100644 --- a/kex.c +++ b/kex.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: kex.c,v 1.18 2001/01/21 19:05:49 markus Exp $"); +RCSID("$OpenBSD: kex.c,v 1.19 2001/02/04 15:32:23 stevesk Exp $"); #include #include diff --git a/kex.h b/kex.h index 8e6eea70a..d8f37c1a6 100644 --- a/kex.h +++ b/kex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.12 2001/01/29 01:58:16 niklas Exp $ */ +/* $OpenBSD: kex.h,v 1.13 2001/02/04 15:32:24 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. diff --git a/key.c b/key.c index d11b3817a..27910ff0e 100644 --- a/key.c +++ b/key.c @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: key.c,v 1.16 2001/01/22 16:55:21 stevesk Exp $"); +RCSID("$OpenBSD: key.c,v 1.17 2001/02/04 15:32:24 stevesk Exp $"); #include diff --git a/misc.c b/misc.c index a073c9052..438dcbd52 100644 --- a/misc.c +++ b/misc.c @@ -25,7 +25,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: util.c,v 1.6 2000/10/27 07:32:19 markus Exp $"); +RCSID("$OpenBSD: misc.c,v 1.1 2001/01/21 19:05:52 markus Exp $"); #include "misc.h" #include "ssh.h" diff --git a/rijndael.c b/rijndael.c index aa32be514..aafc3c229 100644 --- a/rijndael.c +++ b/rijndael.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rijndael.c,v 1.6 2000/12/09 13:48:31 markus Exp $ */ +/* $OpenBSD: rijndael.c,v 1.7 2001/02/04 15:32:24 stevesk Exp $ */ /* This is an independent implementation of the encryption algorithm: */ /* */ diff --git a/rsa.c b/rsa.c index 739f92ce2..626553149 100644 --- a/rsa.c +++ b/rsa.c @@ -60,7 +60,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: rsa.c,v 1.20 2001/01/29 19:47:30 markus Exp $"); +RCSID("$OpenBSD: rsa.c,v 1.21 2001/02/04 15:32:24 stevesk Exp $"); #include "rsa.h" #include "log.h" diff --git a/servconf.c b/servconf.c index 916215061..59687e16d 100644 --- a/servconf.c +++ b/servconf.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.64 2001/02/03 10:08:37 markus Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.65 2001/02/04 15:32:24 stevesk Exp $"); #ifdef KRB4 #include diff --git a/sftp.c b/sftp.c index be4954b17..27873d034 100644 --- a/sftp.c +++ b/sftp.c @@ -24,7 +24,7 @@ #include "includes.h" -RCSID("$OpenBSD: sftp.c,v 1.1 2001/02/04 11:11:54 djm Exp $"); +RCSID("$OpenBSD: sftp.c,v 1.2 2001/02/04 15:32:25 stevesk Exp $"); /* XXX: commandline mode */ /* XXX: copy between two remote hosts (commandline) */ diff --git a/ssh-add.c b/ssh-add.c index 78144ee44..2182f9986 100644 --- a/ssh-add.c +++ b/ssh-add.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-add.c,v 1.27 2001/01/21 19:05:56 markus Exp $"); +RCSID("$OpenBSD: ssh-add.c,v 1.28 2001/02/04 15:32:25 stevesk Exp $"); #include diff --git a/ssh-dss.c b/ssh-dss.c index bfef1350c..11513e678 100644 --- a/ssh-dss.c +++ b/ssh-dss.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-dss.c,v 1.4 2001/01/21 19:05:57 markus Exp $"); +RCSID("$OpenBSD: ssh-dss.c,v 1.5 2001/02/04 15:32:25 stevesk Exp $"); #include #include