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
/
ssh.c
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
|
Revision Log
|
Patch
revision
2957
by
yutakapon
, Sun Feb 4 13:45:47 2007 UTC
revision
2958
by
maya
, Thu Feb 8 03:51:02 2007 UTC
#
Line 6472
static BOOL handle_SSH2_userauth_failure
Line 6472
static BOOL handle_SSH2_userauth_failure
6472
if (pvar->ssh2_autologin == 1) {
if (pvar->ssh2_autologin == 1) {
6473
// SSH2自動ログインが有効の場合は、リトライは行わない。(2004.12.4 yutaka)
// SSH2自動ログインが有効の場合は、リトライは行わない。(2004.12.4 yutaka)
6474
#ifdef I18N
#ifdef I18N
6475
strcpy(pvar->ts->UIMsg, "SSH2 autologin error: user authentication was failure");
strcpy(pvar->ts->UIMsg, "SSH2 autologin error: user authentication failed");
6476
UTIL_get_lang_msg("MSG_SSH_AUTH_FAILURE_ERROR", pvar);
UTIL_get_lang_msg("MSG_SSH_AUTH_FAILURE_ERROR", pvar);
6477
notify_fatal_error(pvar, pvar->ts->UIMsg);
notify_fatal_error(pvar, pvar->ts->UIMsg);
6478
#else
#else
6479
notify_fatal_error(pvar,
notify_fatal_error(pvar,
6480
"SSH2 autologin error: user authentication was failure");
"SSH2 autologin error: user authentication failed");
6481
#endif
#endif
6482
return TRUE;
return TRUE;
6483
}
}
#
Line 7303
static BOOL handle_SSH2_window_adjust(PT
Line 7303
static BOOL handle_SSH2_window_adjust(PT
7303
7304
/*
/*
7305
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
7306
* Revision 1.71 2007/02/04 13:45:47 yutakapon
7307
* パケット送信関数が失敗した場合、WSAGetLastError()がWSABASEERR(10000)未満であれば、成功したものと見なすようにした。
7308
*
7309
* Revision 1.70 2007/01/22 13:45:19 maya
* Revision 1.70 2007/01/22 13:45:19 maya
7310
* 表示メッセージの読み込み対応
* 表示メッセージの読み込み対応
7311
*
*
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.2957
changed lines
Added in v.2958
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26