summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-27 13:42:43 +1000
committerDamien Miller <djm@mindrot.org>1999-10-27 13:42:43 +1000
commitbca9c66a906e3de0df1067ca95f6880d8aa4a8f5 (patch)
tree298d181b279213e819eeb45240dda0605e41f78a
parentd4a8b7e34dd619a4debf9a206c81db26d1402ea6 (diff)
Import of patched OpenBSD OpenSSHV_1_2_PRE3IBS
-rw-r--r--RFC.nroff2
-rw-r--r--auth-krb4.c2
-rw-r--r--auth-passwd.c2
-rw-r--r--auth-rh-rsa.c2
-rw-r--r--auth-rhosts.c2
-rw-r--r--auth-rsa.c2
-rw-r--r--authfd.c2
-rw-r--r--authfd.h2
-rw-r--r--authfile.c2
-rw-r--r--bufaux.c2
-rw-r--r--bufaux.h2
-rw-r--r--buffer.c2
-rw-r--r--buffer.h2
-rw-r--r--canohost.c2
-rw-r--r--channels.c2
-rw-r--r--channels.h2
-rw-r--r--cipher.c2
-rw-r--r--cipher.h2
-rw-r--r--clientloop.c2
-rw-r--r--compat.c2
-rw-r--r--compat.h2
-rw-r--r--compress.c2
-rw-r--r--compress.h2
-rw-r--r--crc32.c2
-rw-r--r--crc32.h2
-rw-r--r--deattack.c2
-rw-r--r--deattack.h2
-rw-r--r--getput.h2
-rw-r--r--hostfile.c2
-rw-r--r--log-client.c2
-rw-r--r--log-server.c2
-rw-r--r--login.c2
-rw-r--r--match.c2
-rw-r--r--mpaux.c2
-rw-r--r--mpaux.h2
-rw-r--r--nchan.c2
-rw-r--r--nchan.h2
-rw-r--r--packet.c2
-rw-r--r--packet.h2
-rw-r--r--pty.c2
-rw-r--r--pty.h2
-rw-r--r--readconf.c2
-rw-r--r--readconf.h2
-rw-r--r--readpass.c2
-rw-r--r--rsa.c2
-rw-r--r--rsa.h2
-rw-r--r--scp.12
-rw-r--r--scp.c6
-rw-r--r--servconf.c2
-rw-r--r--servconf.h2
-rw-r--r--ssh-add.12
-rw-r--r--ssh-add.c2
-rw-r--r--ssh-agent.12
-rw-r--r--ssh-agent.c2
-rw-r--r--ssh-keygen.12
-rw-r--r--ssh-keygen.c2
-rw-r--r--ssh.12
-rw-r--r--ssh.c2
-rw-r--r--ssh.h2
-rw-r--r--sshconnect.c2
-rw-r--r--sshd.82
-rw-r--r--sshd.c2
-rw-r--r--tildexpand.c2
-rw-r--r--ttymodes.c2
-rw-r--r--ttymodes.h2
-rw-r--r--uidswap.c2
-rw-r--r--xmalloc.c2
-rw-r--r--xmalloc.h2
68 files changed, 70 insertions, 70 deletions
diff --git a/RFC.nroff b/RFC.nroff
index cc197aaf..b7263a80 100644
--- a/RFC.nroff
+++ b/RFC.nroff
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" $Id: RFC.nroff,v 1.1 1999/10/27 03:42:43 damien Exp $
+.\" $Id: RFC.nroff,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $
.\"
.pl 10.0i
.po 0
diff --git a/auth-krb4.c b/auth-krb4.c
index 720f3a4c..e1f03b17 100644
--- a/auth-krb4.c
+++ b/auth-krb4.c
@@ -6,7 +6,7 @@
Kerberos v4 authentication and ticket-passing routines.
- $Id: auth-krb4.c,v 1.1 1999/10/27 03:42:43 damien Exp $
+ $Id: auth-krb4.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $
*/
#include "includes.h"
diff --git a/auth-passwd.c b/auth-passwd.c
index 7d684678..7a93e4e6 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -15,7 +15,7 @@ the password is valid for the user.
*/
#include "includes.h"
-RCSID("$Id: auth-passwd.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: auth-passwd.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "packet.h"
#include "ssh.h"
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index c433578b..27a1863c 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -15,7 +15,7 @@ authentication.
*/
#include "includes.h"
-RCSID("$Id: auth-rh-rsa.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: auth-rh-rsa.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "packet.h"
#include "ssh.h"
diff --git a/auth-rhosts.c b/auth-rhosts.c
index ebf2fcbc..c72b769c 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -16,7 +16,7 @@ the login based on rhosts authentication. This file also processes
*/
#include "includes.h"
-RCSID("$Id: auth-rhosts.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: auth-rhosts.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "packet.h"
#include "ssh.h"
diff --git a/auth-rsa.c b/auth-rsa.c
index 8de86d2d..82e399de 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -16,7 +16,7 @@ validity of the host key.
*/
#include "includes.h"
-RCSID("$Id: auth-rsa.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: auth-rsa.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "rsa.h"
#include "packet.h"
diff --git a/authfd.c b/authfd.c
index 07893caf..8ae59efc 100644
--- a/authfd.c
+++ b/authfd.c
@@ -14,7 +14,7 @@ Functions for connecting the local authentication agent.
*/
#include "includes.h"
-RCSID("$Id: authfd.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: authfd.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "ssh.h"
#include "rsa.h"
diff --git a/authfd.h b/authfd.h
index 1def920e..829f24e6 100644
--- a/authfd.h
+++ b/authfd.h
@@ -13,7 +13,7 @@ Functions to interface with the SSH_AUTHENTICATION_FD socket.
*/
-/* RCSID("$Id: authfd.h,v 1.1 1999/10/27 03:42:43 damien Exp $"); */
+/* RCSID("$Id: authfd.h,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $"); */
#ifndef AUTHFD_H
#define AUTHFD_H
diff --git a/authfile.c b/authfile.c
index 49390e08..6efc01b1 100644
--- a/authfile.c
+++ b/authfile.c
@@ -15,7 +15,7 @@ for reading the passphrase from the user.
*/
#include "includes.h"
-RCSID("$Id: authfile.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: authfile.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include <openssl/bn.h>
#include "xmalloc.h"
diff --git a/bufaux.c b/bufaux.c
index 1ae39d67..06d436b7 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -15,7 +15,7 @@ Buffers.
*/
#include "includes.h"
-RCSID("$Id: bufaux.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: bufaux.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "ssh.h"
#include <openssl/bn.h>
diff --git a/bufaux.h b/bufaux.h
index bfc66848..875794e1 100644
--- a/bufaux.h
+++ b/bufaux.h
@@ -11,7 +11,7 @@ Created: Wed Mar 29 02:18:23 1995 ylo
*/
-/* RCSID("$Id: bufaux.h,v 1.1 1999/10/27 03:42:43 damien Exp $"); */
+/* RCSID("$Id: bufaux.h,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $"); */
#ifndef BUFAUX_H
#define BUFAUX_H
diff --git a/buffer.c b/buffer.c
index e183d101..229edde1 100644
--- a/buffer.c
+++ b/buffer.c
@@ -14,7 +14,7 @@ Functions for manipulating fifo buffers (that can grow if needed).
*/
#include "includes.h"
-RCSID("$Id: buffer.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: buffer.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "xmalloc.h"
#include "buffer.h"
diff --git a/buffer.h b/buffer.h
index d0369dc3..9ab95606 100644
--- a/buffer.h
+++ b/buffer.h
@@ -13,7 +13,7 @@ Code for manipulating FIFO buffers.
*/
-/* RCSID("$Id: buffer.h,v 1.1 1999/10/27 03:42:43 damien Exp $"); */
+/* RCSID("$Id: buffer.h,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $"); */
#ifndef BUFFER_H
#define BUFFER_H
diff --git a/canohost.c b/canohost.c
index 85d97292..7a8475ed 100644
--- a/canohost.c
+++ b/canohost.c
@@ -14,7 +14,7 @@ Functions for returning the canonical host name of the remote site.
*/
#include "includes.h"
-RCSID("$Id: canohost.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: canohost.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "packet.h"
#include "xmalloc.h"
diff --git a/channels.c b/channels.c
index 38a65a07..853d34ba 100644
--- a/channels.c
+++ b/channels.c
@@ -16,7 +16,7 @@ arbitrary tcp/ip connections, and the authentication agent connection.
*/
#include "includes.h"
-RCSID("$Id: channels.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: channels.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "ssh.h"
#include "packet.h"
diff --git a/channels.h b/channels.h
index 9794ef50..ba5b3f2f 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* RCSID("$Id: channels.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: channels.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef CHANNELS_H
#define CHANNELS_H
diff --git a/cipher.c b/cipher.c
index b47e7ecd..79144530 100644
--- a/cipher.c
+++ b/cipher.c
@@ -12,7 +12,7 @@ Created: Wed Apr 19 17:41:39 1995 ylo
*/
#include "includes.h"
-RCSID("$Id: cipher.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: cipher.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "ssh.h"
#include "cipher.h"
diff --git a/cipher.h b/cipher.h
index 4ecb8f8d..8fad25fb 100644
--- a/cipher.h
+++ b/cipher.h
@@ -11,7 +11,7 @@ Created: Wed Apr 19 16:50:42 1995 ylo
*/
-/* RCSID("$Id: cipher.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: cipher.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef CIPHER_H
#define CIPHER_H
diff --git a/clientloop.c b/clientloop.c
index 43373b72..2ff32214 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -15,7 +15,7 @@ The main loop for the interactive session (client side).
*/
#include "includes.h"
-RCSID("$Id: clientloop.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: clientloop.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "xmalloc.h"
#include "ssh.h"
diff --git a/compat.c b/compat.c
index 4974b1cb..ecbdcddf 100644
--- a/compat.c
+++ b/compat.c
@@ -1,5 +1,5 @@
#include "includes.h"
-RCSID("$Id: compat.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: compat.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "ssh.h"
diff --git a/compat.h b/compat.h
index 9d896c7d..047fd564 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* RCSID("$Id: compat.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: compat.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef COMPAT_H
#define COMPAT_H
diff --git a/compress.c b/compress.c
index c3267f73..6d6badc9 100644
--- a/compress.c
+++ b/compress.c
@@ -14,7 +14,7 @@ Interface to packet compression for ssh.
*/
#include "includes.h"
-RCSID("$Id: compress.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: compress.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "ssh.h"
#include "buffer.h"
diff --git a/compress.h b/compress.h
index b3144d62..98186820 100644
--- a/compress.h
+++ b/compress.h
@@ -13,7 +13,7 @@ Interface to packet compression for ssh.
*/
-/* RCSID("$Id: compress.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: compress.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef COMPRESS_H
#define COMPRESS_H
diff --git a/crc32.c b/crc32.c
index dbb1e6b7..4113ef36 100644
--- a/crc32.c
+++ b/crc32.c
@@ -3,7 +3,7 @@
crc32-function (including changing the interface). //ylo */
#include "includes.h"
-RCSID("$Id: crc32.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: crc32.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "crc32.h"
diff --git a/crc32.h b/crc32.h
index 456b20b8..1c28b984 100644
--- a/crc32.h
+++ b/crc32.h
@@ -13,7 +13,7 @@ Functions for computing 32-bit CRC.
*/
-/* RCSID("$Id: crc32.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: crc32.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef CRC32_H
#define CRC32_H
diff --git a/deattack.c b/deattack.c
index d5f8608c..91cb7dd8 100644
--- a/deattack.c
+++ b/deattack.c
@@ -1,5 +1,5 @@
/*
- * $Id: deattack.c,v 1.1 1999/10/27 03:42:44 damien Exp $
+ * $Id: deattack.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $
* Cryptographic attack detector for ssh - source code
*
* Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
diff --git a/deattack.h b/deattack.h
index a0dcf5b6..b7bd3c69 100644
--- a/deattack.h
+++ b/deattack.h
@@ -1,4 +1,4 @@
-/* $Id: deattack.h,v 1.1 1999/10/27 03:42:44 damien Exp $
+/* $Id: deattack.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $
* Cryptographic attack detector for ssh - Header file
*
* Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
diff --git a/getput.h b/getput.h
index 7b5d7425..11f0533f 100644
--- a/getput.h
+++ b/getput.h
@@ -13,7 +13,7 @@ Macros for storing and retrieving data in msb first and lsb first order.
*/
-/* RCSID("$Id: getput.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: getput.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef GETPUT_H
#define GETPUT_H
diff --git a/hostfile.c b/hostfile.c
index ca0fe88a..36b0e856 100644
--- a/hostfile.c
+++ b/hostfile.c
@@ -14,7 +14,7 @@ Functions for manipulating the known hosts files.
*/
#include "includes.h"
-RCSID("$Id: hostfile.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: hostfile.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "packet.h"
#include "ssh.h"
diff --git a/log-client.c b/log-client.c
index 1792ba84..b84a55be 100644
--- a/log-client.c
+++ b/log-client.c
@@ -14,7 +14,7 @@ Client-side versions of debug(), log(), etc. These print to stderr.
*/
#include "includes.h"
-RCSID("$Id: log-client.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: log-client.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "xmalloc.h"
#include "ssh.h"
diff --git a/log-server.c b/log-server.c
index fce96b01..c405d72e 100644
--- a/log-server.c
+++ b/log-server.c
@@ -15,7 +15,7 @@ to the system log.
*/
#include "includes.h"
-RCSID("$Id: log-server.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: log-server.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include <syslog.h>
#include "packet.h"
diff --git a/login.c b/login.c
index 0c1e61b7..24b15077 100644
--- a/login.c
+++ b/login.c
@@ -18,7 +18,7 @@ on a tty.
*/
#include "includes.h"
-RCSID("$Id: login.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: login.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include <utmp.h>
#include "ssh.h"
diff --git a/match.c b/match.c
index b7a7d338..c3694dba 100644
--- a/match.c
+++ b/match.c
@@ -14,7 +14,7 @@ Simple pattern matching, with '*' and '?' as wildcards.
*/
#include "includes.h"
-RCSID("$Id: match.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: match.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "ssh.h"
diff --git a/mpaux.c b/mpaux.c
index fd2c1803..953d6568 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -15,7 +15,7 @@ precision integers.
*/
#include "includes.h"
-RCSID("$Id: mpaux.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: mpaux.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include <openssl/bn.h>
#include "getput.h"
diff --git a/mpaux.h b/mpaux.h
index 3ad06813..aa814e85 100644
--- a/mpaux.h
+++ b/mpaux.h
@@ -14,7 +14,7 @@ precision integers.
*/
-/* RCSID("$Id: mpaux.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: mpaux.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef MPAUX_H
#define MPAUX_H
diff --git a/nchan.c b/nchan.c
index fcaeae40..237cdd0f 100644
--- a/nchan.c
+++ b/nchan.c
@@ -1,5 +1,5 @@
#include "includes.h"
-RCSID("$Id: nchan.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: nchan.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "ssh.h"
diff --git a/nchan.h b/nchan.h
index 16d360d3..4805531a 100644
--- a/nchan.h
+++ b/nchan.h
@@ -1,4 +1,4 @@
-/* RCSID("$Id: nchan.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: nchan.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef NCHAN_H
#define NCHAN_H
diff --git a/packet.c b/packet.c
index 7e74c73b..b1f7c244 100644
--- a/packet.c
+++ b/packet.c
@@ -15,7 +15,7 @@ with the other side. This same code is used both on client and server side.
*/
#include "includes.h"
-RCSID("$Id: packet.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: packet.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "xmalloc.h"
#include "buffer.h"
diff --git a/packet.h b/packet.h
index fb84e6c1..7973f61c 100644
--- a/packet.h
+++ b/packet.h
@@ -13,7 +13,7 @@ Interface for the packet protocol functions.
*/
-/* RCSID("$Id: packet.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: packet.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef PACKET_H
#define PACKET_H
diff --git a/pty.c b/pty.c
index 440994b5..5209639d 100644
--- a/pty.c
+++ b/pty.c
@@ -14,7 +14,7 @@ Allocating a pseudo-terminal, and making it the controlling tty.
*/
#include "includes.h"
-RCSID("$Id: pty.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: pty.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "pty.h"
#include "ssh.h"
diff --git a/pty.h b/pty.h
index 20ee90a1..5da75c79 100644
--- a/pty.h
+++ b/pty.h
@@ -14,7 +14,7 @@ tty.
*/
-/* RCSID("$Id: pty.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: pty.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef PTY_H
#define PTY_H
diff --git a/readconf.c b/readconf.c
index 281548d2..2696daf5 100644
--- a/readconf.c
+++ b/readconf.c
@@ -14,7 +14,7 @@ Functions for reading the configuration files.
*/
#include "includes.h"
-RCSID("$Id: readconf.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: readconf.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "ssh.h"
#include "cipher.h"
diff --git a/readconf.h b/readconf.h
index 71655bd2..576f58b6 100644
--- a/readconf.h
+++ b/readconf.h
@@ -13,7 +13,7 @@ Functions for reading the configuration file.
*/
-/* RCSID("$Id: readconf.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: readconf.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); */
#ifndef READCONF_H
#define READCONF_H
diff --git a/readpass.c b/readpass.c
index 3031825e..be6b6e8f 100644
--- a/readpass.c
+++ b/readpass.c
@@ -14,7 +14,7 @@ Functions for reading passphrases and passwords.
*/
#include "includes.h"
-RCSID("$Id: readpass.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: readpass.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "xmalloc.h"
#include "ssh.h"
diff --git a/rsa.c b/rsa.c
index 6d4b7044..9151f2f3 100644
--- a/rsa.c
+++ b/rsa.c
@@ -35,7 +35,7 @@ Description of the RSA algorithm can be found e.g. from the following sources:
*/
#include "includes.h"
-RCSID("$Id: rsa.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: rsa.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");
#include "rsa.h"
#include "ssh.h"
diff --git a/rsa.h b/rsa.h
index 6aaabfae..81f00c88 100644
--- a/rsa.h
+++ b/rsa.h
@@ -13,7 +13,7 @@ RSA key generation, encryption and decryption.
*/
-/* RCSID("$Id: rsa.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
+/* RCSID("$Id: rsa.h,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $"); *