TODO 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. Things that could be nice to do in the future
  7. Things to do in project cURL. Please tell us what you think, contribute and
  8. send us patches that improve things!
  9. All bugs documented in the KNOWN_BUGS document are subject for fixing!
  10. 1. libcurl
  11. 1.2 More data sharing
  12. 1.3 struct lifreq
  13. 1.4 signal-based resolver timeouts
  14. 1.5 get rid of PATH_MAX
  15. 1.6 Modified buffer size approach
  16. 1.7 Detect when called from within callbacks
  17. 1.8 Allow SSL (HTTPS) to proxy
  18. 2. libcurl - multi interface
  19. 2.1 More non-blocking
  20. 2.2 Fix HTTP Pipelining for PUT
  21. 3. Documentation
  22. 3.1 Update date and version in man pages
  23. 4. FTP
  24. 4.1 HOST
  25. 4.2 Alter passive/active on failure and retry
  26. 4.3 Earlier bad letter detection
  27. 4.4 REST for large files
  28. 4.5 ASCII support
  29. 5. HTTP
  30. 5.1 Better persistency for HTTP 1.0
  31. 5.2 support FF3 sqlite cookie files
  32. 5.3 Rearrange request header order
  33. 5.4 SPDY
  34. 5.5 auth= in URLs
  35. 6. TELNET
  36. 6.1 ditch stdin
  37. 6.2 ditch telnet-specific select
  38. 6.3 feature negotiation debug data
  39. 6.4 send data in chunks
  40. 7. SMTP
  41. 7.1 Pipelining
  42. 7.2 Enhanced capability support
  43. 8. POP3
  44. 8.1 Pipelining
  45. 8.2 Enhanced capability support
  46. 9. IMAP
  47. 9.1 Enhanced capability support
  48. 10. LDAP
  49. 10.1 SASL based authentication mechanisms
  50. 11. New protocols
  51. 11.1 RSYNC
  52. 12. SSL
  53. 12.1 Disable specific versions
  54. 12.2 Provide mutex locking API
  55. 12.3 Evaluate SSL patches
  56. 12.4 Cache OpenSSL contexts
  57. 12.5 Export session ids
  58. 12.6 Provide callback for cert verification
  59. 12.7 improve configure --with-ssl
  60. 12.8 Support DANE
  61. 13. GnuTLS
  62. 13.1 SSL engine stuff
  63. 13.2 check connection
  64. 14. SASL
  65. 14.1 Other authentication mechanisms
  66. 15. Client
  67. 15.1 sync
  68. 15.2 glob posts
  69. 15.3 prevent file overwriting
  70. 15.4 simultaneous parallel transfers
  71. 15.5 provide formpost headers
  72. 15.6 warning when setting an option
  73. 16. Build
  74. 16.1 roffit
  75. 17. Test suite
  76. 17.1 SSL tunnel
  77. 17.2 nicer lacking perl message
  78. 17.3 more protocols supported
  79. 17.4 more platforms supported
  80. 17.5 Add support for concurrent connections
  81. 18. Next SONAME bump
  82. 18.1 http-style HEAD output for FTP
  83. 18.2 combine error codes
  84. 18.3 extend CURLOPT_SOCKOPTFUNCTION prototype
  85. 19. Next major release
  86. 19.1 cleanup return codes
  87. 19.2 remove obsolete defines
  88. 19.3 size_t
  89. 19.4 remove several functions
  90. 19.5 remove CURLOPT_FAILONERROR
  91. 19.6 remove CURLOPT_DNS_USE_GLOBAL_CACHE
  92. 19.7 remove progress meter from libcurl
  93. 19.8 remove 'curl_httppost' from public
  94. 19.9 have form functions use CURL handle argument
  95. 19.10 Add CURLOPT_MAIL_CLIENT option
  96. ==============================================================================
  97. 1. libcurl
  98. 1.2 More data sharing
  99. curl_share_* functions already exist and work, and they can be extended to
  100. share more. For example, enable sharing of the ares channel and the
  101. connection cache.
  102. 1.3 struct lifreq
  103. Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and
  104. SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete.
  105. To support ipv6 interface addresses for network interfaces properly.
  106. 1.4 signal-based resolver timeouts
  107. libcurl built without an asynchronous resolver library uses alarm() to time
  108. out DNS lookups. When a timeout occurs, this causes libcurl to jump from the
  109. signal handler back into the library with a sigsetjmp, which effectively
  110. causes libcurl to continue running within the signal handler. This is
  111. non-portable and could cause problems on some platforms. A discussion on the
  112. problem is available at http://curl.haxx.se/mail/lib-2008-09/0197.html
  113. Also, alarm() provides timeout resolution only to the nearest second. alarm
  114. ought to be replaced by setitimer on systems that support it.
  115. 1.5 get rid of PATH_MAX
  116. Having code use and rely on PATH_MAX is not nice:
  117. http://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html
  118. Currently the SSH based code uses it a bit, but to remove PATH_MAX from there
  119. we need libssh2 to properly tell us when we pass in a too small buffer and
  120. its current API (as of libssh2 1.2.7) doesn't.
  121. 1.6 Modified buffer size approach
  122. Current libcurl allocates a fixed 16K size buffer for download and an
  123. additional 16K for upload. They are always unconditionally part of the easy
  124. handle. If CRLF translations are requested, an additional 32K "scratch
  125. buffer" is allocated. A total of 64K transfer buffers in the worst case.
  126. First, while the handles are not actually in use these buffers could be freed
  127. so that lingering handles just kept in queues or whatever waste less memory.
  128. Secondly, SFTP is a protocol that needs to handle many ~30K blocks at once
  129. since each need to be individually acked and therefore libssh2 must be
  130. allowed to send (or receive) many separate ones in parallel to achieve high
  131. transfer speeds. A current libcurl build with a 16K buffer makes that
  132. impossible, but one with a 512K buffer will reach MUCH faster transfers. But
  133. allocating 512K unconditionally for all buffers just in case they would like
  134. to do fast SFTP transfers at some point is not a good solution either.
  135. Dynamically allocate buffer size depending on protocol in use in combination
  136. with freeing it after each individual transfer? Other suggestions?
  137. 1.7 Detect when called from within callbacks
  138. We should set a state variable before calling callbacks, so that we
  139. subsequently can add code within libcurl that returns error if called within
  140. callbacks for when that's not supported.
  141. 1.8 Allow SSL (HTTPS) to proxy
  142. To prevent local users from snooping on your traffic to the proxy. Supported
  143. by Chrome already:
  144. http://www.chromium.org/developers/design-documents/secure-web-proxy
  145. ...and by Firefox soon:
  146. https://bugzilla.mozilla.org/show_bug.cgi?id=378637
  147. 2. libcurl - multi interface
  148. 2.1 More non-blocking
  149. Make sure we don't ever loop because of non-blocking sockets returning
  150. EWOULDBLOCK or similar. Blocking cases include:
  151. - Name resolves on non-windows unless c-ares is used
  152. - NSS SSL connections
  153. - HTTP proxy CONNECT operations
  154. - SOCKS proxy handshakes
  155. - file:// transfers
  156. - TELNET transfers
  157. - The "DONE" operation (post transfer protocol-specific actions) for the
  158. protocols SFTP, SMTP, FTP. Fixing Curl_done() for this is a worthy task.
  159. 2.2 Fix HTTP Pipelining for PUT
  160. HTTP Pipelining can be a way to greatly enhance performance for multiple
  161. serial requests and currently libcurl only supports that for HEAD and GET
  162. requests but it should also be possible for PUT.
  163. 3. Documentation
  164. 3.1 Update date and version in man pages
  165. 'maketgz' or another suitable script could update the .TH sections of the man
  166. pages at release time to use the current date and curl/libcurl version
  167. number.
  168. 4. FTP
  169. 4.1 HOST
  170. HOST is a command for a client to tell which host name to use, to offer FTP
  171. servers named-based virtual hosting:
  172. http://tools.ietf.org/html/rfc7151
  173. 4.2 Alter passive/active on failure and retry
  174. When trying to connect passively to a server which only supports active
  175. connections, libcurl returns CURLE_FTP_WEIRD_PASV_REPLY and closes the
  176. connection. There could be a way to fallback to an active connection (and
  177. vice versa). http://curl.haxx.se/bug/feature.cgi?id=1754793
  178. 4.3 Earlier bad letter detection
  179. Make the detection of (bad) %0d and %0a codes in FTP URL parts earlier in the
  180. process to avoid doing a resolve and connect in vain.
  181. 4.4 REST for large files
  182. REST fix for servers not behaving well on >2GB requests. This should fail if
  183. the server doesn't set the pointer to the requested index. The tricky
  184. (impossible?) part is to figure out if the server did the right thing or not.
  185. 4.5 ASCII support
  186. FTP ASCII transfers do not follow RFC959. They don't convert the data
  187. accordingly.
  188. 5. HTTP
  189. 5.1 Better persistency for HTTP 1.0
  190. "Better" support for persistent connections over HTTP 1.0
  191. http://curl.haxx.se/bug/feature.cgi?id=1089001
  192. 5.2 support FF3 sqlite cookie files
  193. Firefox 3 is changing from its former format to a a sqlite database instead.
  194. We should consider how (lib)curl can/should support this.
  195. http://curl.haxx.se/bug/feature.cgi?id=1871388
  196. 5.3 Rearrange request header order
  197. Server implementors often make an effort to detect browser and to reject
  198. clients it can detect to not match. One of the last details we cannot yet
  199. control in libcurl's HTTP requests, which also can be exploited to detect
  200. that libcurl is in fact used even when it tries to impersonate a browser, is
  201. the order of the request headers. I propose that we introduce a new option in
  202. which you give headers a value, and then when the HTTP request is built it
  203. sorts the headers based on that number. We could then have internally created
  204. headers use a default value so only headers that need to be moved have to be
  205. specified.
  206. 5.4 SPDY
  207. Chrome and Firefox already support SPDY and lots of web services do. There's
  208. a library for us to use for this (spdylay) that has a similar API and the
  209. same author as nghttp2.
  210. spdylay: https://github.com/tatsuhiro-t/spdylay
  211. 5.5 auth= in URLs
  212. Add the ability to specify the preferred authentication mechanism to use by
  213. using ;auth=<mech> in the login part of the URL.
  214. For example:
  215. http://test:pass;auth=NTLM@example.com would be equivalent to specifying --user
  216. test:pass;auth=NTLM or --user test:pass --ntlm from the command line.
  217. Additionally this should be implemented for proxy base URLs as well.
  218. 6. TELNET
  219. 6.1 ditch stdin
  220. Reading input (to send to the remote server) on stdin is a crappy solution for
  221. library purposes. We need to invent a good way for the application to be able
  222. to provide the data to send.
  223. 6.2 ditch telnet-specific select
  224. Move the telnet support's network select() loop go away and merge the code
  225. into the main transfer loop. Until this is done, the multi interface won't
  226. work for telnet.
  227. 6.3 feature negotiation debug data
  228. Add telnet feature negotiation data to the debug callback as header data.
  229. 6.4 send data in chunks
  230. Currently, telnet sends data one byte at a time. This is fine for interactive
  231. use, but inefficient for any other. Sent data should be sent in larger
  232. chunks.
  233. 7. SMTP
  234. 7.1 Pipelining
  235. Add support for pipelining emails.
  236. 7.2 Enhanced capability support
  237. Add the ability, for an application that uses libcurl, to obtain the list of
  238. capabilities returned from the EHLO command.
  239. 8. POP3
  240. 8.1 Pipelining
  241. Add support for pipelining commands.
  242. 8.2 Enhanced capability support
  243. Add the ability, for an application that uses libcurl, to obtain the list of
  244. capabilities returned from the CAPA command.
  245. 9. IMAP
  246. 9.1 Enhanced capability support
  247. Add the ability, for an application that uses libcurl, to obtain the list of
  248. capabilities returned from the CAPABILITY command.
  249. 10. LDAP
  250. 10.1 SASL based authentication mechanisms
  251. Currently the LDAP module only supports ldap_simple_bind_s() in order to bind
  252. to an LDAP server. However, this function sends username and password details
  253. using the simple authentication mechanism (as clear text). However, it should
  254. be possible to use ldap_bind_s() instead specifying the security context
  255. information ourselves.
  256. 11. New protocols
  257. 11.1 RSYNC
  258. There's no RFC for the protocol or an URI/URL format. An implementation
  259. should most probably use an existing rsync library, such as librsync.
  260. 12. SSL
  261. 12.1 Disable specific versions
  262. Provide an option that allows for disabling specific SSL versions, such as
  263. SSLv2 http://curl.haxx.se/bug/feature.cgi?id=1767276
  264. 12.2 Provide mutex locking API
  265. Provide a libcurl API for setting mutex callbacks in the underlying SSL
  266. library, so that the same application code can use mutex-locking
  267. independently of OpenSSL or GnutTLS being used.
  268. 12.3 Evaluate SSL patches
  269. Evaluate/apply Gertjan van Wingerde's SSL patches:
  270. http://curl.haxx.se/mail/lib-2004-03/0087.html
  271. 12.4 Cache OpenSSL contexts
  272. "Look at SSL cafile - quick traces look to me like these are done on every
  273. request as well, when they should only be necessary once per SSL context (or
  274. once per handle)". The major improvement we can rather easily do is to make
  275. sure we don't create and kill a new SSL "context" for every request, but
  276. instead make one for every connection and re-use that SSL context in the same
  277. style connections are re-used. It will make us use slightly more memory but
  278. it will libcurl do less creations and deletions of SSL contexts.
  279. 12.5 Export session ids
  280. Add an interface to libcurl that enables "session IDs" to get
  281. exported/imported. Cris Bailiff said: "OpenSSL has functions which can
  282. serialise the current SSL state to a buffer of your choice, and recover/reset
  283. the state from such a buffer at a later date - this is used by mod_ssl for
  284. apache to implement and SSL session ID cache".
  285. 12.6 Provide callback for cert verification
  286. OpenSSL supports a callback for customised verification of the peer
  287. certificate, but this doesn't seem to be exposed in the libcurl APIs. Could
  288. it be? There's so much that could be done if it were!
  289. 12.7 improve configure --with-ssl
  290. make the configure --with-ssl option first check for OpenSSL, then GnuTLS,
  291. then NSS...
  292. 12.8 Support DANE
  293. DNS-Based Authentication of Named Entities (DANE) is a way to provide SSL
  294. keys and certs over DNS using DNSSEC as an alternative to the CA model.
  295. http://www.rfc-editor.org/rfc/rfc6698.txt
  296. An initial patch was posted by Suresh Krishnaswamy on March 7th 2013
  297. (http://curl.haxx.se/mail/lib-2013-03/0075.html) but it was a too simple
  298. approach. See Daniel's comments:
  299. http://curl.haxx.se/mail/lib-2013-03/0103.html . libunbound may be the
  300. correct library to base this development on.
  301. 13. GnuTLS
  302. 13.1 SSL engine stuff
  303. Is this even possible?
  304. 13.2 check connection
  305. Add a way to check if the connection seems to be alive, to correspond to the
  306. SSL_peak() way we use with OpenSSL.
  307. 14. SASL
  308. 14.1 Other authentication mechanisms
  309. Add support for GSSAPI to SMTP, POP3 and IMAP.
  310. 15. Client
  311. 15.1 sync
  312. "curl --sync http://example.com/feed[1-100].rss" or
  313. "curl --sync http://example.net/{index,calendar,history}.html"
  314. Downloads a range or set of URLs using the remote name, but only if the
  315. remote file is newer than the local file. A Last-Modified HTTP date header
  316. should also be used to set the mod date on the downloaded file.
  317. 15.2 glob posts
  318. Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
  319. This is easily scripted though.
  320. 15.3 prevent file overwriting
  321. Add an option that prevents cURL from overwriting existing local files. When
  322. used, and there already is an existing file with the target file name
  323. (either -O or -o), a number should be appended (and increased if already
  324. existing). So that index.html becomes first index.html.1 and then
  325. index.html.2 etc.
  326. 15.4 simultaneous parallel transfers
  327. The client could be told to use maximum N simultaneous parallel transfers and
  328. then just make sure that happens. It should of course not make more than one
  329. connection to the same remote host. This would require the client to use the
  330. multi interface. http://curl.haxx.se/bug/feature.cgi?id=1558595
  331. 15.5 provide formpost headers
  332. Extending the capabilities of the multipart formposting. How about leaving
  333. the ';type=foo' syntax as it is and adding an extra tag (headers) which
  334. works like this: curl -F "coolfiles=@fil1.txt;headers=@fil1.hdr" where
  335. fil1.hdr contains extra headers like
  336. Content-Type: text/plain; charset=KOI8-R"
  337. Content-Transfer-Encoding: base64
  338. X-User-Comment: Please don't use browser specific HTML code
  339. which should overwrite the program reasonable defaults (plain/text,
  340. 8bit...)
  341. 15.6 warning when setting an option
  342. Display a warning when libcurl returns an error when setting an option.
  343. This can be useful to tell when support for a particular feature hasn't been
  344. compiled into the library.
  345. 16. Build
  346. 16.1 roffit
  347. Consider extending 'roffit' to produce decent ASCII output, and use that
  348. instead of (g)nroff when building src/tool_hugehelp.c
  349. 17. Test suite
  350. 17.1 SSL tunnel
  351. Make our own version of stunnel for simple port forwarding to enable HTTPS
  352. and FTP-SSL tests without the stunnel dependency, and it could allow us to
  353. provide test tools built with either OpenSSL or GnuTLS
  354. 17.2 nicer lacking perl message
  355. If perl wasn't found by the configure script, don't attempt to run the tests
  356. but explain something nice why it doesn't.
  357. 17.3 more protocols supported
  358. Extend the test suite to include more protocols. The telnet could just do FTP
  359. or http operations (for which we have test servers).
  360. 17.4 more platforms supported
  361. Make the test suite work on more platforms. OpenBSD and Mac OS. Remove
  362. fork()s and it should become even more portable.
  363. 17.5 Add support for concurrent connections
  364. Tests 836, 882 and 938 were designed to verify that separate connections aren't
  365. used when using different login credentials in protocols that shouldn't re-use
  366. a connection under such circumstances.
  367. Unfortunately, ftpserver.pl doesn't appear to support multiple concurrent
  368. connections. The read while() loop seems to loop until it receives a disconnect
  369. from the client, where it then enters the waiting for connections loop. When
  370. the client opens a second connection to the server, the first connection hasn't
  371. been dropped (unless it has been forced - which we shouldn't do in these tests)
  372. and thus the wait for connections loop is never entered to receive the second
  373. connection.
  374. 18. Next SONAME bump
  375. 18.1 http-style HEAD output for FTP
  376. #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers
  377. from being output in NOBODY requests over FTP
  378. 18.2 combine error codes
  379. Combine some of the error codes to remove duplicates. The original
  380. numbering should not be changed, and the old identifiers would be
  381. macroed to the new ones in an CURL_NO_OLDIES section to help with
  382. backward compatibility.
  383. Candidates for removal and their replacements:
  384. CURLE_FILE_COULDNT_READ_FILE => CURLE_REMOTE_FILE_NOT_FOUND
  385. CURLE_FTP_COULDNT_RETR_FILE => CURLE_REMOTE_FILE_NOT_FOUND
  386. CURLE_FTP_COULDNT_USE_REST => CURLE_RANGE_ERROR
  387. CURLE_FUNCTION_NOT_FOUND => CURLE_FAILED_INIT
  388. CURLE_LDAP_INVALID_URL => CURLE_URL_MALFORMAT
  389. CURLE_TFTP_NOSUCHUSER => CURLE_TFTP_ILLEGAL
  390. CURLE_TFTP_NOTFOUND => CURLE_REMOTE_FILE_NOT_FOUND
  391. CURLE_TFTP_PERM => CURLE_REMOTE_ACCESS_DENIED
  392. 18.3 extend CURLOPT_SOCKOPTFUNCTION prototype
  393. The current prototype only provides 'purpose' that tells what the
  394. connection/socket is for, but not any protocol or similar. It makes it hard
  395. for applications to differentiate on TCP vs UDP and even HTTP vs FTP and
  396. similar.
  397. 19. Next major release
  398. 19.1 cleanup return codes
  399. curl_easy_cleanup() returns void, but curl_multi_cleanup() returns a
  400. CURLMcode. These should be changed to be the same.
  401. 19.2 remove obsolete defines
  402. remove obsolete defines from curl/curl.h
  403. 19.3 size_t
  404. make several functions use size_t instead of int in their APIs
  405. 19.4 remove several functions
  406. remove the following functions from the public API:
  407. curl_getenv
  408. curl_mprintf (and variations)
  409. curl_strequal
  410. curl_strnequal
  411. They will instead become curlx_ - alternatives. That makes the curl app
  412. still capable of using them, by building with them from source.
  413. These functions have no purpose anymore:
  414. curl_multi_socket
  415. curl_multi_socket_all
  416. 19.5 remove CURLOPT_FAILONERROR
  417. Remove support for CURLOPT_FAILONERROR, it has gotten too kludgy and weird
  418. internally. Let the app judge success or not for itself.
  419. 19.6 remove CURLOPT_DNS_USE_GLOBAL_CACHE
  420. Remove support for a global DNS cache. Anything global is silly, and we
  421. already offer the share interface for the same functionality but done
  422. "right".
  423. 19.7 remove progress meter from libcurl
  424. The internally provided progress meter output doesn't belong in the library.
  425. Basically no application wants it (apart from curl) but instead applications
  426. can and should do their own progress meters using the progress callback.
  427. The progress callback should then be bumped as well to get proper 64bit
  428. variable types passed to it instead of doubles so that big files work
  429. correctly.
  430. 19.8 remove 'curl_httppost' from public
  431. curl_formadd() was made to fill in a public struct, but the fact that the
  432. struct is public is never really used by application for their own advantage
  433. but instead often restricts how the form functions can or can't be modified.
  434. Changing them to return a private handle will benefit the implementation and
  435. allow us much greater freedoms while still maintaining a solid API and ABI.
  436. 19.9 have form functions use CURL handle argument
  437. curl_formadd() and curl_formget() both currently have no CURL handle
  438. argument, but both can use a callback that is set in the easy handle, and
  439. thus curl_formget() with callback cannot function without first having
  440. curl_easy_perform() (or similar) called - which is hard to grasp and a design
  441. mistake.
  442. 19.10 Add CURLOPT_MAIL_CLIENT option
  443. Rather than use the URL to specify the mail client string to present in the
  444. HELO and EHLO commands, libcurl should support a new CURLOPT specifically for
  445. specifying this data as the URL is non-standard and to be honest a bit of a
  446. hack ;-)
  447. Please see the following thread for more information:
  448. http://curl.haxx.se/mail/lib-2012-05/0178.html