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 3011 by maya, Sat Sep 22 16:10:45 2007 UTC revision 3015 by maya, Sun Sep 30 14:03:02 2007 UTC
# Line 119  typedef struct _TS_SSH { Line 119  typedef struct _TS_SSH {
119    
120          int ssh_protocol_version; // SSH version (2004.10.11 yutaka)          int ssh_protocol_version; // SSH version (2004.10.11 yutaka)
121          int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka)          int ssh_heartbeat_overtime; // SSH heartbeat(keepalive) (2004.12.11 yutaka)
122          int remember_password;  // whether password will permanently store on heap memory (2006.8.5 yutaka)          // whether password will permanently store on heap memory (2006.8.5 yutaka)
123            int remember_password;
124    
125            // try auth with "none" method for disable unsupported on dialog (2007.9.24 maya)
126            BOOL CheckAuthListFirst;
127  } TS_SSH;  } TS_SSH;
128    
129  typedef struct _TInstVar {  typedef struct _TInstVar {
# Line 225  typedef struct _TInstVar { Line 229  typedef struct _TInstVar {
229          int userauth_retry_count;          int userauth_retry_count;
230          buffer_t *decomp_buffer;          buffer_t *decomp_buffer;
231          char *ssh2_authlist;          char *ssh2_authlist;
232            BOOL tryed_ssh2_authlist;
233  } TInstVar;  } TInstVar;
234    
235  #define LOG_LEVEL_FATAL      5  #define LOG_LEVEL_FATAL      5

Legend:
Removed from v.3011  
changed lines
  Added in v.3015

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