[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.53 and 1.54

version 1.53, 2020/10/18 11:32:01 version 1.54, 2022/02/01 23:32:51
Line 187 
Line 187 
 {  {
         char buf[1024];          char buf[1024];
         struct stat st;          struct stat st;
         static const char *rhosts_files[] = {".shosts", ".rhosts", NULL};          static const char * const rhosts_files[] = {".shosts", ".rhosts", NULL};
         u_int rhosts_file_index;          u_int rhosts_file_index;
   
         debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s",          debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s",

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54