Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

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.

  Diffs between and
  Type of Diff should be a

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