1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-11 16:23:55 -05:00

Support username and password authentication when talking to HTTP

proxies.

[originally from svn r1971]
This commit is contained in:
Simon Tatham
2002-09-21 14:03:05 +00:00
parent 3006fa4f38
commit 442a360fb2
6 changed files with 61 additions and 31 deletions

2
misc.h
View File

@ -13,6 +13,8 @@
char *dupstr(char *s);
char *dupcat(char *s1, ...);
void base64_encode_atom(unsigned char *data, int n, char *out);
struct bufchain_granule;
typedef struct bufchain_tag {
struct bufchain_granule *head, *tail;