Re: Batch setting ownertrust

2005-11-03 Thread Alphax
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Alphax wrote:
> I know this is probably a bad idea, but I want to do it anyway...
> 
> Is there anyway to set ownertrust on a key in batch mode?
> 
> If there isn't, how can I generate an ownertrust file and import it?
> 
> Alternatively, where can I find the specs on ownertrust files in the
> source code?
> 

Never mind, I worked it out...

- --
Alphax  |   /"\
Encrypted Email Preferred   |   \ / ASCII Ribbon Campaign
OpenPGP key ID: 0xF874C613  |X   Against HTML email & vCards
http://tinyurl.com/cc9up|   / \
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iQEVAwUBQ2najbMAAH8MeUlWAQjdyggAjN/9nKfmpk+lserH8Rm6sQIRsOX+baCf
8Gj6TEQBf1z4AfuCbUsgAfgI54FBEUda1lE6HDdXqjXDrhuXetpgqQLSk0suXSvT
GtbZ1KO4daGTr08lxoUhxBou8pDBG1UKVi5fpNLl3Jyw9kpce7cmLWvuKbbAEO51
hk4DMQcIjreQ4/T4wdh1i+fzbkC0qJCEihjKZ41EFCHvindOiE2mxBhlRZ+swDYn
AhiT7SBoEXd4c8jZTehLKCrGOUryQwPCPvyJ72ljO7NZiwOzKbnpnprYN/JXg5S8
TeGu32r8r/NM+TgA64XX/GugEpr46/9aWaUDuBpy3SFzeyKNT3zbMg==
=qR5k
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


using option --logger-fd in Win32

2005-11-03 Thread vitaly
Forgive for my English
I need to redirect decryption log to the file. But i can't understand
how can i do it?
How can i "write log output to file descriptor n and not to stderr"?
Please, give me example of use an option "--logger-fd" in Win OS.


vitaly  mailto:[EMAIL PROTECTED]


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Feature request: expand 'clean' to 'clean total'

2005-11-03 Thread Dirk Traulsen
Hi!

I started this thread to make a request for a change of the behaviour 
of the 'clean' option:

> Please make an option to delete signatures, for which there is no
> corresponding signing key on the local keyring.

When there was some support for my idea, but no reaction from the 
developers, I tried to implement it myself and sent the code to the 
gnupg-devel mailing list. 
After some emails about the name and the concept David Shaw decided 
to go the KISS* way and implemented a change to 'clean' itself:

> Here's what I did - rather than add yet another option
> (which impacts all of keyserver use, import, exports, and
> --edit-key), I just changed clean sigs to remove sigs from
> unavailable keys.  It just seems like the simplest solution
> all round.

So, fortunately in 1.4.3, there will be a 'clean', which does exactly 
what 'clean total' should have done.

Dirk



* KISS = Keep it simple, stupid!

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


- -textmode???

2005-11-03 Thread SeidlS

Can someone tell me the difference between to two commands below?
gpg -r ### --armor --sign --encrypt  OUTFILE
gpg -r ### --armor --sign --encrypt --textmode < INFILE > OUTFILE

We are using the first command for our GPG encryption today, but may have a
need to use the --textmode for a new recipient.  The encryption process
today handles text file, and some binary (read zip, or M.S. Office type)
files.  What will the impact be of adding the --textmode to the command, or
to the options file?


Thanks
Scott Seidl
Electronic Communication Services
[EMAIL PROTECTED]
Tel) 920-592-2163


This document, and any attachments therein, contains proprietary and
confidential information that may not be disclosed without the prior
written permission of Schneider National, Inc. and its subsidiaries.
Unauthorized use or misuse of this information and its contents is strictly
prohibited. Schneider National, Inc. vigorously protects its rights.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: - -textmode???

2005-11-03 Thread David Shaw
On Thu, Nov 03, 2005 at 05:38:37PM -0600, [EMAIL PROTECTED] wrote:
> 
> Can someone tell me the difference between to two commands below?
> gpg -r ### --armor --sign --encrypt  OUTFILE
> gpg -r ### --armor --sign --encrypt --textmode < INFILE > OUTFILE
> 
> We are using the first command for our GPG encryption today, but may have a
> need to use the --textmode for a new recipient.  The encryption process
> today handles text file, and some binary (read zip, or M.S. Office type)
> files.  What will the impact be of adding the --textmode to the command, or
> to the options file?

Use --textmode if INFILE is text.  Don't use it otherwise.  It causes
text canonicalization so that text remains text across different
platforms.  For example, Unix machines end text lines with LF.  DOS
machines end text lines with CRLF.  Use --textmode and the file is
automatically converted.

David

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: - -textmode???

2005-11-03 Thread Tracy D. Bossong
--textmode tells gpg/pgp that the input file is a text
file.  This allows proper decryption and record
seperator translation on the receiving system
depending if it is *nix, Windows, or... like we use,
an OS/390 mainframe (EBCDIC).

--- [EMAIL PROTECTED] wrote:

> 
> Can someone tell me the difference between to two
> commands below?
> gpg -r ### --armor --sign --encrypt 
> OUTFILE
> gpg -r ### --armor --sign --encrypt --textmode <
> INFILE > OUTFILE
> 
> We are using the first command for our GPG
> encryption today, but may have a
> need to use the --textmode for a new recipient.  The
> encryption process
> today handles text file, and some binary (read zip,
> or M.S. Office type)
> files.  What will the impact be of adding the
> --textmode to the command, or
> to the options file?
> 
> 
> Thanks
> Scott Seidl
> Electronic Communication Services
> [EMAIL PROTECTED]
> Tel) 920-592-2163
> 
> 
> This document, and any attachments therein, contains
> proprietary and
> confidential information that may not be disclosed
> without the prior
> written permission of Schneider National, Inc. and
> its subsidiaries.
> Unauthorized use or misuse of this information and
> its contents is strictly
> prohibited. Schneider National, Inc. vigorously
> protects its rights.
> 
> 
> ___
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
> 


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users