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) |
| 122 |
int remember_password; // whether password will permanently store on heap memory (2006.8.5 yutaka) |
// whether password will permanently store on heap memory (2006.8.5 yutaka) |
| 123 |
|
int remember_password; |
| 124 |
|
|
| 125 |
|
// try auth with "none" method for disable unsupported on dialog (2007.9.24 maya) |
| 126 |
|
BOOL CheckAuthListFirst; |
| 127 |
} TS_SSH; |
} TS_SSH; |
| 128 |
|
|
| 129 |
typedef struct _TInstVar { |
typedef struct _TInstVar { |
| 229 |
int userauth_retry_count; |
int userauth_retry_count; |
| 230 |
buffer_t *decomp_buffer; |
buffer_t *decomp_buffer; |
| 231 |
char *ssh2_authlist; |
char *ssh2_authlist; |
| 232 |
|
BOOL tryed_ssh2_authlist; |
| 233 |
} TInstVar; |
} TInstVar; |
| 234 |
|
|
| 235 |
#define LOG_LEVEL_FATAL 5 |
#define LOG_LEVEL_FATAL 5 |
|
|
Legend:
| Removed from v.3011 |
|
| changed lines |
| |
Added in v.3015 |
|
|
|