Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1076 |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, FALSE); // disabled |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, FALSE); // disabled |
| 1077 |
} |
} |
| 1078 |
|
|
| 1079 |
|
enable_dlg_items(dlg, IDC_HISTORY, IDC_HISTORY, TRUE); // disabled |
| 1080 |
|
|
| 1081 |
return TRUE; |
return TRUE; |
| 1082 |
|
|
| 1083 |
case IDC_HOSTSERIAL: |
case IDC_HOSTSERIAL: |
| 1091 |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, FALSE); // disabled |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, FALSE); // disabled |
| 1092 |
enable_dlg_items(dlg, IDC_SSH_VERSION_LABEL, IDC_SSH_VERSION_LABEL, FALSE); // disabled (2004.11.23 yutaka) |
enable_dlg_items(dlg, IDC_SSH_VERSION_LABEL, IDC_SSH_VERSION_LABEL, FALSE); // disabled (2004.11.23 yutaka) |
| 1093 |
|
|
| 1094 |
|
enable_dlg_items(dlg, IDC_HISTORY, IDC_HISTORY, FALSE); // disabled |
| 1095 |
|
|
| 1096 |
return TRUE; |
return TRUE; |
| 1097 |
|
|
| 1098 |
case IDC_HOSTSSH: |
case IDC_HOSTSSH: |
| 3100 |
|
|
| 3101 |
/* |
/* |
| 3102 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 3103 |
|
* Revision 1.26 2005/10/21 13:36:46 yutakakn |
| 3104 |
|
* 接続ダイアログに History チェックボックスを追加した。 |
| 3105 |
|
* 2.18へアップデート。 |
| 3106 |
|
* |
| 3107 |
* Revision 1.25 2005/07/09 17:08:47 yutakakn |
* Revision 1.25 2005/07/09 17:08:47 yutakakn |
| 3108 |
* SSH2 packet compressionをサポートした。 |
* SSH2 packet compressionをサポートした。 |
| 3109 |
* |
* |
|
|
Legend:
| Removed from v.2846 |
|
| changed lines |
| |
Added in v.2847 |
|
|
| |