Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8086 by yutakapon, Sat Sep 7 12:18:28 2019 UTC revision 8089 by yutakapon, Sun Sep 8 04:29:40 2019 UTC
# Line 46  Line 46 
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__)
# Line 1496  static void init_default_auth_dlg(PTInst Line 1497  static void init_default_auth_dlg(PTInst
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);
# Line 1623  static INT_PTR CALLBACK default_auth_dlg Line 1625  static INT_PTR CALLBACK default_auth_dlg
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26