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

Diff for /src/usr.bin/ssh/auth-options.c between version 1.26 and 1.27

version 1.26, 2002/07/30 17:03:55 version 1.27, 2003/04/08 20:21:28
Line 201 
Line 201 
                         if (match_host_and_ip(remote_host, remote_ip,                          if (match_host_and_ip(remote_host, remote_ip,
                             patterns) != 1) {                              patterns) != 1) {
                                 xfree(patterns);                                  xfree(patterns);
                                 log("Authentication tried for %.100s with "                                  logit("Authentication tried for %.100s with "
                                     "correct key but not from a permitted "                                      "correct key but not from a permitted "
                                     "host (host=%.200s, ip=%.200s).",                                      "host (host=%.200s, ip=%.200s).",
                                     pw->pw_name, remote_host, remote_ip);                                      pw->pw_name, remote_host, remote_ip);
Line 287 
Line 287 
         return 1;          return 1;
   
 bad_option:  bad_option:
         log("Bad options in %.100s file, line %lu: %.50s",          logit("Bad options in %.100s file, line %lu: %.50s",
             file, linenum, opts);              file, linenum, opts);
         auth_debug_add("Bad options in %.100s file, line %lu: %.50s",          auth_debug_add("Bad options in %.100s file, line %lu: %.50s",
             file, linenum, opts);              file, linenum, opts);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27