Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 362 |
read_BOOL_option(fileName, "LocalForwardingIdentityCheck", TRUE); |
read_BOOL_option(fileName, "LocalForwardingIdentityCheck", TRUE); |
| 363 |
|
|
| 364 |
// SSH protocol version (2004.10.11 yutaka) |
// SSH protocol version (2004.10.11 yutaka) |
| 365 |
settings->ssh_protocol_version = GetPrivateProfileInt("TTSSH", "ProtocolVersion", 1, fileName); |
// default is SSH2 (2004.11.30 yutaka) |
| 366 |
|
settings->ssh_protocol_version = GetPrivateProfileInt("TTSSH", "ProtocolVersion", 2, fileName); |
| 367 |
|
|
| 368 |
clear_local_settings(pvar); |
clear_local_settings(pvar); |
| 369 |
} |
} |
| 1977 |
|
|
| 1978 |
/* |
/* |
| 1979 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 1980 |
|
* Revision 1.2 2004/11/23 14:32:26 yutakakn |
| 1981 |
|
* 接続ダイアログの起動時に、TCP/IPの「ホスト名」にフォーカスが当たるようにした。 |
| 1982 |
|
* |
| 1983 |
* |
* |
| 1984 |
*/ |
*/ |
|
|
Legend:
| Removed from v.2734 |
|
| changed lines |
| |
Added in v.2738 |
|
|
| |