Changeset 210
- Timestamp:
- 06/09/07 00:48:53 (1 year ago)
- Files:
-
- gpgdir/trunk/ChangeLog (modified) (1 diff)
- gpgdir/trunk/gpgdir.1 (modified) (1 diff)
- gpgdir/trunk/packaging/gpgdir.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gpgdir/trunk/ChangeLog
r204 r210 1 gpgdir-1.3 (06//2007): 1 gpgdir-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. 2 7 - Added the --Agent-info command line argument so that the value of the 3 8 GPG_AGENT_INFO environment variable can be specified on the gpgdir gpgdir/trunk/gpgdir.1
r206 r210 117 117 program to securely delete files after they have been successfully encrypted. 118 118 .TP 119 .BR \-O ", " \-\^\-Obfuscate-filename 120 Tell 121 .B gpgdir 122 to obfuscate the file names of files that it encrypts (in -e mode). The 123 names of each file are stored within the file .gpgdir_map_file for every 124 sub-directory, and this file is itself encrypted. In decryption mode (-d), 125 the -O argument reverses the process so that the original files are 126 restored. 127 .TP 119 128 .BR \-K ", " \-\^\-Key-id\ \<id> 120 129 Manually specify a GnuPG key ID from the command line. Because GnuPG gpgdir/trunk/packaging/gpgdir.spec
r196 r210 1 1 %define name gpgdir 2 %define version 1. 22 %define version 1.3 3 3 %define release 1 4 4 %define gpgdirlibdir %_libdir/%name … … 107 107 108 108 %changelog 109 * Sat Jun 09 2007 Michael Rash <mbr@cipherdyne.org> 110 - gpgdir-1.3 release 111 109 112 * Mon May 28 2007 Michael Rash <mbr@cipherdyne.org> 110 113 - gpgdir-1.2 release
