Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 233 |
char *ssh2_authlist; |
char *ssh2_authlist; |
| 234 |
BOOL tryed_ssh2_authlist; |
BOOL tryed_ssh2_authlist; |
| 235 |
HWND ssh_hearbeat_dialog; |
HWND ssh_hearbeat_dialog; |
| 236 |
|
|
| 237 |
|
/* Pageant との通信用 */ |
| 238 |
|
unsigned char *pageant_key; |
| 239 |
|
unsigned char *pageant_curkey; |
| 240 |
|
int pageant_keylistlen; |
| 241 |
|
int pageant_keycount; |
| 242 |
|
int pageant_keycurrent; |
| 243 |
|
BOOL pageant_keyfinal;// SSH2 PK_OK が来たときに TRUE にする |
| 244 |
} TInstVar; |
} TInstVar; |
| 245 |
|
|
| 246 |
#define LOG_LEVEL_FATAL 5 |
#define LOG_LEVEL_FATAL 5 |
|
|
Legend:
| Removed from v.3078 |
|
| changed lines |
| |
Added in v.3108 |
|
|
|