Age | Commit message (Expand) | Author |
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 |