Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 10618 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 3 15:15:16 2023 UTC (13 months, 1 week ago) by zmatsuo
File length: 33978 byte(s)
Diff to previous 10010
ttxsshで tttset.UIMsg[] ではなく TInstVar.UIMsg[] を使用するよう修正

- lng(i18n)用文字列領域
- ttxssh 以外は tttset.UIMsg[] を使用しなくなった
  - Unicode(wchar_t)版動的な文字列取得に切り替えた
  - tttset.UIMsg[] は ANSI(char) 文字列
- プラグイン用ワーク内に TInstVar.UIMsg[] を新設した

Revision 10010 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 24 14:03:07 2022 UTC (21 months, 2 weeks ago) by zmatsuo
File length: 34038 byte(s)
Diff to previous 10009
プロトタイプ誤り修正

- DialogBoxParam() の引数 DLGPROC の戻り値を誤っていた
- UINT_PTR -> INT_PTR

Revision 10009 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 23 23:59:07 2022 UTC (21 months, 2 weeks ago) by nmaya
File length: 34030 byte(s)
Diff to previous 9370
アイコンまわりを整理した

ディスプレイ拡大率にあったサイズのアイコンが使われるようにした
  各ウィンドウに動的にセットされるアイコン(タイトルバー・タスクバーなどで表示される)
  通知アイコン
通知アイコンにフルカラーのアイコンが使われるようにした
TTSSH から通知があったときには TTSSH のアイコンが使われるようにした
カスタム通知アイコンをセットする API を変更した

merge from branches/adjust_icon
ticket #43907, #44517

Revision 9370 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 15 13:14:44 2021 UTC (2 years, 7 months ago) by zmatsuo
File length: 34107 byte(s)
Diff to previous 9350
const static を static const に変更

- warning: 'static' is not at beginning of declaration

Revision 9350 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 10 14:42:28 2021 UTC (2 years, 8 months ago) by zmatsuo
File length: 34107 byte(s)
Diff to previous 9048
UILanguageFile を unicode版(UILanguageFileW)へ切り替え

- SetI18nDlgStrs() -> SetI18nDlgStrsW()
- SetDlgTexts() -> SetDlgTextsW()
- SetDlgMenuTexts() -> SetDlgMenuTextsW()

Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya
File length: 34104 byte(s)
Diff to previous 8838
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 8838 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 4 16:00:24 2020 UTC (3 years, 9 months ago) by zmatsuo
File length: 34108 byte(s)
Diff to previous 8485
fall through 警告を修正

warning: this statement may fall through

Revision 8485 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 17 18:59:14 2020 UTC (4 years, 2 months ago) by doda
File length: 34084 byte(s)
Diff to previous 8240
関数名を変更 [Ttssh2-devel 4475]

・SetI18MenuStrs() -> SetI18nMenuStrs()
・SetI18DlgStrs() -> SetI18nDlgStrs()

Revision 8240 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 2 14:00:04 2019 UTC (4 years, 6 months ago) by zmatsuo
File length: 34045 byte(s)
Diff to previous 8089
ttssh2でSetI18DlgStrs()を使用するようにした

Revision 8089 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 8 04:29:40 2019 UTC (4 years, 7 months ago) by yutakapon
File length: 36941 byte(s)
Diff to previous 7896
設定ダイアログ:SSH、SSH認証、SSH転送、SSH鍵生成にヘルプボタンを追加した。

branches/ttssh_improvedからリビジョン8058をマージ:
設定ダイアログ:SSH、SSH認証、SSH転送、SSH鍵生成
ヘルプボタンを追加した。

........
branches/ttssh_improvedからリビジョン8060をマージ:
rcファイル内のコントロールの位置を移動
........



Revision 7896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 29 15:04:08 2019 UTC (4 years, 8 months ago) by zmatsuo
File length: 36618 byte(s)
Diff to previous 7703
Merge branch 'x64' into trunk

Revision 7703 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 21 14:27:30 2019 UTC (4 years, 10 months ago) by zmatsuo
File length: 36594 byte(s)
Diff to previous 7592
ttssh 無効化していたフォント関連のソースを削除

Revision 7592 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 17 15:08:42 2019 UTC (4 years, 11 months ago) by zmatsuo
File length: 40894 byte(s)
Diff to previous 7560
ダイアログを親(vtwin)の中央に表示するよう修正

Revision 7560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 8 17:12:02 2019 UTC (5 years ago) by zmatsuo
File length: 40818 byte(s)
Diff to previous 7193
ttssh 高DPI対応

Revision 7193 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 26 15:54:01 2018 UTC (5 years, 7 months ago) by maya
File length: 40543 byte(s)
Diff to previous 7127
File Drag and Drop ダイアログ内の表現を修正

cf. ttssh2-devel 3478

Revision 7127 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 6 09:59:52 2018 UTC (5 years, 10 months ago) by doda
File length: 40171 byte(s)
Diff to previous 7093
切断後の SSH Forwarding ダイアログが正しい状態を表示しない問題を修正  #38314

Revision 7093 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 9 12:22:14 2018 UTC (6 years ago) by doda
File length: 40142 byte(s)
Diff to previous 7092
数字で始まる不正なポート名の SSH 転送ダイアログでの表示を改善

現状ではポート名指定で 80hoge のような service_DB[] に登録されていない
数字で始まるポート名は先頭の数字部分のポート番号 (例では 80) として
扱われる。この時 SSH 転送ダイアログの表示では 80hoge として表示される
為、実際のポート番号が想像しにくい。これを他の登録されているポート名と
同じように 80 (80hoge) のように表示形態を変更する。

本来ならば 80hoge のようなポート指定は拒否すべきなのかも。

Revision 7092 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 9 12:22:09 2018 UTC (6 years ago) by doda
File length: 40146 byte(s)
Diff to previous 7090
数字で始まるサービス名を扱えるようにした

サービス名の先頭が数字だった時はそのまま atoi() にかけていた為、数字で
始まるサービス名が扱えなかったが、サービス名の検索を先に行うようにして
数字で始まるサービス名を扱えるようにした。

現状、数字で始まるサービス名はサービスリスト(service_DB) には無いが、
サービスリストの更新した時に数字で始まるサービス名が増えた時の為に
修正を行う。

Revision 7090 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 3 13:49:38 2018 UTC (6 years ago) by doda
File length: 40155 byte(s)
Diff to previous 6879
サービス名 -> ポート番号変換部分を ttpcmn.dll へ移動 #38021

Tera Term 本体と ttssh で共有する為

Revision 6879 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 25 07:34:45 2017 UTC (6 years, 8 months ago) by maya
File length: 47854 byte(s)
Diff to previous 6849
Dynamic Forwarding (SOCKS Proxy)

特定のプロトコルを転送するわけではないので、source port の設定をエディットコントロールに変更

Revision 6849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 6 21:53:55 2017 UTC (6 years, 9 months ago) by maya
File length: 47901 byte(s)
Diff to previous 6846
Dynamic Forwarding (SOCKS Proxy)

SSH Port Forwarding ダイアログでの設定変更に対応
Listen Address が効かないのを修正
i18n メッセージファイルに追記

Revision 6846 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:03:01 2017 UTC (6 years, 9 months ago) by doda
File length: 43312 byte(s)
Diff to previous 6843
Dynamic Forwarding (SOCKS Proxy) に対応。

/ssh-D1080 でポート 1080 で SOCKS の待ち受けを行う

ToDo:
・SSH 転送ダイアログでの設定への対応 (誰かやって……)
・IE で利用すると SSH チャネルが足りなくなったりする……

Revision 6843 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:48 2017 UTC (6 years, 9 months ago) by doda
File length: 41788 byte(s)
Diff to previous 6841
転送タイプの識別を FWD_can_server_listen_for() 内部に移動。

転送タイプの判断の条件変更を一箇所で行えるようにするため。

Revision 6841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:28 2017 UTC (6 years, 9 months ago) by doda
File length: 41880 byte(s)
Diff to previous 6822
TeraTerm Project としてのライセンス表記を追加

・Tera Term 本体分を横 80 桁に収まるように改行位置を調整
・ttssh 関連の分を追加

Revision 6822 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 26 10:38:15 2017 UTC (6 years, 9 months ago) by doda
File length: 41803 byte(s)
Diff to previous 6801
デバッグし易さの為 enum に変更

Revision 6801 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 13 10:30:12 2017 UTC (6 years, 9 months ago) by doda
File length: 41787 byte(s)
Diff to previous 6688
eliminate FAR keyword.

Revision 6688 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 11:49:42 2017 UTC (6 years, 11 months ago) by doda
File length: 41963 byte(s)
Diff to previous 6019
typo fix.

Revision 6019 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 13 16:23:19 2015 UTC (8 years, 6 months ago) by yutakapon
File length: 41965 byte(s)
Diff to previous 5793
言語ファイルのスペルミスを修正した。
合わせて、ソースコードに埋め込まれている文章も修正した。




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: 41973 byte(s)
Diff to previous 5340
X転送時の転送先をコマンドラインで指定できるようにした。


Revision 5340 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 4 08:46:00 2013 UTC (10 years, 9 months ago) by maya
File length: 41967 byte(s)
Diff to previous 5031
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=31654
  メッセージに表示するポートを間違っているのを修正

Revision 5031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 01:58:34 2012 UTC (11 years, 6 months ago) by doda
File length: 41965 byte(s)
Diff to previous 5025
sieve のポート番号を追加。


Revision 5025 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 28 03:17:46 2012 UTC (11 years, 6 months ago) by doda
File length: 41946 byte(s)
Diff to previous 4690
ポート番号 - サービス名の対応を追加


Revision 4690 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 27 14:59:30 2011 UTC (12 years, 5 months ago) by doda
File length: 41747 byte(s)
Diff to previous 4575
スクリーン番号としてディスプレイ番号を使っていたのを修正。


Revision 4575 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 4 23:16:01 2011 UTC (12 years, 8 months ago) by maya
File length: 41706 byte(s)
Diff to previous 4372
portforward の編集内容に問題があってダイアログを抜けないときにもフォントを破棄していたのを修正

Revision 4372 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 7 14:11:06 2011 UTC (13 years, 1 month ago) by maya
File length: 41641 byte(s)
Diff to previous 3863
OK を押すと、設定内容に不備があってダイアログを閉じない場合もフォントを削除してしまう問題を修正

Revision 3863 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 16 12:50:15 2010 UTC (13 years, 11 months ago) by maya
File length: 41597 byte(s)
Diff to previous 3862
SSH ポート転送のデフォルトの bind_address と to_host の解析で [] を外すようにした。
  コマンドラインで IPv6 アドレスを指定するときは [] をつける必要がある。

Revision 3862 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 16 11:09:17 2010 UTC (13 years, 11 months ago) by maya
File length: 38768 byte(s)
Diff to previous 3809
SSH ポート転送のデフォルトの bind_address を 127.0.0.1 から localhost に変更した。

Revision 3809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 11 11:41:33 2010 UTC (14 years, 1 month ago) by maya
File length: 38768 byte(s)
Diff to previous 3808
Remote to Local 転送の設定を文字列にする処理に不足があったので修正

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: 38486 byte(s)
Diff to previous 3807
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 3807 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 10 03:50:57 2010 UTC (14 years, 1 month ago) by maya
File length: 38042 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: 38745 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: 37405 byte(s)
Diff to previous 3064
CVS から SVN へ移行: trunk に集約

Revision 3064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 4 13:58:18 2007 UTC (16 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/fwdui.c
File length: 37405 byte(s)
Diff to previous 3062
ローカルからのポート転送時に、localhost 以外からの接続を許可する設定をダイアログからできるように変更した。
また、転送設定ごとに locahost 以外からの接続を許可できるようにした。ただし、上記の設定が有効でないと許可されない。

表から見た設定は「許可する」だが、内部的な変数名は「拒否する」となっており、逆転しているので注意が必要。こうなっているのは、もともと「LocalForwardingIdentityCheck」という変数だったため。


Revision 3062 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 08:16:54 2007 UTC (16 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/fwdui.c
File length: 35327 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/fwdui.c
File length: 35547 byte(s)
Diff to previous 2995
インデントを変更した。


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/fwdui.c
File length: 34737 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/fwdui.c
File length: 35507 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/fwdui.c
File length: 41086 byte(s)
Diff to previous 2980
安全な関数を使用するように変更した。


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/fwdui.c
File length: 40034 byte(s)
Diff to previous 2946
プリプロセッサにより構造体が変わってしまうので、INET6 と I18N の #define を逆転させた。


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/fwdui.c
File length: 39786 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/fwdui.c
File length: 38982 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/fwdui.c
File length: 38916 byte(s)
Diff to previous 2939
表示メッセージの読み込み対応


Revision 2939 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 29 16:58:52 2006 UTC (17 years, 4 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/fwdui.c
File length: 36119 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/fwdui.c
File length: 34836 byte(s)
Diff to previous 2761
表示メッセージを言語ファイルから読み込みむコードの作成を開始した。


Revision 2761 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 19 15:39:58 2004 UTC (19 years, 3 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/fwdui.c
File length: 26997 byte(s)
Diff to previous 2729
CVS LogIDの追加


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