Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1243 |
GetHNRec->PortType = IdTCPIP; |
GetHNRec->PortType = IdTCPIP; |
| 1244 |
GetDlgItemText(dlg, IDC_HOSTNAME, GetHNRec->HostName, |
GetDlgItemText(dlg, IDC_HOSTNAME, GetHNRec->HostName, |
| 1245 |
HostNameMaxLength); |
HostNameMaxLength); |
|
// TTXOpenTCP() で TelFlag を FALSE にしているので、そちらに任せる。 |
|
|
#if 0 |
|
|
GetHNRec->Telnet = FALSE; |
|
|
#endif |
|
| 1246 |
pvar->hostdlg_activated = TRUE; |
pvar->hostdlg_activated = TRUE; |
| 1247 |
pvar->hostdlg_Enabled = FALSE; |
pvar->hostdlg_Enabled = FALSE; |
| 1248 |
if (IsDlgButtonChecked(dlg, IDC_HOSTTELNET)) { |
if (IsDlgButtonChecked(dlg, IDC_HOSTTELNET)) { |
| 1259 |
pvar->settings.ssh_protocol_version = 2; |
pvar->settings.ssh_protocol_version = 2; |
| 1260 |
} |
} |
| 1261 |
} |
} |
| 1262 |
|
else { // IDC_HOSTOTHER |
| 1263 |
|
GetHNRec->Telnet = FALSE; |
| 1264 |
|
} |
| 1265 |
|
|
| 1266 |
// host history check button |
// host history check button |
| 1267 |
if (SendMessage(GetDlgItem(dlg, IDC_HISTORY), BM_GETCHECK, 0, 0) == BST_CHECKED) { |
if (SendMessage(GetDlgItem(dlg, IDC_HISTORY), BM_GETCHECK, 0, 0) == BST_CHECKED) { |
|
|
Legend:
| Removed from v.3538 |
|
| changed lines |
| |
Added in v.3541 |
|
|
| |