Changeset 1276
- Timestamp:
- 09/30/08 22:23:52 (2 months ago)
- Files:
-
- fwknop/trunk/ChangeLog (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/trunk/ChangeLog
r1266 r1276 1 fwknop-1.9.8 (09/ /2008):1 fwknop-1.9.8 (09/30/2008): 2 2 - Added GPG_NO_REQUIRE_PREFIX to access.conf to control whether the GnuPG 3 3 'hQ' prefix is added before base64 decoding and decrypting. Normally … … 9 9 fwknop client normally strips this data from outgoing SPA packets 10 10 (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. 16 17 - Bugfix to make sure that neither fwknop nor fwknopd reference any 17 18 options file in GnuPG mode, and this is now the default (which overrides 18 19 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 (not20 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). 21 22 - Added '--gpg-prefix <bytes>' to the fwknop client so that the 22 23 predictable prefix for GnuPG encrypted data can be changed. Normally
