Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 346 |
settings->DefaultAuthMethod = atoi(buf); |
settings->DefaultAuthMethod = atoi(buf); |
| 347 |
if (settings->DefaultAuthMethod != SSH_AUTH_PASSWORD |
if (settings->DefaultAuthMethod != SSH_AUTH_PASSWORD |
| 348 |
&& settings->DefaultAuthMethod != SSH_AUTH_RSA |
&& settings->DefaultAuthMethod != SSH_AUTH_RSA |
| 349 |
|
&& settings->DefaultAuthMethod != SSH_AUTH_TIS // add (2005.3.12 yutaka) |
| 350 |
&& settings->DefaultAuthMethod != SSH_AUTH_RHOSTS) { |
&& settings->DefaultAuthMethod != SSH_AUTH_RHOSTS) { |
| 351 |
/* this default can never be SSH_AUTH_RHOSTS_RSA because that is not a |
/* this default can never be SSH_AUTH_RHOSTS_RSA because that is not a |
| 352 |
selection in the dialog box; SSH_AUTH_RHOSTS_RSA is automatically chosen |
selection in the dialog box; SSH_AUTH_RHOSTS_RSA is automatically chosen |
| 2187 |
|
|
| 2188 |
/* |
/* |
| 2189 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 2190 |
|
* Revision 1.14 2005/03/12 12:08:05 yutakakn |
| 2191 |
|
* パスワード認証の前に行うkeyboard-interactiveメソッドで、デフォルト設定値を無効(0)にした。 |
| 2192 |
|
* また、認証ダイアログのラベル名を設定の有無により変更するようにした。 |
| 2193 |
|
* |
| 2194 |
* Revision 1.13 2005/03/03 13:28:23 yutakakn |
* Revision 1.13 2005/03/03 13:28:23 yutakakn |
| 2195 |
* クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。 |
* クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。 |
| 2196 |
* |
* |
|
|
Legend:
| Removed from v.2799 |
|
| changed lines |
| |
Added in v.2800 |
|
|
|