comparison ssh.h @ 293:9d110777f345 contrib-blacklist

propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27fe6b65bf1a234db386a) to branch 'au.asn.ucc.matt.dropbear.contrib.blacklist' (head 1d86a4f0a401cc68c2670d821a2f6366c37af143)
author Matt Johnston <matt@ucc.asn.au>
date Fri, 10 Mar 2006 06:31:29 +0000
parents efbaf6b03837
children 79bf1023cf11
comparison
equal deleted inserted replaced
247:c07de41b53d7 293:9d110777f345
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 */