Changeset 210

Show
Ignore:
Timestamp:
06/09/07 00:48:53 (1 year ago)
Author:
mbr
Message:

version 1.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gpgdir/trunk/ChangeLog

    r204 r210  
    1 gpgdir-1.3 (06//2007): 
     1gpgdir-1.3 (06/09/2007): 
     2    - Added --Obfuscate mode so that the files within a directory can be 
     3      altered into unrecognizable names (which are stored within the file 
     4      .gpgdir_map_file within each sub-directory, and this file is itself 
     5      encrypted).  The obfuscated file names are reversed when a directory 
     6      is decrypted. 
    27    - Added the --Agent-info command line argument so that the value of the 
    38      GPG_AGENT_INFO environment variable can be specified on the gpgdir 
  • gpgdir/trunk/gpgdir.1

    r206 r210  
    117117program to securely delete files after they have been successfully encrypted. 
    118118.TP 
     119.BR \-O ", " \-\^\-Obfuscate-filename 
     120Tell 
     121.B gpgdir 
     122to obfuscate the file names of files that it encrypts (in -e mode).  The 
     123names of each file are stored within the file .gpgdir_map_file for every 
     124sub-directory, and this file is itself encrypted.  In decryption mode (-d), 
     125the -O argument reverses the process so that the original files are 
     126restored. 
     127.TP 
    119128.BR \-K ", " \-\^\-Key-id\ \<id> 
    120129Manually specify a GnuPG key ID from the command line.  Because GnuPG 
  • gpgdir/trunk/packaging/gpgdir.spec

    r196 r210  
    11%define name gpgdir 
    2 %define version 1.2 
     2%define version 1.3 
    33%define release 1 
    44%define gpgdirlibdir %_libdir/%name 
     
    107107 
    108108%changelog 
     109* Sat Jun 09 2007 Michael Rash <mbr@cipherdyne.org> 
     110- gpgdir-1.3 release 
     111 
    109112* Mon May 28 2007 Michael Rash <mbr@cipherdyne.org> 
    110113- gpgdir-1.2 release