[or-cvs] Add SOCKSAndDNS link to appropriate log message, since we w...

Nick Mathewson nickm at seul.org
Thu Aug 4 20:12:46 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv32146/src/or

Modified Files:
	buffers.c 
Log Message:
Add SOCKSAndDNS link to appropriate log message, since we wind up pointing everybody to it anyway

Index: buffers.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/buffers.c,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- buffers.c	12 Jul 2005 18:19:30 -0000	1.167
+++ buffers.c	4 Aug 2005 20:12:44 -0000	1.168
@@ -950,7 +950,7 @@
           req->port = ntohs(*(uint16_t*)(buf->cur+8));
           buf_remove_from_front(buf, 10);
           if (!have_warned_about_unsafe_socks) {
-            log_fn(LOG_WARN,"Your application (using socks5 on port %d) is giving Tor only an IP address. Applications that do DNS resolves themselves may leak information. Consider using Socks4A (e.g. via privoxy or socat) instead.", req->port);
+            log_fn(LOG_WARN,"Your application (using socks5 on port %d) is giving Tor only an IP address. Applications that do DNS resolves themselves may leak information. Consider using Socks4A (e.g. via privoxy or socat) instead.  For more information, please see http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS", req->port);
 //            have_warned_about_unsafe_socks = 1; // (for now, warn every time)
           }
           return 1;



More information about the tor-commits mailing list