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

Diff for /src/usr.bin/ssh/authfd.h between version 1.41 and 1.42

version 1.41, 2017/06/28 01:09:22 version 1.42, 2018/02/10 09:25:34
Line 29 
Line 29 
 int     ssh_lock_agent(int sock, int lock, const char *password);  int     ssh_lock_agent(int sock, int lock, const char *password);
 int     ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);  int     ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
 void    ssh_free_identitylist(struct ssh_identitylist *idl);  void    ssh_free_identitylist(struct ssh_identitylist *idl);
 int     ssh_add_identity_constrained(int sock, struct sshkey *key,  int     ssh_add_identity_constrained(int sock, const struct sshkey *key,
             const char *comment, u_int life, u_int confirm);              const char *comment, u_int life, u_int confirm);
 int     ssh_remove_identity(int sock, struct sshkey *key);  int     ssh_remove_identity(int sock, struct sshkey *key);
 int     ssh_update_card(int sock, int add, const char *reader_id,  int     ssh_update_card(int sock, int add, const char *reader_id,

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42