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
3018
by
maya
, Mon Oct 1 14:46:22 2007 UTC
revision
3024
by
maya
, Wed Oct 3 16:30:43 2007 UTC
#
Line 6297
static BOOL handle_SSH2_userauth_failure
Line 6297
static BOOL handle_SSH2_userauth_failure
6297
char *data;
char *data;
6298
char *cstring;
char *cstring;
6299
int partial;
int partial;
6300
char buf[1024];
6301
6302
// 6byte(サイズ+パディング+タイプ)を取り除いた以降のペイロード
// 6byte(サイズ+パディング+タイプ)を取り除いた以降のペイロード
6303
data = pvar->ssh_state.payload;
data = pvar->ssh_state.payload;
#
Line 6327
static BOOL handle_SSH2_userauth_failure
Line 6328
static BOOL handle_SSH2_userauth_failure
6328
return FALSE;
return FALSE;
6329
6330
pvar->ssh2_authlist = cstring; // 不要になったらフリーすること
pvar->ssh2_authlist = cstring; // 不要になったらフリーすること
6331
_snprintf_s(buf, sizeof(buf), _TRUNCATE, "method list from server: %s", cstring);
6332
notify_verbose_message(pvar, buf, LOG_LEVEL_VERBOSE);
6333
6334
if (!pvar->session_settings.CheckAuthListFirst ||
if (!pvar->session_settings.CheckAuthListFirst ||
6335
pvar->ssh2_autologin == 1) {
pvar->ssh2_autologin == 1) {
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.3018
changed lines
Added in v.3024
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26