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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.73 and 1.74

version 1.73, 2008/07/04 23:30:16 version 1.74, 2010/06/25 08:46:17
Line 239 
Line 239 
             authctxt->valid ? "" : "invalid user ", authctxt->user);              authctxt->valid ? "" : "invalid user ", authctxt->user);
   
         /* If the user has no password, accept authentication immediately. */          /* If the user has no password, accept authentication immediately. */
         if (options.password_authentication &&          if (options.permit_empty_passwd && options.password_authentication &&
 #ifdef KRB5  #ifdef KRB5
             (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&              (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
 #endif  #endif

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74