comparison ssh.h @ 297:79bf1023cf11 agent-client

propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 01038174ec27245b51bd43a66c01ad930880f67b)
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Mar 2006 16:20:59 +0000
parents ca7e76d981d9 efbaf6b03837
children d32bcb5c557d
comparison
equal deleted inserted replaced
225:ca7e76d981d9 297:79bf1023cf11
40 /* userauth message numbers */ 40 /* userauth message numbers */
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
46 /* packets 60-79 are method-specific, aren't one-one mapping */
47 #define SSH_MSG_USERAUTH_SPECIFIC_60 60
48
49 #define SSH_MSG_USERAUTH_PASSWD_CHANGEREQ 60
50
45 #define SSH_MSG_USERAUTH_PK_OK 60 51 #define SSH_MSG_USERAUTH_PK_OK 60
52
53 /* keyboard interactive auth */
54 #define SSH_MSG_USERAUTH_INFO_REQUEST 60
55 #define SSH_MSG_USERAUTH_INFO_RESPONSE 61
56
46 57
47 /* If adding numbers here, check MAX_UNAUTH_PACKET_TYPE in process-packet.c 58 /* If adding numbers here, check MAX_UNAUTH_PACKET_TYPE in process-packet.c
48 * is still valid */ 59 * is still valid */
49 60
50 /* connect message numbers */ 61 /* connect message numbers */