From bca9c66a906e3de0df1067ca95f6880d8aa4a8f5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 27 Oct 1999 13:42:43 +1000 Subject: Import of patched OpenBSD OpenSSH --- RFC.nroff | 2 +- auth-krb4.c | 2 +- auth-passwd.c | 2 +- auth-rh-rsa.c | 2 +- auth-rhosts.c | 2 +- auth-rsa.c | 2 +- authfd.c | 2 +- authfd.h | 2 +- authfile.c | 2 +- bufaux.c | 2 +- bufaux.h | 2 +- buffer.c | 2 +- buffer.h | 2 +- canohost.c | 2 +- channels.c | 2 +- channels.h | 2 +- cipher.c | 2 +- cipher.h | 2 +- clientloop.c | 2 +- compat.c | 2 +- compat.h | 2 +- compress.c | 2 +- compress.h | 2 +- crc32.c | 2 +- crc32.h | 2 +- deattack.c | 2 +- deattack.h | 2 +- getput.h | 2 +- hostfile.c | 2 +- log-client.c | 2 +- log-server.c | 2 +- login.c | 2 +- match.c | 2 +- mpaux.c | 2 +- mpaux.h | 2 +- nchan.c | 2 +- nchan.h | 2 +- packet.c | 2 +- packet.h | 2 +- pty.c | 2 +- pty.h | 2 +- readconf.c | 2 +- readconf.h | 2 +- readpass.c | 2 +- rsa.c | 2 +- rsa.h | 2 +- scp.1 | 2 +- scp.c | 6 +++--- servconf.c | 2 +- servconf.h | 2 +- ssh-add.1 | 2 +- ssh-add.c | 2 +- ssh-agent.1 | 2 +- ssh-agent.c | 2 +- ssh-keygen.1 | 2 +- ssh-keygen.c | 2 +- ssh.1 | 2 +- ssh.c | 2 +- ssh.h | 2 +- sshconnect.c | 2 +- sshd.8 | 2 +- sshd.c | 2 +- tildexpand.c | 2 +- ttymodes.c | 2 +- ttymodes.h | 2 +- uidswap.c | 2 +- xmalloc.c | 2 +- xmalloc.h | 2 +- 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 #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 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 #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 #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 #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 $"); */ #ifndef RSA_H #define RSA_H diff --git a/scp.1 b/scp.1 index 45cd2ad3..93e7741a 100644 --- a/scp.1 +++ b/scp.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $Id: scp.1,v 1.1 1999/10/27 03:42:44 damien Exp $ +.\" $Id: scp.1,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 diff --git a/scp.c b/scp.c index 6145fdeb..b8f35484 100644 --- a/scp.c +++ b/scp.c @@ -42,11 +42,11 @@ and ssh has the necessary privileges.) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $ + * $Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ */ #include "includes.h" -RCSID("$Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -976,7 +976,7 @@ run_err(const char *fmt, ...) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scp.c,v 1.1 1999/10/27 03:42:45 damien Exp $ + * $Id: scp.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ */ char * diff --git a/servconf.c b/servconf.c index 5fa48790..8346db72 100644 --- a/servconf.c +++ b/servconf.c @@ -12,7 +12,7 @@ Created: Mon Aug 21 15:48:58 1995 ylo */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: servconf.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include "ssh.h" #include "servconf.h" diff --git a/servconf.h b/servconf.h index 22c73fd7..c13bfa2a 100644 --- a/servconf.h +++ b/servconf.h @@ -13,7 +13,7 @@ Definitions for server configuration data and for the functions reading it. */ -/* RCSID("$Id: servconf.h,v 1.1 1999/10/27 03:42:45 damien Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H diff --git a/ssh-add.1 b/ssh-add.1 index 4c64ab2b..85e2372f 100644 --- a/ssh-add.1 +++ b/ssh-add.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-add.1,v 1.1 1999/10/27 03:42:45 damien Exp $ +.\" $Id: ssh-add.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 diff --git a/ssh-add.c b/ssh-add.c index 5ac3c303..ce281c0c 100644 --- a/ssh-add.c +++ b/ssh-add.c @@ -14,7 +14,7 @@ Adds an identity to the authentication server, or removes an identity. */ #include "includes.h" -RCSID("$Id: ssh-add.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: ssh-add.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include "rsa.h" #include "ssh.h" diff --git a/ssh-agent.1 b/ssh-agent.1 index 01c43cde..eee2299c 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 23 20:10:43 1995 ylo .\" -.\" $Id: ssh-agent.1,v 1.1 1999/10/27 03:42:45 damien Exp $ +.\" $Id: ssh-agent.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ .\" .Dd September 25, 1999 .Dt SSH-AGENT 1 diff --git a/ssh-agent.c b/ssh-agent.c index 19165b8f..dddb9e2c 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -14,7 +14,7 @@ The authentication agent program. */ #include "includes.h" -RCSID("$Id: ssh-agent.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: ssh-agent.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include "ssh.h" #include "rsa.h" diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 67fbfd2c..5d2f4cd9 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-keygen.1,v 1.1 1999/10/27 03:42:45 damien Exp $ +.\" $Id: ssh-keygen.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ .\" .Dd September 25, 1999 .Dt SSH-KEYGEN 1 diff --git a/ssh-keygen.c b/ssh-keygen.c index 2ba64e75..a18f66b5 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -14,7 +14,7 @@ Identity and host key generation and maintenance. */ #include "includes.h" -RCSID("$Id: ssh-keygen.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: ssh-keygen.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include "rsa.h" #include "ssh.h" diff --git a/ssh.1 b/ssh.1 index a6d76a97..5dae68a2 100644 --- a/ssh.1 +++ b/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.1 1999/10/27 03:42:45 damien Exp $ +.\" $Id: ssh.1,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 diff --git a/ssh.c b/ssh.c index c5a92b5c..4a5816ef 100644 --- a/ssh.c +++ b/ssh.c @@ -18,7 +18,7 @@ Modified to work with SSL by Niels Provos in Canada. */ #include "includes.h" -RCSID("$Id: ssh.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: ssh.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include "xmalloc.h" #include "ssh.h" diff --git a/ssh.h b/ssh.h index a4bf136e..2fdacd00 100644 --- a/ssh.h +++ b/ssh.h @@ -13,7 +13,7 @@ Generic header file for ssh. */ -/* RCSID("$Id: ssh.h,v 1.1 1999/10/27 03:42:45 damien Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); */ #ifndef SSH_H #define SSH_H diff --git a/sshconnect.c b/sshconnect.c index 3437b04c..17b09d5f 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -15,7 +15,7 @@ login (authentication) dialog. */ #include "includes.h" -RCSID("$Id: sshconnect.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: sshconnect.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include #include "xmalloc.h" diff --git a/sshd.8 b/sshd.8 index 981c5ff7..7ce44354 100644 --- a/sshd.8 +++ b/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.1 1999/10/27 03:42:46 damien Exp $ +.\" $Id: sshd.8,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 diff --git a/sshd.c b/sshd.c index 059f3119..ba363228 100644 --- a/sshd.c +++ b/sshd.c @@ -18,7 +18,7 @@ agent connections. */ #include "includes.h" -RCSID("$Id: sshd.c,v 1.1 1999/10/27 03:42:46 damien Exp $"); +RCSID("$Id: sshd.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); #include "xmalloc.h" #include "rsa.h" diff --git a/tildexpand.c b/tildexpand.c index e4b57091..7b9174fd 100644 --- a/tildexpand.c +++ b/tildexpand.c @@ -12,7 +12,7 @@ Created: Wed Jul 12 01:07:36 1995 ylo */ #include "includes.h" -RCSID("$Id: tildexpand.c,v 1.1 1999/10/27 03:42:46 damien Exp $"); +RCSID("$Id: tildexpand.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); #include "xmalloc.h" #include "ssh.h" diff --git a/ttymodes.c b/ttymodes.c index cbb7f2f6..9cbde330 100644 --- a/ttymodes.c +++ b/ttymodes.c @@ -17,7 +17,7 @@ suitable code. */ #include "includes.h" -RCSID("$Id: ttymodes.c,v 1.1 1999/10/27 03:42:46 damien Exp $"); +RCSID("$Id: ttymodes.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); #include "packet.h" #include "ssh.h" diff --git a/ttymodes.h b/ttymodes.h index 2a33eb78..2dfc07cb 100644 --- a/ttymodes.h +++ b/ttymodes.h @@ -12,7 +12,7 @@ Created: Tue Mar 21 15:42:09 1995 ylo */ -/* RCSID("$Id: ttymodes.h,v 1.1 1999/10/27 03:42:46 damien Exp $"); */ +/* RCSID("$Id: ttymodes.h,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); */ /* The tty mode description is a stream of bytes. The stream consists of opcode-arguments pairs. It is terminated by opcode TTY_OP_END (0). diff --git a/uidswap.c b/uidswap.c index 0eb1fd08..0eb21d8e 100644 --- a/uidswap.c +++ b/uidswap.c @@ -14,7 +14,7 @@ Code for uid-swapping. */ #include "includes.h" -RCSID("$Id: uidswap.c,v 1.1 1999/10/27 03:42:46 damien Exp $"); +RCSID("$Id: uidswap.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); #include "ssh.h" #include "uidswap.h" diff --git a/xmalloc.c b/xmalloc.c index b536f9d1..40ce4a65 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -15,7 +15,7 @@ failure (they call fatal if they encounter an error). */ #include "includes.h" -RCSID("$Id: xmalloc.c,v 1.1 1999/10/27 03:42:46 damien Exp $"); +RCSID("$Id: xmalloc.c,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); #include "ssh.h" diff --git a/xmalloc.h b/xmalloc.h index 7a9610e7..2a235894 100644 --- a/xmalloc.h +++ b/xmalloc.h @@ -14,7 +14,7 @@ failure (they call fatal if they encounter an error). */ -/* RCSID("$Id: xmalloc.h,v 1.1 1999/10/27 03:42:46 damien Exp $"); */ +/* RCSID("$Id: xmalloc.h,v 1.1.1.1 1999/10/27 03:42:46 damien Exp $"); */ #ifndef XMALLOC_H #define XMALLOC_H -- cgit v1.2.3