[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.14 and 1.15

version 1.14, 2017/05/30 14:29:59 version 1.15, 2018/03/03 03:15:51
Line 61 
Line 61 
   
         if (change)          if (change)
                 logit("password change not supported");                  logit("password change not supported");
         else if (PRIVSEP(auth_password(ssh->authctxt, password)) == 1)          else if (PRIVSEP(auth_password(ssh, password)) == 1)
                 authenticated = 1;                  authenticated = 1;
         explicit_bzero(password, len);          explicit_bzero(password, len);
         free(password);          free(password);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15