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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.265 and 1.266

version 1.265, 2017/08/11 04:47:12 version 1.266, 2017/08/27 00:38:41
Line 887 
Line 887 
 userauth_passwd(Authctxt *authctxt)  userauth_passwd(Authctxt *authctxt)
 {  {
         static int attempt = 0;          static int attempt = 0;
         char prompt[150];          char prompt[256];
         char *password;          char *password;
         const char *host = options.host_key_alias ?  options.host_key_alias :          const char *host = options.host_key_alias ?  options.host_key_alias :
             authctxt->host;              authctxt->host;
Line 927 
Line 927 
 {  {
         Authctxt *authctxt = ssh->authctxt;          Authctxt *authctxt = ssh->authctxt;
         char *info, *lang, *password = NULL, *retype = NULL;          char *info, *lang, *password = NULL, *retype = NULL;
         char prompt[150];          char prompt[256];
         const char *host;          const char *host;
   
         debug2("input_userauth_passwd_changereq");          debug2("input_userauth_passwd_changereq");

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.266