Changeset 2512:b3dbb590c2f7 for contrib
- Timestamp:
- 2001-07-29 02:48:04 (7 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
contrib/gpg.rc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/gpg.rc
r2192 r2512 27 27 # a list of key IDs. 28 28 29 # Note that we explicitly set the comment armor header since GnuPG, when used 30 # in some localiaztion environments, generates 8bit data in that header, thereby 31 # breaking PGP/MIME. 32 29 33 # decode application/pgp 30 set pgp_decode_command=" gpg %?p?--passphrase-fd 0? --no-verbose --batch--output - %f"34 set pgp_decode_command="/usr/bin/gpg --comment '-' %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f" 31 35 32 36 # verify a pgp/mime signature 33 set pgp_verify_command=" gpg --no-verbose --batch--output - --verify %s %f"37 set pgp_verify_command="/usr/bin/gpg --comment '-' --no-verbose --quiet --batch --output - --verify %s %f" 34 38 35 39 # decrypt a pgp/mime attachment 36 set pgp_decrypt_command=" gpg --passphrase-fd 0 --no-verbose --batch--output - %f"40 set pgp_decrypt_command="/usr/bin/gpg --comment '-' --passphrase-fd 0 --no-verbose --quiet --batch --output - %f" 37 41 38 42 # create a pgp/mime signed attachment 39 # set pgp_sign_command=" gpg-2comp --no-verbose --batch--output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"40 set pgp_sign_command=" gpg --no-verbose --batch--output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"43 # set pgp_sign_command="/usr/bin/gpg-2comp --comment '-' --no-verbose --batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" 44 set pgp_sign_command="/usr/bin/gpg --comment '-' --no-verbose --batch --quiet --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" 41 45 42 46 # create a application/pgp signed (old-style) message 43 # set pgp_clearsign_command=" gpg-2comp --no-verbose --batch--output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"44 set pgp_clearsign_command=" gpg --no-verbose --batch--output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"47 # set pgp_clearsign_command="/usr/bin/gpg-2comp --comment '-' --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" 48 set pgp_clearsign_command="/usr/bin/gpg --comment '-' --no-verbose --batch --quiet --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" 45 49 46 50 # create a pgp/mime encrypted attachment 47 # set pgp_encrypt_only_command="pgpewrap gpg-2comp - v --batch--output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"48 set pgp_encrypt_only_command="pgpewrap gpg -v --batch--output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"51 # set pgp_encrypt_only_command="pgpewrap gpg-2comp --comment '-' -v --batch --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" 52 set pgp_encrypt_only_command="pgpewrap /usr/bin/gpg --comment '-' --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" 49 53 50 54 # create a pgp/mime encrypted and signed attachment 51 # set pgp_encrypt_sign_command="pgpewrap gpg-2comp -- passphrase-fd 0 -v --batch--output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"52 set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -v --batch--textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"55 # set pgp_encrypt_sign_command="pgpewrap gpg-2comp --comment '-' --passphrase-fd 0 -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 56 set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg --comment '-' --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 53 57 54 58 # import a key into the public key ring 55 set pgp_import_command=" gpg--no-verbose --import -v %f"59 set pgp_import_command="/usr/bin/gpg --comment '-' --no-verbose --import -v %f" 56 60 57 61 # export a key from the public key ring 58 set pgp_export_command=" gpg--no-verbose --export --armor %r"62 set pgp_export_command="/usr/bin/gpg --comment '-' --no-verbose --export --armor %r" 59 63 60 64 # verify a key 61 set pgp_verify_key_command=" gpg --no-verbose --batch--fingerprint --check-sigs %r"65 set pgp_verify_key_command="/usr/bin/gpg --comment '-' --verbose --batch --fingerprint --check-sigs %r" 62 66 63 67 # read in the public key ring 64 set pgp_list_pubring_command=" gpg --no-verbose --batch--with-colons --list-keys %r"68 set pgp_list_pubring_command="/usr/bin/gpg --comment '-' --no-verbose --batch --quiet --with-colons --list-keys %r" 65 69 66 70 # read in the secret key ring 67 set pgp_list_secring_command=" gpg --no-verbose --batch--with-colons --list-secret-keys %r"71 set pgp_list_secring_command="/usr/bin/gpg --comment '-' --no-verbose --batch --quiet --with-colons --list-secret-keys %r" 68 72 69 # receive key from keyserver: 70 #set pgp_getkeys_command="wrap.sh -g %r" 71 set pgp_getkeys_command="" 73 # fetch keys 74 # set pgp_getkeys_command="pkspxycwrap %r" 75 76 # pattern for good signature - may need to be adapted to locale! 77 set pgp_good_sign="^gpg: Good signature from" 78
