mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
removed one, added one
This commit is contained in:
parent
a61dc1e9c5
commit
391a37ebbf
@ -68,11 +68,6 @@ TODO
|
|||||||
* Since USERPWD always override the user and password specified in URLs, we
|
* Since USERPWD always override the user and password specified in URLs, we
|
||||||
might need another way to specify user+password for anonymous ftp logins.
|
might need another way to specify user+password for anonymous ftp logins.
|
||||||
|
|
||||||
* Add FTPS support with SSL for the data connection too. This should be made
|
|
||||||
according to the specs written in draft-murray-auth-ftp-ssl-12.txt,
|
|
||||||
"Securing FTP with TLS", valid until 28th February, 2004.
|
|
||||||
http://curl.haxx.se/rfc/draft-murray-auth-ftp-ssl-12.txt
|
|
||||||
|
|
||||||
HTTP
|
HTTP
|
||||||
|
|
||||||
* Digest and GSS-Negotiate support for HTTP proxies. They only work on
|
* Digest and GSS-Negotiate support for HTTP proxies. They only work on
|
||||||
@ -153,6 +148,9 @@ TODO
|
|||||||
which should overwrite the program reasonable defaults (plain/text,
|
which should overwrite the program reasonable defaults (plain/text,
|
||||||
8bit...) (Idea brough to us by kromJx)
|
8bit...) (Idea brough to us by kromJx)
|
||||||
|
|
||||||
|
* --data-encode that URL encodes the data before posting
|
||||||
|
http://curl.haxx.se/mail/archive-2003-11/0091.html (Kevin Roth suggested)
|
||||||
|
|
||||||
TEST SUITE
|
TEST SUITE
|
||||||
|
|
||||||
* If perl wasn't found by the configure script, don't attempt to run the
|
* If perl wasn't found by the configure script, don't attempt to run the
|
||||||
|
Loading…
Reference in New Issue
Block a user