Browse Subversion RepositoryLog of /trunk/ttssh2/ttxssh/ttxssh.c
Revision 5678 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Oct 4 03:39:24 2014 UTC (9 years, 6 months ago) by maya File length: 179550 byte(s) Diff to previous 5620 SSH2 切断シーケンスの調整
・shell のチャネルが MSG_CHANNEL_CLOSE を受け取ったとき
MSG_DISCONNECT を送り、MSG_CHANNEL_CLOSE を送り、socket を切断する
↓
MSG_CHANNEL_CLOSE を送り、MSG_DISCONNECT を送り、socket を切断する
・認証中にユーザがキャンセルしたとき
MSG_CHANNEL_CLOSE を送り、socket を切断する
↓
MSG_DISCONNECT を送り、socket を切断する
・MSG_DISCONNECT を受け取ったとき
MSG_CHANNEL_CLOSE を送り、socket を切断する
↓
socket を切断する
Revision 5620 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jun 26 12:48:19 2014 UTC (9 years, 9 months ago) by yutakapon File length: 179473 byte(s) Diff to previous 5579 チケット #33822 notify_nonfatal_errorの一部停止 ポート転送でローカルアプリケーションにデータ送信する処理で、送信失敗した場合の エラーポップアップメッセージ(&ログ採取)を抑止することができる設定を追加した。 デフォルトは無効。 [TTSSH] @ TERATERM.INI DisablePopupMessage=0 Revision 5579 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun May 4 16:54:12 2014 UTC (9 years, 11 months ago) by yutakapon File length: 179166 byte(s) Diff to previous 5578 バージョン情報のEdit Controlの横スクロールバーを、「CTRL/SHIFT + マウスホイール」で 左右にスクロールできるようにした。 Revision 5578 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun May 4 15:49:47 2014 UTC (9 years, 11 months ago) by yutakapon File length: 178028 byte(s) Diff to previous 5576 バージョン情報のEdit Controlに、等幅フォントを指定できるようにした。 また、横スクロールバーを追加した。 Revision 5576 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu May 1 14:19:20 2014 UTC (9 years, 11 months ago) by yutakapon File length: 177587 byte(s) Diff to previous 5575 #33743: ホスト鍵のfingerprint SSH1の場合にも表示するようにした。 Revision 5575 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu May 1 14:09:18 2014 UTC (9 years, 11 months ago) by yutakapon File length: 177597 byte(s) Diff to previous 5545 #33743: ホスト鍵のfingerprint TTSSHのバージョン情報に、ホストの公開鍵の指紋(fingerprint)およびランダムアートを表示する。 Revision 5545 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Mar 17 16:06:58 2014 UTC (10 years ago) by yutakapon File length: 176528 byte(s) Diff to previous 5430 チケット #33263 Curve25519楕円曲線DH(Diffe Hellman)アルゴリズムを使った鍵交換をサポートした。 svn+ssh://svn.sourceforge.jp/svnroot/ttssh2/branches/ssh_ed25519 ブランチからマージ。 現時点でサポートしている機能は下記の通り。 ・Key Generatorで ED25519 鍵の作成 ・Key Generatorで RSA/DSA/ECDSA 秘密鍵ファイルに bcrypt KDF を選択可能。 ・ED25519 による公開鍵認証ログイン ・RSA(bcrypt KDF) による公開鍵認証ログイン ・DSA(bcrypt KDF) による公開鍵認証ログイン ・ECDSA(bcrypt KDF) による公開鍵認証ログイン ・Host Keyに ssh-ed25519 のサポート Revision 5430 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Nov 23 16:29:16 2013 UTC (10 years, 4 months ago) by yutakapon File length: 168238 byte(s) Diff to previous 5359 OpenSSL バージョンの取得方法を変更した。 Revision 5359 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Aug 18 10:02:56 2013 UTC (10 years, 7 months ago) by yutakapon File length: 168290 byte(s) Diff to previous 5294 SCPの受信先を更新した場合、teraterm.iniの FileDir エントリも併せて 更新するようにした。 チケット #31713 Revision 5294 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 28 11:23:53 2013 UTC (10 years, 10 months ago) by doda File length: 168037 byte(s) Diff to previous 5262 設定の保存で SSHIcon 設定を書き込むようにした。 Revision 5262 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 13 07:43:42 2013 UTC (10 years, 11 months ago) by doda File length: 167866 byte(s) Diff to previous 5261 HMAC -> MAC Revision 5261 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 13 05:37:00 2013 UTC (10 years, 11 months ago) by doda File length: 167868 byte(s) Diff to previous 5113 SSH接続時のアイコンを指定出来るようにした。 Revision 5113 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jan 8 11:15:57 2013 UTC (11 years, 3 months ago) by doda File length: 167197 byte(s) Diff to previous 5027 秘密鍵の保存時に使う暗号方式をAES-128に変更。 Revision 5027 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Sep 29 14:10:29 2012 UTC (11 years, 6 months ago) by doda File length: 167198 byte(s) Diff to previous 5016 DSA 鍵の生成で、鍵長を 1024 ビットに固定した。 Revision 5016 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Sep 6 03:58:36 2012 UTC (11 years, 7 months ago) by doda File length: 167097 byte(s) Diff to previous 4963 以下の理由から hmac-sha2-256-96, hmac-sha2-512-96 のサポートを廃止。 ・hmac-sha2-256/hmac-sha2-512 と比べてメリットがない ・RFC6668 に入らなかった ・OpenSSH 6.1 でサポートが廃止された Revision 4963 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jun 9 16:01:25 2012 UTC (11 years, 10 months ago) by maya File length: 167065 byte(s) Diff to previous 4881 [Hosts]セクションのHostを、数字が飛んでいても読み込むようにした http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=28679 Revision 4881 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 6 16:39:45 2012 UTC (12 years ago) by yutakapon File length: 167093 byte(s) Diff to previous 4880 SSH SCPダイアログで、Cancel時もteraterm.iniエントリを更新するようにした。 最終的には、Save setup をしないと teraterm.ini ファイルには書き込まれない。 Revision 4880 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Apr 5 16:30:06 2012 UTC (12 years ago) by yutakapon File length: 166751 byte(s) Diff to previous 4878 ・ウィンドウへのドラッグ&ドロップによるファイル送信において、SCPの送信先パス(teraterm.iniのScpSendDir) を表示するようにした。 ・SSH SCPダイアログで、送信先パスのデフォルトをteraterm.iniのScpSendDirから設定するようにした。 Revision 4878 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Apr 5 15:26:22 2012 UTC (12 years ago) by yutakapon File length: 166645 byte(s) Diff to previous 4871 SSH SCPダイアログで、送信先のパスを指定できるようにした。 Revision 4871 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Apr 2 17:00:40 2012 UTC (12 years ago) by doda File length: 166233 byte(s) Diff to previous 4860 SSH鍵生成ダイアログで、公開鍵のコメントを指定出来るようにした。 https://twitter.com/#!/akabekobeko/status/186806136379424768 Revision 4860 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Mar 10 10:32:33 2012 UTC (12 years, 1 month ago) by yutakapon File length: 165330 byte(s) Diff to previous 4653 * Tera Term起動時、名前付きパイプはTCP/IP扱いとした。 * TCP/IPのホスト名で名前付きパイプを指定できるようにした。 Revision 4653 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Sep 24 02:16:02 2011 UTC (12 years, 6 months ago) by maya File length: 165223 byte(s) Diff to previous 4649 コマンドライン引数の作成時に、^A-^_ が含まれる場合には " で囲むようにした Revision 4649 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Sep 23 07:52:26 2011 UTC (12 years, 6 months ago) by maya File length: 164127 byte(s) Diff to previous 4621 認証ダイアログやチャレンジレスポンス認証ダイアログで入力できる ^a などの文字を鍵生成ダイアログでも入力できるようにした Revision 4621 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Sep 5 09:01:55 2011 UTC (12 years, 7 months ago) by doda File length: 163753 byte(s) Diff to previous 4619 SSH 設定ダイアログに VerifyHostKeyDNS を追加 Revision 4619 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Sep 5 04:16:04 2011 UTC (12 years, 7 months ago) by doda File length: 163272 byte(s) Diff to previous 4601 VerifyHostKeyDNS をデフォルトで有効に。 Revision 4601 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Aug 28 14:23:32 2011 UTC (12 years, 7 months ago) by maya File length: 163273 byte(s) Diff to previous 4600 Camellia を正式サポート "@openssh.org" 付きのほうはコメントアウトしたまま Revision 4600 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Aug 28 14:02:55 2011 UTC (12 years, 7 months ago) by maya File length: 163699 byte(s) Diff to previous 4586 HMAC-SHA2 を正式サポート Revision 4586 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 20 02:11:22 2011 UTC (12 years, 7 months ago) by maya File length: 164201 byte(s) Diff to previous 4584 コメントを修正 Revision 4584 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 20 02:08:56 2011 UTC (12 years, 7 months ago) by maya File length: 164206 byte(s) Diff to previous 4576 IPv4 フォールバック時に、Tera Term から渡されていた SOCKET が更新されずに SSH 接続が無効になることがある問題を修正 Revision 4576 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Aug 4 23:34:21 2011 UTC (12 years, 8 months ago) by maya File length: 164185 byte(s) Diff to previous 4563 r4574 のフォーカスの変更をコードで行うようにした Revision 4563 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 1 14:16:56 2011 UTC (12 years, 8 months ago) by maya File length: 164148 byte(s) Diff to previous 4551 VerifyHostKeyDNS を保存するようにした
起動している Tera Term から新しい接続を開始すると VerifyHostKeyDNS が有効にならないので修正
/ssh-consume に渡される INI に設定が保存されないため
Revision 4551 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jul 28 16:16:39 2011 UTC (12 years, 8 months ago) by maya File length: 164157 byte(s) Diff to previous 4546 ミリ秒を含む現在時刻を返す処理を関数化 Revision 4546 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jul 28 08:58:28 2011 UTC (12 years, 8 months ago) by maya File length: 164808 byte(s) Diff to previous 4533 ログ保存箇所を追加 ログのタイムスタンプにミリ秒を追加 Revision 4533 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jul 26 15:07:33 2011 UTC (12 years, 8 months ago) by yutakapon File length: 164228 byte(s) Diff to previous 4531 TTSSHのバージョンダイアログに、PuTTYバージョンを表記するようにした。 Revision 4531 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jul 26 08:50:11 2011 UTC (12 years, 8 months ago) by doda File length: 163914 byte(s) Diff to previous 4463 RFC 4255 "Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints" 対応の準備 http://tools.ietf.org/html/rfc4255 VerifyHostKeyDNS = 1 にすると、ホスト鍵の検証を行う。 検証するだけで検証結果は使ってないけれど。 DNSSEC 未対応の問題が有るので、その部分について検討中。 解決する目途が立っていないので、もしかするとお蔵入りするかも。 Windows95/98/Me/NT4 では動かないかも。 Revision 4463 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Apr 28 06:27:03 2011 UTC (12 years, 11 months ago) by doda File length: 163591 byte(s) Diff to previous 4445 SSH 接続時以外は "SSH SCP" メニューをグレイアウトするようにした。 Revision 4445 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Apr 17 06:37:14 2011 UTC (12 years, 11 months ago) by maya File length: 162386 byte(s) Diff to previous 4442 SSH Setup ダイアログを調整 "Move Up" と "Move Down" のアクセスキーを、必ず隣り合ったキーになるようにした SSH1 と SSH2 で圧縮を有効にするために設定する箇所が違うので注記を追加 追加したダイアログアイテムにフォントをセットするようにした Revision 4442 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Apr 16 14:18:33 2011 UTC (12 years, 11 months ago) by yutakapon File length: 160448 byte(s) Diff to previous 4438 TTSSH Setupダイアログで、KEX・ホストキー・HMAC・圧縮アルゴリズムの並びを変更できるようにした。 フランス語ファイル(French.lng)は、手持ちのエディタではうまく編集できなかったので、コミットできていない。 Revision 4438 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Apr 11 03:25:46 2011 UTC (13 years ago) by maya File length: 149198 byte(s) Diff to previous 4435 マクロ名を変更。HMAC_SHA2_DRAFT -> WITH_HMAC_SHA2_DRAFT Revision 4435 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Apr 11 00:55:18 2011 UTC (13 years ago) by doda File length: 149178 byte(s) Diff to previous 4434 HMAC-SHA2 が有効だったらその事を about dialog に表示するようにした。 Revision 4434 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Apr 11 00:42:31 2011 UTC (13 years ago) by doda File length: 148844 byte(s) Diff to previous 4433 動作確認が取れたので、優先度を上げた。 Revision 4433 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Apr 11 00:29:12 2011 UTC (13 years ago) by doda File length: 148770 byte(s) Diff to previous 4432 Camellia サポート Revision 4432 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Apr 10 14:28:55 2011 UTC (13 years ago) by maya File length: 147715 byte(s) Diff to previous 4427 コメント追加 Revision 4427 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Apr 9 01:43:31 2011 UTC (13 years ago) by maya File length: 147663 byte(s) Diff to previous 4426 HMAC-SHA2 のフタのしかたを undef に変更 # このやり方なら、コード部分だけなら camellia もコミットしておける? Revision 4426 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 8 08:52:32 2011 UTC (13 years ago) by doda File length: 147646 byte(s) Diff to previous 4425 hmac-sha1-96, hmac-md5-96 は無理に使うような物でもないので、デフォルトでは無効化しておく。 Revision 4425 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 8 08:31:26 2011 UTC (13 years ago) by doda File length: 147646 byte(s) Diff to previous 4423 hmac-sha2 サポート。ドラフトだし、動作確認もまだなので無効化中。 http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-00.txt # 気が早すぎ Revision 4423 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 8 07:34:37 2011 UTC (13 years ago) by doda File length: 147511 byte(s) Diff to previous 4422 hmac-ripemd160@openssh.com をサポート。hmac-ripemd160 は IANA に登録されていないのでサポートしない。 Revision 4422 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 8 07:13:27 2011 UTC (13 years ago) by doda File length: 147492 byte(s) Diff to previous 4392 hmac-sha1-96, hmac-md5-96 をサポート。 Revision 4392 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 22 00:05:50 2011 UTC (13 years ago) by doda File length: 147459 byte(s) Diff to previous 4378 最後の二つの暗号方式 (Blowfish-CTR, CAST128-CTR) が常に無効化されるのを修正。 # 暗号方式で 1, 4, 5 が欠番なので、デフォルトのリストに三つ分のダミーエントリーを追加 Revision 4378 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 8 14:19:03 2011 UTC (13 years, 1 month ago) by maya File length: 147438 byte(s) Diff to previous 4374 SSH2 の 圧縮で none を利用できるように修正した。
ソース整理
鍵形式・KEXプロトコル・MAC・圧縮の名前や関数を取得する関数を作成。
これにより定義で順序を入れ替えてもよくなった。
enum に型名を付けた。
共通の関数を使えるところで使うようにした。
Revision 4374 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 8 01:00:58 2011 UTC (13 years, 1 month ago) by doda File length: 148087 byte(s) Diff to previous 4371 鍵生成ダイアログの挙動を変更 ・ECDSA 鍵を選んだ時はビット数の入力ボックスを無効化するようにした ・ECDSA 鍵を選んだ後に RSA/DSA 鍵を選んだ時はビット数の値を元に戻すようにした Revision 4371 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Mar 7 05:20:12 2011 UTC (13 years, 1 month ago) by doda File length: 146999 byte(s) Diff to previous 4367 デフォルトだと圧縮方式がすべて無効になっていた為、オーダーを修正。 Revision 4367 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Mar 5 14:52:45 2011 UTC (13 years, 1 month ago) by yutakapon File length: 146999 byte(s) Diff to previous 4334 TTSSHの各種暗号設定に関して、teraterm.iniのエントリでカスタマイズできるようにした。 正式なUIに関しては、これから検討する。 KexOrder=56743210 HostKeyOrder=456230 MacOrder=120 CompOrder=012 Revision 4334 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Feb 24 03:38:07 2011 UTC (13 years, 1 month ago) by maya File length: 144177 byte(s) Diff to previous 4330 ECDSAの鍵作成時にメッセージを表示するようにした Revision 4330 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 23 14:42:38 2011 UTC (13 years, 1 month ago) by maya File length: 143857 byte(s) Diff to previous 4327 ダイアログ名を変更 Revision 4327 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Feb 20 03:29:43 2011 UTC (13 years, 1 month ago) by maya File length: 143859 byte(s) Diff to previous 4325 鍵形式・KEXアルゴリズム・ハッシュアルゴリズムのnid・暗号化方式のnidを変換する部分を関数にした Revision 4325 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 19 15:37:07 2011 UTC (13 years, 1 month ago) by maya File length: 144188 byte(s) Diff to previous 4321 ECDSA の鍵を作れるようにした Revision 4321 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 19 07:41:41 2011 UTC (13 years, 1 month ago) by maya File length: 139980 byte(s) Diff to previous 4313 SSH2 の ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521 ホスト鍵方式をサポートした Revision 4313 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 16 15:48:49 2011 UTC (13 years, 1 month ago) by maya File length: 140044 byte(s) Diff to previous 4307 SSH2 では、SSH1 と同じ server key/host key というの組み合わせではなく、鍵交換の時だけ一時的に使われる client key/server key となるので表記を変更 Revision 4307 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Feb 15 09:00:01 2011 UTC (13 years, 1 month ago) by maya File length: 140041 byte(s) Diff to previous 4301 鍵の種類を増やせるように整理した enum hostkey_type を ssh_keytype にリネームした 機能が重複している構造体・コードを削除した CRYPTKeyPair を削除、Key を使うようにした key_from_blob を使うようにした Revision 4301 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 12 06:52:18 2011 UTC (13 years, 2 months ago) by maya File length: 140046 byte(s) Diff to previous 4299 構造体などを整理。外から見た動きは変更していない(はず) Revision 4299 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 9 16:00:36 2011 UTC (13 years, 2 months ago) by maya File length: 140692 byte(s) Diff to previous 4235 diffie-hellman-group-exchange-sha256 をサポート Revision 4235 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Dec 19 14:12:19 2010 UTC (13 years, 3 months ago) by doda File length: 140551 byte(s) Diff to previous 4229 コマンドラインから ForwardAgentConfirm を変更できるようにした。 # いいオプション名が思いつかない… なにかいいオプション名はないですか? Revision 4229 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Dec 18 13:04:43 2010 UTC (13 years, 3 months ago) by maya File length: 140141 byte(s) Diff to previous 4151 SSH エージェント転送の要求がクライアントから来たとき、Pageant に取り次ぐかどうかユーザに確認するようにした。 クライアントから CHANNEL_OPEN が来た時点で MessageBox をはさんでいる Revision 4151 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Nov 10 06:20:21 2010 UTC (13 years, 5 months ago) by doda File length: 138993 byte(s) Diff to previous 4106 圧縮を有効/無効にするオプション、/ssh-C, /ssh-c を追加。 Revision 4106 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Sep 27 10:26:38 2010 UTC (13 years, 6 months ago) by yutakapon File length: 138497 byte(s) Diff to previous 3850 SSH2: Control menuのSend breakで、SSHとしての「ブレーク信号」を送信するようにした。 Revision 3850 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Apr 12 08:29:53 2010 UTC (14 years ago) by doda File length: 138242 byte(s) Diff to previous 3808 3DES-CTR, BLOWFISH-CTR, CAST128-CTR 共通鍵暗号方式をサポート。 Revision 3808 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Mar 10 15:27:58 2010 UTC (14 years, 1 month ago) by maya File length: 137975 byte(s) Diff to previous 3631 SSH port forward で listen_address を指定できるようにした。 http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=19946 LocalForwardingIdentityCheck を廃止した。 from_port が同じで listen_address が 0.0.0.0 と 127.0.0.1 のようにかぶった場合は、どちらかが INVALID_SOCKET となり LOG_LEVEL_WARNING のエラーになる。 SSH1 の remote to local で bind-address が指定できないのはプロトコルの仕様らしい。 Revision 3631 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Oct 3 15:52:58 2009 UTC (14 years, 6 months ago) by yutakapon File length: 138397 byte(s) Diff to previous 3579 隠しオプション"/nosecuritywarning"を追加した。 known_hosts のチェックダイアログを出現させない。 Revision 3579 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jul 6 02:56:52 2009 UTC (14 years, 9 months ago) by doda File length: 138141 byte(s) Diff to previous 3541 ssh接続後の接続で、TCPLocalEcho,TCPCRSendの設定が使われないのを修正した。 https://sourceforge.jp/ticket/browse.php?group_id=1412&tid=17592 Revision 3541 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jun 27 07:50:29 2009 UTC (14 years, 9 months ago) by doda File length: 138019 byte(s) Diff to previous 3538 raw接続で Telnet が off にならないのを修正。 Revision 3538 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jun 27 04:21:59 2009 UTC (14 years, 9 months ago) by maya File length: 138065 byte(s) Diff to previous 3533 TTSSH で、Telnet 接続でない場合は Telnet フラグが更新されないようにした。 http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=17432 Revision 3533 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 23 04:36:04 2009 UTC (14 years, 9 months ago) by maya File length: 137980 byte(s) Diff to previous 3495 TTSSH の /telnet オプションで、Tera Term 側の Telnet フラグを立てるようにした。 Revision 3495 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jun 15 18:43:59 2009 UTC (14 years, 9 months ago) by doda File length: 137912 byte(s) Diff to previous 3454 ssh接続の時はLine at a timeモードを無効にするようにした。 Revision 3454 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jun 8 15:55:59 2009 UTC (14 years, 10 months ago) by maya File length: 137878 byte(s) Diff to previous 3435 Tera Term 側が WM_SETICON するようになったので、戻す用の大きいアイコンを普通に取り出すようにした。 Revision 3435 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jun 4 01:06:00 2009 UTC (14 years, 10 months ago) by maya File length: 137649 byte(s) Diff to previous 3433 r3433の問題を修正 Revision 3433 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 2 13:03:24 2009 UTC (14 years, 10 months ago) by maya File length: 137591 byte(s) Diff to previous 3427 TTSSH のコマンドラインで @ をスペースに、@@ を @ にする仕様を廃止した。 Revision 3427 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri May 29 15:40:00 2009 UTC (14 years, 10 months ago) by maya File length: 135997 byte(s) Diff to previous 3396 TTXParseParam の処理を書き直し =直後の"でも、パラメータの種類によらずデクォート処理をするようにした @@ を @ として扱う処理は変更していない Revision 3396 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 12 15:46:28 2009 UTC (14 years, 11 months ago) by maya File length: 133276 byte(s) Diff to previous 3329 パスワードの保存を設定できるようにした。 SSH Authentication ダイアログ終了時に、ForwardAgent は pvar->settings に保存しないが remember_password は保存しており、食い違いが生じている。 Revision 3329 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Apr 18 13:23:43 2009 UTC (14 years, 11 months ago) by doda File length: 132801 byte(s) Diff to previous 3307 URL形式でパスワードが指定してあっても、それだけではautologinを有効にしないようにした。 Revision 3307 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Apr 13 09:49:34 2009 UTC (15 years ago) by doda File length: 132832 byte(s) Diff to previous 3298 一部のオプションをクリアしていなかったのを修正。 Revision 3298 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Apr 8 23:38:01 2009 UTC (15 years ago) by r850 File length: 132557 byte(s) Diff to previous 3288 RCPの受信先ディレクトリを指定できるようにした。 Revision 3288 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Apr 7 05:56:56 2009 UTC (15 years ago) by doda File length: 131907 byte(s) Diff to previous 3232 Tera Term の /M= 等のオプションを ttssh で正しく取り扱えていなかったのを修正。 http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=15910 Revision 3232 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 20:50:54 2009 UTC (15 years ago) by doda File length: 131372 byte(s) Diff to previous 3227 一部の2バイト文字がホスト名に使えなかったのを修正。 [Ttssh2-devel 1407], http://sourceforge.jp/forum/forum.php?thread_id=22115&forum_id=5841 Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya File length: 131342 byte(s) Diff to previous 3221 CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換 Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya File length: 127217 byte(s) Diff to previous 3215 CVS から SVN へ移行: trunk に集約 Revision 3215 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Mar 4 11:40:44 2009 UTC (15 years, 1 month ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 127217 byte(s) Diff to previous 3214 最大パケットサイズをマクロ定義した。 Revision 3214 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Feb 20 04:45:57 2009 UTC (15 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 127202 byte(s) Diff to previous 3213 IsDebuggerPresent 関係のコードを新しいヘッダファイルに集約した。 Revision 3213 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 18 15:51:44 2009 UTC (15 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 128724 byte(s) Diff to previous 3212 Windows95 では、なぜか GetI18nStr の def に " " で終わる文字列を渡すと落ちるので修正した。 Revision 3212 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 18 14:44:08 2009 UTC (15 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 128710 byte(s) Diff to previous 3211 DoCover_IsDebuggerPresent() を WinMain, DllMain から呼ぶようにした。 Revision 3211 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 18 12:17:00 2009 UTC (15 years, 1 month ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 128711 byte(s) Diff to previous 3210 #if 0
/* C言語では以下のコードは、コンパイルエラーとなるので、いったん外す。*/
EXTERN_C int s_DoCover_IsDebuggerPresent
= (int) (DoCover_IsDebuggerPresent(), 0);
#endif
Revision 3210 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Feb 17 13:53:42 2009 UTC (15 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 128625 byte(s) Diff to previous 3205 * Windows 95 - Winsock2 が必須 - ttermpro の起動に IE4 以上が必須 - ヘルプの表示に IE5 以上が必須 - LogMeTTc は動かない - TTLEdit はボタンの色がうまく出ない * NT 4.0 - ヘルプの表示に IE5 以上が必須 - LogMeTT, TTLEdit の起動に SP4(?)以上 が必須 - LogMeTTc の起動に SP6 以上が必須 Revision 3205 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jan 24 02:33:22 2009 UTC (15 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 127164 byte(s) Diff to previous 3203 鍵生成中に全てのボタンを押せないようにした Revision 3203 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jan 22 08:19:58 2009 UTC (15 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 126526 byte(s) Diff to previous 3202 生成した鍵形式と、保存しようとしたときに選択されている鍵形式が違うとき、アプリケーションが落ちることがある問題を修正した。 例: RSA で作成 -> DSA を選択 -> "Save Public key" Revision 3202 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Jan 21 11:11:08 2009 UTC (15 years, 2 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 126285 byte(s) Diff to previous 3201 公開鍵ペアの計算直後は、計算中に発生したイベント(ボタン連打など)をフラッシュするようにした。 Revision 3201 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jan 19 12:03:00 2009 UTC (15 years, 2 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 126024 byte(s) Diff to previous 3200 ssh鍵生成ダイアログで処理状況を表示するようにした。 Revision 3200 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jan 15 15:22:15 2009 UTC (15 years, 2 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 124731 byte(s) Diff to previous 3197 DSAソソソソソソ1024ソソソソソソソソソソソソソソソソソソソ Revision 3197 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jan 9 12:17:32 2009 UTC (15 years, 3 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 125715 byte(s) Diff to previous 3195 SSHキー生成ダイアログで、鍵のビット数を指定できるようにした。 鍵のビット数のデフォルトは、RSA1とRSAが2048、DSAが1024。 Revision 3195 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Dec 25 11:17:49 2008 UTC (15 years, 3 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 123817 byte(s) Diff to previous 3194 "New Connection"ダイアログのホスト名入力ボックスやコマンドラインで、user@host形式でのユーザ名指定を行えるようにした。(SSHのみ対応) Revision 3194 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Dec 19 08:46:05 2008 UTC (15 years, 3 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 123202 byte(s) Diff to previous 3190 SCP のアクセスキーを追加した。 Revision 3190 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 16 08:58:26 2008 UTC (15 years, 3 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 123201 byte(s) Diff to previous 3189 ユーザ名/パスワードのパーセントエンコーディングをデコードするようにした。 Revision 3189 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 16 05:50:45 2008 UTC (15 years, 3 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 122583 byte(s) Diff to previous 3188 IPv6 raw addressでポート指定がない場合も22を使うようにした。 # IPv6 raw address の事を忘れてた。 Revision 3188 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 16 05:15:59 2008 UTC (15 years, 3 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 122338 byte(s) Diff to previous 3179 ssh:// URLでポート指定が無い場合は22を使うようにした。 Revision 3179 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 2 15:49:12 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 121469 byte(s) Diff to previous 3178 /ssh-a オプションを追加 Revision 3178 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 2 00:53:28 2008 UTC (15 years, 4 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 121349 byte(s) Diff to previous 3176 ・ssh:// URLをttsshで解釈するようにした。 ・ssh1://, ssh2://, slogin://, slogin1://, slogin2:// URLに対応した。 数字付きURLは、sshのバージョン指定版。 ・ユーザ名,パスワードを含むURL(ssh://user:pass@host/)に対応した。 ・インストーラで、slogin:// URLに関連付け出来るようにした。 (ssh:// URLと共通) ToDo: URLのユーザ名,パスワードはパーセントエンコーディングされている可能性があるので、デコードするようにする。 Revision 3176 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Nov 30 16:14:41 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 119802 byte(s) Diff to previous 3173 SSH agent forwarding をサポートした。 SSH1 の channel 内部処理が port forward しか想定していなかったため、 local_channel_num に固定値を強引に割り当てている。 Revision 3173 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Nov 23 12:34:33 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118967 byte(s) Diff to previous 3170 KEX_DEFAULT_ENCRYPT を空にした。 normalize_cipher_order() で、設定値とデフォルト値(default_ciphers)をマージしているため、なくてもいいと判断。 Revision 3170 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Nov 22 10:05:33 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118862 byte(s) Diff to previous 3169 SSH2 の共通鍵暗号方式として CAST128-CBC をサポート Revision 3169 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Nov 22 06:46:43 2008 UTC (15 years, 4 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118774 byte(s) Diff to previous 3168 SSH2 の共通鍵暗号方式として Arcfour128, Arcfour256 をサポート Revision 3168 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Nov 21 18:54:22 2008 UTC (15 years, 4 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118598 byte(s) Diff to previous 3166 SSH2 の共通鍵暗号として Arcfour をサポート (yasuhide) [Ttssh2-devel 1250] Revision 3166 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Nov 19 22:39:47 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118522 byte(s) Diff to previous 3164 _strdup しなくてもよかったので修正 Revision 3164 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Nov 19 15:40:13 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118531 byte(s) Diff to previous 3163 ログで時刻とプロセスIDを、メモリダンプで時刻を記録するようにした ログの採取箇所を増やした Revision 3163 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Nov 19 14:00:14 2008 UTC (15 years, 4 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118318 byte(s) Diff to previous 3159 GET_VER()を削除。 Revision 3159 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Nov 18 06:24:09 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118555 byte(s) Diff to previous 3157 SSH2 の AES CTR をサポート(yasuhide) http://jvn.jp/niscc/CPNI-957037/ Revision 3157 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Nov 17 08:45:12 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118298 byte(s) Diff to previous 3155 SSH2 で現在サポートされている AES/Blowfish が CBC であることを明示 Revision 3155 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Oct 19 05:58:09 2008 UTC (15 years, 5 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118250 byte(s) Diff to previous 3146 Historyボックスのenable/disableを追加した。 Revision 3146 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Sep 11 06:57:52 2008 UTC (15 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118108 byte(s) Diff to previous 3139 SSH2 RSA 接続で、サーバの鍵長が 768 bit 以下のときにも接続する設定項目を追加した。 teraterm.ini への直接指定のみ有効となる。 推奨されない設定なので、ドキュメントには書かない。 Revision 3139 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Aug 1 16:29:01 2008 UTC (15 years, 8 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117711 byte(s) Diff to previous 3134 NT4.0で無理矢理32bitアイコンを表示しようとして崩れたアイコンが表示される問題を修正した。 Revision 3134 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jun 20 11:58:47 2008 UTC (15 years, 9 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117329 byte(s) Diff to previous 3132 ・TeraTerm -> Tera Term ・その他細かい修正 Revision 3132 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jun 14 01:00:45 2008 UTC (15 years, 10 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117321 byte(s) Diff to previous 3130 no message Revision 3130 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri May 23 05:04:09 2008 UTC (15 years, 10 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117320 byte(s) Diff to previous 3129 Teraterm -> TeraTerm Tera Term/TeraTermの表記の統一を行うかは別途検討。 Revision 3129 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu May 22 14:27:54 2008 UTC (15 years, 10 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117320 byte(s) Diff to previous 3123 TTSSHのバージョンダイアログにおいて、"Teraterm"を"TeraTerm"へ変更した。 Revision 3123 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Mar 12 13:04:12 2008 UTC (16 years, 1 month ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117320 byte(s) Diff to previous 3122 SCPダイアログにファイル受信先等の表示を追加した。 Revision 3122 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 4 12:33:28 2008 UTC (16 years, 1 month ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117105 byte(s) Diff to previous 3121 メモリリーク検出調査はいったん保留。 Revision 3121 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 4 12:10:05 2008 UTC (16 years, 1 month ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117103 byte(s) Diff to previous 3115 リーク時のブロック番号を元にブレークを仕掛ける Revision 3115 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Feb 26 16:40:08 2008 UTC (16 years, 1 month ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116907 byte(s) Diff to previous 3114 メモリリーク検出機能を追加(debug build時のみ)。 いくつかメモリリークしている箇所があるのですが、4.58リリース後に修正します。 Revision 3114 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Feb 24 12:15:49 2008 UTC (16 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116822 byte(s) Diff to previous 3112 言語ファイルの key を変更した。 キーボードショートカットの重複を解消した。 Revision 3112 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 16 10:18:11 2008 UTC (16 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116830 byte(s) Diff to previous 3108 SSH1 でもメッセージを MessageBox を表示するように戻した。 Revision 3108 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Feb 12 23:11:49 2008 UTC (16 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116738 byte(s) Diff to previous 3107 Pageant 対応処理を追加した。 SSH2 はひととおり対応済み。 SSH1 は実装途中。 Revision 3107 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Feb 11 12:26:39 2008 UTC (16 years, 2 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116275 byte(s) Diff to previous 3103 SFTP debug用ボタンを追加。 debug buildで出現します。 Revision 3103 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Feb 4 01:21:44 2008 UTC (16 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116190 byte(s) Diff to previous 3102 SCP できるのは SSH2 のみなので、isSSH にはバージョンを格納する。 Revision 3102 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Feb 1 11:09:08 2008 UTC (16 years, 2 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116307 byte(s) Diff to previous 3100 SSH SCPダイアログからファイル受信できるようにした。 ただし、ファイル名は手打ち。将来的にSFTPをサポートできたら、 このダイアログは廃止する予定です。 Revision 3100 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jan 25 14:10:37 2008 UTC (16 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116001 byte(s) Diff to previous 3099 ファイルドラッグ & ドロップ時のメッセージボックスで、SSH で接続しているときのみ "SCP" ボタンが現れるようにした。 変更しないボタンのキャプションは Windows にまかせる。 Revision 3099 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jan 22 09:14:13 2008 UTC (16 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115884 byte(s) Diff to previous 3098 "New Connection" ダイアログのホスト名編集コントロールの HWND を static 変数に変更した。 Revision 3098 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jan 21 14:00:45 2008 UTC (16 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115870 byte(s) Diff to previous 3097 WINVER がないために定義されない OPENFILENAME_SIZE_VERSION_400 を使用しないようにした。 WINVER がないために定義されない OFN_FORCESHOWHIDDEN を、ソース内で直接定義するようにした。 Revision 3097 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jan 19 16:10:45 2008 UTC (16 years, 2 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116302 byte(s) Diff to previous 3096 SCPファイルダイアログオープン処理に、OpenSSL内バージョン定義対策を追加した。 Revision 3096 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jan 19 15:02:03 2008 UTC (16 years, 2 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116155 byte(s) Diff to previous 3093 SFTPサポートのためのフレームワークを追加。動作上は影響ありません。 Revision 3093 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jan 10 16:34:08 2008 UTC (16 years, 3 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116071 byte(s) Diff to previous 3091 EVP_CIPHER * を取得するのに、関数ポインタを使用するのをやめた。 Revision 3091 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jan 4 08:01:29 2008 UTC (16 years, 3 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 116067 byte(s) Diff to previous 3089 "scprecv"コマンド実装のため修正。 Revision 3089 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jan 3 16:15:40 2008 UTC (16 years, 3 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115889 byte(s) Diff to previous 3088 SCPファイル送信の転送先パス指定対応。 Revision 3088 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jan 1 16:10:45 2008 UTC (16 years, 3 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115807 byte(s) Diff to previous 3085 release buildでTeraTerm本体からのTTSSHのSCP関数呼び出しに失敗する問題を修正した。 Revision 3085 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jan 1 11:35:43 2008 UTC (16 years, 3 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115785 byte(s) Diff to previous 3075 "scpsend"マクロ実装のため、TTXScpSendfile関数を新設&エクスポート。 Revision 3075 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 25 14:49:01 2007 UTC (16 years, 3 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115576 byte(s) Diff to previous 3074 SCPスレッドからモードレスダイアログへ変更。 ハートビートスレッドはとりあえず起動を停止。あとで修正します。 telnetスレッドは後日対応。 Revision 3074 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Dec 24 14:42:50 2007 UTC (16 years, 3 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115575 byte(s) Diff to previous 3072 SCPによるファイル送信機能を追加した(未完)。 以下、制限事項。 ・SSH2のみ ・GetOpenFileName()に渡すOPENFILENAME_SIZE_VERSION_400とOFN_FORCESHOWHIDDENが未定義であると怒られる。 ・send_packet_blocking()のioctlsocket()が"10022"のエラーとなることがある。 以下、AIリスト。 ・zmodemsendのような"scpsend"マクロコマンドを作りたいが、DDE通信でTTSSHのコードを呼び出すことは可能かどうか。 ・ファイル受信 ・SFTPへの対応 ・SSH1への対応 Revision 3072 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Dec 7 18:06:25 2007 UTC (16 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 112344 byte(s) Diff to previous 3067 New Connection ダイアログのホスト名に /ssh1, /ssh2 が含まれている場合、SSH 接続が無効になる問題を修正した。 Revision 3067 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Nov 8 14:53:21 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 112280 byte(s) Diff to previous 3065 /ssh-acceptall コマンドラインオプションを追加した。 Revision 3065 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Nov 5 00:51:38 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 112165 byte(s) Diff to previous 3061 "New connection" ダイアログのコマンドラインの SSH 判定を修正した。 Revision 3061 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Nov 1 12:28:30 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 112064 byte(s) Diff to previous 3048 ホスト名で /ssh /1, /ssh /2, /ssh1, /ssh2, /nossh, /telnet が指定されたときに、ラジオボタンの SSH および SSH プロトコルバージョンを適用するのをやめた。 Revision 3048 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Oct 19 11:33:12 2007 UTC (16 years, 5 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 111645 byte(s) Diff to previous 3045 C-uをサポート Revision 3045 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Oct 18 03:49:39 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 111383 byte(s) Diff to previous 3043 SSH2 の暗号化方式として Blowfish をサポートしたい。 Revision 3043 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 17 15:58:15 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 111359 byte(s) Diff to previous 3040 エラーメッセージを追加した。 Revision 3040 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 17 04:06:57 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 111347 byte(s) Diff to previous 3036 SSH2 の暗号方式として AES192 をサポートした。 Revision 3036 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Oct 16 15:28:14 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 111276 byte(s) Diff to previous 3035 SSH2 の暗号方式として AES256 をサポートした。 Revision 3035 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Oct 15 11:36:55 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 111106 byte(s) Diff to previous 3031 CheckAuthListFirst のデフォルト値を Off にした。 Revision 3031 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Oct 5 16:04:47 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 111105 byte(s) Diff to previous 3028 セッションの複製で challenge/response 方式をサポートした。 Revision 3028 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Oct 4 15:41:56 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 110838 byte(s) Diff to previous 3025 Fix typo. Revision 3025 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Oct 4 15:15:04 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 110838 byte(s) Diff to previous 3022 /auth=challange コマンドラインパラメータを追加した。 Revision 3022 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 3 12:33:36 2007 UTC (16 years, 6 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 110633 byte(s) Diff to previous 3021 C-d/C-k をサポート。 Revision 3021 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 3 11:44:52 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109832 byte(s) Diff to previous 3020 シリアルポートの最大値を 256 に変更した。 管理テーブルの型を unsigned char から WORD に変更した。 Revision 3020 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 3 06:00:37 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109841 byte(s) Diff to previous 3019 no message Revision 3019 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 3 02:11:33 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109904 byte(s) Diff to previous 3015 COM ポートが 127 までしか使用できない問題を修正した。 Revision 3015 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Sep 30 14:03:02 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109895 byte(s) Diff to previous 3011 サポートされていない認証メソッドをはじめから無効にする機能を追加した。 Revision 3011 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Sep 22 16:10:45 2007 UTC (16 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109425 byte(s) Diff to previous 3010 password 認証で keyboard-interactive を使用するのをやめた。 明示的に challange/response を選択する必要がある。 Revision 3010 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Sep 5 14:51:28 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109935 byte(s) Diff to previous 3009 接続ダイアログのホスト名ドロップダウンにおいて、Ctrl+b/Ctrl+f をサポートした。 Revision 3009 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Sep 5 12:07:04 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109590 byte(s) Diff to previous 3008 接続ダイアログのホスト名ドロップダウンにおいて、Ctrl+a/Ctrl+e を使って先頭/終端に移動できるようにした。 Revision 3008 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Sep 4 13:40:18 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109119 byte(s) Diff to previous 3007 接続ダイアログのホスト名ドロップダウンにおいて、Ctrl+n/Ctrl+p を使って上下できるようにした。 Revision 3007 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Sep 2 05:20:58 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107427 byte(s) Diff to previous 3006 接続ダイアログに使用中のシリアルポートを表示しないようにした。 Revision 3006 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Aug 30 13:18:20 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107237 byte(s) Diff to previous 3005 MaxComPort を越えるシリアルポートを表示しないようにした。 Revision 3005 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Aug 30 12:42:06 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107120 byte(s) Diff to previous 3004 New connection ダイアログの Host の最大値を定数で持つようにした。 Revision 3004 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 27 08:38:10 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107111 byte(s) Diff to previous 3003 シリアルポート番号をドロップダウンリストに戻し、ドロップ部の幅を広げられるようにした。 Revision 3003 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 20 14:21:57 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 106447 byte(s) Diff to previous 3002 インデントを変更した。 Revision 3002 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 20 13:59:45 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 104834 byte(s) Diff to previous 3001 ボタンの文字列がおかしくなるバグを修正した。 Revision 3001 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 20 08:32:12 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 104876 byte(s) Diff to previous 3000 TERATERM32 マクロを削除した。 Revision 3000 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Aug 19 13:07:48 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107116 byte(s) Diff to previous 2999 不正な修正を元に戻した。 Revision 2999 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 18 08:54:14 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107271 byte(s) Diff to previous 2998 不定なメモリを free して落ちることがある問題を修正した。 Revision 2998 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Aug 17 14:05:45 2007 UTC (16 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107116 byte(s) Diff to previous 2997 Serial Port DescritionのWin9x/NT対策(起動エラー回避)。 Revision 2997 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Aug 17 06:15:06 2007 UTC (16 years, 7 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107079 byte(s) Diff to previous 2996 Serial portのDescriptionを取得するようにした。 Revision 2996 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Aug 17 05:49:55 2007 UTC (16 years, 7 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107015 byte(s) Diff to previous 2995 Serial portのDescriptionを取得するようにした。 Revision 2995 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 15 04:03:26 2007 UTC (16 years, 8 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 106830 byte(s) Diff to previous 2994 $Log$ を削除した。 Revision 2994 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 13 22:30:03 2007 UTC (16 years, 8 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 115046 byte(s) Diff to previous 2992 国際化関数を修正した。 NO_I18N マクロを削除した。 Revision 2992 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 8 16:04:09 2007 UTC (16 years, 8 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 123964 byte(s) Diff to previous 2984 安全な関数を使用するように変更した。 Revision 2984 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jul 23 14:23:36 2007 UTC (16 years, 8 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 120178 byte(s) Diff to previous 2982 シリアル接続のCOM最大ポートを200まで拡張した。 Revision 2982 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jul 5 12:16:11 2007 UTC (16 years, 9 months ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 120034 byte(s) Diff to previous 2981 利用可能なCOMポートが無い時、新しい接続ダイアログでシリアルポートの選択を無効化した。 Revision 2981 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 12 14:55:20 2007 UTC (16 years, 10 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 119687 byte(s) Diff to previous 2980 BOF(Buffer Over Flow)が発生する処理を修正。 Revision 2980 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Jun 6 14:10:12 2007 UTC (16 years, 10 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 119376 byte(s) Diff to previous 2970 プリプロセッサにより構造体が変わってしまうので、INET6 と I18N の #define を逆転させた。 Revision 2970 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Apr 24 16:33:36 2007 UTC (16 years, 11 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118938 byte(s) Diff to previous 2967 TCPLocalEcho/TCPCRSend を無効にするオプションを追加した。 Revision 2967 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Mar 15 05:09:52 2007 UTC (17 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118721 byte(s) Diff to previous 2965 /keyfile= パラメータもスペースを含むファイル名を認識するよう修正した。 Revision 2965 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Mar 5 08:39:57 2007 UTC (17 years, 1 month ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 118564 byte(s) Diff to previous 2964 DetectComPorts を ttpcmn.dll のエクスポート関数に変更した。 Revision 2964 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Mar 4 18:02:36 2007 UTC (17 years, 1 month ago) by doda Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 119447 byte(s) Diff to previous 2956 New connection$B$*$h$S(BSerial port setup$B%@%$%"%m%0$G!"MxMQ2DG=$J%7%j%"%k%]!<%H$N$_(B> $B$rI=<($9$k$h$&$K$7$?!#(B Revision 2956 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Jan 31 13:15:08 2007 UTC (17 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117872 byte(s) Diff to previous 2955 言語ファイルがないときに \0 が正しく認識されないバグを修正した。 Revision 2955 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Jan 31 04:08:39 2007 UTC (17 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117762 byte(s) Diff to previous 2952 メッセージを修正した。 Revision 2952 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jan 27 14:29:59 2007 UTC (17 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117637 byte(s) Diff to previous 2951 英語版と日本語版のアクセラレータキーをあわせた。 Revision 2951 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jan 27 14:27:47 2007 UTC (17 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117517 byte(s) Diff to previous 2949 鍵生成後に、パスフレーズ入力コントロールにフォーカスするようにした。 Revision 2949 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jan 22 13:45:19 2007 UTC (17 years, 2 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 117331 byte(s) Diff to previous 2947 表示メッセージの読み込み対応 Revision 2947 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jan 4 11:59:03 2007 UTC (17 years, 3 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 114376 byte(s) Diff to previous 2946 フォントを変更する部分を追加した。 Revision 2946 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jan 4 08:36:42 2007 UTC (17 years, 3 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 110493 byte(s) Diff to previous 2944 フォントを変更する部分を追加した。 Revision 2944 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Dec 6 14:31:13 2006 UTC (17 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109918 byte(s) Diff to previous 2943 表示メッセージの読み込み対応 Revision 2943 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Dec 6 14:25:40 2006 UTC (17 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 109846 byte(s) Diff to previous 2937 表示メッセージの読み込み対応 Revision 2937 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Nov 23 02:19:30 2006 UTC (17 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 107719 byte(s) Diff to previous 2930 表示メッセージを言語ファイルから読み込みむコードの作成を開始した。 Revision 2930 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Nov 14 09:00:40 2006 UTC (17 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 91392 byte(s) Diff to previous 2915 エラーメッセージを修正した。 Revision 2915 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Oct 19 06:24:05 2006 UTC (17 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 91279 byte(s) Diff to previous 2913 SSHで接続中にNew connectionダイアログからtelnet接続できないのを修正した。 Revision 2913 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Oct 10 16:54:54 2006 UTC (17 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 91141 byte(s) Diff to previous 2911 ttermpro.exeの/Fパラメータで指定されたファイルからTTSSHの設定が読まれなくなっていたのを修正した。 Revision 2911 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Oct 6 16:35:25 2006 UTC (17 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 90816 byte(s) Diff to previous 2910 スペースを含むファイル名を認識するよう修正した。 Revision 2910 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Oct 6 09:05:59 2006 UTC (17 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 90268 byte(s) Diff to previous 2909 ttermpro の /F パラメータの値にスペースが含まれると、TTSSH の設定内容が読み込まれないバグを修正した。 Revision 2909 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Sep 18 06:14:48 2006 UTC (17 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 90139 byte(s) Diff to previous 2908 ポートフォワードしているウインドウから新規接続するとエラーが出る問題を修正した。 Revision 2908 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Sep 18 05:08:04 2006 UTC (17 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 89979 byte(s) Diff to previous 2907 コマンドラインパラメータ '/ask4passwd' を追加した。 Revision 2907 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Sep 16 07:24:06 2006 UTC (17 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 89577 byte(s) Diff to previous 2901 /ssh1, /ssh2, /telnet オプションを追加した。 Revision 2901 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 21 12:21:33 2006 UTC (17 years, 7 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 88990 byte(s) Diff to previous 2897 コマンドラインパラメータにおいて、ダブルクォーテーションで囲まれたファイル名を正しく認識するようにした。 Revision 2897 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 9 15:13:17 2006 UTC (17 years, 8 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 87987 byte(s) Diff to previous 2896 ttermpro.exe のアイコンハンドルを取得できない問題を修正した Revision 2896 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 9 09:13:49 2006 UTC (17 years, 8 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 87685 byte(s) Diff to previous 2892 タイトルバーのアイコンに小さいアイコンが使用されていなかったのを修正した Revision 2892 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 5 03:50:59 2006 UTC (17 years, 8 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 87315 byte(s) Diff to previous 2891 改行コードをLFへ変換した。 Revision 2891 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 5 03:47:49 2006 UTC (17 years, 8 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 87174 byte(s) Diff to previous 2890 パスワードをメモリ上に覚えておくかどうかの設定は teraterm.ini に反映させるようにした。 Revision 2890 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Aug 3 15:05:02 2006 UTC (17 years, 8 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 86696 byte(s) Diff to previous 2875 パスワードをメモリ上に保持するかどうかを決めるチェックボックスを認証ダイアログに追加した。 Revision 2875 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jun 26 13:26:49 2006 UTC (17 years, 9 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 86381 byte(s) Diff to previous 2873 TTSSHのsetupダイアログの変更内容が次回接続時から反映されるようにした。 Revision 2873 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jun 23 13:57:24 2006 UTC (17 years, 9 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 86352 byte(s) Diff to previous 2868 TTSSH 2.28にて遅延パケット圧縮をサポートした。 Revision 2868 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Jun 11 14:26:30 2006 UTC (17 years, 10 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 85997 byte(s) Diff to previous 2856 SSH Port Forward の編集画面で、TeraTermが未接続状態の場合、ポート番号不正を即座にメッセージボックスが表示されないバグを修正した。 Revision 2856 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Mar 26 15:43:58 2006 UTC (18 years ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 85615 byte(s) Diff to previous 2850 SSH2のknown_hosts対応を追加した。 Revision 2850 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 18 07:37:02 2006 UTC (18 years, 1 month ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 85424 byte(s) Diff to previous 2847 ・コンパイラを Visual Studio 2005 Standard Edition に切り替えた。 ・stricmp()を_stricmp()へ置換した ・strdup()を_strdup()へ置換した Revision 2847 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Oct 21 13:43:08 2005 UTC (18 years, 5 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 85316 byte(s) Diff to previous 2846 Historyチェックボックスのenable / disable追加。 Revision 2846 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Oct 21 13:36:47 2005 UTC (18 years, 5 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 85041 byte(s) Diff to previous 2833 接続ダイアログに History チェックボックスを追加した。 2.18へアップデート。 Revision 2833 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jul 9 17:08:47 2005 UTC (18 years, 9 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 84469 byte(s) Diff to previous 2831 SSH2 packet compressionをサポートした。 Revision 2831 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jul 9 05:16:06 2005 UTC (18 years, 9 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 84346 byte(s) Diff to previous 2823 OpenSSL 0.9.8でビルドできるようにした。 Revision 2823 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Jun 19 09:17:47 2005 UTC (18 years, 9 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 84214 byte(s) Diff to previous 2821 SSH2 port-fowarding(local to remote)をサポートした。 Revision 2821 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun May 15 09:14:04 2005 UTC (18 years, 11 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 84137 byte(s) Diff to previous 2820 zlib versionの位置調整。 Revision 2820 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 10 16:44:08 2005 UTC (18 years, 11 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 84038 byte(s) Diff to previous 2816 zlibのバージョンをバージョン情報に追加した。 Revision 2816 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Apr 23 17:26:57 2005 UTC (18 years, 11 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 83484 byte(s) Diff to previous 2811 キー作成ダイアログの追加。 Revision 2811 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 8 14:55:03 2005 UTC (19 years ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 63669 byte(s) Diff to previous 2809 "Duplicate session"においてSSH自動ログインを行うようにした。 Revision 2809 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Apr 3 14:39:48 2005 UTC (19 years ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 61599 byte(s) Diff to previous 2805 SSH2 channel lookup機構の追加(ポートフォワーディングのため)。 TTSSH 2.10で追加したlog dump機構において、DH鍵再作成時にbuffer freeで アプリケーションが落ちてしまうバグを修正。 Revision 2805 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Mar 27 04:39:55 2005 UTC (19 years ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 61478 byte(s) Diff to previous 2803 SSH2のログ採取(verbose)のデータを追加した。 Revision 2803 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Mar 23 12:39:20 2005 UTC (19 years ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 61257 byte(s) Diff to previous 2800 シリアルポートを開いた状態からAlt-Nで新規接続を開こうとしたとき、フォーカスを当てるようにした。 Revision 2800 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Mar 12 15:07:34 2005 UTC (19 years, 1 month ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 60847 byte(s) Diff to previous 2799 SSH2 keyboard-interactive認証をTISダイアログに実装した。 Revision 2799 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Mar 12 12:08:05 2005 UTC (19 years, 1 month ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 60555 byte(s) Diff to previous 2793 パスワード認証の前に行うkeyboard-interactiveメソッドで、デフォルト設定値を無効(0)にした。 また、認証ダイアログのラベル名を設定の有無により変更するようにした。 Revision 2793 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Mar 3 13:28:23 2005 UTC (19 years, 1 month ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 60248 byte(s) Diff to previous 2792 クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。 Revision 2792 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Feb 28 14:51:44 2005 UTC (19 years, 1 month ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 60095 byte(s) Diff to previous 2789 バージョンダイアログに表示するTTSSHのバージョンを、ttxssh.dllの バージョン情報から取得するようにした。 Revision 2789 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Feb 22 08:48:11 2005 UTC (19 years, 1 month ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 58376 byte(s) Diff to previous 2784 TTSSH setupダイアログに HeartBeat 設定を追加。 TTSSH authentication setupダイアログに keyboard-interactive 設定を追加。 Revision 2784 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jan 27 13:30:33 2005 UTC (19 years, 2 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 57784 byte(s) Diff to previous 2782 公開鍵認証自動ログインをサポート。 /auth=publickey, /keyfile オプションを新規追加した。 また、空白を含む引数をサポート。 Revision 2782 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jan 24 14:07:07 2005 UTC (19 years, 2 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 56288 byte(s) Diff to previous 2766 ・keyboard-interactive認証をサポートした。 それに伴い、teraterm.iniに "KeyboardInteractive" エントリを追加した。 ・バージョンダイアログに OpenSSLバージョン を追加 Revision 2766 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Dec 27 14:05:08 2004 UTC (19 years, 3 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 55576 byte(s) Diff to previous 2758 'Auto window close'が有効の場合、切断後の接続ができない問題を修正した。 ・スレッドの終了待ち合わせ処理の追加 ・確保済みSSHリソースの解放 Revision 2758 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Dec 17 14:28:36 2004 UTC (19 years, 3 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 55348 byte(s) Diff to previous 2753 メッセージ認証アルゴリズムに HMAC-MD5 を追加。 TTSSHバージョンダイアログにHMACアルゴリズム表示を追加。 Revision 2753 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Dec 16 13:57:43 2004 UTC (19 years, 3 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 54728 byte(s) Diff to previous 2748 "SECURITY WARINIG" dialogで ESC キーを押下すると、 アプリケーションエラーとなる現象への暫定対処。 Revision 2748 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Dec 11 07:31:00 2004 UTC (19 years, 4 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 54172 byte(s) Diff to previous 2739 SSH heartbeatスレッドの追加した。これにより、IPマスカレード環境において、ルータの NATテーブルクリアにより、SSHコネクションが切断される現象が回避される。 それに合わせて、teraterm.iniのTTSSHセクションに、HeartBeat エントリを追加。 Revision 2739 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Dec 1 15:37:49 2004 UTC (19 years, 4 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 53457 byte(s) Diff to previous 2738 SSH2自動ログイン機能を追加。 現状、パスワード認証のみに対応。 ・コマンドライン /ssh /auth=認証メソッド /user=ユーザ名 /passwd=パスワード Revision 2738 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Nov 29 15:52:37 2004 UTC (19 years, 4 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 52533 byte(s) Diff to previous 2734 SSHのdefault protocolをSSH2にした。 Revision 2734 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Nov 23 14:32:26 2004 UTC (19 years, 4 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 52361 byte(s) Diff to previous 2729 接続ダイアログの起動時に、TCP/IPの「ホスト名」にフォーカスが当たるようにした。 Revision 2729 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Nov 14 15:53:21 2004 UTC (19 years, 5 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.c File length: 51976 byte(s) Copied from: ttssh2/branches/avendor/ttxssh/ttxssh.c revision 2728 Diff to previous 2728 This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. Revision 2728 - (view) (download) (as text) (annotate) - [select for diffs] Added Sun Nov 14 15:53:21 2004 UTC (19 years, 5 months ago) by yutakakn Original Path: ttssh2/branches/avendor/ttxssh/ttxssh.c File length: 51976 byte(s) no message This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
|