Re: Import all keys from signatures

2009-03-06 Thread Werner Koch
On Thu, 5 Mar 2009 15:28, ds...@jabberwocky.com said: > gpg --recv-keys `gpg --with-colons --list-sigs YOUR-KEY-ID-HERE | > egrep '^sig' | cut -d: -f5 | uniq` For keys with a lot of signatures you better do: gpg --with-colons --list-sigs YOUR-KEY-ID-HERE | \ egrep '^sig' | cut -d: -f5 |

Installable file HP-Unix

2009-03-06 Thread Pulipaka, Satyanarayana {PEP}
Hi, I want to deploy GPG on HP-UX Itanium platform. Am little confused where can I found the installable version of this. Could any one of you please let me know? Best regards, Satya ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://l

Re: GnuPG 2.0.11 released

2009-03-06 Thread Charly Avital
Werner Koch wrote the following on 3/3/09 6:45 AM: > Hello! > > We are pleased to announce the availability of a new stable GnuPG-2 > release: Version 2.0.11. [...] > Thanks > == > > We have to thank all the people who helped with this release, be it > testing, coding, translating, suggestin

Re: Installable file HP-Unix

2009-03-06 Thread Joseph Oreste Bruni
On Mar 4, 2009, at 9:35 AM, Pulipaka, Satyanarayana {PEP} wrote: Hi, I want to deploy GPG on HP-UX Itanium platform. Am little confused where can I found the installable version of this. Could any one of you please let me know? Best regards, Satya I've checked the various HP-UX po

Re: GnuPG 2.0.11 released - redux.

2009-03-06 Thread Charly Avital
Werner Koch wrote the following on 3/3/09 6:45 AM: > Hello! > > We are pleased to announce the availability of a new stable GnuPG-2 > release: Version 2.0.11. [...] > Thanks > == > > We have to thank all the people who helped with this release, be it > testing, coding, translating, suggestin

Just one gpg-agent

2009-03-06 Thread Thomas Bohn
I currently try to get the gpg-agent to start just one time and not to get one more gpg-agent session each time I log in, but it doesn't work. Even the hint in the gpg-agent man page won't work, I still get more than one gpg-agent process and more than one gpg-agent directory. Thomas ___

Re: Just one gpg-agent

2009-03-06 Thread Ingo Klöcker
On Friday 06 March 2009, Thomas Bohn wrote: > I currently try to get the gpg-agent to start just one time and not > to get one more gpg-agent session each time I log in, but it doesn't > work. > > Even the hint in the gpg-agent man page won't work, I still get more > than one gpg-agent process and

Re: Just one gpg-agent

2009-03-06 Thread Doug Barton
I have a slightly more sophisticated gpg-agent script that has worked well for me with a variety of window managers: #!/bin/sh PATH=/bin:/usr/bin:/usr/local/bin test -e ${HOME}/.gpg-agent-info && unlink ${HOME}/.gpg-agent-info