summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-09 20:20:58 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-09 20:20:58 +0000
commit05efee10926847635578ec1854b471ddc0dcec87 (patch)
tree81ecbfab0589818e14c533d38a106544665e898c
parent2749e1c8f55f947673a6591b1a6698a75f143b80 (diff)
downloadopenssh-git-05efee10926847635578ec1854b471ddc0dcec87.tar.gz
- (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--ChangeLog5
-rw-r--r--channels.c2
-rw-r--r--clientloop.c2
-rw-r--r--nchan.c2
-rw-r--r--sftp-client.c2
-rw-r--r--ssh-keygen.c2
-rw-r--r--sshconnect.h2
7 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index edcb7449..87e5b489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 cca138c2..7ce1a076 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 aa8e9bed..75d24ace 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"
diff --git a/nchan.c b/nchan.c
index 5ed64f86..c4f55e65 100644
--- a/nchan.c
+++ b/nchan.c
@@ -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 2f9faff1..779ef2fe 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 5d26200e..d83ccecc 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 134b59af..aeb2e51a 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.