Browse Subversion RepositoryLog of /trunk/ttssh2/ttxssh/ttxssh.h
Revision 6286 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Feb 1 15:14:14 2016 UTC (8 years, 2 months ago) by yutakapon File length: 10148 byte(s) Diff to previous 6250 チケット #35744 VS2015の警告除去 下記ブランチからマージした。 svn+ssh://yutakapon@svn.sourceforge.jp/svnroot/ttssh2/branches/vs2015_warn リビジョン6194 - 6260 Revision 6250 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jan 5 12:05:47 2016 UTC (8 years, 3 months ago) by doda File length: 9782 byte(s) Diff to previous 6051 arc4random() の実装を OpenSSH の ChaCha20 ベースの物に置き換え # チェックが不十分に思うけれど、度々 conflict するのに心が折れたのでとりあえずコミット # あと MIN や uint32 とかの定義場所を整理したかったけれど後で Revision 6051 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Oct 20 02:29:21 2015 UTC (8 years, 5 months ago) by doda File length: 9826 byte(s) Diff to previous 5931 _snprintf_s() してから notify_verbose_message() を呼ぶのが面倒なので、 printf() ライクにログを出力する為の logprintf() を追加。 Revision 5931 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 8 17:42:07 2015 UTC (8 years, 8 months ago) by yutakapon File length: 9745 byte(s) Diff to previous 5928 チケット #35165 ホスト鍵自動更新の確認ダイアログ MessageBox API からダイアログボックスに変更した。 Revision 5928 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Aug 4 10:00:19 2015 UTC (8 years, 8 months ago) by doda File length: 9722 byte(s) Diff to previous 5927 相手サーバが Cisco だった場合は DH-GEX で要求するグループサイズを 4096 以下に制限する。 [Ttssh2-devel 2644] http://logmett.com/forum/viewtopic.php?f=8&t=2758 https://bugzilla.mindrot.org/show_bug.cgi?id=2209 サーバ判別部分は手抜き。他にもサーバ別の workaround が必要になった時に考える。 Revision 5927 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Aug 4 03:20:47 2015 UTC (8 years, 8 months ago) by doda File length: 9604 byte(s) Diff to previous 5901 LOG_LEVEL_NOTIFYとLOG_LEVEL_INFOを新設 http://osdn.jp/ticket/browse.php?group_id=1412&tid=35382 Revision 5901 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 2 13:43:23 2015 UTC (8 years, 10 months ago) by yutakapon File length: 9538 byte(s) Diff to previous 5900 チケット #35164 ホスト鍵の自動更新のGUI設定 TTSSHのsetupダイアログに、「ホスト公開鍵の自動更新(hostkey rotation)」を追加した。 Revision 5900 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 2 09:07:33 2015 UTC (8 years, 10 months ago) by doda File length: 9504 byte(s) Diff to previous 5887 DH-GEXで要求するgroupサイズの最小値を指定できるようにした。 Revision 5887 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 26 02:52:28 2015 UTC (8 years, 10 months ago) by doda File length: 9475 byte(s) Diff to previous 5849 改行として CR と CR+LF が混在していたのを修正 Revision 5849 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 5 18:08:23 2015 UTC (8 years, 11 months ago) by yutakapon File length: 9472 byte(s) Diff to previous 5839 チケット #35047 SSH サーバホスト公開鍵の自動更新 ・UpdateHostkeys エントリに"2"(ASK)を追加した。 ・known_hosts ファイルの更新処理を追加した。 Revision 5839 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Apr 29 16:23:18 2015 UTC (8 years, 11 months ago) by yutakapon File length: 9333 byte(s) Diff to previous 5793 チケット #35047 SSH サーバホスト公開鍵の自動更新 known_hosts ファイルの更新の実施有無を設定できるようにした。 TERATERM.INI の [TTSSH] セクションに"UpdateHostkeys"エントリを追加した。 デフォルトは、OpenSSH 6.8(oUpdateHostkeys)に合わせて「オフ」とする。 Revision 5793 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Feb 22 13:04:28 2015 UTC (9 years, 1 month ago) by doda File length: 9308 byte(s) Diff to previous 5678 X転送時の転送先をコマンドラインで指定できるようにした。 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: 9282 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: 9239 byte(s) Diff to previous 5545 チケット #33822 notify_nonfatal_errorの一部停止 ポート転送でローカルアプリケーションにデータ送信する処理で、送信失敗した場合の エラーポップアップメッセージ(&ログ採取)を抑止することができる設定を追加した。 デフォルトは無効。 [TTSSH] @ TERATERM.INI DisablePopupMessage=0 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: 9083 byte(s) Diff to previous 5261 チケット #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 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: 9039 byte(s) Diff to previous 4559 SSH接続時のアイコンを指定出来るようにした。 Revision 4559 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 1 07:21:58 2011 UTC (12 years, 8 months ago) by doda File length: 9023 byte(s) Diff to previous 4531 SSHFP 検証の結果を Security Warning ダイアログに表示するようにした。メッセージは暫定。 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: 9000 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: 8973 byte(s) Diff to previous 4378 SSH 接続時以外は "SSH SCP" メニューをグレイアウトするようにした。 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: 8953 byte(s) Diff to previous 4367 SSH2 の 圧縮で none を利用できるように修正した。
ソース整理
鍵形式・KEXプロトコル・MAC・圧縮の名前や関数を取得する関数を作成。
これにより定義で順序を入れ替えてもよくなった。
enum に型名を付けた。
共通の関数を使えるところで使うようにした。
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: 8983 byte(s) Diff to previous 4330 TTSSHの各種暗号設定に関して、teraterm.iniのエントリでカスタマイズできるようにした。 正式なUIに関しては、これから検討する。 KexOrder=56743210 HostKeyOrder=456230 MacOrder=120 CompOrder=012 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: 8817 byte(s) Diff to previous 4314 ダイアログ名を変更 Revision 4314 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 16 15:55:41 2011 UTC (13 years, 1 month ago) by maya File length: 8817 byte(s) Diff to previous 4307 SSH2 diffie-hellman-group-exchange-sha256, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521 鍵交換プロトコルを追加した 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: 8763 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: 8764 byte(s) Diff to previous 4229 構造体などを整理。外から見た動きは変更していない(はず) 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: 8763 byte(s) Diff to previous 3808 SSH エージェント転送の要求がクライアントから来たとき、Pageant に取り次ぐかどうかユーザに確認するようにした。 クライアントから CHANNEL_OPEN が来た時点で MessageBox をはさんでいる 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: 8703 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: 8739 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: 8709 byte(s) Diff to previous 3325 ssh接続後の接続で、TCPLocalEcho,TCPCRSendの設定が使われないのを修正した。 https://sourceforge.jp/ticket/browse.php?group_id=1412&tid=17592 Revision 3325 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Apr 18 05:27:30 2009 UTC (14 years, 11 months ago) by maya File length: 8678 byte(s) Diff to previous 3295 リファクタリング enum の名前を変更 Revision 3295 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Apr 7 22:23:20 2009 UTC (15 years ago) by maya File length: 8688 byte(s) Diff to previous 3227 デバッグ出力が残っていたので削除 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: 8670 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: 8390 byte(s) Diff to previous 3185 CVS から SVN へ移行: trunk に集約 Revision 3185 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Dec 5 14:40:10 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 8390 byte(s) Diff to previous 3178 SSH1 のエージェント転送で固定値の local_id を使うのをやめ、FWDChannel を拡張して使うようにした。 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.h File length: 8439 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.h File length: 8360 byte(s) Diff to previous 3171 SSH agent forwarding をサポートした。 SSH1 の channel 内部処理が port forward しか想定していなかったため、 local_channel_num に固定値を強引に割り当てている。 Revision 3171 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Nov 22 11:05:40 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 8220 byte(s) Diff to previous 3146 pvar.CipherOrder があふれてしまうので、SSH_CIPHER_MAX+1になるようにした。 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.h File length: 8206 byte(s) Diff to previous 3142 SSH2 RSA 接続で、サーバの鍵長が 768 bit 以下のときにも接続する設定項目を追加した。 teraterm.ini への直接指定のみ有効となる。 推奨されない設定なので、ドキュメントには書かない。 Revision 3142 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Aug 15 12:28:47 2008 UTC (15 years, 7 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 8079 byte(s) Diff to previous 3134 teraterm.iniの[TTSSH]セクションにおいて、LogLevel=200 を追加した。 SSH送受信RAWパケットをメモリ上へ採取し、コネクションクローズ時にファイルへ出力する。 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.h File length: 8046 byte(s) Diff to previous 3130 ・TeraTerm -> Tera Term ・その他細かい修正 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.h File length: 8045 byte(s) Diff to previous 3108 Teraterm -> TeraTerm Tera Term/TeraTermの表記の統一を行うかは別途検討。 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.h File length: 8045 byte(s) Diff to previous 3078 Pageant 対応処理を追加した。 SSH2 はひととおり対応済み。 SSH1 は実装途中。 Revision 3078 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Dec 26 12:17:29 2007 UTC (16 years, 3 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 7822 byte(s) Diff to previous 3076 SSHハートビートスレッドのパケット送信をモードレスダイアログ内で行うことで、 コンテキストの乱れを発生させないようにする。 Revision 3076 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 25 14:50:51 2007 UTC (16 years, 3 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 7795 byte(s) Diff to previous 3074 メニュー ID を既存の命名規則に合わせて修正した 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.h File length: 7794 byte(s) Diff to previous 3068 SCPによるファイル送信機能を追加した(未完)。 以下、制限事項。 ・SSH2のみ ・GetOpenFileName()に渡すOPENFILENAME_SIZE_VERSION_400とOFN_FORCESHOWHIDDENが未定義であると怒られる。 ・send_packet_blocking()のioctlsocket()が"10022"のエラーとなることがある。 以下、AIリスト。 ・zmodemsendのような"scpsend"マクロコマンドを作りたいが、DDE通信でTTSSHのコードを呼び出すことは可能かどうか。 ・ファイル受信 ・SFTPへの対応 ・SSH1への対応 Revision 3068 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Nov 24 10:20:34 2007 UTC (16 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 7761 byte(s) Diff to previous 3015 メニューIDを変更した。 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.h File length: 7730 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.h File length: 7594 byte(s) Diff to previous 3003 password 認証で keyboard-interactive を使用するのをやめた。 明示的に challange/response を選択する必要がある。 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.h File length: 7706 byte(s) Diff to previous 2994 インデントを変更した。 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.h File length: 7814 byte(s) Diff to previous 2980 国際化関数を修正した。 NO_I18N マクロを削除した。 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.h File length: 7837 byte(s) Diff to previous 2975 プリプロセッサにより構造体が変わってしまうので、INET6 と I18N の #define を逆転させた。 Revision 2975 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 27 12:41:33 2007 UTC (16 years, 11 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 7826 byte(s) Diff to previous 2937 "none"メソッドによりユーザ認証メソッドリストを取得し、パスワード認証選択時に keyboard-interactiveログインを試みるようにした。 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.h File length: 7803 byte(s) Diff to previous 2916 表示メッセージを言語ファイルから読み込みむコードの作成を開始した。 Revision 2916 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Oct 21 13:32:37 2006 UTC (17 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 7765 byte(s) Diff to previous 2908 圧縮アルゴリズムの定数を enum に変更した。 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.h File length: 7719 byte(s) Diff to previous 2891 コマンドラインパラメータ '/ask4passwd' を追加した。 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.h File length: 7701 byte(s) Diff to previous 2856 パスワードをメモリ上に覚えておくかどうかの設定は teraterm.ini に反映させるようにした。 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.h File length: 7598 byte(s) Diff to previous 2833 SSH2のknown_hosts対応を追加した。 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.h File length: 9659 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.h File length: 9491 byte(s) Diff to previous 2816 OpenSSL 0.9.8でビルドできるようにした。 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.h File length: 9190 byte(s) Diff to previous 2809 キー作成ダイアログの追加。 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.h File length: 8922 byte(s) Diff to previous 2800 SSH2 channel lookup機構の追加(ポートフォワーディングのため)。 TTSSH 2.10で追加したlog dump機構において、DH鍵再作成時にbuffer freeで アプリケーションが落ちてしまうバグを修正。 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.h File length: 8781 byte(s) Diff to previous 2798 SSH2 keyboard-interactive認証をTISダイアログに実装した。 Revision 2798 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Mar 10 13:40:39 2005 UTC (19 years, 1 month ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 8523 byte(s) Diff to previous 2793 すでにログイン処理を行っている場合は、SSH2_MSG_SERVICE_REQUESTの送信は しないことにする。OpenSSHでは支障ないが、Tru64 UNIXではサーバエラーとなってしまうため。 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.h File length: 8362 byte(s) Diff to previous 2784 クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。 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.h File length: 8094 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.h File length: 7806 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.h File length: 7492 byte(s) Diff to previous 2757 'Auto window close'が有効の場合、切断後の接続ができない問題を修正した。 ・スレッドの終了待ち合わせ処理の追加 ・確保済みSSHリソースの解放 Revision 2757 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Dec 17 14:05:55 2004 UTC (19 years, 3 months ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ttxssh.h File length: 7324 byte(s) Diff to previous 2748 パケット受信時のHMACチェックを追加。 KEXにおけるHMACアルゴリズムチェックを追加。 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.h File length: 6980 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.h File length: 6672 byte(s) Diff to previous 2729 SSH2自動ログイン機能を追加。 現状、パスワード認証のみに対応。 ・コマンドライン /ssh /auth=認証メソッド /user=ユーザ名 /passwd=パスワード 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.h File length: 6542 byte(s) Copied from: ttssh2/branches/avendor/ttxssh/ttxssh.h 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.h File length: 6542 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.
|