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

Diff for /src/usr.bin/ssh/auth2-hostbased.c between version 1.15 and 1.16

version 1.15, 2013/05/17 00:13:13 version 1.16, 2013/06/21 00:34:49
Line 115 
Line 115 
 #ifdef DEBUG_PK  #ifdef DEBUG_PK
         buffer_dump(&b);          buffer_dump(&b);
 #endif  #endif
   
           pubkey_auth_info(authctxt, key,
               "client user \"%.100s\", client host \"%.100s\"", cuser, chost);
   
         /* test for allowed key and correct signature */          /* test for allowed key and correct signature */
         authenticated = 0;          authenticated = 0;
         if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&          if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16