summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 edcb7449f..87e5b489f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,9 @@
28 - markus@cvs.openbsd.org 2002/06/09 04:33:27 28 - markus@cvs.openbsd.org 2002/06/09 04:33:27
29 [sshconnect.c] 29 [sshconnect.c]
30 abort() - > fatal() 30 abort() - > fatal()
31 - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
32 sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
33 independant of them)
31 34
3220020607 3520020607
33 - (bal) Removed --{enable/disable}-suid-ssh 36 - (bal) Removed --{enable/disable}-suid-ssh
@@ -859,4 +862,4 @@
859 - (stevesk) entropy.c: typo in debug message 862 - (stevesk) entropy.c: typo in debug message
860 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 863 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
861 864
862$Id: ChangeLog,v 1.2197 2002/06/09 20:16:22 mouring Exp $ 865$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 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: channels.c,v 1.173 2002/04/22 21:04:52 markus Exp $"); 42RCSID("$OpenBSD: channels.c,v 1.174 2002/06/09 13:32:01 markus Exp $");
43 43
44#include "ssh.h" 44#include "ssh.h"
45#include "ssh1.h" 45#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 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.100 2002/04/22 21:04:52 markus Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.101 2002/06/09 13:32:01 markus Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
diff --git a/nchan.c b/nchan.c
index 5ed64f86e..c4f55e655 100644
--- a/nchan.c
+++ b/nchan.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: nchan.c,v 1.45 2002/03/25 21:13:51 markus Exp $"); 26RCSID("$OpenBSD: nchan.c,v 1.46 2002/06/09 13:32:01 markus Exp $");
27 27
28#include "ssh1.h" 28#include "ssh1.h"
29#include "ssh2.h" 29#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 @@
28/* XXX: copy between two remote sites */ 28/* XXX: copy between two remote sites */
29 29
30#include "includes.h" 30#include "includes.h"
31RCSID("$OpenBSD: sftp-client.c,v 1.31 2002/04/06 00:30:08 djm Exp $"); 31RCSID("$OpenBSD: sftp-client.c,v 1.32 2002/06/09 13:32:01 markus Exp $");
32 32
33#include "openbsd-compat/fake-queue.h" 33#include "openbsd-compat/fake-queue.h"
34 34
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 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.98 2002/03/27 22:21:45 markus Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.99 2002/06/09 13:32:01 markus Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#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 @@
1/* $OpenBSD: sshconnect.h,v 1.14 2002/05/23 19:24:30 markus Exp $ */ 1/* $OpenBSD: sshconnect.h,v 1.15 2002/06/09 13:32:01 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.