Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 208 |
time_t ssh_heartbeat_tick; |
time_t ssh_heartbeat_tick; |
| 209 |
HANDLE ssh_heartbeat_thread; |
HANDLE ssh_heartbeat_thread; |
| 210 |
int keyboard_interactive_done; |
int keyboard_interactive_done; |
| 211 |
|
int keyboard_interactive_password_input; |
| 212 |
int userauth_retry_count; |
int userauth_retry_count; |
| 213 |
|
|
| 214 |
} TInstVar; |
} TInstVar; |
| 236 |
|
|
| 237 |
/* |
/* |
| 238 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 239 |
|
* Revision 1.9 2005/03/10 13:40:39 yutakakn |
| 240 |
|
* すでにログイン処理を行っている場合は、SSH2_MSG_SERVICE_REQUESTの送信は |
| 241 |
|
* しないことにする。OpenSSHでは支障ないが、Tru64 UNIXではサーバエラーとなってしまうため。 |
| 242 |
|
* |
| 243 |
* Revision 1.8 2005/03/03 13:28:23 yutakakn |
* Revision 1.8 2005/03/03 13:28:23 yutakakn |
| 244 |
* クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。 |
* クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。 |
| 245 |
* |
* |
|
|
Legend:
| Removed from v.2798 |
|
| changed lines |
| |
Added in v.2800 |
|
|
|