summaryrefslogtreecommitdiff
path: root/ssh1.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:17:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:17:10 +0000
commite6455aee8fe31931f006f390fcbf0e99c1fbaacf (patch)
tree53ba7fa048231130a23ae46f36d526d8791fd34f /ssh1.h
parent2d0356f7de5e12dd818b705c54bc8a380827ab8e (diff)
downloadopenssh-git-e6455aee8fe31931f006f390fcbf0e99c1fbaacf.tar.gz
[NOTE: File split is was not done in Portabl Tree]
- markus@cvs.openbsd.org 2001/05/30 12:55:13 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c ssh1.h] channel layer cleanup: merge header files and split .c files
Diffstat (limited to 'ssh1.h')
-rw-r--r--ssh1.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ssh1.h b/ssh1.h
index 770c5e4b..98d1dc93 100644
--- a/ssh1.h
+++ b/ssh1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh1.h,v 1.2 2001/01/29 01:58:18 niklas Exp $ */
+/* $OpenBSD: ssh1.h,v 1.3 2001/05/30 12:55:13 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -66,6 +66,10 @@
#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.
@@ -83,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 */
-