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 2793 by yutakakn, Thu Mar 3 13:28:23 2005 UTC revision 2799 by yutakakn, Sat Mar 12 12:08:05 2005 UTC
# Line 378  static void read_ssh_options(PTInstVar p Line 378  static void read_ssh_options(PTInstVar p
378          settings->ssh_heartbeat_overtime = GetPrivateProfileInt("TTSSH", "HeartBeat", 60, fileName);          settings->ssh_heartbeat_overtime = GetPrivateProfileInt("TTSSH", "HeartBeat", 60, fileName);
379    
380          // SSH2 keyboard-interactive (2005.1.23 yutaka)          // SSH2 keyboard-interactive (2005.1.23 yutaka)
381          settings->ssh2_keyboard_interactive = GetPrivateProfileInt("TTSSH", "KeyboardInteractive", 1, fileName);          // デフォルトでは無効とする。OpenSSH 4.0ではkeyboard-interactiveメソッドが定義されていない場合に、
382            // 当該メソッドを使うとコネクションが切られてしまう。(2005.3.12 yutaka)
383            settings->ssh2_keyboard_interactive = GetPrivateProfileInt("TTSSH", "KeyboardInteractive", 0, fileName);
384    
385          clear_local_settings(pvar);          clear_local_settings(pvar);
386  }  }
# Line 2184  int CALLBACK LibMain(HANDLE hInstance, W Line 2186  int CALLBACK LibMain(HANDLE hInstance, W
2186    
2187  /*  /*
2188   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
2189     * Revision 1.13  2005/03/03 13:28:23  yutakakn
2190     * クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。
2191     *
2192   * Revision 1.12  2005/02/28 14:51:44  yutakakn   * Revision 1.12  2005/02/28 14:51:44  yutakakn
2193   * バージョンダイアログに表示するTTSSHのバージョンを、ttxssh.dllの   * バージョンダイアログに表示するTTSSHのバージョンを、ttxssh.dllの
2194   * バージョン情報から取得するようにした。   * バージョン情報から取得するようにした。

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

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