[or-cvs] mozilla actually cares about the reply version

Roger Dingledine arma at seul.org
Fri Sep 27 23:34:53 UTC 2002


Update of /home/or/cvsroot/src/or
In directory moria.seul.org:/home/arma/work/onion/cvs/src/or

Modified Files:
	connection_ap.c 
Log Message:
mozilla actually cares about the reply version

tor can now interface directly with mozilla, as a socks 4 host.
but note that mozilla does the dns resolution itself, so you're leaking
anonymity.


Index: connection_ap.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_ap.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- connection_ap.c	27 Sep 2002 23:16:39 -0000	1.17
+++ connection_ap.c	27 Sep 2002 23:34:51 -0000	1.18
@@ -341,7 +341,7 @@
 
   assert(conn);
 
-  socks4_info.version = 4;
+  socks4_info.version = 0;
   socks4_info.command = result;
   socks4_info.destport[0] = socks4_info.destport[1] = 0;
   socks4_info.destip[0] = socks4_info.destip[1] = socks4_info.destip[2] = socks4_info.destip[3] = 0;



More information about the tor-commits mailing list