• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revision6aae12582efe433fcda2af7d4ddb13b4c816da33 (tree)
Time2011-10-18 20:30:22
Authors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Modify documents for 1.99.

Change Summary

Incremental Difference

--- a/doc/eng/FFFTP.txt
+++ b/doc/eng/FFFTP.txt
@@ -1,7 +1,7 @@
11 ============================================================
22 [Software Name] FFFTP Ver.1.99 (FTP Client software)
33 [Copyright] Copyright(C) 1997-2010 Sota & cooperators
4- Copyright(C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto).
4+ Copyright(C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, raido).
55 [Environment] Windows 7, Vista, XP, 2000
66 ============================================================
77
@@ -10,7 +10,7 @@ About INI File
1010
1111 Since the character encoding of INI files of Ver.1.98 or later was changed,
1212 INI files saved by Ver.1.97b or earlier could not be loaded.
13-But Ver.1.99 or later can load them again.
13+But Ver.1.98b or later can load them again.
1414
1515 Ver.1.97b or earlier cannot load INI files saved by Ver.1.98 or later.
1616 Please change to save the settings to the registry instead of the INI file
@@ -34,23 +34,6 @@ Changes in Ver.1.99
3434 -- MLSD command became used for retrieving filenames on appropriate hosts.
3535 That is helpful for hosts that do not return filenames properly.
3636
37--- Added the feature that prevents from loading untrustworthy DLLs.
38- It reduces the chance of being intercepted or tampered with passwords and
39- data.
40- Please add --protect to command line options to use this feature.
41- If slowdown or crash occured, you may adjust the protection level with
42- --protect-medium or --protect-low option.
43-
44--- Changed to confirm SSL certificate on first time connection with FTPS.
45-
46--- Changed to reuse SSL sessions of FTPS control connection.
47-
48--- Reduced chance of crash when numerous files are transfered.
49-
50--- Fixed bugs of copying URL to clipboard.
51-
52--- Added support for migration from 1.97b or earlier through INI file.
53-
5437
5538 Outline
5639 -------
@@ -84,7 +67,7 @@ Warranty Disclaimer
8467 License Agreement
8568 -----------------
8669 Copyright(C) 1997-2010, Sota & cooperators. All rights reserved.
87-Copyright(C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto).
70+Copyright(C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, raido).
8871
8972 Redistribution and use in source and binary forms, with or without
9073 modification, are permitted provided that the following conditions
--- a/doc/eng/history.txt
+++ b/doc/eng/history.txt
@@ -6,6 +6,9 @@ Changes in Ver.1.99
66 -- MLSD command became used for retrieving filenames on appropriate hosts.
77 That is helpful for hosts that do not return filenames properly.
88
9+Changes in Ver.1.98b
10+--------------------
11+
912 -- Added the feature that prevents from loading untrustworthy DLLs.
1013 It reduces the chance of being intercepted or tampered with passwords and
1114 data.
@@ -23,6 +26,10 @@ Changes in Ver.1.99
2326
2427 -- Added support for migration from 1.97b or earlier through INI file.
2528
29+-- Added settings to disallow unencrypted FTP.
30+
31+-- Fixed bugs of arbitrary code execution from the context menu.
32+
2633 Changes in Ver.1.98a
2734 --------------------
2835
--- a/doc/jpn/FFFTP.txt
+++ b/doc/jpn/FFFTP.txt
@@ -8,7 +8,7 @@ INI
88 --------------------------
99
1010 Ver.1.98よりINIファイルの文字コードが変更されたため、Ver.1.97b以前で
11-保存したINIファイルが読み込めなくなっていましたが、Ver.1.99以降では
11+保存したINIファイルが読み込めなくなっていましたが、Ver.1.98b以降では
1212 再び読み込めるようになりました。
1313
1414 なおVer.1.98以降で保存されたINIファイルはVer.1.97b以前で読み込むことが
@@ -34,25 +34,6 @@ Ver 1.99
3434  取得するようにしました。LISTコマンドの応答に特定のファイルが
3535  含まれない一部のホストでも正しく列挙できる可能性が高くなります。
3636
37-・信頼できないDLLの読み込みを防ぐ機能を追加しました。Microsoftの署名が
38- 無いDLLや改変されたDLLが読み込まれるのを強制的に回避することで、
39- マルウェアなどによってパスワードやデータを傍受や改ざんされる可能性を
40- 低減します。この機能を使用するにはコマンドラインオプションに
41- --protectを追加してください。動作が遅い場合や起動に失敗する場合は
42- 保護レベルを--protect-mediumか--protect-lowに調整してください。
43-
44-・初めてFTPSでホストに接続した時にSSL/TLSの証明書を表示するように変更
45- しました。
46-
47-・FTPSのコントロール接続のSSLセッションを再利用するように変更しました。
48- 一部のホストでFTPSによる接続を拒否される問題が解消されます。
49-
50-・大量のファイルを転送した時にクラッシュするバグを軽減しました。
51-
52-・URLをクリップボードにコピーすると文字化けするバグを修正しました。
53-
54-・1.97b以前の設定をINIファイルを通して引き継げるようにしました。
55-
5637
5738 Ver 1.96d以前へ戻す場合
5839 -----------------------
@@ -128,7 +109,7 @@ jre32.dll --------
128109 します。
129110
130111 Copyright(C) 1997-2010, Sota & cooperators. All rights reserved.
131-Copyright (C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto).
112+Copyright (C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, raido).
132113
133114 Redistribution and use in source and binary forms, with or without
134115 modification, are permitted provided that the following conditions
--- a/doc/jpn/history.txt
+++ b/doc/jpn/history.txt
@@ -6,6 +6,8 @@ FFFTP
66  取得するようにしました。LISTコマンドの応答に特定のファイルが
77  含まれない一部のホストでも正しく列挙できる可能性が高くなります。
88
9+■Ver 1.98b
10+
911 ・信頼できないDLLの読み込みを防ぐ機能を追加しました。Microsoftの署名が
1012  無いDLLや改変されたDLLが読み込まれるのを強制的に回避することで、
1113  マルウェアなどによってパスワードやデータを傍受や改ざんされる可能性を
@@ -25,6 +27,11 @@ FFFTP
2527
2628 ・1.97b以前の設定をINIファイルを通して引き継げるようにしました。
2729
30+・暗号化なしでの接続を許可しないための設定を追加しました。
31+
32+・右クリックで表示されるメニューを用いて任意のコードが実行される可能性
33+ があるバグを修正しました。
34+
2835 ■Ver 1.98a
2936
3037 ・ホスト一覧ダイアログが文字化けするバグを修正しました。