Patch to make SocksV5 work

2001-08-24 Thread Peter_Korman
The attached patch will fix wget so that it works through a socks firewall. The client library calls changed from the form Rconnect to teh form SOCKS5connect. In addition, it works with some pretty cute c preprocessor token pasting techniques that must be seen to be believed. If you don't need

Patch to make SocksV5 work

2001-08-24 Thread Peter_Korman
08/24/2001 02:28 PM Peter Korman To:[EMAIL PROTECTED] Subject:Patch to make SocksV5 work The attached patch will fix wget so that it works through a socks firewall. The client library calls changed from the form Rconnect to the form SOCKSconnect. In addition, it works with some