[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.11 and 1.12

version 1.11, 1999/11/24 19:53:43 version 1.12, 1999/12/27 10:46:11
Line 205 
Line 205 
         if (stat(pw->pw_dir, &st) < 0) {          if (stat(pw->pw_dir, &st) < 0) {
                 log("Rhosts authentication refused for %.100s: no home directory %.200s",                  log("Rhosts authentication refused for %.100s: no home directory %.200s",
                     pw->pw_name, pw->pw_dir);                      pw->pw_name, pw->pw_dir);
                 packet_send_debug("Rhosts authentication refused for %.100: no home directory %.200s",                  packet_send_debug("Rhosts authentication refused for %.100s: no home directory %.200s",
                                   pw->pw_name, pw->pw_dir);                                    pw->pw_name, pw->pw_dir);
                 return 0;                  return 0;
         }          }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12