search for: agent_failed

Displaying 1 result from an estimated 1 matches for "agent_failed".

2000 Oct 08
1
OpenSSH-2.2.0 problem with ssh.com ssh-agent2
...*************** *** 39,50 **** #define SSH2_AGENTC_REMOVE_IDENTITY 18 #define SSH2_AGENTC_REMOVE_ALL_IDENTITIES 19 - /* messages used by the ssh.com ssh-agent2 */ - #define SSH_COM_AGENT_FAILURE 102 - - /* macro to check for "agent failure" message */ - #define agent_failed(x) ((x == SSH_AGENT_FAILURE) || (x == SSH_COM_AGENT_FAILURE)) - typedef struct { int fd; Buffer identities; --- 39,44 ---- *** authfd.c Sun Oct 8 17:45:28 2000 --- authfd.c.orig Tue Aug 22 20:46:24 2000 *************** *** 223,229 **** /* Get message type, and verify that we...