0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn
Heiko Hund 1e55fdadf1
make it possible to provide HTTP proxy creds
Extend struct ProvideCreds so that it can also hold HTTP proxy
credentials. This makes it possible to use proxy settings from
options, but provide credentials separately.

This is in contrast to the already existing struct Config::proxy*
which need to be given as a complete set to override eventual
HTTP proxy options.

Signed-off-by: Heiko Hund <heiko@openvpn.net>
2021-04-14 22:40:09 +02:00
..
acceptor Update copyrights 2020-03-18 19:37:32 +01:00
addr Replaced CityHash with XXHash 2020-12-09 07:51:10 -07:00
apple Update copyrights 2020-03-18 19:37:32 +01:00
applecrypto Update copyrights 2020-03-18 19:37:32 +01:00
asio Update copyrights 2020-03-18 19:37:32 +01:00
auth AuthCreds: added new constructor for unit test 2020-08-19 18:52:43 +02:00
aws awsca.hpp: use proper CA path 2020-07-23 19:09:45 +02:00
buffer Buffer: front() and back() members should be labeled as const 2020-09-02 20:38:00 +02:00
client make it possible to provide HTTP proxy creds 2021-04-14 22:40:09 +02:00
common add support for --pull-filter option 2021-02-11 02:14:11 +01:00
compress Update copyrights 2020-03-18 19:37:32 +01:00
crypto Implement TLS Keying Material Export data key derivation 2020-08-27 13:00:11 +02:00
dco add results_type to class AsyncResolvable 2021-03-18 18:10:30 +01:00
error Implement TLS Keying Material Export data key derivation 2020-08-27 13:00:11 +02:00
frame Update copyrights 2020-03-18 19:37:32 +01:00
http HTTP::HeaderList: minor performance fix 2020-09-02 20:38:10 +02:00
init Refactor InitProcess to use refcounting 2020-09-02 20:37:01 +02:00
io Update copyrights 2020-03-18 19:37:32 +01:00
ip Update copyrights 2020-03-18 19:37:32 +01:00
legal Update copyrights 2020-03-18 19:37:32 +01:00
linux Configure_RPS_XPS, ProcFS: changes for Linux 5.4 2020-09-02 20:38:07 +02:00
log Update copyrights 2020-03-18 19:37:32 +01:00
mbedtls Add warnings for 64bit block cipher and for SHA1 signed certificates 2020-09-16 15:41:16 +02:00
netconf win: improve "add bypass route" logic 2020-09-16 18:08:15 +03:00
omi Refactor InitProcess to use refcounting 2020-09-02 20:37:01 +02:00
openssl Add missing const modifiers in OpenSSL code 2021-04-14 16:45:40 +02:00
options respect --http-proxy auth-method 2021-04-14 22:40:08 +02:00
ovpnagent/win windows agent: install bypass route if host hasn't changed 2020-10-07 19:46:19 +02:00
pki Update copyrights 2020-03-18 19:37:32 +01:00
proxy Update copyrights 2020-03-18 19:37:32 +01:00
random randapi: use #pragma once 2020-08-19 18:52:47 +02:00
reliable Update copyrights 2020-03-18 19:37:32 +01:00
server Allow management layer to override keepalive parameters 2020-09-23 20:00:41 +02:00
ssl Replaced CityHash with XXHash 2020-12-09 07:51:10 -07:00
time Factored out timespec code from epoch.hpp into a new namespace TimeSpec 2020-09-23 20:00:34 +02:00
transport respect --http-proxy auth-method 2021-04-14 22:40:08 +02:00
tun tunprop.hpp: handle dhcp-option DOMAIN-SEARCH 2021-03-03 17:16:08 +01:00
win win/call.hpp: fix include and linkage error 2020-09-09 12:35:36 +03:00
ws add results_type to class AsyncResolvable 2021-03-18 18:10:30 +01:00