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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.83 and 1.84

version 1.83, 2018/07/31 03:10:27 version 1.84, 2018/08/23 03:01:08
Line 190 
Line 190 
                     ssh->compat)) == 0) {                      ssh->compat)) == 0) {
                         authenticated = 1;                          authenticated = 1;
                 }                  }
                 sshbuf_free(b);  
                 auth2_record_key(authctxt, authenticated, key);                  auth2_record_key(authctxt, authenticated, key);
         } else {          } else {
                 debug("%s: test pkalg %s pkblob %s%s%s",                  debug("%s: test pkalg %s pkblob %s%s%s",
Line 232 
Line 231 
         }          }
         debug2("%s: authenticated %d pkalg %s", __func__, authenticated, pkalg);          debug2("%s: authenticated %d pkalg %s", __func__, authenticated, pkalg);
   
           sshbuf_free(b);
         sshauthopt_free(authopts);          sshauthopt_free(authopts);
         sshkey_free(key);          sshkey_free(key);
         free(userstyle);          free(userstyle);

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84