]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Implicitly enable basic auth for SOCKS if creds are provided.
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 2 Aug 2019 17:51:09 +0000 (10:51 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 2 Aug 2019 17:51:09 +0000 (10:51 -0700)
commit4d377ea1861cbb084fd9cf1bd2986c7fb9366bb0
tree993478a8fc2eeec72c9d93dc7402ec5d3518f6cd
parent2b9bc4d986a4314ca4850ef29e3f207db90a4f2c
Implicitly enable basic auth for SOCKS if creds are provided.

Forcing the user to add --proxy-auth=basic on the command line as well as
providing the creds in the proxy URL is horrid. It took me a long time to
work out why it wasn't working.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
http.c