Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 716 |
pvar->session_settings.CheckAuthListFirst && |
pvar->session_settings.CheckAuthListFirst && |
| 717 |
!pvar->tryed_ssh2_authlist) { |
!pvar->tryed_ssh2_authlist) { |
| 718 |
if (!autologin_sent_none) { |
if (!autologin_sent_none) { |
| 719 |
|
// ダイアログのユーザ名を取得する |
| 720 |
|
if (pvar->auth_state.user == NULL) { |
| 721 |
|
pvar->auth_state.user = |
| 722 |
|
alloc_control_text(GetDlgItem(dlg, IDC_SSHUSERNAME)); |
| 723 |
|
} |
| 724 |
|
|
| 725 |
// AuthList が帰ってきていないと IDOK を押しても |
// AuthList が帰ってきていないと IDOK を押しても |
| 726 |
// 進まないので、none を送る (2008.10.12 maya) |
// 進まないので、none を送る (2008.10.12 maya) |
| 727 |
do_SSH2_userauth(pvar); |
do_SSH2_userauth(pvar); |
|
|
Legend:
| Removed from v.3227 |
|
| changed lines |
| |
Added in v.3336 |
|
|
|