aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/proxy.c
AgeCommit message (Expand)Author
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-06reload HTTP proxy credentials when moving to the next connection profileAntonio Quartulli
2017-08-14add missing static attribute to functionsAntonio Quartulli
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-06-16Fix a null-pointer dereference in establish_http_proxy_passthru()Guido Vranken
2017-06-12proxy.c refactoring: remove always-NULL gc parameterGert Doering
2017-06-09Fix 2 memory leaks in proxy authentication routineGuido Vranken
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
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-06-20Added directive to specify HTTP proxy credentials in config.James Yonan
2016-06-11Remove http-proxy-timeout, socks timeout and set default of server-poll-timeo...Arne Schwabe
2016-03-06hardening: add safe FD_SET() wrapper openvpn_fd_set()Steffan Karger
2014-07-18Always enable http-proxy and socks-proxyArne Schwabe
2013-11-22Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe
2013-11-15Fix argument type warning introduced by http extra proxy header patch.Gert Doering
2013-11-15Implement custom HTTP header for http-proxy, and always send user-agent:Arne Schwabe
2013-06-20PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe
2013-03-07Fix corner case in NTLM authentication (trac #172)Christian Niessner
2012-07-30fix regression with --http-proxy[-*] optionsHeiko Hund
2012-07-19add option --management-query-proxyHeiko Hund
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