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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.61 and 1.62

version 1.61, 2005/06/17 02:44:32 version 1.62, 2005/07/16 01:35:24
Line 169 
Line 169 
   
         snprintf(info, infolen, " ruser %.100s", client_user);          snprintf(info, infolen, " ruser %.100s", client_user);
         xfree(client_user);          xfree(client_user);
   
         return (authenticated);          return (authenticated);
 }  }
   
Line 177 
Line 177 
 auth1_process_tis_challenge(Authctxt *authctxt, char *info, size_t infolen)  auth1_process_tis_challenge(Authctxt *authctxt, char *info, size_t infolen)
 {  {
         char *challenge;          char *challenge;
   
         if ((challenge = get_challenge(authctxt)) == NULL)          if ((challenge = get_challenge(authctxt)) == NULL)
                 return (0);                  return (0);
   

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62