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 2982 by doda, Thu Jul 5 12:16:11 2007 UTC revision 2984 by maya, Mon Jul 23 14:23:36 2007 UTC
# Line 900  static BOOL CALLBACK TTXHostDlg(HWND dlg Line 900  static BOOL CALLBACK TTXHostDlg(HWND dlg
900  {  {
901          static char *ssh_version[] = {"SSH1", "SSH2", NULL};          static char *ssh_version[] = {"SSH1", "SSH2", NULL};
902          PGetHNRec GetHNRec;          PGetHNRec GetHNRec;
903          char EntName[7];          char EntName[8];
904          char TempHost[HostNameMaxLength + 1];          char TempHost[HostNameMaxLength + 1];
905          WORD i, j, w;          WORD i, j, w;
906          char ComPortTable[99];          char ComPortTable[MAXCOMPORT];
907          int comports;          int comports;
908          BOOL Ok;          BOOL Ok;
909  #ifndef NO_I18N  #ifndef NO_I18N
# Line 3872  int CALLBACK LibMain(HANDLE hInstance, W Line 3872  int CALLBACK LibMain(HANDLE hInstance, W
3872    
3873  /*  /*
3874   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3875     * Revision 1.63  2007/07/05 12:16:11  doda
3876     * 利用可能なCOMポートが無い時、新しい接続ダイアログでシリアルポートの選択を無効化した。
3877     *
3878   * Revision 1.62  2007/06/12 14:55:20  maya   * Revision 1.62  2007/06/12 14:55:20  maya
3879   * BOF(Buffer Over Flow)が発生する処理を修正。   * BOF(Buffer Over Flow)が発生する処理を修正。
3880   *   *

Legend:
Removed from v.2982  
changed lines
  Added in v.2984

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