tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 7fb404d97c42dc3018e8b67d61c42d90d6ff7122
parent d2bbf38826e5c59bcee13cab3716f471c7b7cc1d
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 20 Feb 2014 11:12:21 +0100

documentation update for minor bugfix release

Diffstat:
MChangeLog | 5+++++
MKNOWN_BUGS | 7+++++++
MREADME | 2+-
Mtomb | 8++++----
4 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +February 2014 - 1.5.1 + Fix to stdin piping of keys, which were not correctly processed + nor were deleted from volatile memory (tmpfs). Version is now + updated accordingly. + January 2014 - 1.5 Minor bugfixes to documentation, error handling, support for multiple and encrypted swap partitions and qr code engraving. diff --git a/KNOWN_BUGS b/KNOWN_BUGS @@ -1,3 +1,10 @@ +* Versioning and stdin key piping in 1.5 + Due to distraction tomb version 1.5 displays its version as 1.4. + Also version 1.5 did not work when using -k - to pipe keys from + stdin, plus left the encrypted keys laying around in RAM (tmpfs). + This was a minor vulnerability fixed in 1.5.1. + + * Compatibility broken in old Tomb 1.3 and 1.3.1 Due to an error in the creation and decoding of key files, release diff --git a/README b/README @@ -12,7 +12,7 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 . ' "*88888888* 'Y" `~ " `"` `%888*%" ^"***"` "` -A minimalistic commandline tool to manage encrypted volumes v1.5 +A minimalistic commandline tool to manage encrypted volumes v1.5.1 http://dyne.org/software/tomb diff --git a/tomb b/tomb @@ -8,7 +8,7 @@ # {{{ License -# Copyright (C) 2007-2013 Dyne.org Foundation +# Copyright (C) 2007-2014 Dyne.org Foundation # # Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org> # @@ -40,8 +40,8 @@ # {{{ Global variables -VERSION=1.5 -DATE="Jun/2013" +VERSION=1.5.1 +DATE="Feb/2014" TOMBEXEC=$0 typeset -a OLDARGS for arg in ${argv}; do OLDARGS+=($arg); done @@ -2421,7 +2421,7 @@ main() { cat <<EOF Tomb $VERSION - a strong and gentle undertaker for your secrets - Copyright (C) 2007-2013 Dyne.org Foundation, License GNU GPL v3+ + Copyright (C) 2007-2014 Dyne.org Foundation, License GNU GPL v3+ This is free software: you are free to change and redistribute it The latest Tomb sourcecode is published on <http://tomb.dyne.org> EOF