summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/socks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Also accept "HTTP/1.1 200" as a success response.ray2006-09-251-2/+3
* implement HTTP proxy authentication support, very useful in a ssh_configdjm2006-01-251-17/+72
* Switch atomicio to a simpler interface which returns size_t and usesavsm2005-05-241-34/+20
* Teach the SOCKS5 code more of the protocol, so it can send domain namesdjm2005-05-201-56/+102
* HTTP proxy doesn't need an address lookup - saves some time and avoids adjm2005-05-201-2/+4
* fix SOCKS5 code for case where data comes in the same packet as the response;djm2005-05-191-2/+2
* KNF, no binary change; ok jaredy@djm2005-05-191-44/+44
* Some extra strict warning cleanup. From Xin Li <delphij at FreeBSDotto2005-02-081-7/+8
* http proxy CONNECT support; ok beck@djm2004-10-171-10/+76
* protosderaadt2003-07-071-4/+7
* fix various 3/4 licenses according to "terms" filederaadt2003-06-031-6/+1
* correct return code check; from Owl. ok fgsch@stevesk2002-12-301-2/+2
* add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@markus2002-02-281-40/+66
* -Wall cleanup.ericj2002-02-191-1/+3
* fix stupid typojakob2001-10-281-1/+1
* remove unused variablejakob2001-10-281-2/+1
* add very basic proxy support using socks5 client code from niklas@.jakob2001-09-021-0/+144