aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/socks.c
AgeCommit message (Expand)Author
2023-09-26Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-03-20Improve error message on short read from socks proxySelva Nair
2023-01-10Update copyright year to 2023Frank Lichtenheld
2023-01-08Assign and honour signal priority orderSelva Nair
2023-01-05Preparing for better signal handling: some code refactoringSelva Nair
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-02-13Remove extra_link from frameArne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
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