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 3171 by maya, Sat Nov 22 11:05:40 2008 UTC revision 3176 by maya, Sun Nov 30 16:14:41 2008 UTC
# Line 129  typedef struct _TS_SSH { Line 129  typedef struct _TS_SSH {
129    
130          // Enable connection to the server that has RSA key length less than 768 bit (2008.9.11 maya)          // Enable connection to the server that has RSA key length less than 768 bit (2008.9.11 maya)
131          BOOL EnableRsaShortKeyServer;          BOOL EnableRsaShortKeyServer;
132    
133            // Enable Agent forwarding
134            BOOL ForwardAgent;
135  } TS_SSH;  } TS_SSH;
136    
137  typedef struct _TInstVar {  typedef struct _TInstVar {
# Line 244  typedef struct _TInstVar { Line 247  typedef struct _TInstVar {
247          int pageant_keycount;          int pageant_keycount;
248          int pageant_keycurrent;          int pageant_keycurrent;
249          BOOL pageant_keyfinal;// SSH2 PK_OK が来たときに TRUE にする          BOOL pageant_keyfinal;// SSH2 PK_OK が来たときに TRUE にする
250    
251            // agent forward
252            BOOL agentfwd_enable;
253            agent_channel_t agent_channel; // for SSH1 only
254  } TInstVar;  } TInstVar;
255    
256  #define LOG_LEVEL_FATAL      5  #define LOG_LEVEL_FATAL      5

Legend:
Removed from v.3171  
changed lines
  Added in v.3176

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