[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.95 and 1.96

version 1.95, 2012/04/11 13:17:54 version 1.96, 2012/05/13 01:42:32
Line 451 
Line 451 
         extern login_cap_t *lc;          extern login_cap_t *lc;
         auth_session_t *as;          auth_session_t *as;
         struct passwd *pw;          struct passwd *pw;
           struct connection_info *ci = get_connection_info(1, options.use_dns);
   
         parse_server_match_config(&options, user,          ci->user = user;
             get_canonical_hostname(options.use_dns), get_remote_ipaddr());          parse_server_match_config(&options, ci);
   
         pw = getpwnam(user);          pw = getpwnam(user);
         if (pw == NULL) {          if (pw == NULL) {

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96