[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.31 and 1.32

version 1.31, 2017/06/24 06:34:38 version 1.32, 2017/12/18 02:25:15
Line 143 
Line 143 
         authenticated = 0;          authenticated = 0;
         if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&          if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&
             PRIVSEP(sshkey_verify(key, sig, slen,              PRIVSEP(sshkey_verify(key, sig, slen,
             sshbuf_ptr(b), sshbuf_len(b), ssh->compat)) == 0)              sshbuf_ptr(b), sshbuf_len(b), pkalg, ssh->compat)) == 0)
                 authenticated = 1;                  authenticated = 1;
   
         auth2_record_key(authctxt, authenticated, key);          auth2_record_key(authctxt, authenticated, key);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32