URI: 
       tcorrect tomb_key variable usage in logs - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f2ffa9c67fb52c0f2d5668d5b91153e3ed8f2d1f
   DIR parent f8df67fcd0804775bf71a7f9b311ff39b65237be
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Fri, 10 Oct 2014 11:17:02 +0200
       
       correct tomb_key variable usage in logs
       
       Diffstat:
         M tomb                                |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/tomb b/tomb
       t@@ -1344,7 +1344,7 @@ lock_tomb_with_key() {
            { test $? = 0 } || {
                _failure "No valid password supplied." }
        
       -    _success "Locking ::1 tomb file:: with ::2 tomb key::" $tombfile $tomb_key
       +    _success "Locking ::1 tomb file:: with ::2 tomb key::" $tombfile $tomb_key_file
        
            _message "Formatting Luks mapped device."
            print -n - "$tomb_secret" | \
       t@@ -1377,7 +1377,7 @@ lock_tomb_with_key() {
            cryptsetup luksClose tomb.tmp
        
            _message "Done locking ::1 tomb name:: using Luks dm-crypt ::2 cipher::" $tombname $cipher
       -    _success "Your tomb is ready in ::1 tomb dir::/::2 tomb file:: and secured with key ::3 tomb key::" $tombdir $tombfile $tomb_key
       +    _success "Your tomb is ready in ::1 tomb dir::/::2 tomb file:: and secured with key ::3 tomb key::" $tombdir $tombfile $tomb_key_file
        
        }
        
       t@@ -1589,7 +1589,7 @@ mount_tomb() {
        
            mapper="tomb.${tombname}.${mapdate}.`basename $nstloop`"
            _verbose "dev mapper device: ::1 mapper::" $mapper
       -    _verbose "Tomb key: ::1 key::" $tomb_key
       +    _verbose "Tomb key: ::1 key::" $tomb_key_file
        
            # take the name only, strip extensions
            _verbose "Tomb name: ::1 tomb name:: (to be engraved)" $tombname