comparison ssh.h @ 22:c1e5d9195402

merge of abac2150ee4f4031a98016241fbd136d24fed127 and ffa047425729e478a5b49b1ab0f8ec71c08a1421
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Jun 2004 07:14:16 +0000
parents fe6bca95afa7
children ca7e76d981d9 efbaf6b03837
comparison
equal deleted inserted replaced
14:5ae28f6101c1 22:c1e5d9195402
41 #define SSH_MSG_USERAUTH_REQUEST 50 41 #define SSH_MSG_USERAUTH_REQUEST 50
42 #define SSH_MSG_USERAUTH_FAILURE 51 42 #define SSH_MSG_USERAUTH_FAILURE 51
43 #define SSH_MSG_USERAUTH_SUCCESS 52 43 #define SSH_MSG_USERAUTH_SUCCESS 52
44 #define SSH_MSG_USERAUTH_BANNER 53 44 #define SSH_MSG_USERAUTH_BANNER 53
45 #define SSH_MSG_USERAUTH_PK_OK 60 45 #define SSH_MSG_USERAUTH_PK_OK 60
46
47 /* If adding numbers here, check MAX_UNAUTH_PACKET_TYPE in process-packet.c
48 * is still valid */
46 49
47 /* connect message numbers */ 50 /* connect message numbers */
48 #define SSH_MSG_GLOBAL_REQUEST 80 51 #define SSH_MSG_GLOBAL_REQUEST 80
49 #define SSH_MSG_REQUEST_SUCCESS 81 52 #define SSH_MSG_REQUEST_SUCCESS 81
50 #define SSH_MSG_REQUEST_FAILURE 82 53 #define SSH_MSG_REQUEST_FAILURE 82