[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.2.4.1 and 1.3

version 1.2.4.1, 2002/06/26 15:52:13 version 1.3, 2003/04/08 20:21:28
Line 44 
Line 44 
         u_int len;          u_int len;
         change = packet_get_char();          change = packet_get_char();
         if (change)          if (change)
                 log("password change not supported");                  logit("password change not supported");
         password = packet_get_string(&len);          password = packet_get_string(&len);
         packet_check_eom();          packet_check_eom();
         if (authctxt->valid &&          if (authctxt->valid &&

Legend:
Removed from v.1.2.4.1  
changed lines
  Added in v.1.3