[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.26 and 1.27

version 1.26, 2002/06/05 21:55:44 version 1.27, 2002/06/15 00:01:36
Line 46 
Line 46 
 #define SSH_AGENTC_LOCK                         22  #define SSH_AGENTC_LOCK                         22
 #define SSH_AGENTC_UNLOCK                       23  #define SSH_AGENTC_UNLOCK                       23
   
 /* set key lifetime */  /* constrain key usage */
 #define SSH_AGENTC_LIFETIME_IDENTITY1           24  #define SSH_AGENTC_CONTRAIN_IDENTITY1           24
 #define SSH_AGENTC_LIFETIME_IDENTITY            25  #define SSH_AGENTC_CONTRAIN_IDENTITY            25
   
   #define SSH_AGENT_CONTRAIN_LIFETIME             1
   
 /* extended failure messages */  /* extended failure messages */
 #define SSH2_AGENT_FAILURE                      30  #define SSH2_AGENT_FAILURE                      30
   
Line 73 
Line 75 
 Key     *ssh_get_first_identity(AuthenticationConnection *, char **, int);  Key     *ssh_get_first_identity(AuthenticationConnection *, char **, int);
 Key     *ssh_get_next_identity(AuthenticationConnection *, char **, int);  Key     *ssh_get_next_identity(AuthenticationConnection *, char **, int);
 int      ssh_add_identity(AuthenticationConnection *, Key *, const char *);  int      ssh_add_identity(AuthenticationConnection *, Key *, const char *);
 int      ssh_lifetime_identity(AuthenticationConnection *, Key *, u_int);  int      ssh_contrain_identity(AuthenticationConnection *, Key *, u_int);
 int      ssh_remove_identity(AuthenticationConnection *, Key *);  int      ssh_remove_identity(AuthenticationConnection *, Key *);
 int      ssh_remove_all_identities(AuthenticationConnection *, int);  int      ssh_remove_all_identities(AuthenticationConnection *, int);
 int      ssh_lock_agent(AuthenticationConnection *, int, const char *);  int      ssh_lock_agent(AuthenticationConnection *, int, const char *);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27