Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

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

revision 2766 by yutakakn, Mon Dec 27 14:05:08 2004 UTC revision 2782 by yutakakn, Mon Jan 24 14:07:07 2005 UTC
# Line 111  typedef struct _TS_SSH { Line 111  typedef struct _TS_SSH {
111    
112    int ssh_protocol_version; // SSH version (2004.10.11 yutaka)    int ssh_protocol_version; // SSH version (2004.10.11 yutaka)
113    int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka)    int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka)
114      int ssh2_keyboard_interactive; // SSH2 keyboard-interactive (2005.1.23 yutaka)
115  } TS_SSH;  } TS_SSH;
116    
117  typedef struct _TInstVar {  typedef struct _TInstVar {
# Line 204  typedef struct _TInstVar { Line 205  typedef struct _TInstVar {
205    char ssh2_password[MAX_PATH];    char ssh2_password[MAX_PATH];
206    time_t ssh_heartbeat_tick;    time_t ssh_heartbeat_tick;
207    HANDLE ssh_heartbeat_thread;    HANDLE ssh_heartbeat_thread;
208      int keyboard_interactive_done;
209    
210  } TInstVar;  } TInstVar;
211    
# Line 229  int copy_teraterm_dir_relative_path(char Line 231  int copy_teraterm_dir_relative_path(char
231    
232  /*  /*
233   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
234     * Revision 1.5  2004/12/27 14:05:08  yutakakn
235     * 'Auto window close'が有効の場合、切断後の接続ができない問題を修正した。
236     *  ・スレッドの終了待ち合わせ処理の追加
237     *  ・確保済みSSHリソースの解放
238     *
239   * Revision 1.4  2004/12/17 14:05:55  yutakakn   * Revision 1.4  2004/12/17 14:05:55  yutakakn
240   * パケット受信時のHMACチェックを追加。   * パケット受信時のHMACチェックを追加。
241   * KEXにおけるHMACアルゴリズムチェックを追加。   * KEXにおけるHMACアルゴリズムチェックを追加。

Legend:
Removed from v.2766  
changed lines
  Added in v.2782

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