[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.16 and 1.17

version 1.16, 2000/12/20 19:37:21 version 1.17, 2001/06/26 04:59:59
Line 38 
Line 38 
 #define SSH2_AGENTC_REMOVE_IDENTITY             18  #define SSH2_AGENTC_REMOVE_IDENTITY             18
 #define SSH2_AGENTC_REMOVE_ALL_IDENTITIES       19  #define SSH2_AGENTC_REMOVE_ALL_IDENTITIES       19
   
   /* smartcard */
   #define SSH_AGENTC_ADD_SMARTCARD_KEY            20
   #define SSH_AGENTC_REMOVE_SMARTCARD_KEY         21
   
 /* additional error code for ssh.com's ssh-agent2 */  /* additional error code for ssh.com's ssh-agent2 */
 #define SSH_COM_AGENT2_FAILURE                   102  #define SSH_COM_AGENT2_FAILURE                   102
   
Line 133 
Line 137 
  * meant to be used by normal applications.  This returns true if the   * meant to be used by normal applications.  This returns true if the
  * operation was successful.   * operation was successful.
  */   */
 int     ssh_remove_all_identities(AuthenticationConnection *auth, int version);  int     ssh_remove_all_identities(AuthenticationConnection *auth, int version);
   
   int     ssh_update_card(AuthenticationConnection *auth, int add, int reader_id);
   
 #endif                          /* AUTHFD_H */  #endif                          /* AUTHFD_H */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17