diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 22:20:58 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 22:20:58 +0200 |
commit | 05efee10926847635578ec1854b471ddc0dcec87 (patch) | |
tree | 81ecbfab0589818e14c533d38a106544665e898c | |
parent | - markus@cvs.openbsd.org 2002/06/09 04:33:27 (diff) | |
download | openssh-05efee10926847635578ec1854b471ddc0dcec87.tar.xz openssh-05efee10926847635578ec1854b471ddc0dcec87.zip |
- (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
independant of them)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | channels.c | 2 | ||||
-rw-r--r-- | clientloop.c | 2 | ||||
-rw-r--r-- | nchan.c | 2 | ||||
-rw-r--r-- | sftp-client.c | 2 | ||||
-rw-r--r-- | ssh-keygen.c | 2 | ||||
-rw-r--r-- | sshconnect.h | 2 |
7 files changed, 10 insertions, 7 deletions
@@ -28,6 +28,9 @@ - markus@cvs.openbsd.org 2002/06/09 04:33:27 [sshconnect.c] abort() - > fatal() + - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c, + sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand + independant of them) 20020607 - (bal) Removed --{enable/disable}-suid-ssh @@ -859,4 +862,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2197 2002/06/09 20:16:22 mouring Exp $ +$Id: ChangeLog,v 1.2198 2002/06/09 20:20:58 mouring Exp $ diff --git a/channels.c b/channels.c index cca138c2b..7ce1a076a 100644 --- a/channels.c +++ b/channels.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.173 2002/04/22 21:04:52 markus Exp $"); +RCSID("$OpenBSD: channels.c,v 1.174 2002/06/09 13:32:01 markus Exp $"); #include "ssh.h" #include "ssh1.h" diff --git a/clientloop.c b/clientloop.c index aa8e9bedb..75d24ace2 100644 --- a/clientloop.c +++ b/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.100 2002/04/22 21:04:52 markus Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.101 2002/06/09 13:32:01 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: nchan.c,v 1.45 2002/03/25 21:13:51 markus Exp $"); +RCSID("$OpenBSD: nchan.c,v 1.46 2002/06/09 13:32:01 markus Exp $"); #include "ssh1.h" #include "ssh2.h" diff --git a/sftp-client.c b/sftp-client.c index 2f9faff18..779ef2fe8 100644 --- a/sftp-client.c +++ b/sftp-client.c @@ -28,7 +28,7 @@ /* XXX: copy between two remote sites */ #include "includes.h" -RCSID("$OpenBSD: sftp-client.c,v 1.31 2002/04/06 00:30:08 djm Exp $"); +RCSID("$OpenBSD: sftp-client.c,v 1.32 2002/06/09 13:32:01 markus Exp $"); #include "openbsd-compat/fake-queue.h" diff --git a/ssh-keygen.c b/ssh-keygen.c index 5d26200e5..d83ccecc4 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.98 2002/03/27 22:21:45 markus Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.99 2002/06/09 13:32:01 markus Exp $"); #include <openssl/evp.h> #include <openssl/pem.h> diff --git a/sshconnect.h b/sshconnect.h index 134b59af9..aeb2e51a5 100644 --- a/sshconnect.h +++ b/sshconnect.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.h,v 1.14 2002/05/23 19:24:30 markus Exp $ */ +/* $OpenBSD: sshconnect.h,v 1.15 2002/06/09 13:32:01 markus Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. |