Version 1.8 of pine-pgp-filters

2010-07-29 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Greetings, First, apologies to those who receive 2 copies of this message, or those for whom this message is unwelcome in any way. I wanted to send a quick note for those who are using, or may be interested in using my scripts to integrate GnuPG

gpg process gets stalled and does not release lock from the file

2010-07-29 Thread kshitij shrivastava
Hi, I'm using GPG version 1.6.3 to encrypt decrypt some XML files kept on a windows server in a particular folder . There are around 10 to 50 files in that folder. I create a batch file with the decrypt / encrypt commands for all these files and then execute the batch file. PGP process starts an

RE: GPG seems broken on FC13 after upgrade.

2010-07-29 Thread Perry, James J.
I don't know about Qt libraries but I found that just running the GTK code fragment checked it fairly easily: /* Simple check for X display with GTK+ */ include void main (int argc, char **argv){ gboolean return_code; /* Checks is X Server responds to initialization Returns true on success

Re: gpg --batch --yes --edit-key trust

2010-07-29 Thread mark
On Tue 27/07/10 11:02 AM , m...@proseconsulting.co.uk sent: > On Tue 27/07/10 9:12 AM , Werner Koch sent: > > On Mon, 26 Jul 2010 10:01, said: > > > gpg --fingerprint --list-keys "$1" | > > > $AWK -v tmpfile="$TMPFILE" -v trustlevel="$2" > > > > Please use --with-colons for all scripts. Th