documentation update for release

This commit is contained in:
Jaromil 2011-05-15 20:24:27 +02:00
parent 657f317ace
commit ddff7a7895
4 changed files with 53 additions and 24 deletions

View File

@ -1,17 +1,11 @@
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
May 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.
are well separated so that tomb can be used via remote terminal. A
new command 'slam' immediately closes a tomb killing all processes
that keep it busy.
February 2011 - 0.9.2

View File

@ -1,4 +1,4 @@
.TH tomb 1 "February 12, 2011" "tomb"
.TH tomb 1 "May 15, 2011" "tomb"
.SH NAME
Tomb \- the Crypto Undertaker
@ -48,13 +48,29 @@ a \fIsecond argument\fR is given it will indicate the \fImountpoint\fR
where the tomb should be made accessible, if not then the tomb is
mounted in a directory named after the filename and inside /media.
.B
.IP "list"
List all the tombs found open, including information about the time
they were opened and the hooks that they mounted. If the \fIfirst
argument\fR is present, then shows only the tomb named that way or
returns an error if its not found.
.B
.IP "close"
Closes a currently open tomb. When \fIan argument\fR is specified, it
should point to the tomb mount on /dev/mapper; if not specified and
only one tomb is open then it will be closed; if multiple tombs are
open, the command will list them on the terminal. The special
\fIargument\fR 'all' will close all currently open tombs.
should be the name of a mounted tomb; if not specified and only one
tomb is open then it will be closed; if multiple tombs are open, the
command will list them on the terminal. The special
\fIargument\fR 'all' will close all currently open tombs. This command
fails if the tomb is in use by running processes, the command
\fIslam\fR can be used to force close.
.B
.IP "slam"
Closes a tomb like the command \fIclose\fR does, but in case it is in
use looks for all the processes accessing its files and violently
kills them using \-9.
.B
.IP "bury"
@ -150,7 +166,8 @@ Tomb is designed and written by Denis Roio aka Jaromil.
Tomb's artwork is contributed by Jordi aka Mon Mort
Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
Asbesto Molesto, Anathema, Boyska and Nignux.
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth

View File

@ -1,4 +1,4 @@
.TH tomb 1 "February 12, 2011" "tomb"
.TH tomb 1 "May 15, 2011" "tomb"
.SH NAME
Tomb \- the Crypto Undertaker
@ -48,13 +48,29 @@ a \fIsecond argument\fR is given it will indicate the \fImountpoint\fR
where the tomb should be made accessible, if not then the tomb is
mounted in a directory named after the filename and inside /media.
.B
.IP "list"
List all the tombs found open, including information about the time
they were opened and the hooks that they mounted. If the \fIfirst
argument\fR is present, then shows only the tomb named that way or
returns an error if its not found.
.B
.IP "close"
Closes a currently open tomb. When \fIan argument\fR is specified, it
should point to the tomb mount on /dev/mapper; if not specified and
only one tomb is open then it will be closed; if multiple tombs are
open, the command will list them on the terminal. The special
\fIargument\fR 'all' will close all currently open tombs.
should be the name of a mounted tomb; if not specified and only one
tomb is open then it will be closed; if multiple tombs are open, the
command will list them on the terminal. The special
\fIargument\fR 'all' will close all currently open tombs. This command
fails if the tomb is in use by running processes, the command
\fIslam\fR can be used to force close.
.B
.IP "slam"
Closes a tomb like the command \fIclose\fR does, but in case it is in
use looks for all the processes accessing its files and violently
kills them using \-9.
.B
.IP "bury"
@ -150,7 +166,8 @@ Tomb is designed and written by Denis Roio aka Jaromil.
Tomb's artwork is contributed by Jordi aka Mon Mort
Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
Asbesto Molesto, Anathema, Boyska and Nignux.
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth

View File

@ -1,4 +1,4 @@
.TH tomb 1 "February 12, 2011" "tomb"
.TH tomb 1 "May 15, 2011" "tomb"
.SH NAME
Tomb \- the Crypto Undertaker
@ -166,7 +166,8 @@ Tomb is designed and written by Denis Roio aka Jaromil.
Tomb's artwork is contributed by Jordi aka Mon Mort
Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
Shining, Asbesto Molesto, Anathema, Boyska and Nignux.
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth