[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.16 and 1.17

version 1.16, 2000/10/03 18:03:03 version 1.17, 2000/12/19 23:17:55
Line 152 
Line 152 
         const char *hostname, *ipaddr;          const char *hostname, *ipaddr;
         struct stat st;          struct stat st;
         static const char *rhosts_files[] = {".shosts", ".rhosts", NULL};          static const char *rhosts_files[] = {".shosts", ".rhosts", NULL};
         unsigned int rhosts_file_index;          u_int rhosts_file_index;
   
         /* no user given */          /* no user given */
         if (pw == NULL)          if (pw == NULL)

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