Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1587 |
append_about_text(dlg, "Server keys: ", buf); |
append_about_text(dlg, "Server keys: ", buf); |
| 1588 |
AUTH_get_auth_info(pvar, buf, sizeof(buf)); |
AUTH_get_auth_info(pvar, buf, sizeof(buf)); |
| 1589 |
append_about_text(dlg, "Authentication: ", buf); |
append_about_text(dlg, "Authentication: ", buf); |
| 1590 |
|
|
| 1591 |
SSH_get_compression_info(pvar, buf, sizeof(buf)); |
SSH_get_compression_info(pvar, buf, sizeof(buf)); |
| 1592 |
append_about_text(dlg, "Compression: ", buf); |
if (pvar->ctos_compression == COMP_DELAYED) { // 遅延パケット圧縮の場合 (2006.6.23 yutaka) |
| 1593 |
|
append_about_text(dlg, "Delayed Compression: ", buf); |
| 1594 |
|
} else { |
| 1595 |
|
append_about_text(dlg, "Compression: ", buf); |
| 1596 |
|
} |
| 1597 |
|
|
| 1598 |
} |
} |
| 1599 |
} |
} |
| 3113 |
|
|
| 3114 |
/* |
/* |
| 3115 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 3116 |
|
* Revision 1.30 2006/06/11 14:26:30 yutakakn |
| 3117 |
|
* SSH Port Forward の編集画面で、TeraTermが未接続状態の場合、ポート番号不正を即座にメッセージボックスが表示されないバグを修正した。 |
| 3118 |
|
* |
| 3119 |
* Revision 1.29 2006/03/26 15:43:58 yutakakn |
* Revision 1.29 2006/03/26 15:43:58 yutakakn |
| 3120 |
* SSH2のknown_hosts対応を追加した。 |
* SSH2のknown_hosts対応を追加した。 |
| 3121 |
* |
* |
|
|
Legend:
| Removed from v.2868 |
|
| changed lines |
| |
Added in v.2873 |
|
|
| |