summaryrefslogtreecommitdiff
path: root/socket/socks5.c
Commit message (Expand)AuthorAgeFilesLines
* Return real origin when using a proxy (fixes detecting TURN sockets)Youness Alaoui2012-02-131-6/+9
* Check for username/password lenght of socks5 proxy to avoid a buffer overflowYouness Alaoui2010-05-191-0/+8
* do not call memcpy if there is no copying to be done.. avoid a warning with c...Youness Alaoui2009-11-131-2/+4
* remove useless agent in socks5 proxy, fix copyright and return FALSE in send,...Youness Alaoui2008-12-171-10/+7
* Add support for SOCKS5 proxy serversYouness Alaoui2008-12-101-0/+427