[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.17 and 1.18

version 1.17, 2019/09/06 04:53:27 version 1.18, 2020/02/26 13:40:09
Line 64 
Line 64 
                 logit("password change not supported");                  logit("password change not supported");
         else if (PRIVSEP(auth_password(ssh, password)) == 1)          else if (PRIVSEP(auth_password(ssh, password)) == 1)
                 authenticated = 1;                  authenticated = 1;
         explicit_bzero(password, len);          freezero(password, len);
         free(password);  
         return authenticated;          return authenticated;
 }  }
   

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