Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| 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 |
|
|
|