[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.70 and 1.71

version 1.70, 2006/07/11 20:07:25 version 1.71, 2006/07/12 11:34:58
Line 385 
Line 385 
 #endif  #endif
         struct passwd *pw;          struct passwd *pw;
   
           parse_server_match_config(&options, user,
               get_canonical_hostname(options.use_dns), get_remote_ipaddr());
   
         pw = getpwnam(user);          pw = getpwnam(user);
         if (pw == NULL) {          if (pw == NULL) {
                 logit("Invalid user %.100s from %.100s",                  logit("Invalid user %.100s from %.100s",

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71