Show
Ignore:
Timestamp:
05/08/08 00:13:42 (7 months ago)
Author:
mbr
Message:
  • Changed --Obfuscate-filenames format to not include the gpgdir PID.
    This allows directories to be encrypted/decrypted under -O multiple
    times without creating new filenames (which would pollute encrypted
    directories under rsync to other systems). The new -O encrypted
    filename format is just "gpgdir_<num>.gpg".
  • Added PID locking against directories so that multiple gpgdir processes
    cannot operate against the same top-level directory simultaneously.
Files:

Legend:

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

    r275 r279  
     1gpgdir-1.9 (05//2008): 
     2    - Changed --Obfuscate-filenames format to not include the gpgdir PID. 
     3      This allows directories to be encrypted/decrypted under -O multiple 
     4      times without creating new filenames (which would pollute encrypted 
     5      directories under rsync to other systems).  The new -O encrypted 
     6      filename format is just "gpgdir_<num>.gpg". 
     7    - Added PID locking against directories so that multiple gpgdir processes 
     8      cannot operate against the same top-level directory simultaneously. 
     9 
    110gpgdir-1.8 (04/04/2008): 
    211    - Updated the test suite to validate the gpgdir --Obfuscate-filenames