]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Import of patched OpenBSD OpenSSH IBS anongit/IBS github-selfhosted/IBS github/IBS V_1_2_PRE3
authorDamien Miller <djm@mindrot.org>
Wed, 27 Oct 1999 03:42:43 +0000 (13:42 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 27 Oct 1999 03:42:43 +0000 (13:42 +1000)
68 files changed:
RFC.nroff
auth-krb4.c
auth-passwd.c
auth-rh-rsa.c
auth-rhosts.c
auth-rsa.c
authfd.c
authfd.h
authfile.c
bufaux.c
bufaux.h
buffer.c
buffer.h
canohost.c
channels.c
channels.h
cipher.c
cipher.h
clientloop.c
compat.c
compat.h
compress.c
compress.h
crc32.c
crc32.h
deattack.c
deattack.h
getput.h
hostfile.c
log-client.c
log-server.c
login.c
match.c
mpaux.c
mpaux.h
nchan.c
nchan.h
packet.c
packet.h
pty.c
pty.h
readconf.c
readconf.h
readpass.c
rsa.c
rsa.h
scp.1
scp.c
servconf.c
servconf.h
ssh-add.1
ssh-add.c
ssh-agent.1
ssh-agent.c
ssh-keygen.1
ssh-keygen.c
ssh.1
ssh.c
ssh.h
sshconnect.c
sshd.8
sshd.c
tildexpand.c
ttymodes.c
ttymodes.h
uidswap.c
xmalloc.c
xmalloc.h

index cc197aaffb56c22538f56429c4a2884bcf5cba80..b7263a80b883f30a7d1f1cf526e5aaa240965495 100644 (file)
--- 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
index 720f3a4c4a94cbe4ca03e11de07b24aa4d8407ae..e1f03b17831701d7fac78e884eb3a868528371e4 100644 (file)
@@ -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"
index 7d68467893a8253cf9aa9640f3d004ecfb23e763..7a93e4e6dccdc29f85c5018955dffc5e3a954750 100644 (file)
@@ -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"
index c433578bf0465efc77213641a57ade6c2716eedd..27a1863c7f2be200856a11f4defa214a7f3ab718 100644 (file)
@@ -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"
index ebf2fcbc25f9974729c2f07fe21ec41404bdf433..c72b769c3a620655559c311795f5fe827b36daec 100644 (file)
@@ -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"
index 8de86d2deec69ba2a95ba433db4f50a2d2156849..82e399de703cffeb282053e321a2a3aec20ccf85 100644 (file)
@@ -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"
index 07893caf38b74807b746ea105c84509c030b4f1c..8ae59efc3c573a3205f28a98afae7e8c5d6bcaae 100644 (file)
--- 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"
index 1def920e3dd0ddcfa7e9b47aaf2b759e3ede2b35..829f24e6230fabcc3c296d195aa021d690f89d8d 100644 (file)
--- 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
index 49390e083a5433ab1026bca81c066888471e4ce8..6efc01b16d247909e9de2c37291d7a75f55d7f02 100644 (file)
@@ -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"
index 1ae39d67ad6f9bdb586c3b3308095abfc09eab13..06d436b7e53bccfc1b8bc9a6621a88be10f45e4f 100644 (file)
--- 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>
index bfc668485991bd54a9857e7ccfee364b7864a310..875794e1588204983a0bd13387f490f3fa594fca 100644 (file)
--- 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
index e183d101798e87e9273280e6ad6c6d750fcd4d67..229edde108242ca0156a0681cfa9d210ec13e0b5 100644 (file)
--- 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"
index d0369dc35a33f600d4d30164feee66341930690f..9ab9560605f9f7dfd2af9848f5e4222783a54314 100644 (file)
--- 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
index 85d97292b383ab6cfa796c2da4afbd245179cc68..7a8475ed21dade9437c36eb14d84f1408b9a3b69 100644 (file)
@@ -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"
index 38a65a07feffd349df446ff3fcad34f00eaee18a..853d34ba2c8d76c691280749279f027c66ae87bd 100644 (file)
@@ -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"
index 9794ef50dc8246c6d3aacd5da8f5432770454caa..ba5b3f2f5eb8f3d23d8aac56ef2d336986286ad2 100644 (file)
@@ -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
index b47e7ecd82dd956342834355d299369723b4d9ee..791445309ff7d7f0233dc6a9ee7ec23e8770d194 100644 (file)
--- 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"
index 4ecb8f8da7e5a615faf4632c8c85b3d59f015111..8fad25fb583a46af0502e20b816a8210d362ac44 100644 (file)
--- 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
index 43373b72e8334e025558a4aa385b0f5134ebdf57..2ff32214f384ea583c1c65c34c9f4044c3639fd2 100644 (file)
@@ -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"
index 4974b1cbae8bb306ba7b9743b211c0d647ccbfd0..ecbdcddfe5be464d0ca1dda25c907dd5b3479c2d 100644 (file)
--- 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"
 
index 9d896c7dd7581b7992d22d39d0147a544c7edb1b..047fd5644b9644cdccbe9c0e1e24df9d3ead89eb 100644 (file)
--- 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
index c3267f73ff48da8ac66d14798bbe393a3b5afd31..6d6badc94f9a1de29cd0e0b8b0e947078cbefb7e 100644 (file)
@@ -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"
index b3144d6219878855123ebb15166decc81fbf9e2b..981868205c975537333c8fc03422eb8e19480c2b 100644 (file)
@@ -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 dbb1e6b7b8ce81a60caa3b7bb4075814ab4caaf3..4113ef362b1cafa7e1f21784e9fbaf602c69a037 100644 (file)
--- 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 456b20b865d08d870813df7d7b230dfb654fe743..1c28b98440d79153f7eab8649e10d19d369d8319 100644 (file)
--- 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
index d5f8608ca6f21e50e604b16fa46d6e3920dd3a06..91cb7dd8f11ecd8b33d0833a85d426ecaf8791f3 100644 (file)
@@ -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.
index a0dcf5b6f4aeb34317064c16d51fd683f13c6992..b7bd3c6995fc48448070db0a4804689107cb11d5 100644 (file)
@@ -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.
index 7b5d742528bfbe9dd349c8a191a94d6e2af52494..11f0533f4a0517d9bffdd80165cb34e0b2d7e650 100644 (file)
--- 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
index ca0fe88a2dc57e537ef49b78cf9f7934f182f521..36b0e8563de2626a082ea1db95d098551ad83c64 100644 (file)
@@ -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"
index 1792ba84735a9a7f09a577f640758393549ae087..b84a55be341d76104ac68ccc89f8dd808b1661ff 100644 (file)
@@ -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"
index fce96b01dace6bf1360e2027784bcd0cd775235b..c405d72ee0940415079728efeffd336fa44451f2 100644 (file)
@@ -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 0c1e61b779f7fb9889cc277fe3f559bd36ce24fc..24b1507703ac2d36516bd18e53e89e2bd6ddeeeb 100644 (file)
--- 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 b7a7d33896dc7a94073d8e789f5b6cffa3bb31c6..c3694dbab3a7db92a8180dcecd6e5847928a2e6b 100644 (file)
--- 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 fd2c180319efbce77d80372e91e4f6aa488668f6..953d656835baed5d3b1534b930fff3e29f585e1b 100644 (file)
--- 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 3ad06813be021a803713863a4910a9fdc79e35d6..aa814e85cd3aa92709b0b68f0d697c470a9b05b1 100644 (file)
--- 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 fcaeae4058e776b42c2dc7c88a0580b5c4ac171b..237cdd0f82d3a879dacaf13b3f3162c0166dba72 100644 (file)
--- 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 16d360d30a76ad156777d2e20321c14f101f166c..4805531a942f93a3333f852c22136a0e993fb92c 100644 (file)
--- 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
index 7e74c73b3bf818301341a7483434e639359fc79c..b1f7c244b3d0f9c052d943e539734dbf7aa00d5f 100644 (file)
--- 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"
index fb84e6c11b584f7931378e9241d10599a49dcde0..7973f61c1ec8dd43c38f4c033cd3a78e256449b4 100644 (file)
--- 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 440994b5150914783d2cc856d0464265e7cd4bd0..5209639dd25e28b1eae4749305cdbe8f50534f37 100644 (file)
--- 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 20ee90a1dcb8716c5d5da9fdcc32b183ebd84425..5da75c793b13ff943fd0f503b62ff78e290df516 100644 (file)
--- 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
index 281548d2a84554d7a911023f6d1384990f911901..2696daf59ad254021454899dbc89895584e8a881 100644 (file)
@@ -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"
index 71655bd28b63155c6be55e2165b303ababd6cbdd..576f58b6713f846959beb6a798d4d9d45fd877aa 100644 (file)
@@ -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
index 3031825e5fe65b5579ae1aeba73c72510e1476b1..be6b6e8f8b082bb7e723fceccde1126ddf559ef3 100644 (file)
@@ -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 6d4b7044286d2a5b6882e4f0293454701004f1e2..9151f2f3fe8ef61399469ddc422ffd0f389b789f 100644 (file)
--- 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 6aaabfae51e413f1bbb64dec78bef6609106cf56..81f00c88ee4237d66f31ee0cd26f31390c20cd70 100644 (file)
--- 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 45cd2ad3dd76c41935d15cce6b3e8d09f5bf7210..93e7741a50fd6ee6806c7e49bf2e97767a3feff8 100644 (file)
--- 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 6145fdebd931f5e40437d29ab93da9891453465e..b8f35484f6a5ece9c4cb7ab2c2884c47dc22b88c 100644 (file)
--- 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 *
index 5fa48790f97f311d56255f4f30cf1feb65450110..8346db724c75c956d8fa9b5d3c7c5d6e9ea0b410 100644 (file)
@@ -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"
index 22c73fd7320068b5474b92930c6381356363388d..c13bfa2a2f073e800431c69fb2f5296cf86cebf7 100644 (file)
@@ -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
index 4c64ab2b3b580714be22109b8594bd3f69132efc..85e2372fefc417dcdc0226a1dcfb8cbfa1d47595 100644 (file)
--- 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
index 5ac3c303a83848484a5f2382a2fa5c8d4d73ac57..ce281c0c92ad3f8f0bdcdfd1b05a9e0fd8b63f10 100644 (file)
--- 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"
index 01c43cdeed7daf82e92d48236e00038bfd21785e..eee2299c83c9231020df0c69754af425ef6d8553 100644 (file)
@@ -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
index 19165b8f1bc551c6c0d0f45da4bd366496f6c2bf..dddb9e2c796d4ed3b4325472f85d1bcd11c8b624 100644 (file)
@@ -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"
index 67fbfd2c7e87b2b0279b09276887a7c69c6099c6..5d2f4cd989cb9064c5d571c5a091191e872d9c04 100644 (file)
@@ -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
index 2ba64e75623fb82d28504ed8ea07a23e2d2aeaf3..a18f66b58b9a71dde498a0a1573f5e4c99ae8677 100644 (file)
@@ -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 a6d76a97f39e82ee920564040d8ffe77d1b32301..5dae68a2865de0dfdb61708b00f195d44038d7e5 100644 (file)
--- 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 c5a92b5c6c69cb38ada133274dc2d7b42b598809..4a5816ef1b3b8629f6c41c072815eb33c891d58d 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -18,7 +18,7 @@ Modified to work with SSL by Niels Provos <provos@citi.umich.edu> 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 a4bf136e474dff8f50e01ff31da2b7264918258b..2fdacd00740189bbea6da2d73cde0cdb79d2151e 100644 (file)
--- 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
index 3437b04ca0f116f07fc76731f908be8cdb860319..17b09d5fb4d3a9b0ddae22c76a95c776ccc2eaed 100644 (file)
@@ -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 <openssl/bn.h>
 #include "xmalloc.h"
diff --git a/sshd.8 b/sshd.8
index 981c5ff724c9ca7d70a2e409dbc2242a006eef1c..7ce443546c0b58836263cda02e4c09cae293f72f 100644 (file)
--- 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 059f31195ac438f7ec0f54973378e02f2ef28998..ba3632282c990b670de5c89dea5509acc812b210 100644 (file)
--- 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"
index e4b57091e6cca916048c6b04391b097951470c59..7b9174fdc61d141032fcff1ea8f19fc081cae2f1 100644 (file)
@@ -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"
index cbb7f2f64b1a357352ec121c01808fd72b3093ee..9cbde3308ef6629d96c6f09927d2a7e83fd1b25f 100644 (file)
@@ -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"
index 2a33eb78dfcdebe427a69e45501c8f5a13ec4dad..2dfc07cb531de2423c297f2fdd0dba38803c8cc9 100644 (file)
@@ -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).
index 0eb1fd085d04f598f1a02b2eb6386e7adb306326..0eb21d8ea9e9614d0a1120f367077cf08d7b3e37 100644 (file)
--- 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"
index b536f9d19957639b85321eb3457e7402df5de285..40ce4a6573ab0f58b1144853c26932c2b9ebd56f 100644 (file)
--- 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"
 
index 7a9610e7e450b421d5f0ae9d62459f20d62aca61..2a2358946c724b569a0f9d9ddc6148f9a4a5bc04 100644 (file)
--- 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