summaryrefslogtreecommitdiff
path: root/ssh1.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-07-17 16:12:08 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-07-17 16:12:08 +1000
commitfc9597034b819b295966f61d8dc797b53fda45c7 (patch)
treea5a9b7afc50720d7b6f89a4ae1f211abbff89f47 /ssh1.h
parentba6de952a00558e6d93b8c9edd81806a99716411 (diff)
- deraadt@cvs.openbsd.org 2004/07/11 17:48:47
[channels.c cipher.c clientloop.c clientloop.h compat.h moduli.c readconf.c nchan.c pathnames.h progressmeter.c readconf.h servconf.c session.c sftp-client.c sftp.c ssh-agent.1 ssh-keygen.c ssh.c ssh1.h sshd.c ttymodes.h] spaces
Diffstat (limited to 'ssh1.h')
-rw-r--r--ssh1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh1.h b/ssh1.h
index 98d1dc930..cc7fbc8b0 100644
--- a/ssh1.h
+++ b/ssh1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh1.h,v 1.3 2001/05/30 12:55:13 markus Exp $ */ 1/* $OpenBSD: ssh1.h,v 1.4 2004/07/11 17:48:47 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -29,8 +29,8 @@
29#define SSH_SMSG_AUTH_RSA_CHALLENGE 7 /* int (BIGNUM) */ 29#define SSH_SMSG_AUTH_RSA_CHALLENGE 7 /* int (BIGNUM) */
30#define SSH_CMSG_AUTH_RSA_RESPONSE 8 /* int (BIGNUM) */ 30#define SSH_CMSG_AUTH_RSA_RESPONSE 8 /* int (BIGNUM) */
31#define SSH_CMSG_AUTH_PASSWORD 9 /* pass (string) */ 31#define SSH_CMSG_AUTH_PASSWORD 9 /* pass (string) */
32#define SSH_CMSG_REQUEST_PTY 10 /* TERM, tty modes */ 32#define SSH_CMSG_REQUEST_PTY 10 /* TERM, tty modes */
33#define SSH_CMSG_WINDOW_SIZE 11 /* row,col,xpix,ypix */ 33#define SSH_CMSG_WINDOW_SIZE 11 /* row,col,xpix,ypix */
34#define SSH_CMSG_EXEC_SHELL 12 /* */ 34#define SSH_CMSG_EXEC_SHELL 12 /* */
35#define SSH_CMSG_EXEC_CMD 13 /* cmd (string) */ 35#define SSH_CMSG_EXEC_CMD 13 /* cmd (string) */
36#define SSH_SMSG_SUCCESS 14 /* */ 36#define SSH_SMSG_SUCCESS 14 /* */
@@ -45,7 +45,7 @@
45#define SSH_MSG_CHANNEL_DATA 23 /* ch,data (int,str) */ 45#define SSH_MSG_CHANNEL_DATA 23 /* ch,data (int,str) */
46#define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */ 46#define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */
47#define SSH_MSG_CHANNEL_CLOSE_CONFIRMATION 25 /* channel (int) */ 47#define SSH_MSG_CHANNEL_CLOSE_CONFIRMATION 25 /* channel (int) */
48/* SSH_CMSG_X11_REQUEST_FORWARDING 26 OBSOLETE */ 48/* SSH_CMSG_X11_REQUEST_FORWARDING 26 OBSOLETE */
49#define SSH_SMSG_X11_OPEN 27 /* channel (int) */ 49#define SSH_SMSG_X11_OPEN 27 /* channel (int) */
50#define SSH_CMSG_PORT_FORWARD_REQUEST 28 /* p,host,hp (i,s,i) */ 50#define SSH_CMSG_PORT_FORWARD_REQUEST 28 /* p,host,hp (i,s,i) */
51#define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */ 51#define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */