From: Damien Miller Date: Wed, 27 Oct 1999 03:42:43 +0000 (+1000) Subject: Import of patched OpenBSD OpenSSH X-Git-Tag: V_1_2_PRE3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FIBS;p=thirdparty%2Fopenssh-portable.git Import of patched OpenBSD OpenSSH --- diff --git a/RFC.nroff b/RFC.nroff index cc197aaff..b7263a80b 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 720f3a4c4..e1f03b178 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 7d6846789..7a93e4e6d 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 c433578bf..27a1863c7 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 ebf2fcbc2..c72b769c3 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 8de86d2de..82e399de7 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 07893caf3..8ae59efc3 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 1def920e3..829f24e62 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 49390e083..6efc01b16 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 1ae39d67a..06d436b7e 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 bfc668485..875794e15 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 e183d1017..229edde10 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 d0369dc35..9ab956060 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 85d97292b..7a8475ed2 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 38a65a07f..853d34ba2 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 9794ef50d..ba5b3f2f5 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 b47e7ecd8..791445309 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 4ecb8f8da..8fad25fb5 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 43373b72e..2ff32214f 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 4974b1cba..ecbdcddfe 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 9d896c7dd..047fd5644 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 c3267f73f..6d6badc94 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 b3144d621..981868205 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 dbb1e6b7b..4113ef362 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 456b20b86..1c28b9844 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 d5f8608ca..91cb7dd8f 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 a0dcf5b6f..b7bd3c699 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 7b5d74252..11f0533f4 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 ca0fe88a2..36b0e8563 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 1792ba847..b84a55be3 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 fce96b01d..c405d72ee 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 0c1e61b77..24b150770 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 b7a7d3389..c3694dbab 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 fd2c18031..953d65683 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 3ad06813b..aa814e85c 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 fcaeae405..237cdd0f8 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 16d360d30..4805531a9 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 7e74c73b3..b1f7c244b 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 fb84e6c11..7973f61c1 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 440994b51..5209639dd 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 20ee90a1d..5da75c793 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 281548d2a..2696daf59 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 71655bd28..576f58b67 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 3031825e5..be6b6e8f8 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 6d4b70442..9151f2f3f 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 6aaabfae5..81f00c88e 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 45cd2ad3d..93e7741a5 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 6145fdebd..b8f35484f 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 5fa48790f..8346db724 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 22c73fd73..c13bfa2a2 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 4c64ab2b3..85e2372fe 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 5ac3c303a..ce281c0c9 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 01c43cdee..eee2299c8 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 19165b8f1..dddb9e2c7 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 67fbfd2c7..5d2f4cd98 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 2ba64e756..a18f66b58 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 a6d76a97f..5dae68a28 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 c5a92b5c6..4a5816ef1 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 a4bf136e4..2fdacd007 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 3437b04ca..17b09d5fb 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 981c5ff72..7ce443546 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 059f31195..ba3632282 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 e4b57091e..7b9174fdc 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 cbb7f2f64..9cbde3308 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 2a33eb78d..2dfc07cb5 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 0eb1fd085..0eb21d8ea 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 b536f9d19..40ce4a657 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 7a9610e7e..2a2358946 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