aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/socks.c
AgeCommit message (Expand)Author
2021-06-15Update copyrightsDavid Sommerseth
2021-03-20Wipe Socks5 credentials after useMax Fillinger
2020-09-14socks.c: fix alen for DOMAIN type addresses, bump up buffer sizesGert Doering
2019-11-09socks: use the right function when printing struct openvpn_sockaddrAntonio Quartulli
2019-10-28Force combinationation of --socks-proxy and --proto UDP to use IPv4.Gert Doering
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-06-24Remove http-proxy-retry and socks-proxy-retry.Arne Schwabe
2016-03-06hardening: add safe FD_SET() wrapper openvpn_fd_set()Steffan Karger
2016-01-15socks.c: fix check on get_user_pass() return value(s)Steffan Karger
2014-07-18Always enable http-proxy and socks-proxyArne Schwabe
2014-04-13Fix SOCKSv5 method selectionYawning Angel
2013-11-24Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe
2013-11-22Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe
2012-07-19don't treat socket related errors special anymoreHeiko Hund
2012-06-13remove the --auto-proxy option from openvpnHeiko Hund
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev