Imported new upstream release for gpgdir (1.9.4)
[pgp-tools.git] / gpgdir / CREDITS
1 Per Ronny Westin
2 - Found PLAINTEXT vs. DECRYPTION_OKAY return code bug for GnuPG 1.2.6.
3 - Reported directory decryption bug in gpgdir-1.6. The result was the
4 addition of the gpgdir test suite.
5
6 Kai Raven
7 - Bugfix in man page for file compression/decompression wording.
8
9 Craig Needs
10 - Suggested --gnupg-dir option, testing help.
11
12 Chris P
13 - Found bug where gpgdir would not decrypt files that contained spaces.
14
15 Ian Scott
16 - Reported "protocol error: expected SHM_GET_XXX got GOOD_PASSPHRASE"
17 bug in GnuPG module.
18
19 Mate Wierdl
20 - Contributed patch (originally for the psad project) for building the
21 RPM on x86_64 platforms.
22
23 pyllyukko
24 - Added the gpgdir.SlackBuild script (adapted from the psad project).
25
26 Anthony Chivetta
27 - Submitted patch to fix a bug where files named "0.gpg" could not be
28 decrypted.
29 - Submitted patch to implement the --overwrite-encrypted command line
30 argument to allow previously encrypted files to be overwritten. This
31 is useful for updating an encrypted directory with new versions of
32 the previously encrypted files.
33
34 Fermin Manzanedo
35 - Suggested the --Symmetric option so that files can be encrypted/
36 decrypted via a symmetric cipher (GnuPG supports CAST5 by default).
37
38 Franck Joncourt
39 - Performed analysis of locale settings for fwknop installer and suggested
40 using the LC_ALL environmental variable instead of the LANG variable
41 (which is superseded by LC_* vars).
42 - Suggested moving perl modules to the deps/ directory. This is to
43 support the integration of the Cipherdyne projects with Debian.
44 - Added Short description to the gpgdir man page. This fixes the
45 following lintian warning:
46
47 http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html
48 - Suggested the appropriate bugfix to interface non-interactively with the
49 wipe program (-f instead of -I in later versions).
50
51 Lars Wilke
52 - Reported a bug in missing the proper handling of files with spaces when
53 using the --Wipe secure deletion mode.
54 - Suggested the ability to encrypt/decrypt hidden files, and --Force now
55 supports this.