aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/proxy.c
AgeCommit message (Expand)Author
2024-03-26Fix snprintf/swnprintf related compiler warningsArne Schwabe
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2024-01-22--http-proxy-user-pass: allow to specify in either order with --http-proxyFrank Lichtenheld
2024-01-18NTLM: when NTLMv1 is requested, try NTLMv2 insteadFrank Lichtenheld
2024-01-17NTLM: increase size of phase 2 response we can handleFrank Lichtenheld
2023-12-30Remove support for NTLM v1 proxy authenticationFrank Lichtenheld
2023-12-30configure: allow to disable NTLMFrank Lichtenheld
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-02-25Windows: fix signedness errors with recv/sendFrank Lichtenheld
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-12-16Deprecate NTLMv1 proxy auth method.Arne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
2021-06-15Update copyrightsDavid Sommerseth
2020-10-24Remove NULL checks before calling freeArne Schwabe
2019-10-14Fix typo in NTLM proxy debug messageMykola Baibuz
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