summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auth-chall.c2
-rw-r--r--auth.c2
-rw-r--r--cipher.c2
-rw-r--r--cli.c2
-rw-r--r--cli.h2
-rw-r--r--compat.c2
-rw-r--r--dispatch.c2
-rw-r--r--kex.c2
-rw-r--r--kex.h2
-rw-r--r--key.c2
-rw-r--r--misc.c2
-rw-r--r--rijndael.c2
-rw-r--r--rsa.c2
-rw-r--r--servconf.c2
-rw-r--r--sftp.c2
-rw-r--r--ssh-add.c2
-rw-r--r--ssh-dss.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/auth-chall.c b/auth-chall.c
index 9f5a151f..b6ec02a3 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 d08a9336..204903fe 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 <login.h>
diff --git a/cipher.c b/cipher.c
index b1740ecf..5350703e 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 0e35b826..67a718b7 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 b8d0ed05..27e89b29 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 a7a98f8f..68c2ec41 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 <pcreposix.h>
diff --git a/dispatch.c b/dispatch.c
index bc58d6cd..f0437cde 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 9aab5de9..754ced8e 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 <openssl/crypto.h>
#include <openssl/bio.h>
diff --git a/kex.h b/kex.h
index 8e6eea70..d8f37c1a 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 d11b3817..27910ff0 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 <openssl/evp.h>
diff --git a/misc.c b/misc.c
index a073c905..438dcbd5 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 aa32be51..aafc3c22 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 739f92ce..62655314 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 91621506..59687e16 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 <krb.h>
diff --git a/sftp.c b/sftp.c
index be4954b1..27873d03 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 78144ee4..2182f998 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 <openssl/evp.h>
diff --git a/ssh-dss.c b/ssh-dss.c
index bfef1350..11513e67 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 <openssl/bn.h>
#include <openssl/evp.h>