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 3016 by maya, Mon Oct 1 06:22:57 2007 UTC revision 3023 by maya, Wed Oct 3 16:19:17 2007 UTC
# Line 708  static BOOL CALLBACK auth_dlg_proc(HWND Line 708  static BOOL CALLBACK auth_dlg_proc(HWND
708                                                          alloc_control_text(GetDlgItem(dlg, IDC_SSHUSERNAME));                                                          alloc_control_text(GetDlgItem(dlg, IDC_SSHUSERNAME));
709                                          }                                          }
710    
711                                            // ユーザ名が入力されているかチェックする
712                                            if (strlen(pvar->auth_state.user) == 0) {
713                                                    return FALSE;
714                                            }
715    
716                                          // ユーザ名を変更させない                                          // ユーザ名を変更させない
717                                          EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAME), FALSE);                                          EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAME), FALSE);
718    

Legend:
Removed from v.3016  
changed lines
  Added in v.3023

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