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

Diff for /src/usr.bin/ssh/auth2.c between version 1.67 and 1.68

version 1.67, 2001/06/25 20:26:37 version 1.68, 2001/06/26 05:50:11
Line 626 
Line 626 
                 return 0;                  return 0;
         }          }
         if (options.strict_modes &&          if (options.strict_modes &&
             secure_filename(f, file, pw->pw_uid, line, sizeof(line)) != 0) {              secure_filename(f, file, pw, line, sizeof(line)) != 0) {
                 fclose(f);                  fclose(f);
                 log("Authentication refused: %s", line);                  log("Authentication refused: %s", line);
                 restore_uid();                  restore_uid();

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68