1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/proxy
Simon Tatham 9a0b1fa3f6 Support interactive password prompts in HTTP proxy.
In HTTP proxying, we can (and do) send the username and password
immediately in the form of HTTP Basic, if we have them in the Conf.
But if they get rejected, or if we never sent them in the first place
and the server won't let us in without auth, then we get back an HTTP
407 response with a full set of headers and an error-document.

Assuming the HTTP connection doesn't close after that (which in
sensible HTTP/1.1 proxies it won't), this gives us the opportunity to
respond by sending a second CONNECT request, containing a fresh
username and password we just requested interactively from the user.
2021-11-19 19:15:14 +00:00
..
cproxy.c Reorganise proxy system into coroutines. 2021-11-19 15:09:17 +00:00
http.c Support interactive password prompts in HTTP proxy. 2021-11-19 19:15:14 +00:00
interactor.c Fix Plink's handling of interactor_announce() blank lines. 2021-11-06 14:48:26 +00:00
nocproxy.c Reorganise proxy system into coroutines. 2021-11-19 15:09:17 +00:00
noproxy.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
nosshproxy.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
pproxy.c Move proxy-related source files into a subdirectory. 2021-10-30 17:29:24 +01:00
proxy.c Send ProxyNegotiator output even when pn->done is set. 2021-11-19 16:39:25 +00:00
proxy.h Support interactive password prompts in Telnet proxy. 2021-11-19 18:33:51 +00:00
socks4.c Reorganise proxy system into coroutines. 2021-11-19 15:09:17 +00:00
socks5.c Support interactive password prompts in SOCKS 5. 2021-11-19 15:40:10 +00:00
socks.h Pull out SOCKS protocol constants into a header. 2021-11-19 15:09:17 +00:00
sshproxy.c New Seat query, has_mixed_input_stream(). 2021-11-06 14:48:26 +00:00
telnet.c Telnet proxy: censor the password in the log file. 2021-11-19 18:34:10 +00:00