[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.46 and 1.47

version 1.46, 2019/09/03 08:29:15 version 1.47, 2019/10/31 21:19:15
Line 30 
Line 30 
 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, struct sshkey *key,
             const char *comment, u_int life, u_int confirm, u_int maxsign);              const char *comment, u_int life, u_int confirm, u_int maxsign,
               const char *provider);
 int     ssh_agent_has_key(int sock, struct sshkey *key);  int     ssh_agent_has_key(int sock, struct sshkey *key);
 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,
Line 77 
Line 78 
 #define SSH_AGENT_CONSTRAIN_LIFETIME            1  #define SSH_AGENT_CONSTRAIN_LIFETIME            1
 #define SSH_AGENT_CONSTRAIN_CONFIRM             2  #define SSH_AGENT_CONSTRAIN_CONFIRM             2
 #define SSH_AGENT_CONSTRAIN_MAXSIGN             3  #define SSH_AGENT_CONSTRAIN_MAXSIGN             3
   #define SSH_AGENT_CONSTRAIN_EXTENSION           255
   
 /* extended failure messages */  /* extended failure messages */
 #define SSH2_AGENT_FAILURE                      30  #define SSH2_AGENT_FAILURE                      30

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47