]> andersk Git - openssh.git/commitdiff
RCSID
authorstevesk <stevesk>
Mon, 5 Feb 2001 18:16:28 +0000 (18:16 +0000)
committerstevesk <stevesk>
Mon, 5 Feb 2001 18:16:28 +0000 (18:16 +0000)
17 files changed:
auth-chall.c
auth.c
cipher.c
cli.c
cli.h
compat.c
dispatch.c
kex.c
kex.h
key.c
misc.c
rijndael.c
rsa.c
servconf.c
sftp.c
ssh-add.c
ssh-dss.c

index 9f5a151fea6f87099f28124c033b0c7bc58bda07..b6ec02a3868c17a00a3aa7b97e8a52a214c023c5 100644 (file)
@@ -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 d08a93369d2592623e0d4eb9e870e4b0370025b9..204903fe049702e303ce5c9e0959ba8be605157e 100644 (file)
--- 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>
index b1740ecf9d7a6f263f484fc01d464dd46f4a0977..5350703efbf857e138138c3e4419525ff2cbc7db 100644 (file)
--- 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 0e35b826af80d058f3f1bc34f0315803eff9df3f..67a718b7ccc0b66b8cabaefa8210f51baf4a9bad 100644 (file)
--- 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 b8d0ed056d3d9954209a7cd75c72bd9e74283a71..27e89b2940733c1b8c41b8426534bf6f3b03200c 100644 (file)
--- 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
index a7a98f8fe56983b06a5284eae81367eb8e7f670c..68c2ec41675dfbf97ab45c08158d0ab2600fafa5 100644 (file)
--- 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>
index bc58d6cd180d8f4293d1fb6997790f099c5a69eb..f0437cdeef56845198ba43b14df47a20b1e3fd18 100644 (file)
@@ -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 9aab5de9edffbceefb5f5f3a998ef381ba9ca1ef..754ced8eb70d49ad2774e3b468fa3dceebf2c5dc 100644 (file)
--- 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 8e6eea70ab9027dcccea642a0cb1e7c113e3084a..d8f37c1a67d68b8a1e079230a7e8dab4e298b9d9 100644 (file)
--- 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 d11b3817a3e2ae22c0320fab71e88a7b8f572fe6..27910ff0efcf58a2076ad11ddce200dd9e095828 100644 (file)
--- 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 a073c9052611b20c4c25fcab0e0bc28e0ba37b68..438dcbd52884979c11aa1dceca4b6a7845305811 100644 (file)
--- 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"
index aa32be51489903748ee3dd7a439796ba5d51c83f..aafc3c22952c88f826a6e38efcc9d07320ecc124 100644 (file)
@@ -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 739f92ce20dc050ae824fabcec441ea3c149c277..626553149528565a04d76bc9120c7fee88b4f3cf 100644 (file)
--- 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"
index 916215061798eca94e85d94d81a509a165fee95e..59687e16d9b8082faeb26df25f1cf51bc84de07b 100644 (file)
@@ -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 be4954b17d6f5b19315efb79bea87415994b2309..27873d034a54aa14116dde6e748d91166cc4bf91 100644 (file)
--- 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) */
index 78144ee44a51850df5cce387971e726bb6fbbc95..2182f9986f85364d2a19bae0ba8e2992669706eb 100644 (file)
--- 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>
 
index bfef1350cfdcc74ceaa2902fa69777f93eb13b77..11513e678dbece91f87bd090ada80ad22dc3b0b0 100644 (file)
--- 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>
This page took 0.708431 seconds and 5 git commands to generate.