Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3003 by maya, Mon Aug 20 14:21:57 2007 UTC revision 3011 by maya, Sat Sep 22 16:10:45 2007 UTC
# Line 119  typedef struct _TS_SSH { Line 119  typedef struct _TS_SSH {
119    
120          int ssh_protocol_version; // SSH version (2004.10.11 yutaka)          int ssh_protocol_version; // SSH version (2004.10.11 yutaka)
121          int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka)          int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka)
         int ssh2_keyboard_interactive; // SSH2 keyboard-interactive (2005.1.23 yutaka)  
122          int remember_password;  // whether password will permanently store on heap memory (2006.8.5 yutaka)          int remember_password;  // whether password will permanently store on heap memory (2006.8.5 yutaka)
123  } TS_SSH;  } TS_SSH;
124    
# Line 222  typedef struct _TInstVar { Line 221  typedef struct _TInstVar {
221          char ssh2_keyfile[MAX_PATH];          char ssh2_keyfile[MAX_PATH];
222          time_t ssh_heartbeat_tick;          time_t ssh_heartbeat_tick;
223          HANDLE ssh_heartbeat_thread;          HANDLE ssh_heartbeat_thread;
         int keyboard_interactive_done;  
224          int keyboard_interactive_password_input;          int keyboard_interactive_password_input;
225          int userauth_retry_count;          int userauth_retry_count;
226          buffer_t *decomp_buffer;          buffer_t *decomp_buffer;

Legend:
Removed from v.3003  
changed lines
  Added in v.3011

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26