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

Diff for /src/usr.bin/ssh/auth2-none.c between version 1.4.2.1 and 1.5

version 1.4.2.1, 2003/09/16 21:20:24 version 1.5, 2003/07/31 09:21:02
Line 96 
Line 96 
         none_enabled = 0;          none_enabled = 0;
         packet_check_eom();          packet_check_eom();
         userauth_banner();          userauth_banner();
         if (options.password_authentication)          if (options.password_authentication && authctxt->valid)
                 return (PRIVSEP(auth_password(authctxt, "")));                  return (PRIVSEP(auth_password(authctxt, "")));
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.4.2.1  
changed lines
  Added in v.1.5