Develop and Download Open Source Software

Browse Subversion Repository

Log of /ttssh2/trunk/ttxssh/ttxssh.h

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 3220)

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26