Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 255 |
// SSH バージョンによって TIS のラベルを書き換え |
// SSH バージョンによって TIS のラベルを書き換え |
| 256 |
if (pvar->settings.ssh_protocol_version == 1) { |
if (pvar->settings.ssh_protocol_version == 1) { |
| 257 |
UTIL_get_lang_msg("DLG_AUTH_METHOD_CHALLENGE1", pvar, |
UTIL_get_lang_msg("DLG_AUTH_METHOD_CHALLENGE1", pvar, |
| 258 |
"Use challenge/response to log in(&TIS)"); |
"Use challenge/response(&TIS) to log in"); |
| 259 |
SetDlgItemText(dlg, IDC_SSHUSETIS, pvar->ts->UIMsg); |
SetDlgItemText(dlg, IDC_SSHUSETIS, pvar->ts->UIMsg); |
| 260 |
} else { |
} else { |
| 261 |
UTIL_get_lang_msg("DLG_AUTH_METHOD_CHALLENGE2", pvar, |
UTIL_get_lang_msg("DLG_AUTH_METHOD_CHALLENGE2", pvar, |
| 262 |
"Use &challenge/response to log in(keyboard-interactive)"); |
"Use keyboard-&interactive to log in"); |
| 263 |
SetDlgItemText(dlg, IDC_SSHUSETIS, pvar->ts->UIMsg); |
SetDlgItemText(dlg, IDC_SSHUSETIS, pvar->ts->UIMsg); |
| 264 |
} |
} |
| 265 |
|
|
|
|
Legend:
| Removed from v.6841 |
|
| changed lines |
| |
Added in v.7101 |
|
|
| |