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

Diff for /src/usr.bin/ssh/authfile.c between version 1.141 and 1.142

version 1.141, 2020/06/18 23:33:38 version 1.142, 2022/01/01 01:55:30
Line 363 
Line 363 
  * Returns success if the specified "key" is listed in the file "filename",   * Returns success if the specified "key" is listed in the file "filename",
  * SSH_ERR_KEY_NOT_FOUND: if the key is not listed or another error.   * SSH_ERR_KEY_NOT_FOUND: if the key is not listed or another error.
  * If "strict_type" is set then the key type must match exactly,   * If "strict_type" is set then the key type must match exactly,
  * otherwise a comparison that ignores certficiate data is performed.   * otherwise a comparison that ignores certificate data is performed.
  * If "check_ca" is set and "key" is a certificate, then its CA key is   * If "check_ca" is set and "key" is a certificate, then its CA key is
  * also checked and sshkey_in_file() will return success if either is found.   * also checked and sshkey_in_file() will return success if either is found.
  */   */

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142