Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC revision 3336 by maya, Wed Apr 22 08:17:50 2009 UTC
# Line 716  static BOOL CALLBACK auth_dlg_proc(HWND Line 716  static BOOL CALLBACK auth_dlg_proc(HWND
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26