Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 118 |
int ssh_protocol_version; // SSH version (2004.10.11 yutaka) |
int ssh_protocol_version; // SSH version (2004.10.11 yutaka) |
| 119 |
int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka) |
int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka) |
| 120 |
int ssh2_keyboard_interactive; // SSH2 keyboard-interactive (2005.1.23 yutaka) |
int ssh2_keyboard_interactive; // SSH2 keyboard-interactive (2005.1.23 yutaka) |
| 121 |
|
int remember_password; // whether password will permanently store on heap memory (2006.8.5 yutaka) |
| 122 |
} TS_SSH; |
} TS_SSH; |
| 123 |
|
|
| 124 |
typedef struct _TInstVar { |
typedef struct _TInstVar { |
|
|
Legend:
| Removed from v.2856 |
|
| changed lines |
| |
Added in v.2891 |
|
|
|