[BACK]Return to auth-rh-rsa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth-rh-rsa.c between version 1.42 and 1.43

version 1.42, 2006/08/03 03:34:41 version 1.43, 2010/03/04 10:36:03
Line 42 
Line 42 
 {  {
         HostStatus host_status;          HostStatus host_status;
   
           if (auth_key_is_revoked(client_host_key))
                   return 0;
   
         /* Check if we would accept it using rhosts authentication. */          /* Check if we would accept it using rhosts authentication. */
         if (!auth_rhosts(pw, cuser))          if (!auth_rhosts(pw, cuser))
                 return 0;                  return 0;

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43