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 2789 by yutakakn, Tue Feb 22 08:48:11 2005 UTC revision 2799 by yutakakn, Sat Mar 12 12:08:05 2005 UTC
# Line 239  static void init_auth_dlg(PTInstVar pvar Line 239  static void init_auth_dlg(PTInstVar pvar
239                  }                  }
240          }          }
241    
242            // パスワード認証を試す前に、keyboard-interactiveメソッドを試す場合は、ラベル名を
243            // 変更する。(2005.3.12 yutaka)
244            if (pvar->settings.ssh2_keyboard_interactive == 1) {
245                    SetDlgItemText(dlg, IDC_SSHUSEPASSWORD, "Use p&lain password to log in (with keyboard-interactive)");
246            }
247    
248  }  }
249    
250  static char FAR *alloc_control_text(HWND ctl)  static char FAR *alloc_control_text(HWND ctl)
# Line 1010  void AUTH_end(PTInstVar pvar) Line 1016  void AUTH_end(PTInstVar pvar)
1016    
1017  /*  /*
1018   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
1019     * Revision 1.9  2005/02/22 08:48:11  yutakakn
1020     * TTSSH setupダイアログに HeartBeat 設定を追加。
1021     * TTSSH authentication setupダイアログに keyboard-interactive 設定を追加。
1022     *
1023   * Revision 1.8  2005/01/27 13:30:33  yutakakn   * Revision 1.8  2005/01/27 13:30:33  yutakakn
1024   * 公開鍵認証自動ログインをサポート。   * 公開鍵認証自動ログインをサポート。
1025   * /auth=publickey, /keyfile オプションを新規追加した。   * /auth=publickey, /keyfile オプションを新規追加した。

Legend:
Removed from v.2789  
changed lines
  Added in v.2799

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