Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Robert J. Hansen
> I can't build it now, because, I don't have installed the software to > build it. The software needed to build it doesn't exist for Vista. Either Cygwin or the MinGW compilers are needed, and neither of them work with Vista at this point. (MinGW fails with the same problem that's afflict

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread John W. Moore III
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Sebsatian von Thadden wrote: > Under windows, I've never built anything. - But, I can learn it:-) > > >> If anyone is building on Vista (or building elsewhere but using it on >> Vista), try this patch. > > Thanks a lot for your very fast work. I

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Sebsatian von Thadden
Hi Henry, > REM ADD THIS TO YOUR %PATH% HKLM entry (copy & paste): > > ;%ProgramFiles%\GNU\GnuPG > > Getting to where to do it (just hope Vista is same): > > Start -> Control Panel -> System (double click) > {Advanced} (tab) > [Environment Variables] (button) > > Select PATH in the

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Sebsatian von Thadden
Hi David, I can't build it now, because, I don't have installed the software to build it. If you know a website, where I can find out, how to build the package, I will try it. I've some experience in building packages like apache, php... on a linux system. Under windows, I've never built anythin

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 05:50:29PM -0600, Henry Hertz Hobbit wrote: > David Shaw <[EMAIL PROTECTED]> wrote: > > > > On Tue, Mar 13, 2007 at 11:12:58AM -0600, Andrew Berg wrote: > > > >>>I think that this problem came up before, and that one has to rename > >>>gpgkeys_hkp.exe to gpgkeys_curl.exe (or

Pinpad problem with SCM SPR532

2007-03-13 Thread Lukas Fittl
I recently bought an SCM SPR532 for testing purposes, and "gpg --card-status" works (without pcscd running), but when pinentry asks me to enter the PIN on the pinpad (tested with decryption, signing, and verify pin) it gives the following error in the log file of scdaemon, in the case of signing:

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 09:52:11PM -0400, David Shaw wrote: > On Tue, Mar 13, 2007 at 05:50:29PM -0600, Henry Hertz Hobbit wrote: > > David Shaw <[EMAIL PROTECTED]> wrote: > > > > > > On Tue, Mar 13, 2007 at 11:12:58AM -0600, Andrew Berg wrote: > > > > > >>>I think that this problem came up before,

gpgsm doesn't recognize certs are related to secret keys

2007-03-13 Thread Peter S. May
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 (This message is a dupe of one sent earlier under the wrong address; admins, please deny the previous version.) I've extracted some Thawte and CAcert keys and certs from my browser and imported them into gpgsm (from gnupg-2.0.3, with it and all of i

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Henry Hertz Hobbit
David Shaw <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 13, 2007 at 11:12:58AM -0600, Andrew Berg wrote: > >>>I think that this problem came up before, and that one has to rename >>>gpgkeys_hkp.exe to gpgkeys_curl.exe (or was it the other way around?; I >>can't remember). > > > This will fix HKP, but

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 10:34:23PM +0100, Sebsatian von Thadden wrote: > Hi David, > > > Interesting. Can you tell me the settings of these values in config.h > > when you compiled: > > > > HAVE_DRIVE_LETTERS > > DISABLE_KEYSERVER_PATH > > HAVE_W32_SYSTEM > > > > Also, do note that I don't

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Sebsatian von Thadden
Hi Jørgen, > Renaming gpgkeys_hkp.exe to gpgkeys_curl.exe seems to be working. > Thanks for the tip. > What is the difference between the two? yes, it seems to work for me. But I hope I can help to fix the problem completely. In the next month there will be thousands of users with new hardware,

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Sebsatian von Thadden
Hi, > Oh, you're using the precompiled Windows binary. I hope, I'm not the noob of the year, but yes, I've just downloaded the 1.4.7 in installed it. Bye, Sebastian ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/list

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Sebsatian von Thadden
Hi David, > Interesting. Can you tell me the settings of these values in config.h > when you compiled: > > HAVE_DRIVE_LETTERS > DISABLE_KEYSERVER_PATH > HAVE_W32_SYSTEM > > Also, do note that I don't think anyone has done a strong check of the > random number code on Vista yet, so be warned

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 02:51:56PM -0500, Robert J. Hansen wrote: > > Interesting. Can you tell me the settings of these values in config.h > > when you compiled: > > For what it's worth, Vista appears to have major problems with any > program which depends on there being a libexec prefix. Whe

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Robert J. Hansen
> Interesting. Can you tell me the settings of these values in config.h > when you compiled: For what it's worth, Vista appears to have major problems with any program which depends on there being a libexec prefix. Whenever using a program that uses libexec helper programs, you're going to

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 05:54:18PM +0100, Sebsatian von Thadden wrote: > Hi David, > > here is the output of > > gpg --debug 1024 --search-key --keyserver subkeys.pgp.net test" > > gpg: Optionen werden aus > 'C:/Users/Sebsatian/AppData/Roaming/gnupg\gpg.conf' gel > esen > gpg: DBG: expanding str

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 11:12:58AM -0600, Andrew Berg wrote: > I think that this problem came up before, and that one has to rename > gpgkeys_hkp.exe to gpgkeys_curl.exe (or was it the other way around?; I > can't remember). This will fix HKP, but remove the ability to use HTTP. Better to fix the

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Jørgen Christiansen Lysdal
Andrew Berg skrev: > I think that this problem came up before, and that one has to rename > gpgkeys_hkp.exe to gpgkeys_curl.exe (or was it the other way around?; I > can't remember). Renaming gpgkeys_hkp.exe to gpgkeys_curl.exe seems to be working. Thanks for the tip. What is the difference betwee

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Andrew Berg
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I think that this problem came up before, and that one has to rename gpgkeys_hkp.exe to gpgkeys_curl.exe (or was it the other way around?; I can't remember). -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with M

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Sebsatian von Thadden
Hi David, here is the output of gpg --debug 1024 --search-key --keyserver subkeys.pgp.net test" gpg: Optionen werden aus 'C:/Users/Sebsatian/AppData/Roaming/gnupg\gpg.conf' gel esen gpg: DBG: expanding string "C:\gnupg\gpgkeys_curl.exe -o "%O" "%I"" gpg: DBG: args expanded to "C:\gnupg\gpgkeys_c

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Jørgen Christiansen Lysdal
David Shaw skrev: > > What did you do so GPG would find it? > > David > Hmm, dident do anything.. Maybe it is because i have User Account Control turned off? signature.asc Description: OpenPGP digital signature ___ Gnupg-users mailing list Gnupg-u

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 01:44:29PM +0100, Sebsatian von Thadden wrote: > Hi David, > > > > > You are either missing gpgkeys_hkp.exe or GPG can't find it (not in > > your path). > > > > The gpgkeys_hkp.exe is in the same directory as the other files. Here is > my directory-listing: > > 13.03.2007

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread David Shaw
On Tue, Mar 13, 2007 at 01:42:03PM +0100, Jørgen Lysdal wrote: > 2007/3/13, David Shaw <[EMAIL PROTECTED]>: > > > You are either missing gpgkeys_hkp.exe or GPG can't find it (not in > > your path). > > > > David > > > > Anyway, even if gpg can find it, it will still not work. Gives me a > "socket

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Jørgen Lysdal
2007/3/13, David Shaw <[EMAIL PROTECTED]>: > You are either missing gpgkeys_hkp.exe or GPG can't find it (not in > your path). > > David > Anyway, even if gpg can find it, it will still not work. Gives me a "socket error" something.. The message flashes for a very short time so i dont have time e

Re: GnuPG incompatible with windows-vista ?

2007-03-13 Thread Sebsatian von Thadden
Hi David, > > You are either missing gpgkeys_hkp.exe or GPG can't find it (not in > your path). > The gpgkeys_hkp.exe is in the same directory as the other files. Here is my directory-listing: 13.03.2007 02:40 Doc 13.03.2007 02:40 gnupg.nls 05.03.2007 11:53

Re: display bug

2007-03-13 Thread Jørgen Lysdal
2007/3/13, David Shaw <[EMAIL PROTECTED]>: > > If there is a keyserver URL in the signature. > > David arh, i thought it was ment to display keyserver url from the public key used to verify the signature. Dident know i could store a keyserver url with a signature, but it makes sense. -- Jørgen Ch