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

Diff for /src/usr.bin/ssh/authfd.c between version 1.101 and 1.102

version 1.101, 2017/04/30 23:10:43 version 1.102, 2017/05/04 06:10:57
Line 573 
Line 573 
 /*  /*
  * Removes all identities from the agent.   * Removes all identities from the agent.
  * This call is intended only for use by ssh-add(1) and like applications.   * This call is intended only for use by ssh-add(1) and like applications.
    *
    * This supports the SSH protocol 1 message to because, when clearing all
    * keys from an agent, we generally want to clear both protocol v1 and v2
    * keys.
  */   */
 int  int
 ssh_remove_all_identities(int sock, int version)  ssh_remove_all_identities(int sock, int version)

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102