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

Diff for /src/usr.bin/ssh/auth.c between version 1.87 and 1.88

version 1.87, 2010/05/07 11:30:29 version 1.88, 2010/06/22 04:49:47
Line 307 
Line 307 
                         logit("Authentication refused for %.100s: "                          logit("Authentication refused for %.100s: "
                             "bad owner or modes for %.200s",                              "bad owner or modes for %.200s",
                             pw->pw_name, user_hostfile);                              pw->pw_name, user_hostfile);
                           auth_debug_add("Ignored %.200s: bad ownership or modes",
                               user_hostfile);
                 } else {                  } else {
                         temporarily_use_uid(pw);                          temporarily_use_uid(pw);
                         host_status = check_host_in_hostfile(user_hostfile,                          host_status = check_host_in_hostfile(user_hostfile,
Line 430 
Line 432 
             secure_filename(f, file, pw, line, sizeof(line)) != 0) {              secure_filename(f, file, pw, line, sizeof(line)) != 0) {
                 fclose(f);                  fclose(f);
                 logit("Authentication refused: %s", line);                  logit("Authentication refused: %s", line);
                   auth_debug_add("Ignored %s: %s", file_type, line);
                 return NULL;                  return NULL;
         }          }
   

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88