feature req + patch: spaces in proxy auhorization

2005-06-16 Thread Leo Weppelman
At work, we have proxy authorization that contains spaces. This
is problematic with a lot of applications and also gnupg :-/ The patch
below contains a simple fix that allows escapes in the proxy
authorization so that I can do the following (in gpg.conf):
  keyserver-options http-proxy=http://leo%20wep:[EMAIL PROTECTED]:8080

Leo.


--- http.c  2005-02-03 12:16:27.0 +0100
+++ /tmp/http.c 2005-06-16 15:21:48.0 +0200
@@ -335,6 +335,8 @@
uri->auth=p;
*p3++='\0';
p=p3;
+   if( (n = remove_escapes( uri->auth )) < 0 )
+   return G10ERR_BAD_URI;
  }
 
strlwr( p );
 



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


OEM key loggers

2005-06-16 Thread Atom Smasher

does anyone know if this is true?
http://www.chromance.de/wtf/lol.htm

if it is...


--
...atom

 _
 PGP key - http://atom.smasher.org/pgp.txt
 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
 -

"The difference between genius and stupidity
 is that genius has its limits."
-- Albert Einstein



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