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
/
auth.c
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
|
Revision Log
|
Patch
revision
3025
by
maya
, Thu Oct 4 15:15:04 2007 UTC
revision
3026
by
maya
, Thu Oct 4 15:18:31 2007 UTC
#
Line 46
static HFONT DlgAuthFont;
Line 46
static HFONT DlgAuthFont;
46
static HFONT DlgTisFont;
static HFONT DlgTisFont;
47
static HFONT DlgAuthSetupFont;
static HFONT DlgAuthSetupFont;
48
49
const int IDC_TIMER1 = 300;
50
const int IDC_TIMER2 = 301;
51
const int autologin_timeout = 10; // ミリ秒
52
53
void destroy_malloced_string(char FAR * FAR * str)
void destroy_malloced_string(char FAR * FAR * str)
54
{
{
55
if (*str != NULL) {
if (*str != NULL) {
#
Line 578
static BOOL end_auth_dlg(PTInstVar pvar,
Line 582
static BOOL end_auth_dlg(PTInstVar pvar,
582
static BOOL CALLBACK auth_dlg_proc(HWND dlg, UINT msg, WPARAM wParam,
static BOOL CALLBACK auth_dlg_proc(HWND dlg, UINT msg, WPARAM wParam,
583
LPARAM lParam)
LPARAM lParam)
584
{
{
const int IDC_TIMER1 = 300;
const int IDC_TIMER2 = 301;
const int autologin_timeout = 10; // ミリ秒
585
PTInstVar pvar;
PTInstVar pvar;
586
LOGFONT logfont;
LOGFONT logfont;
587
HFONT font;
HFONT font;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.3025
changed lines
Added in v.3026
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26