index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
nc
/
socks.c
Age
Commit message (
Expand
)
Author
2022-06-08
do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)
Damien Miller
2019-11-04
Fix an out of bound read/write when using a proxy.
Todd C. Miller
2019-07-29
Make proxy auth work with http 1.1 speaking webservers.
Sebastian Benoit
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-01-10
Revert back previous commit and stop including strings.h
Ricardo Mestre
2019-01-09
Include strings.h for bzero in usr.bin/nc
Kinichiro Inoguchi
2018-03-27
Clear password buffers in non-terminating cases
Theo de Raadt
2016-06-27
whitespace
Theo de Raadt
2015-12-10
Specify SOCKS version in error messages. ok deraadt@
mmcc
2015-12-10
Map SOCKS error codes to error strings. With input from deraadt@
mmcc
2015-03-26
Fix error message in case of write failure.
Tobias Stoeckmann
2012-03-08
fix format strings for size_t
Marc Espie
2011-02-12
fix from pr 6207. a bit more of an explanation: we write the correct
Okan Demirmen
2010-04-20
Allocate the port number properly (don't allocate space then ignore it),
Nicholas Marriott
2006-09-25
Also accept "HTTP/1.1 200" as a success response.
Ray Lai
2006-01-25
implement HTTP proxy authentication support, very useful in a ssh_config
Damien Miller
2005-05-24
Switch atomicio to a simpler interface which returns size_t and uses
Anil Madhavapeddy
2005-05-20
Teach the SOCKS5 code more of the protocol, so it can send domain names
Damien Miller
2005-05-20
HTTP proxy doesn't need an address lookup - saves some time and avoids a
Damien Miller
2005-05-19
fix SOCKS5 code for case where data comes in the same packet as the response;
Damien Miller
2005-05-19
KNF, no binary change; ok jaredy@
Damien Miller
2005-02-08
Some extra strict warning cleanup. From Xin Li <delphij at FreeBSD
Otto Moerbeek
2004-10-17
http proxy CONNECT support; ok beck@
Damien Miller
2003-07-07
protos
Theo de Raadt
2003-06-03
fix various 3/4 licenses according to "terms" file
Theo de Raadt
2002-12-30
correct return code check; from Owl. ok fgsch@
Kevin Steves
2002-02-28
add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@
Markus Friedl
2002-02-19
-Wall cleanup.
Eric Jackson
2001-10-28
fix stupid typo
Jakob Schlyter
2001-10-28
remove unused variable
Jakob Schlyter
2001-09-02
add very basic proxy support using socks5 client code from niklas@.
Jakob Schlyter