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
2850
by
yutakakn
, Sat Feb 18 07:37:02 2006 UTC
revision
2856
by
yutakakn
, Sun Mar 26 15:43:58 2006 UTC
#
Line 2312
static void ssh_make_comment(char *comme
Line 2312
static void ssh_make_comment(char *comme
2312
}
}
2313
2314
// uuencode (rfc1521)
// uuencode (rfc1521)
2315
static int uuencode(unsigned char *src, int srclen, unsigned char *target, int targsize)
int uuencode(unsigned char *src, int srclen, unsigned char *target, int targsize)
2316
{
{
2317
char base64[] ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
char base64[] ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
2318
char pad = '=';
char pad = '=';
#
Line 3100
int CALLBACK LibMain(HANDLE hInstance, W
Line 3100
int CALLBACK LibMain(HANDLE hInstance, W
3100
3101
/*
/*
3102
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
3103
* Revision 1.28 2006/02/18 07:37:02 yutakakn
3104
* ・コンパイラを Visual Studio 2005 Standard Edition に切り替えた。
3105
* ・stricmp()を_stricmp()へ置換した
3106
* ・strdup()を_strdup()へ置換した
3107
*
3108
* Revision 1.27 2005/10/21 13:43:08 yutakakn
* Revision 1.27 2005/10/21 13:43:08 yutakakn
3109
* Historyチェックボックスのenable / disable追加。
* Historyチェックボックスのenable / disable追加。
3110
*
*
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.2850
changed lines
Added in v.2856
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26