Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 2739 by yutakakn, Wed Dec 1 15:37:49 2004 UTC revision 2748 by yutakakn, Sat Dec 11 07:31:00 2004 UTC
# Line 110  typedef struct _TS_SSH { Line 110  typedef struct _TS_SSH {
110    int LocalForwardingIdentityCheck;    int LocalForwardingIdentityCheck;
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)
114  } TS_SSH;  } TS_SSH;
115    
116  typedef struct _TInstVar {  typedef struct _TInstVar {
# Line 199  typedef struct _TInstVar { Line 200  typedef struct _TInstVar {
200    int ssh2_autologin;    int ssh2_autologin;
201    char ssh2_username[MAX_PATH];    char ssh2_username[MAX_PATH];
202    char ssh2_password[MAX_PATH];    char ssh2_password[MAX_PATH];
203      time_t ssh_heartbeat_tick;
204    
205  } TInstVar;  } TInstVar;
206    
# Line 224  int copy_teraterm_dir_relative_path(char Line 226  int copy_teraterm_dir_relative_path(char
226    
227  /*  /*
228   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
229     * Revision 1.2  2004/12/01 15:37:49  yutakakn
230     * SSH2自動ログイン機能を追加。
231     * 現状、パスワード認証のみに対応。
232     * ・コマンドライン
233     *   /ssh /auth=認証メソッド /user=ユーザ名 /passwd=パスワード
234     *
235   */   */

Legend:
Removed from v.2739  
changed lines
  Added in v.2748

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