]> git.ipfire.org Git - thirdparty/openvpn.git/commit
--http-proxy-user-pass: allow to specify in either order with --http-proxy
authorFrank Lichtenheld <frank@lichtenheld.com>
Mon, 22 Jan 2024 09:21:22 +0000 (10:21 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 22 Jan 2024 11:24:14 +0000 (12:24 +0100)
commit1141e7505747dd6029ac7cf19b6c2de99a685ccc
treec456c0988bc371afa224b2670b00b22e4a982092
parent68b00a54e779325f4ac9d9416b4e85261f771c23
--http-proxy-user-pass: allow to specify in either order with --http-proxy

Previously, when using a third argument to --http-proxy other
than auto/auto-nct, order did matter between --http-proxy and
--http-proxy-user-pass. Always prefer --http-proxy-user-pass
when given.

Change-Id: I6f402db2fb73f1206fbc1139c47d2bf4378376fa
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20240122092122.8591-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28099.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit a634cc5eccd55f1d14197da7376bb819bdf72cb6)
src/openvpn/options.c
src/openvpn/proxy.c
src/openvpn/proxy.h