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

Diff for /src/usr.bin/ssh/auth-rhosts.c between version 1.19 and 1.20

version 1.19, 2001/01/21 19:05:42 version 1.20, 2001/02/03 10:08:36
Line 183 
Line 183 
             stat(_PATH_SSH_HOSTS_EQUIV, &st) < 0)              stat(_PATH_SSH_HOSTS_EQUIV, &st) < 0)
                 return 0;                  return 0;
   
         hostname = get_canonical_hostname();          hostname = get_canonical_hostname(options.reverse_mapping_check);
         ipaddr = get_remote_ipaddr();          ipaddr = get_remote_ipaddr();
   
         /* If not logging in as superuser, try /etc/hosts.equiv and shosts.equiv. */          /* If not logging in as superuser, try /etc/hosts.equiv and shosts.equiv. */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20