Develop and Download Open Source Software

Browse Subversion Repository

Log of /trunk/ttssh2/ttxssh/util.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: 12715 byte(s)
Diff to previous 10615
ttxsshで tttset.UIMsg[] ではなく TInstVar.UIMsg[] を使用するよう修正

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

Revision 10615 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 1 14:18:31 2023 UTC (13 months, 1 week ago) by zmatsuo
File length: 12727 byte(s)
Diff to previous 9048
ttxssh内 lngファイル名変数を ANSI版から Unicode 版へ切り替え

- UTIL_get_lang_fixedfont()
  - 引数をUnicode版lngファイル名に変更
  - LOGFONTをUnicode版に切り替え
- SetI18nMenuStrs() -> SetI18nMenuStrsW()
- TTMessageBoxA() -> TTMessageBoxW()

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: 12455 byte(s)
Diff to previous 8592
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 8592 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 12 13:52:24 2020 UTC (4 years ago) by zmatsuo
File length: 12459 byte(s)
Diff to previous 8547
ttssh で認証失敗後の認証ダイアログの文字化けを修正

- UTIL_get_lang_msgW() を ttxssh/util.c に移動

Revision 8547 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 19 15:20:34 2020 UTC (4 years, 1 month ago) by zmatsuo
File length: 12232 byte(s)
Diff to previous 8259
About TTSSH ダイアログの文字化けを修正

- UTF-8ベースで文字列を処理
- UTIL_get_lang_msgU8() を追加、GetI18nStrU8() を使用
- GetI18nStrU8() を i18n.c から i18n_static.c に分離
  - GetI18nStrU8() は export されていない i18n.c の関数だった
- cmake, VS2005, VS2019

Revision 8259 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 5 13:51:32 2019 UTC (4 years, 6 months ago) by zmatsuo
File length: 12012 byte(s)
Diff to previous 7714
コンパイル時の警告を修正

- r8240 の変更がきっかけ
- UTIL_get_lang_msg() の引数に const を追加

Revision 7714 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 27 13:23:19 2019 UTC (4 years, 10 months ago) by zmatsuo
File length: 12000 byte(s)
Diff to previous 7560
ttssh2、ビジュアル化fingerprintの表示に等幅フォントを設定する

- 従来のフォント関連の設定が不要になったのでUTIL_get_lang_font()を削除
- モニタのDPIに合わせて等幅フォントを取得する UTIL_get_lang_fixedfont()を追加
- DPIが変化したとき、OSがフォントを再設定するので、DPIに合わせたサイズのフォントを再設定するようにした

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: 11062 byte(s)
Diff to previous 6841
ttssh 高DPI対応

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: 10983 byte(s)
Diff to previous 6801
TeraTerm Project としてのライセンス表記を追加

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

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: 10906 byte(s)
Diff to previous 6229
eliminate FAR keyword.

Revision 6229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 1 11:06:37 2016 UTC (8 years, 3 months ago) by yutakapon
File length: 10941 byte(s)
Diff to previous 5616
チケット #35870 ゼロクリアの削除

memset()やZeroMemory()は、コンパイラの最適化で削除されることがあるため、
セキュリティ上削除されると困る箇所に関しては SecureZeroMemory() に置き換える。
SecureZeroMemory() はインライン関数のため、Windows95 でも動作する。


Revision 5616 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 22 09:09:08 2014 UTC (9 years, 9 months ago) by yutakapon
File length: 10934 byte(s)
Diff to previous 5610
チケット refs #33822
UTIL_sock_buffered_write 関数にコメントを付与した。


Revision 5610 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 17 15:37:55 2014 UTC (9 years, 9 months ago) by yutakapon
File length: 9621 byte(s)
Diff to previous 5040
チケット #33822
UTIL_sock_buffered_write 関数にコメントを付与した。
まだ調査中だが、やはり実装がおかしいような感じなので、完全調査完了後、
是正を行う予定。


Revision 5040 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 13 16:41:49 2012 UTC (11 years, 5 months ago) by yutakapon
File length: 7701 byte(s)
Diff to previous 5036
Xサーバへの送信処理をブロッキングから、本来のノンブロッキングモードに戻した。
X11転送でJava Web Startを使うと、Tera TermとXmingがストールする現象への対処となると考える。
チケット #27577


Revision 5036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 13 13:38:51 2012 UTC (11 years, 5 months ago) by yutakapon
File length: 7278 byte(s)
Diff to previous 5034
チケット #27577「X11転送のJava Web Startでストールする」の問題解決のためには、
FD_WRITE を本来あるべき姿として処理しなければいけなさそうなので、元に戻す。
現状は、FD_WRITE を受けても、0バイトなので何もしていない。


Revision 5034 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 13 12:05:59 2012 UTC (11 years, 5 months ago) by yutakapon
File length: 7352 byte(s)
Diff to previous 3298
SSHサーバのX11アプリケーションからのデータ受信において、当該データのX11サーバへの送信処理(UTIL_sock_buffered_write)を
ブロッキングモードにしたために、ローカルソケットの FD_WRITE を処理する必要性がなくなる。
無駄なメッセージ処理をしないようにするため、FD_WRITE 指定を除去する。


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: 7278 byte(s)
Diff to previous 3227
RCPの受信先ディレクトリを指定できるようにした。

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: 7522 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: 7255 byte(s)
Diff to previous 3139
CVS から SVN へ移行: trunk に集約

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/util.c
File length: 7255 byte(s)
Diff to previous 3069
NT4.0で無理矢理32bitアイコンを表示しようとして崩れたアイコンが表示される問題を修正した。


Revision 3069 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 29 11:39:37 2007 UTC (16 years, 4 months ago) by yutakapon
Original Path: ttssh2/trunk/ttxssh/util.c
File length: 7024 byte(s)
Diff to previous 3003
ノンブロッキングモードで送れなかった場合、以降の処理へ続くが、バグがあるため、
まともに動かない。ゆえに、初回でブロッキングモードを使い、確実に送信してしまう。
ポート転送(local-to-remote)において、でかいパケットを受信できない問題への対処。
http://sourceforge.jp/tracker/index.php?func=detail&aid=11399&group_id=1412&atid=5333


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


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