下載
軟體開發
帳戶
下載
軟體開發
登入
我忘記帳戶名和密碼了
新增帳戶
語言
手冊
語言
手冊
×
登入
登入名稱
密碼
×
我忘記帳戶名和密碼了
繁體中文翻譯狀態
類別:
軟體
人
PersonalForge
Magazine
Wiki
搜尋
OSDN
>
軟體搜索
>
Security
>
Cryptography
>
EasyPG
>
Ticket List/Search
>
待辦事項 #9937
EasyPG
Fork
描述
專案概要
開發人員儀表板
專案的網頁
Developers
Image Gallery
List of RSS Feeds
活動
使用統計
歷史
檔案下載
發布列表
Stats
原始碼
儲存庫列表
Git
epg
待辦事項
待辦事項列表
里程碑列表
類型列表
元件列表
List of frequently used tickets/RSS
新增待辦事項
文檔
溝通
討論區
討論區列表
幫助論壇 (3)
公開討論 (3)
通信論壇
通信論壇列表
新聞
待辦事項 #9937
待辦事項列表
新增待辦事項
RSS
epa-file auto-saves in plain text
啟用日期:
2007-02-11 22:39
最後更新:
2007-04-06 17:07
監視
ON
OFF
回報者:
dooglus
負責人:
ueno
類型:
問題回報
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
修正
檔案:
1
細節
回覆
It seems like a security risk that epa-file writes the
contents of epa-file buffers to the disk in plain text.
Perhaps epa-file should disable auto-save in its buffers?
Ticket History (3/7 Histories)
Show older Histories
2007-03-29 17:19
Updated by:
ueno
Ticket Close date
is changed to
2007-03-29 17:19
處理結果
Update from
無
to
修正
狀態
Update from
開啟
to
關閉
評語
回覆
Logged In: YES
user_id=230
Thanks for your suggestion. I fixed this in the version
0.0.11. released today.
2007-04-03 20:33
Updated by:
dooglus
狀態
Update from
關閉
to
開啟
評語
回覆
Logged In: YES
user_id=27068
This doesn't work for me, using the CVS trunk version of Emacs.
auto save is turned off here:
* auto-save-mode(0)
(if epa-file-inhibit-auto-save (auto-save-mode 0))
epa-file-insert-file-contents
epa-file-handler
insert-file-contents
find-file-noselect-1
find-file-noselect
find-file
and then turned on again straight away here:
* auto-save-mode(t)
after-find-file
find-file-noselect-1
find-file-noselect
find-file
2007-04-04 10:13
Updated by:
ueno
負責人
Update from
(無)
to
ueno
2007-04-04 17:39
Updated by:
ueno
評語
回覆
Logged In: YES
user_id=230
Oops, sorry for lack of testing.
The attached patch will fix the problem.
2007-04-04 17:39
Updated by:
ueno
File
1811: epa-file.el.diff
is attached
2007-04-04 20:26
Updated by:
dooglus
評語
回覆
Logged In: YES
user_id=27068
Yes, that works. Thanks.
2007-04-06 17:07
Updated by:
ueno
Ticket Close date
is changed to
2007-04-06 17:07
狀態
Update from
開啟
to
關閉
Attachment File List (
1
)
Attachment File List
epa-file.el.diff
(1KB)
編輯
新增評語
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
登入
新增評語
預覽
提交
contents of epa-file buffers to the disk in plain text.
Perhaps epa-file should disable auto-save in its buffers?