[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.24 and 1.25

version 1.24, 2002/03/21 22:44:05 version 1.25, 2002/06/05 19:57:12
Line 42 
Line 42 
 #define SSH_AGENTC_ADD_SMARTCARD_KEY            20  #define SSH_AGENTC_ADD_SMARTCARD_KEY            20
 #define SSH_AGENTC_REMOVE_SMARTCARD_KEY         21  #define SSH_AGENTC_REMOVE_SMARTCARD_KEY         21
   
   /* lock/unlock the agent */
   #define SSH_AGENTC_LOCK                         22
   #define SSH_AGENTC_UNLOCK                       23
   
 /* extended failure messages */  /* extended failure messages */
 #define SSH2_AGENT_FAILURE                      30  #define SSH2_AGENT_FAILURE                      30
   
Line 67 
Line 71 
 int      ssh_add_identity(AuthenticationConnection *, Key *, const char *);  int      ssh_add_identity(AuthenticationConnection *, Key *, const char *);
 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_update_card(AuthenticationConnection *, int, const char *, const char *);  int      ssh_update_card(AuthenticationConnection *, int, const char *, const char *);
   
 int  int

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25