Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 46 |
#include "libputty.h" |
#include "libputty.h" |
| 47 |
#include "tipwin.h" |
#include "tipwin.h" |
| 48 |
#include "auth.h" |
#include "auth.h" |
| 49 |
|
#include "helpid.h" |
| 50 |
|
|
| 51 |
#if defined(_DEBUG) && !defined(_CRTDBG_MAP_ALLOC) |
#if defined(_DEBUG) && !defined(_CRTDBG_MAP_ALLOC) |
| 52 |
#define malloc(l) _malloc_dbg((l), _NORMAL_BLOCK, __FILE__, __LINE__) |
#define malloc(l) _malloc_dbg((l), _NORMAL_BLOCK, __FILE__, __LINE__) |
| 1497 |
{ IDC_CHECKAUTH, "DLG_AUTHSETUP_CHECKAUTH" }, |
{ IDC_CHECKAUTH, "DLG_AUTHSETUP_CHECKAUTH" }, |
| 1498 |
{ IDOK, "BTN_OK" }, |
{ IDOK, "BTN_OK" }, |
| 1499 |
{ IDCANCEL, "BTN_CANCEL" }, |
{ IDCANCEL, "BTN_CANCEL" }, |
| 1500 |
|
{ IDC_SSHAUTHSETUP_HELP, "BTN_HELP" }, |
| 1501 |
}; |
}; |
| 1502 |
|
|
| 1503 |
SetI18DlgStrs("TTSSH", dlg, text_info, _countof(text_info), pvar->ts->UILanguageFile); |
SetI18DlgStrs("TTSSH", dlg, text_info, _countof(text_info), pvar->ts->UILanguageFile); |
| 1625 |
EndDialog(dlg, 0); |
EndDialog(dlg, 0); |
| 1626 |
return TRUE; |
return TRUE; |
| 1627 |
|
|
| 1628 |
|
case IDC_SSHAUTHSETUP_HELP: |
| 1629 |
|
PostMessage(GetParent(dlg), WM_USER_DLGHELP2, HlpMenuSetupSshauth, 0); |
| 1630 |
|
return TRUE; |
| 1631 |
|
|
| 1632 |
case IDC_CHOOSERSAFILE: |
case IDC_CHOOSERSAFILE: |
| 1633 |
choose_RSA_key_file(dlg, pvar); |
choose_RSA_key_file(dlg, pvar); |
| 1634 |
return TRUE; |
return TRUE; |
|
|
Legend:
| Removed from v.8086 |
|
| changed lines |
| |
Added in v.8089 |
|
|
| |