Re: SVN version not correctly displaying

2008-05-23 Thread Kevin Hilton
$ svn info configure.ac
Path: configure.ac
Name: configure.ac
URL: svn://cvs.gnupg.org/gnupg/branches/STABLE-BRANCH-1-4/configure.a
Repository Root: svn://cvs.gnupg.org/gnupg
Repository UUID: 8a63c251-dffc-0310-8ec6-d64dca2275b1
Revision: 4765
Node Kind: file
Schedule: normal
Last Changed Author: wk
Last Changed Rev: 4753
Last Changed Date: 2008-04-30 06:46:35 -0500 (Wed, 30 Apr 2008)
Text Last Updated: 2008-05-08 00:28:46 -0500 (Thu, 08 May 2008)
Checksum: 1c05726d57e4533f00678401269d3603

The version part is discovered here (as you know):
m4_define([svn_revision], m4_esyscmd([echo $((svn info 2/dev/null \
  || echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)| \
  tr -d '\n']))

Im not certain about the m4 declarations, but the script logic:
 echo $((svn info 2/dev/null || echo 'Revision: 0')|sed -n
'/^Revision:/ s/[^0-9]//gp'|head -1)|  tr -d '\n']

Works OK on the command line and produces the desired svn number.

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


Re: playing with cryptography...

2008-05-23 Thread Graham Murray
Hardeep Singh [EMAIL PROTECTED] writes:

 There is nothing that can prove who you say you are. State provided ID
 cards only prove that you were able to convince the system that you
 have a specific name.

For individuals I think that too much importance is placed on identity
based on name. For companies it is different, it is useful to know that
the email/web site etc that purports to be from example.com is actually
from the company Example Ltd. For individuals, it is much more useful to
treat the certificate/gpg key as identity so that it can be said (as
long as the sender is careful with not allowing others access to the
private key) that the email signed by John Doe's key/certificate is from
the same person calling himself John Doe that you have previously
received email. 

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


Re: playing with cryptography...

2008-05-23 Thread Robert J. Hansen
On Fri, 2008-05-23 at 12:54 +0530, Hardeep Singh wrote:
 Well, that may be true, but there are currently no options that are
 significantly better. The WOT model used by GPG is better? Maybe, but
 not significantly.

WoT gives you more options about how to determine trust levels.  This,
to me, is significant.

 There is nothing that can prove who you say you are. State provided ID
 cards only prove that you were able to convince the system that you
 have a specific name.

This is Philosophy 101 sort of stuff.  There is nothing that can prove
_anything_ in the world.  After all, the cosmos may have been created
just last Thursday, and all of our memories are just what we were
created with, etc., etc.

It's not about proof, either.  It's about probabilities.  We're not
looking for a 100% assurance the person involved really is who they say.
A confidence in the high nineties is practically just as good, and can
be achieved fairly easily by asking to see a few different forms of
government ID.



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


import sec key problem

2008-05-23 Thread Dimitri
Hello all.
I am treat import my key-sec from other PC, It key was generated in OpenBSD and 
I need import this in winXP too.
The problem is no import this successfully, ajust a screenshot.

Wath is the problem?

Dimitri.-
http://es.geocities.com/trichotecene
OpenBSD - Free, Functional  Secure


--- El lun, 21/4/08, Walter Torres [EMAIL PROTECTED] escribió:

 De: Walter Torres [EMAIL PROTECTED]
 Asunto: Re: changing the default keyring location in windows
 Para: gnupg-users@gnupg.org
 Fecha: lunes, 21 abril, 2008 12:25
 Quoting Matt Kinni [EMAIL PROTECTED]:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA256
 
  Hello, I want to move my keyring files from
 %appdata%/gnupg to R:/
 
  I know you can do this somehow, I just can't
 figure out how.  Is there
  something I can add to ggp.conf?  Or is there an
 environment variable I
  can set?
 
 Matt,
 
 First, take a look at my wiki, it describes how I install
 GnuGP and  
 moved the files to where I think they should belong...
 
http://walters-way.com/doku.php/wamp:security:gpg
 
 Second, it seems that my description is a bit old since a  
 non-installer ZIP is no longer offer. I hope my method of
 moving the  
 keys still works, but...
 
 
 Gnu Gurus at large,
 
 I would love to have a non-installer ZIP version available
 again. I  
 don't like installers. I don't know where files are
 being put. I don't  
 know what keys are being created.
 
 Take a look at my install method. (Above URL) My
 methodology has a  
 linux-type setup on my windows. Files live
 where they are supposed  
 to live (as if it was a linux box).
 
 Yes, I know, if you want linux Walter, why not just
 use linux . Long  
 story. But that doesn't change the fact that too many
 Gnu apps  
 developers for Windows think they have to change the way
 the Gnu app  
 works (or at least where the files reside) because they are
 on  
 Windows. Registry keys are not mandatory! You can develop
 an app  
 without them, for the most part.
 
 I don't have a single file in my Windows System
 directory.
 
 I have only 4 or 5 registry keys (and 2 of them are for
 GnuGP!).
 
 When my Windows machine needs to be rebuilt (and as you
 know, Windows  
 does far too often!) I don't have to spend days
 rebuilding my linux  
 side. All my linux apps are on their own
 volume, so they are not  
 effected when I wipe C: drive. Then all I do is re-enter
 the ENV VARS  
 (and the 4 or 5 keys) and I'm back in business. 10
 minutes and I done!
 
 And BTW: GnuGP and the USERS directory path directive in
 Apache are  
 the only two items that I *have* to use a volume letter.
 
 I don't know if the left click and encrpyt
 feature (I like that  
 one!) can be moved from the registry, but I do know that
 the KEYS  
 location can be removed from the registry. If GnuGP used
 the HOME ENV  
 VAR (or at least looked for it) than that key could be
 removed.
 
 Hope someone understands all this.
 
 Walter
 
 
 ___
 Gnupg-users mailing list
 Gnupg-users@gnupg.org
 http://lists.gnupg.org/mailman/listinfo/gnupg-users


  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.attachment: winpt.JPG___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: playing with cryptography...

2008-05-23 Thread Faramir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hardeep Singh escribió:

 There is nothing that can prove who you say you are. State provided ID
 cards only prove that you were able to convince the system that you
 have a specific name.
 
 Let me know if you feel differently.
 
 Regards
 Hardeep

  Well, I feel different... soon after I was born, a nurse put ink on my
foot, and made a footprint. That was archived, with my name, and my
parents names. Latter, when I was about 8 years old, I got my ID card,
and a ID code was assigned to me (now they are making those ID codes
when a baby is born), and they took all my fingerprints (both hands). I
admit they didn't check if my feet was the same as in my birth
certificate, but if somebody says she is my real mother, it can be
verified (without DNA test). So I feel here, in Chile, state provided ID
cards are reasonably safe. Or at least, if there is any claim of wrong
identity, it can be tracked to the moment a new born is registered in
the system. Sure, maybe there can be a mistake in the hospital, and 2
babies can be exchanged... but that is one of these what if...? that
we shouldn't be worried about, unless something forces us to consider
that case.

  My point is, when I had the age to be able to think I am going to
fake my identity, it was already too late to be able to fake the
system. All I can do is forge my ID card, and that is a complex thing to
do, they have many security measures.

  Just my 2 cents...
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJINxoMAAoJEMV4f6PvczxAzloH/1mFW0E4rx9jptuQdzj1pbAh
cvi321mdo75GfXfDK+LmX3IC6i+fPWwZKh+OxDPlxMQRazvzJz+quky5MCaTeVVD
ez4z0oWTZYPJxTWEf6Wx/YfIa3eFJvcflKaROr9HwwY6raHqQ433S/Axk/ZaoNqU
/W6Vp9ZNQAvBjpqMswgicGfFvinF51YuD9nTd587EouPrYbZrIDhWur1bu2twYEs
oYJXUuJTpzeYTLUnwcZaKRk91BVsYrj0DOrGTUKDsd1rzkZHYobAFal4A73IuO48
ekFAh9Dv+5FFftOtbWqLGzcezrFVZb0vHaVFk74uLhpUj+QMjKXJZEBatT94U5I=
=2cEk
-END PGP SIGNATURE-

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


Re: gpg kmail

2008-05-23 Thread Nicholas Sushkin
On Friday 23 May 2008 19:08, Paul Cartwright wrote: 

 On Fri May 23 2008, Nicholas Sushkin wrote:
   From: Paul Cartwright [EMAIL PROTECTED]
   I have gnupg 1.4.9 installed and kmail 1.9.9 on KDE 3.5.9
 
  You need gnupg2 package for KMail to support S/MIME.

 # apt-get install gnupg2
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 gnupg2 is already the newest version.

 kmail seems to want to find these programs under /usr/bin when they seem
 to be installed under /usr/local/bin

I'd be suspicious. Make sure you don't have a self-compiled version of 
gnupg2 in addition to the one installed from a package. AFAIK, an official 
package would install into /usr/bin. See 
http://packages.debian.org/etch/i386/gnupg2/filelist for an example.
-- 
Nick


smime.p7s
Description: S/MIME cryptographic signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg kmail

2008-05-23 Thread Paul Cartwright
On Fri May 23 2008, Nicholas Sushkin wrote:
 You need gnupg2 package for KMail to support S/MIME.

well, I found that you can change the path for gpg 1.4.9 using 
the ./configure --prefix=PATH. so I recompiled it with /usr/bin instead of 
the default /usr/local/bin. SO, gnupg installs by default to /usr/local/bin, 
per the INSTALL file:

Installation Names
==

By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc.  You can specify an
installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PREFIX'.


yet, kmail was looking specifically for /usr/bin/gpg.


-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


signature.asc
Description: This is a digitally signed message part.
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users