Changeset 1276

Show
Ignore:
Timestamp:
09/30/08 22:23:52 (2 months ago)
Author:
mbr
Message:

1.9.8 updates

Files:

Legend:

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

    r1266 r1276  
    1 fwknop-1.9.8 (09//2008): 
     1fwknop-1.9.8 (09/30/2008): 
    22    - Added GPG_NO_REQUIRE_PREFIX to access.conf to control whether the GnuPG 
    33      'hQ' prefix is added before base64 decoding and decrypting.  Normally 
     
    99      fwknop client normally strips this data from outgoing SPA packets 
    1010      (unless the --Include-gpg-prefix option is used). 
    11     - Added GPG_PATH <path> to fwknopd so that different paths to the gpg 
    12       binary can be specified on a per-SOURCE basis.  This allows one SOURCE 
    13       stanza to apply one gpg binary to decrypt incoming SPA packets (say 
    14       /usr/bin/gpg), and another SOURCE stanza to apply to another gpg binary 
    15       (say /usr/bin/gpg2). 
     11    - Added 'GPG_PATH <path>' to fwknopd (via access.conf) so that different 
     12      paths to the gpg binary can be specified on a per-SOURCE basis.  This 
     13      allows one SOURCE stanza to apply one gpg binary to decrypt incoming SPA 
     14      packets (say /usr/bin/gpg), and another SOURCE stanza to apply to another 
     15      gpg binary (say /usr/bin/gpg2).  In this way, fwknop/fwknopd now 
     16      supports gpg2 in addition to gpg. 
    1617    - Bugfix to make sure that neither fwknop nor fwknopd reference any 
    1718      options file in GnuPG mode, and this is now the default (which overrides 
    1819      the now unnecessary --gpg-no-options arg).  There is a new option 
    19       --gpg-use-options to restore the usage of an options file by GnuPG (not 
    20       normally needed). 
     20      --gpg-use-options and GPG_USE_OPTIONS to restore the usage of an options 
     21      file by GnuPG by fwknop and fwknopd (not normally needed). 
    2122    - Added '--gpg-prefix <bytes>' to the fwknop client so that the 
    2223      predictable prefix for GnuPG encrypted data can be changed.  Normally