下载
开发软件
账户
下载
开发软件
登录
我忘记用户名和密码了
创建帐户
语言
帮助
语言
帮助
×
登录
登录名
密码
×
我忘记用户名和密码了
简体中文翻译状态
类别:
软件
用户
PersonalForge
Magazine
Wiki
搜索
OSDN
>
浏览软件
>
Security
>
Cryptography
>
EasyPG
>
Ticket List/Search
>
任务单 #9937
EasyPG
Fork
描述
项目概述
开发人员仪表板
项目的网页
开发人员
Image Gallery
List of RSS Feeds
Activity
统计
历史
下载
List of Releases
统计
源代码
Code Repository list
Git
epg
任务单
Ticket List
里程碑列表
Type List
组件列表
List of frequently used tickets/RSS
Submit New Ticket
文档
沟通
论坛
List of Forums
帮助论坛 (3)
公开讨论 (3)
Mailing Lists
list of ML
新闻
任务单 #9937
Ticket List
Submit New Ticket
RSS
epa-file auto-saves in plain text
开放日期:
2007-02-11 22:39
最后更新:
2007-04-06 17:07
monitor
ON
OFF
报告人:
dooglus
属主:
ueno
类型:
Bugs
状态:
关闭
组件:
(无)
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
Fixed
文件:
1
Details
回复
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?
任务单历史 (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
Fixed
状态
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)
编辑
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
登录名
Add Comment
预览
Submit
contents of epa-file buffers to the disk in plain text.
Perhaps epa-file should disable auto-save in its buffers?