Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
branches
/
ssh_chacha20poly1305
/
ttssh2
/
ttxssh
/
ttxssh.c
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
|
Revision Log
|
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
*
*
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
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