Browse Subversion RepositoryLog of /trunk/ttssh2/ttxssh/ssh.h
Revision 4152 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Nov 10 16:15:13 2010 UTC (13 years, 5 months ago) by yutakapon File length: 19357 byte(s) Diff to previous 4106 ・keyboard-interactive 認証において、パスワード変更が行えるようにした。 ・SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ の実装。ただし、未評価のため、フタをしてある。 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: 19296 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: 19250 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: 18826 byte(s) Diff to previous 3375 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 3375 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 4 10:35:13 2009 UTC (14 years, 11 months ago) by r850 File length: 18775 byte(s) Diff to previous 3326 リファクタリング ・リモートへのSCPを表す定数名がTOLOCALだったのでTOREMOTEに変更。 ・同様にSSH2_scp_tolocalをSSH2_scp_toremoteに変更。 Revision 3326 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Apr 18 05:31:48 2009 UTC (14 years, 11 months ago) by maya File length: 18774 byte(s) Diff to previous 3227 リファクタリング enum の名前を変更 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: 18779 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: 18221 byte(s) Diff to previous 3200 CVS から SVN へ移行: trunk に集約 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/ssh.h File length: 18221 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/ssh.h File length: 18145 byte(s) Diff to previous 3185 SSHキー生成ダイアログで、鍵のビット数を指定できるようにした。 鍵のビット数のデフォルトは、RSA1とRSAが2048、DSAが1024。 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/ssh.h File length: 18103 byte(s) Diff to previous 3176 SSH1 のエージェント転送で固定値の local_id を使うのをやめ、FWDChannel を拡張して使うようにした。 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/ssh.h File length: 18188 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/ssh.h File length: 17999 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/ssh.h File length: 18154 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/ssh.h File length: 17978 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/ssh.h File length: 17675 byte(s) Diff to previous 3161 SSH2 の共通鍵暗号として Arcfour をサポート (yasuhide) [Ttssh2-devel 1250] Revision 3161 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Nov 19 06:40:12 2008 UTC (15 years, 4 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 17585 byte(s) Diff to previous 3159 SSHの暗号アルゴリズムのデフォルト優先順位を変更 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/ssh.h File length: 17552 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/ssh.h File length: 17207 byte(s) Diff to previous 3151 SSH2 で現在サポートされている AES/Blowfish が CBC であることを明示 Revision 3151 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Oct 4 09:24:21 2008 UTC (15 years, 6 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 17167 byte(s) Diff to previous 3137 リファクタリング Revision 3137 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jul 25 15:48:44 2008 UTC (15 years, 8 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 17125 byte(s) Diff to previous 3126 *** empty log message *** Revision 3126 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 19 08:37:18 2008 UTC (15 years, 10 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 17011 byte(s) Diff to previous 3108 known_hosts のポート番号サポートの下準備 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/ssh.h File length: 16985 byte(s) Diff to previous 3102 Pageant 対応処理を追加した。 SSH2 はひととおり対応済み。 SSH1 は実装途中。 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/ssh.h File length: 17002 byte(s) Diff to previous 3096 SSH SCPダイアログからファイル受信できるようにした。 ただし、ファイル名は手打ち。将来的にSFTPをサポートできたら、 このダイアログは廃止する予定です。 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/ssh.h File length: 16943 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/ssh.h File length: 16901 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/ssh.h File length: 16911 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/ssh.h File length: 16775 byte(s) Diff to previous 3074 SCPファイル送信の転送先パス指定対応。 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/ssh.h File length: 16760 byte(s) Diff to previous 3058 SCPによるファイル送信機能を追加した(未完)。 以下、制限事項。 ・SSH2のみ ・GetOpenFileName()に渡すOPENFILENAME_SIZE_VERSION_400とOFN_FORCESHOWHIDDENが未定義であると怒られる。 ・send_packet_blocking()のioctlsocket()が"10022"のエラーとなることがある。 以下、AIリスト。 ・zmodemsendのような"scpsend"マクロコマンドを作りたいが、DDE通信でTTSSHのコードを呼び出すことは可能かどうか。 ・ファイル受信 ・SFTPへの対応 ・SSH1への対応 Revision 3058 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Oct 30 15:01:43 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 16708 byte(s) Diff to previous 3057 ウインドウサイズ計算のバグを修正した 送れなかったバッファの処理を改善した Revision 3057 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Oct 28 15:55:48 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 16699 byte(s) Diff to previous 3047 local_window の計算を調整した。 Revision 3047 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Oct 18 07:57:33 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 16214 byte(s) Diff to previous 3045 Blowfish の鍵長を修正した。 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/ssh.h File length: 16214 byte(s) Diff to previous 3044 SSH2 の暗号化方式として Blowfish をサポートしたい。 Revision 3044 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 17 16:40:07 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 16338 byte(s) Diff to previous 3040 Fix a typo. 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/ssh.h File length: 16338 byte(s) Diff to previous 3039 SSH2 の暗号方式として AES192 をサポートした。 Revision 3039 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 17 04:03:41 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 16316 byte(s) Diff to previous 3037 SSH2 の暗号方式として AES192 をサポートした。 Revision 3037 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Oct 16 15:31:49 2007 UTC (16 years, 5 months ago) by maya Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 16231 byte(s) Diff to previous 3036 no message 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/ssh.h File length: 16253 byte(s) Diff to previous 2921 SSH2 の暗号方式として AES256 をサポートした。 Revision 2921 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Oct 29 16:45:38 2006 UTC (17 years, 5 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 14583 byte(s) Diff to previous 2916 DEBUG_PRINT_TO_FILEマクロを追加。 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/ssh.h File length: 14454 byte(s) Diff to previous 2873 圧縮アルゴリズムの定数を enum に変更した。 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/ssh.h File length: 14458 byte(s) Diff to previous 2857 TTSSH 2.28にて遅延パケット圧縮をサポートした。 Revision 2857 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Mar 26 17:07:18 2006 UTC (18 years ago) by yutakakn Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 14245 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 Original Path: ttssh2/trunk/ttxssh/ssh.h File length: 14212 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/ssh.h File length: 13694 byte(s) Diff to previous 2823 SSH2 packet compressionをサポートした。 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/ssh.h File length: 13569 byte(s) Diff to previous 2809 SSH2 port-fowarding(local to remote)をサポートした。 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/ssh.h File length: 13534 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/ssh.h File length: 13460 byte(s) Diff to previous 2782 SSH2 keyboard-interactive認証をTISダイアログに実装した。 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/ssh.h File length: 13409 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/ssh.h File length: 13307 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/ssh.h File length: 13219 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/ssh.h File length: 13108 byte(s) Diff to previous 2729 SSH heartbeatスレッドの追加した。これにより、IPマスカレード環境において、ルータの NATテーブルクリアにより、SSHコネクションが切断される現象が回避される。 それに合わせて、teraterm.iniのTTSSHセクションに、HeartBeat エントリを追加。 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/ssh.h File length: 13002 byte(s) Copied from: ttssh2/branches/avendor/ttxssh/ssh.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/ssh.h File length: 13002 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.
|