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

Diff for /src/usr.bin/ssh/auth2-passwd.c between version 1.18 and 1.19

version 1.18, 2020/02/26 13:40:09 version 1.19, 2020/10/18 11:32:01
Line 58 
Line 58 
             (r = sshpkt_get_cstring(ssh, &password, &len)) != 0 ||              (r = sshpkt_get_cstring(ssh, &password, &len)) != 0 ||
             (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) ||              (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) ||
             (r = sshpkt_get_end(ssh)) != 0)              (r = sshpkt_get_end(ssh)) != 0)
                 fatal("%s: %s", __func__, ssh_err(r));                  fatal_fr(r, "parse packet");
   
         if (change)          if (change)
                 logit("password change not supported");                  logit("password change not supported");

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19