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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.42 and 1.43

version 1.42, 2001/06/22 21:55:48 version 1.43, 2001/06/25 17:54:47
Line 159 
Line 159 
                 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) {
                 xfree(file);                  xfree(file);
                 fclose(f);                  fclose(f);
                 log("Authentication refused: %s", line);                  log("Authentication refused: %s", line);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43