Tomb/ChangeLog
Asbesto 521ff6b829 Pinentry dava errore di parametro LC_CTYPE non definito, e si
piantava con cpu sparata al 100%. Non capiva su quale TTY si
trovava. Per farla breve, necessitava di sti due parametri:
OPTION ttyname=$TTY
OPTION lc-ctype=$LANG
BELLA LI'
2011-04-13 16:59:22 +02:00

58 lines
1.9 KiB
Plaintext

April 2011 - 1.0
Fixed 2 bugs about pinentry ncurses requester; first,
the "LC_CTYPE" error, and a weird 100% cpu hangout.
pinentry need to know the LC_CTYPE parameter and the TTY
in which he's working, so I added them in the code.
-- asbesto
March 2011 - 1.0
Clean and stable. Now passwords are handled exclusively using
pinentry. Also support for steganography of keys (bury and exhume)
was added to the commandline. Commandline and desktop operations
are separate so that tomb can be used via remote terminal.
February 2011 - 0.9.2
The tomb-open wizard now correctly guides you through the creation
of new tombs and helps when saving the keys on external USB
storage devices. The status tray now reliably closes its tomb.
February 2011 - 0.9.1
Sourcecode cleanup, debugging and testing.
Integrated some feedback after filing Debian's ITP and RFS.
January 2011 - 0.9
Tomb is now a desktop application following freedesktop standards:
it provides a status tray and integrates with file managers. The
main program has been thoroughly tested and many bugs were fixed.
August 2010
The first usable version of Tomb goes public among hacker friends
During the year 2009
Tomb has been extensively tested, perfectioned and documented
after being used by its author
Sometime in 2007
mknest was refactored to work on the Debian distribution and since
then renamed to Tomb. dyne:bolic specific dependencies where
removed, keeping Zsh as the shell script it is written with.
Back in 2005
The "nesting" feature of dyne:bolic GNU/Linux lets users encrypt
their home in a file, using a shell script and a graphical
interface called Taschino.
Taschino included a shell script wrapping cryptsetup to encrypt
loopback mounted partitions with the algo AES-256 (cbc-essiv
mode): this script was called 'mkNest' and its the ancestor of
Tomb.