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 2967 by maya, Thu Mar 15 05:09:52 2007 UTC revision 2970 by maya, Tue Apr 24 16:33:36 2007 UTC
# Line 828  static void PASCAL FAR TTXOpenTCP(TTXSoc Line 828  static void PASCAL FAR TTXOpenTCP(TTXSoc
828                  struct tm FAR *newtime;                  struct tm FAR *newtime;
829                  time_t long_time;                  time_t long_time;
830    
831                    // TCPLocalEcho/TCPCRSend を無効にする (maya 2007.4.25)
832                    pvar->ts->DisableTCPEchoCR = TRUE;
833    
834                  pvar->session_settings = pvar->settings;                  pvar->session_settings = pvar->settings;
835    
836                  time(&long_time);                  time(&long_time);
# Line 3858  int CALLBACK LibMain(HANDLE hInstance, W Line 3861  int CALLBACK LibMain(HANDLE hInstance, W
3861    
3862  /*  /*
3863   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3864     * Revision 1.59  2007/03/15 05:09:52  maya
3865     * /keyfile= パラメータもスペースを含むファイル名を認識するよう修正した。
3866     *
3867   * Revision 1.58  2007/03/05 08:39:57  maya   * Revision 1.58  2007/03/05 08:39:57  maya
3868   * DetectComPorts を ttpcmn.dll のエクスポート関数に変更した。   * DetectComPorts を ttpcmn.dll のエクスポート関数に変更した。
3869   *   *

Legend:
Removed from v.2967  
changed lines
  Added in v.2970

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