Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix format strings for size_t | 2012-03-08 | 1 | -3/+3 | |
| | | | | ok okan@ | ||||
* | fix from pr 6207. a bit more of an explanation: we write the correct | 2011-02-12 | 1 | -4/+18 | |
| | | | | | | | | | | number of bits when connecting via a SOCKS 5 proxy over ipv6, but we also need to read the same number depending on the received address type. this issue is not noticeable with ssh's SOCKS 5 support since it always set the address type as ipv4. this fixes connections via SOCKS 5 proxies which set their address type as ipv6 when using ipv6. after review with, and ok, nicm@ | ||||
* | Allocate the port number properly (don't allocate space then ignore it), | 2010-04-20 | 1 | -9/+9 | |
| | | | | | | and use %zu for size_t. ok djm | ||||
* | Also accept "HTTP/1.1 200" as a success response. | 2006-09-25 | 1 | -2/+3 | |
| | | | | OK djm@. | ||||
* | implement HTTP proxy authentication support, very useful in a ssh_config | 2006-01-25 | 1 | -17/+72 | |
| | | | | ProxyCommand; ok beck@ | ||||
* | Switch atomicio to a simpler interface which returns size_t and uses | 2005-05-24 | 1 | -34/+20 | |
| | | | | | | | 0 to signal errors. should be no functional change in nc apart from different error messages. "groovy", said deraadt@ | ||||
* | Teach the SOCKS5 code more of the protocol, so it can send domain names | 2005-05-20 | 1 | -56/+102 | |
| | | | | | | to the proxy instead of resolving them locally and sending IPv4 addresses. This improves privacy, e.g. when using nc with OpenSSH DynamicForward tunnels, and gives us better IPv6 support; ok beck@ | ||||
* | HTTP proxy doesn't need an address lookup - saves some time and avoids a | 2005-05-20 | 1 | -2/+4 | |
| | | | | spurious error if the lookup fails. from Ray; ok markus@ | ||||
* | fix SOCKS5 code for case where data comes in the same packet as the response; | 2005-05-19 | 1 | -2/+2 | |
| | | | | ok dtucker@ markus@ | ||||
* | KNF, no binary change; ok jaredy@ | 2005-05-19 | 1 | -44/+44 | |
| | |||||
* | Some extra strict warning cleanup. From Xin Li <delphij at FreeBSD | 2005-02-08 | 1 | -7/+8 | |
| | | | | dot ORG> with a twist from myself. No binary change. ok djm@ | ||||
* | http proxy CONNECT support; ok beck@ | 2004-10-17 | 1 | -10/+76 | |
| | |||||
* | protos | 2003-07-07 | 1 | -4/+7 | |
| | |||||
* | fix various 3/4 licenses according to "terms" file | 2003-06-03 | 1 | -6/+1 | |
| | |||||
* | correct return code check; from Owl. ok fgsch@ | 2002-12-30 | 1 | -2/+2 | |
| | |||||
* | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | 2002-02-28 | 1 | -40/+66 | |
| | |||||
* | -Wall cleanup. | 2002-02-19 | 1 | -1/+3 | |
| | | | | from Kevin Steves <stevesk@pobox.com> | ||||
* | fix stupid typo | 2001-10-28 | 1 | -1/+1 | |
| | |||||
* | remove unused variable | 2001-10-28 | 1 | -2/+1 | |
| | |||||
* | add very basic proxy support using socks5 client code from niklas@. | 2001-09-02 | 1 | -0/+144 | |
ok ericj@. |