~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to ssh.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Johnston
  • Date: 2005-12-08 19:20:21 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208192021-nyp9rwnt77nsg6ty
Tags: 0.47-1
* New upstream release.
* SECURITY: Fix incorrect buffer sizing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#define SSH_MSG_USERAUTH_FAILURE            51
43
43
#define SSH_MSG_USERAUTH_SUCCESS            52
44
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
51
#define SSH_MSG_USERAUTH_PK_OK                          60
46
52
 
 
53
/* keyboard interactive auth */
 
54
#define SSH_MSG_USERAUTH_INFO_REQUEST           60
 
55
#define SSH_MSG_USERAUTH_INFO_RESPONSE          61
 
56
 
 
57
 
47
58
/* If adding numbers here, check MAX_UNAUTH_PACKET_TYPE in process-packet.c
48
59
 * is still valid */
49
60