Develop and Download Open Source Software

Browse Subversion Repository

Log of /ttssh2/trunk/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2863 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 7 13:24:16 2006 UTC (18 years ago) by yutakakn
File length: 177854 byte(s)
Diff to previous 2859
HP-UXにおいてX11 fowardingが失敗した場合に、SSH2セッションが切断されないようにした。


Revision 2859 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 29 14:56:52 2006 UTC (18 years ago) by yutakakn
File length: 177553 byte(s)
Diff to previous 2857
known_hostsファイルにキー種別の異なる同一ホストのエントリがあると、アプリケーションエラーとなるバグを修正した。


Revision 2857 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 26 17:07:18 2006 UTC (18 years ago) by yutakakn
File length: 177477 byte(s)
Diff to previous 2856
fingerprint表示を追加


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: 175589 byte(s)
Diff to previous 2854
SSH2のknown_hosts対応を追加した。


Revision 2854 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 6 14:43:50 2006 UTC (18 years, 1 month ago) by yutakakn
File length: 169756 byte(s)
Diff to previous 2852
SSH2ウィンドウ制御の見直しにより、スループットを向上させた。


Revision 2852 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 23 14:13:57 2006 UTC (18 years, 1 month ago) by yutakakn
File length: 169248 byte(s)
Diff to previous 2850
authorized_keysファイルの"command="をサポートした


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
File length: 168947 byte(s)
Diff to previous 2837
  ・コンパイラを Visual Studio 2005 Standard Edition に切り替えた。
  ・stricmp()を_stricmp()へ置換した
  ・strdup()を_strdup()へ置換した


Revision 2837 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 16 17:01:48 2005 UTC (18 years, 8 months ago) by yutakakn
File length: 168851 byte(s)
Diff to previous 2835
SSH2接続時に TTY 情報を渡すようにした。


Revision 2835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 15 14:58:04 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 168032 byte(s)
Diff to previous 2834
SSH1接続で一度ユーザ認証に失敗すると、その後認証ができなくなるバグを修正。


Revision 2834 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 10 06:44:48 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 167510 byte(s)
Diff to previous 2833
キー再作成時にパケット圧縮が正常に動作せず、サーバ側で正しく解凍できないバグを修正。


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: 166404 byte(s)
Diff to previous 2830
SSH2 packet compressionをサポートした。


Revision 2830 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 3 13:32:00 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 160986 byte(s)
Diff to previous 2829
SSH2 port-forwardingの初期化タイミングを変更。


Revision 2829 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 3 12:07:53 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 161877 byte(s)
Diff to previous 2827
SSH2 X Window Systemのport forwardingをサポートした。


Revision 2827 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 2 08:43:32 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 159616 byte(s)
Diff to previous 2826
SSH2_MSG_CHANNEL_OPEN_FAILURE ハンドラを追加した。


Revision 2826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 2 07:56:13 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 158137 byte(s)
Diff to previous 2825
update SSH2 port-forwading(remote to local)


Revision 2825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 26 14:26:24 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 156685 byte(s)
Diff to previous 2824
update: SSH2 port-forwarding (remote to local)


Revision 2824 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 21 13:28:26 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 152463 byte(s)
Diff to previous 2823
SSH2鍵交換中の(鍵交換以外の)SSH2メッセージ送信を破棄するようにした。


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
File length: 151882 byte(s)
Diff to previous 2811
SSH2 port-fowarding(local to remote)をサポートした。


Revision 2811 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 8 14:55:03 2005 UTC (19 years ago) by yutakakn
File length: 147919 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
File length: 147296 byte(s)
Diff to previous 2806
SSH2 channel lookup機構の追加(ポートフォワーディングのため)。
TTSSH 2.10で追加したlog dump機構において、DH鍵再作成時にbuffer freeで
アプリケーションが落ちてしまうバグを修正。


Revision 2806 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 28 13:52:05 2005 UTC (19 years ago) by yutakakn
File length: 144181 byte(s)
Diff to previous 2805
SSH2_MSG_CHANNEL_REQUEST送信時において、wantconfirmをfalseにした(サーバからのリプライを期待しない)。
NetScreen(HITACHI) workaround対応。


Revision 2805 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 27 04:39:55 2005 UTC (19 years ago) by yutakakn
File length: 143581 byte(s)
Diff to previous 2800
SSH2のログ採取(verbose)のデータを追加した。


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: 141833 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: 140602 byte(s)
Diff to previous 2797
すでにログイン処理を行っている場合は、SSH2_MSG_SERVICE_REQUESTの送信は
しないことにする。OpenSSHでは支障ないが、Tru64 UNIXではサーバエラーとなってしまうため。


Revision 2797 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 9 14:14:25 2005 UTC (19 years, 1 month ago) by yutakakn
File length: 140073 byte(s)
Diff to previous 2796
サーバIDに CR+LF が含まれていた場合、CRの除去ができていなかったバグを修正。


Revision 2796 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 8 14:24:11 2005 UTC (19 years, 1 month ago) by yutakakn
File length: 139728 byte(s)
Diff to previous 2795
SSH2 log dump機構の追加。
とりあえず、DH_GEXにおけるkey verifyまでにトレース採取を組み込んだ。


Revision 2795 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 5 10:19:05 2005 UTC (19 years, 1 month ago) by yutakakn
File length: 134551 byte(s)
Diff to previous 2794
Tru64 UNIX(HP-UX)向けworkaroundを追加。


Revision 2794 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 3 13:37:31 2005 UTC (19 years, 1 month ago) by yutakakn
File length: 133758 byte(s)
Diff to previous 2793
Tru64 UNIX(HP-UX)向けworkaroundを追加。
KEXINIT時にSSH2_MSG_IGNOREを受信可能とした。


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: 133488 byte(s)
Diff to previous 2782
クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。


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: 133128 byte(s)
Diff to previous 2777
・keyboard-interactive認証をサポートした。
 それに伴い、teraterm.iniに "KeyboardInteractive" エントリを追加した。
・バージョンダイアログに OpenSSLバージョン を追加


Revision 2777 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 6 12:29:07 2005 UTC (19 years, 3 months ago) by yutakakn
File length: 129771 byte(s)
Diff to previous 2773
telnet接続時にターミナルサイズ変更を行うと、アプリケーションエラーとなるバグを修正。


Revision 2773 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 4 16:09:45 2005 UTC (19 years, 3 months ago) by yutakakn
File length: 129508 byte(s)
Diff to previous 2771
キー再作成時にMAC corruptとなるバグを修正(メモリの二重フリーが原因)。


Revision 2771 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 4 13:57:01 2005 UTC (19 years, 3 months ago) by yutakakn
File length: 129314 byte(s)
Diff to previous 2768
SSH2ターミナルサイズ変更通知の追加


Revision 2768 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 27 14:22:16 2004 UTC (19 years, 3 months ago) by yutakakn
File length: 128469 byte(s)
Diff to previous 2766
メモリリークを修正。


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: 127977 byte(s)
Diff to previous 2762
'Auto window close'が有効の場合、切断後の接続ができない問題を修正した。
 ・スレッドの終了待ち合わせ処理の追加
 ・確保済みSSHリソースの解放


Revision 2762 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 22 17:28:14 2004 UTC (19 years, 3 months ago) by yutakakn
File length: 126555 byte(s)
Diff to previous 2759
SSH2公開鍵認証(RSA/DSA)をサポートした。


Revision 2759 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 17 16:52:36 2004 UTC (19 years, 3 months ago) by yutakakn
File length: 120758 byte(s)
Diff to previous 2758
KEXにおけるRSAおよびDSSのkey verify処理を追加。


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
File length: 118954 byte(s)
Diff to previous 2757
メッセージ認証アルゴリズムに HMAC-MD5 を追加。
TTSSHバージョンダイアログにHMACアルゴリズム表示を追加。


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: 118791 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: 117218 byte(s)
Diff to previous 2742
SSH heartbeatスレッドの追加した。これにより、IPマスカレード環境において、ルータの
NATテーブルクリアにより、SSHコネクションが切断される現象が回避される。
それに合わせて、teraterm.iniのTTSSHセクションに、HeartBeat エントリを追加。


Revision 2742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 4 08:18:31 2004 UTC (19 years, 4 months ago) by yutakakn
File length: 114816 byte(s)
Diff to previous 2739
SSH2自動ログインにおいて、ユーザ認証に失敗した場合、リトライを行わないようにした。


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: 114398 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
File length: 114104 byte(s)
Diff to previous 2729
SSHのdefault protocolをSSH2にした。


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: 114026 byte(s)
Copied from: ttssh2/branches/avendor/ttxssh/ssh.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/ssh.c
File length: 114026 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