]> andersk Git - openssh.git/blobdiff - ssh1.h
- (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
[openssh.git] / ssh1.h
diff --git a/ssh1.h b/ssh1.h
index a7782cebb3c943c7a078a0e081396405800b98bf..98d1dc9303cc8627019ad864a6cf4ad224270d1a 100644 (file)
--- a/ssh1.h
+++ b/ssh1.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ssh1.h,v 1.3 2001/05/30 12:55:13 markus Exp $ */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 #define SSH_CMSG_HAVE_KERBEROS_TGT             44      /* credentials (s) */
 #define SSH_CMSG_HAVE_AFS_TOKEN                        65      /* token (s) */
 
+/* protocol version 1.5 overloads some version 1.3 message types */
+#define SSH_MSG_CHANNEL_INPUT_EOF      SSH_MSG_CHANNEL_CLOSE
+#define SSH_MSG_CHANNEL_OUTPUT_CLOSE   SSH_MSG_CHANNEL_CLOSE_CONFIRMATION
+
 /*
  * Authentication methods.  New types can be added, but old types should not
  * be removed for compatibility.  The maximum allowed value is 31.
@@ -81,4 +87,3 @@
 /* Protocol flags.  These are bit masks. */
 #define SSH_PROTOFLAG_SCREEN_NUMBER    1       /* X11 forwarding includes screen */
 #define SSH_PROTOFLAG_HOST_IN_FWD_OPEN 2       /* forwarding opens contain host */
-
This page took 0.092114 seconds and 4 git commands to generate.