summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/socks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)djm2022-06-081-2/+2
* Fix an out of bound read/write when using a proxy.millert2019-11-041-3/+3
* Make proxy auth work with http 1.1 speaking webservers.benno2019-07-291-2/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* Revert back previous commit and stop including strings.hmestre2019-01-101-3/+2
* Include strings.h for bzero in usr.bin/ncinoguchi2019-01-091-1/+2
* Clear password buffers in non-terminating casesderaadt2018-03-271-8/+11
* whitespacederaadt2016-06-271-2/+2
* Specify SOCKS version in error messages. ok deraadt@mmcc2015-12-101-3/+3
* Map SOCKS error codes to error strings. With input from deraadt@mmcc2015-12-101-5/+61
* Fix error message in case of write failure.tobias2015-03-261-3/+3
* fix format strings for size_tespie2012-03-081-3/+3
* fix from pr 6207. a bit more of an explanation: we write the correctokan2011-02-121-4/+18
* Allocate the port number properly (don't allocate space then ignore it),nicm2010-04-201-9/+9
* 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