Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 2799 by yutakakn, Sat Mar 12 12:08:05 2005 UTC revision 2800 by yutakakn, Sat Mar 12 15:07:34 2005 UTC
# Line 346  static void read_ssh_options(PTInstVar p Line 346  static void read_ssh_options(PTInstVar p
346          settings->DefaultAuthMethod = atoi(buf);          settings->DefaultAuthMethod = atoi(buf);
347          if (settings->DefaultAuthMethod != SSH_AUTH_PASSWORD          if (settings->DefaultAuthMethod != SSH_AUTH_PASSWORD
348                  && settings->DefaultAuthMethod != SSH_AUTH_RSA                  && settings->DefaultAuthMethod != SSH_AUTH_RSA
349                    && settings->DefaultAuthMethod != SSH_AUTH_TIS  // add (2005.3.12 yutaka)
350                  && settings->DefaultAuthMethod != SSH_AUTH_RHOSTS) {                  && settings->DefaultAuthMethod != SSH_AUTH_RHOSTS) {
351                  /* this default can never be SSH_AUTH_RHOSTS_RSA because that is not a                  /* this default can never be SSH_AUTH_RHOSTS_RSA because that is not a
352                     selection in the dialog box; SSH_AUTH_RHOSTS_RSA is automatically chosen                     selection in the dialog box; SSH_AUTH_RHOSTS_RSA is automatically chosen
# Line 2186  int CALLBACK LibMain(HANDLE hInstance, W Line 2187  int CALLBACK LibMain(HANDLE hInstance, W
2187    
2188  /*  /*
2189   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
2190     * Revision 1.14  2005/03/12 12:08:05  yutakakn
2191     * パスワード認証の前に行うkeyboard-interactiveメソッドで、デフォルト設定値を無効(0)にした。
2192     * また、認証ダイアログのラベル名を設定の有無により変更するようにした。
2193     *
2194   * Revision 1.13  2005/03/03 13:28:23  yutakakn   * Revision 1.13  2005/03/03 13:28:23  yutakakn
2195   * クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。   * クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。
2196   *   *

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

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