]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
If you configure Unix PuTTY to use a proxy, tell it to even proxy
authorSimon Tatham <anakin@pobox.com>
Tue, 16 Oct 2012 20:15:51 +0000 (20:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 16 Oct 2012 20:15:51 +0000 (20:15 +0000)
commit50d95a9d125adf52c88496bc2fd95138c8022153
tree2f62a848d45b23862d1b1b836dcda1a25274343e
parent6fc2e8f37d6dd0568f0ee1ee6a164c13e1a05a75
If you configure Unix PuTTY to use a proxy, tell it to even proxy
localhost connections, and also enable X forwarding in such a way that
it will attempt to connect to a Unix-domain X server socket, an
assertion will fail when proxy_for_destination() tries to call
sk_getaddr(). Fix by ensuring that Unix-domain sockets are _never_
proxied, since they fundamentally can't be.

git-svn-id: http://svn.tartarus.org/sgt/putty@9688 cda61777-01e9-0310-a592-d414129be87e
network.h
proxy.c
unix/uxnet.c
windows/winnet.c