]> andersk Git - openssh.git/commitdiff
- (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
authormouring <mouring>
Sun, 9 Jun 2002 20:20:58 +0000 (20:20 +0000)
committermouring <mouring>
Sun, 9 Jun 2002 20:20:58 +0000 (20:20 +0000)
   sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
   independant of them)

ChangeLog
channels.c
clientloop.c
nchan.c
sftp-client.c
ssh-keygen.c
sshconnect.h

index b193308adb3d6d0fc3ccd4d541f4ba7beb91b74a..0f0601e1b72fa2c6758ac05fd319e5ab276abded 100644 (file)
--- 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
index cca138c2b8068b1a65294e87ed31951343957bd6..7ce1a076a3d775a8264a35294faf0de844ab1570 100644 (file)
@@ -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"
index aa8e9bedb89f3182eb60b4eeba302dd697da1b1f..75d24ace2b413c0e468aae868e5c3ab4f1ea34ac 100644 (file)
@@ -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 5ed64f86ecca288a8b3a3801c53f6d3f94412995..c4f55e655047fd6bad20017a68fcf6c8e8ad100c 100644 (file)
--- 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"
index 2f9faff18d1987cf4c16b48493a2329b13cd08e2..779ef2fe89509efa15c7efad0a1555b7d5310b5d 100644 (file)
@@ -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"
 
index 5d26200e542cd010be292c3bae2152a33f9fd5f3..d83ccecc473e1a55c8e9e729e746419150c991fe 100644 (file)
@@ -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>
index 134b59af934d9929dac1729ee19b0588bbffa034..aeb2e51a579c2a14ffa7201da4eb7c5a52d42029 100644 (file)
@@ -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.
This page took 0.067886 seconds and 5 git commands to generate.