[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.15 and 1.16

version 1.15, 2008/07/02 12:36:39 version 1.16, 2010/06/25 08:46:17
Line 51 
Line 51 
 {  {
         none_enabled = 0;          none_enabled = 0;
         packet_check_eom();          packet_check_eom();
         if (options.password_authentication)          if (options.permit_empty_passwd && options.password_authentication)
                 return (PRIVSEP(auth_password(authctxt, "")));                  return (PRIVSEP(auth_password(authctxt, "")));
         return (0);          return (0);
 }  }

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