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
2907
by
maya
, Sat Sep 16 07:24:06 2006 UTC
revision
2908
by
maya
, Mon Sep 18 05:08:04 2006 UTC
#
Line 1382
static int parse_option(PTInstVar pvar,
Line 1382
static int parse_option(PTInstVar pvar,
1382
} else if (MATCH_STR(option + 1, "keyfile=") == 0) {
} else if (MATCH_STR(option + 1, "keyfile=") == 0) {
1383
replace_to_blank(option + 9, pvar->ssh2_keyfile, sizeof(pvar->ssh2_keyfile));
replace_to_blank(option + 9, pvar->ssh2_keyfile, sizeof(pvar->ssh2_keyfile));
1384
1385
} else if (MATCH_STR(option + 1, "ask4passwd") == 0) {
1386
// パスワードを聞く (2006.9.18 maya)
1387
pvar->ask4passwd = 1;
1388
1389
}
1390
1391
// パスワードを聞く場合は自動ログインが無効になる
1392
// /auth は認証メソッドの指定としては利用される (2006.9.18 maya)
1393
if (pvar->ask4passwd == 1) {
1394
pvar->ssh2_autologin = 0;
1395
}
}
1396
1397
}
}
#
Line 3188
int CALLBACK LibMain(HANDLE hInstance, W
Line 3198
int CALLBACK LibMain(HANDLE hInstance, W
3198
3199
/*
/*
3200
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
3201
* Revision 1.39 2006/09/16 07:24:06 maya
3202
* /ssh1, /ssh2, /telnet オプションを追加した。
3203
*
3204
* Revision 1.38 2006/08/21 12:21:33 maya
* Revision 1.38 2006/08/21 12:21:33 maya
3205
* コマンドラインパラメータにおいて、ダブルクォーテーションで囲まれたファイル名を正しく認識するようにした。
* コマンドラインパラメータにおいて、ダブルクォーテーションで囲まれたファイル名を正しく認識するようにした。
3206
*
*
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.2907
changed lines
Added in v.2908
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26