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

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 PROTEC

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

- -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

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 fo

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 differe