Descargar
Desarrollar
Cuenta
Descargar
Desarrollar
Entrar
Forgot Account/Password
Crear Cuenta
Idioma
Ayuda
Idioma
Ayuda
×
Entrar
Nombre de usuario
Contraseña
×
Forgot Account/Password
Translation Status of Español
Categoría:
Software
Gente
PersonalForge
Magazine
Wiki
Buscar
OSDN
>
Buscar Software
>
Security
>
Cryptography
>
EasyPG
>
Ticket List/Search
>
Incidencia #9937
EasyPG
Fork
Descripción
Project Summary
Developer Dashboard
Página Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Historial
Descargas
List of Releases
Stats
Código Fuente
Code Repository list
Git
epg
Incidencia
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Foros
List of Forums
Ayuda (3)
Open Discussion (3)
Mailing Lists
list of ML
Noticias
Incidencia #9937
Ticket List
Submit New Ticket
RSS
epa-file auto-saves in plain text
Abrir Fecha:
2007-02-11 22:39
Última actualización:
2007-04-06 17:07
monitor
ON
OFF
Informador:
dooglus
Propietario:
ueno
Tipo:
Bugs
Estado:
Cerrado
Componente:
(Ninguno)
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Fixed
Fichero:
1
Details
Responder
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
Resolución
Update from
Ninguno
to
Fixed
Estado
Update from
Open
to
Cerrado
Comentario
Responder
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
Estado
Update from
Cerrado
to
Open
Comentario
Responder
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
Propietario
Update from
(Ninguno)
to
ueno
2007-04-04 17:39
Updated by:
ueno
Comentario
Responder
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
Comentario
Responder
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
Estado
Update from
Open
to
Cerrado
Attachment File List (
1
)
Attachment File List
epa-file.el.diff
(1KB)
Editar
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Entrar
Add Comment
Vista previa
Submit
contents of epa-file buffers to the disk in plain text.
Perhaps epa-file should disable auto-save in its buffers?