[BACK]Return to ssh2.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh2.h between version 1.10 and 1.11

version 1.10, 2006/03/25 22:22:43 version 1.11, 2008/11/04 08:22:13
Line 111 
Line 111 
 #define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ              60  #define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ              60
 #define SSH2_MSG_USERAUTH_INFO_REQUEST                  60  #define SSH2_MSG_USERAUTH_INFO_REQUEST                  60
 #define SSH2_MSG_USERAUTH_INFO_RESPONSE                 61  #define SSH2_MSG_USERAUTH_INFO_RESPONSE                 61
   #define SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP1            60
   #define SSH2_MSG_USERAUTH_JPAKE_SERVER_STEP1            61
   #define SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2            62
   #define SSH2_MSG_USERAUTH_JPAKE_SERVER_STEP2            63
   #define SSH2_MSG_USERAUTH_JPAKE_CLIENT_CONFIRM          64
   #define SSH2_MSG_USERAUTH_JPAKE_SERVER_CONFIRM          65
   
 /* connection protocol: generic */  /* connection protocol: generic */
   
Line 159 
Line 165 
 #define SSH2_OPEN_RESOURCE_SHORTAGE                     4  #define SSH2_OPEN_RESOURCE_SHORTAGE                     4
   
 #define SSH2_EXTENDED_DATA_STDERR                       1  #define SSH2_EXTENDED_DATA_STDERR                       1
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11