e80bdd66 | 25-Nov-2003 |
Daniel Stenberg |
filed is not fixed ;-) |
d083fac1 | 25-Nov-2003 |
Daniel Stenberg |
a committed bugfix described |
1d85f950 | 25-Nov-2003 |
Daniel Stenberg |
test 95 added, verifies my fix for bug report #848371 |
1d977b78 | 25-Nov-2003 |
Daniel Stenberg |
When basic is the only auth wanted (which it is by default), the auth phase is always considered done immediately as Basic needs to extra passes. This fix corrects bug report #848371. |
b3803903 | 25-Nov-2003 |
Daniel Stenberg |
requires a SSL-capable client |
efc94107 | 25-Nov-2003 |
Daniel Stenberg |
clarified Maciej W. Rozycki's fix |
45614d54 | 24-Nov-2003 |
Daniel Stenberg |
allow the end-of-headers from a proxy response to CONNECT end with a CRCR as well as a CRLF |
50e690f2 | 24-Nov-2003 |
Daniel Stenberg |
test proxy CONNECT requiring basic auth but we don't provide any |
2f9f843e | 24-Nov-2003 |
Daniel Stenberg |
new way to trick sws to return special data on CONNECT |
15d41dfb | 24-Nov-2003 |
Daniel Stenberg |
somewhat up to speed with the devel |
bc01ad5b | 24-Nov-2003 |
Daniel Stenberg |
--ftp-ssl support added |
dadc1026 | 24-Nov-2003 |
Daniel Stenberg |
proper ftps:// support added |
d8cf2d42 | 24-Nov-2003 |
Daniel Stenberg |
prevent warning for non-SSL builds |
96d7a95c | 24-Nov-2003 |
Daniel Stenberg |
windows build fix based on a patch by Gisle Vanem |
d5d55a85 | 24-Nov-2003 |
Daniel Stenberg |
adjusted code to the new socket fields in the sessionhandle struct |
dac04502 | 24-Nov-2003 |
Daniel Stenberg |
disable ftps-tests for now, we must make them work with the updated ftps functionality |
1e98727c | 24-Nov-2003 |
Daniel Stenberg |
FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it |
1c700b5a | 24-Nov-2003 |
Daniel Stenberg |
fixes |
af9dc9f1 | 24-Nov-2003 |
Daniel Stenberg |
Gaz Iqbal fixed a range string memory leak! |
4874aa69 | 24-Nov-2003 |
Daniel Stenberg |
fixed wrong comment |
c0336dcc | 23-Nov-2003 |
Daniel Stenberg |
Gisle Vanem fixed the Windows build |
78fb4766 | 23-Nov-2003 |
Daniel Stenberg |
FTPSSL support options and defines added |
3fed12a2 | 20-Nov-2003 |
Daniel Stenberg |
combine the two identical cases |
ed2b831a | 20-Nov-2003 |
Daniel Stenberg |
three more fixes |
f481b3e1 | 20-Nov-2003 |
Daniel Stenberg |
bail out properly on a 407 when we can't authenticate basic, bug report #845247 |