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 2909 by maya, Mon Sep 18 06:14:48 2006 UTC revision 2910 by maya, Fri Oct 6 09:05:59 2006 UTC
# Line 74  static char FAR *ProtocolFamilyList[] = Line 74  static char FAR *ProtocolFamilyList[] =
74  #include "buffer.h"  #include "buffer.h"
75  #include "cipher.h"  #include "cipher.h"
76    
77  #define MATCH_STR(s, o) _strnicmp((s), (o), NUM_ELEM(o) - 1)  #define MATCH_STR(s, o) strncmp((s), (o), NUM_ELEM(o) - 1)
78    
79  /* This extension implements SSH, so we choose a load order in the  /* This extension implements SSH, so we choose a load order in the
80     "protocols" range. */     "protocols" range. */
# Line 3200  int CALLBACK LibMain(HANDLE hInstance, W Line 3200  int CALLBACK LibMain(HANDLE hInstance, W
3200    
3201  /*  /*
3202   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3203     * Revision 1.41  2006/09/18 06:14:48  maya
3204     * ポートフォワードしているウインドウから新規接続するとエラーが出る問題を修正した。
3205     *
3206   * Revision 1.40  2006/09/18 05:08:04  maya   * Revision 1.40  2006/09/18 05:08:04  maya
3207   * コマンドラインパラメータ '/ask4passwd' を追加した。   * コマンドラインパラメータ '/ask4passwd' を追加した。
3208   *   *

Legend:
Removed from v.2909  
changed lines
  Added in v.2910

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