TODO 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394
  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. Be aware that these are things that we could do, or have once been considered
  10. things we could do. If you want to work on any of these areas, please
  11. consider bringing it up for discussions first on the mailing list so that we
  12. all agree it is still a good idea for the project.
  13. All bugs documented in the KNOWN_BUGS document are subject for fixing.
  14. 1. libcurl
  15. 1.1 TFO support on Windows
  16. 1.2 Consult %APPDATA% also for .netrc
  17. 1.3 struct lifreq
  18. 1.4 alt-svc sharing
  19. 1.5 get rid of PATH_MAX
  20. 1.6 native IDN support on macOS
  21. 1.8 CURLOPT_RESOLVE for any port number
  22. 1.9 Cache negative name resolves
  23. 1.10 auto-detect proxy
  24. 1.11 minimize dependencies with dynamically loaded modules
  25. 1.12 updated DNS server while running
  26. 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION
  27. 1.15 Monitor connections in the connection pool
  28. 1.16 Try to URL encode given URL
  29. 1.17 Add support for IRIs
  30. 1.18 try next proxy if one does not work
  31. 1.19 provide timing info for each redirect
  32. 1.20 SRV and URI DNS records
  33. 1.21 netrc caching and sharing
  34. 1.22 CURLINFO_PAUSE_STATE
  35. 1.23 Offer API to flush the connection pool
  36. 1.25 Expose tried IP addresses that failed
  37. 1.28 FD_CLOEXEC
  38. 1.29 WebSocket read callback
  39. 1.30 config file parsing
  40. 1.31 erase secrets from heap/stack after use
  41. 1.32 add asynch getaddrinfo support
  42. 1.33 make DoH inherit more transfer properties
  43. 2. libcurl - multi interface
  44. 2.1 More non-blocking
  45. 2.2 Better support for same name resolves
  46. 2.3 Non-blocking curl_multi_remove_handle()
  47. 2.4 Split connect and authentication process
  48. 2.5 Edge-triggered sockets should work
  49. 2.6 multi upkeep
  50. 2.7 Virtual external sockets
  51. 2.8 dynamically decide to use socketpair
  52. 3. Documentation
  53. 3.1 Improve documentation about fork safety
  54. 3.2 Provide cmake config-file
  55. 4. FTP
  56. 4.1 HOST
  57. 4.2 Alter passive/active on failure and retry
  58. 4.3 Earlier bad letter detection
  59. 4.4 Support CURLOPT_PREQUOTE for dir listings too
  60. 4.5 ASCII support
  61. 4.6 GSSAPI via Windows SSPI
  62. 4.7 STAT for LIST without data connection
  63. 4.8 Passive transfer could try other IP addresses
  64. 5. HTTP
  65. 5.1 Provide the error body from a CONNECT response
  66. 5.2 Obey Retry-After in redirects
  67. 5.3 Rearrange request header order
  68. 5.4 Allow SAN names in HTTP/2 server push
  69. 5.5 auth= in URLs
  70. 5.6 alt-svc should fallback if alt-svc does not work
  71. 5.7 Require HTTP version X or higher
  72. 6. TELNET
  73. 6.1 ditch stdin
  74. 6.2 ditch telnet-specific select
  75. 6.3 feature negotiation debug data
  76. 6.4 exit immediately upon connection if stdin is /dev/null
  77. 7. SMTP
  78. 7.1 Passing NOTIFY option to CURLOPT_MAIL_RCPT
  79. 7.2 Enhanced capability support
  80. 7.3 Add CURLOPT_MAIL_CLIENT option
  81. 8. POP3
  82. 8.2 Enhanced capability support
  83. 9. IMAP
  84. 9.1 Enhanced capability support
  85. 10. LDAP
  86. 10.1 SASL based authentication mechanisms
  87. 10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS
  88. 10.3 Paged searches on LDAP server
  89. 10.4 Certificate-Based Authentication
  90. 11. SMB
  91. 11.1 File listing support
  92. 11.2 Honor file timestamps
  93. 11.3 Use NTLMv2
  94. 11.4 Create remote directories
  95. 12. FILE
  96. 12.1 Directory listing for FILE:
  97. 13. TLS
  98. 13.1 TLS-PSK with OpenSSL
  99. 13.2 Provide mutex locking API
  100. 13.3 Defeat TLS fingerprinting
  101. 13.4 Cache/share OpenSSL contexts
  102. 13.5 Export session ids
  103. 13.6 Provide callback for cert verification
  104. 13.7 Less memory massaging with Schannel
  105. 13.8 Support DANE
  106. 13.9 TLS record padding
  107. 13.10 Support Authority Information Access certificate extension (AIA)
  108. 13.11 Some TLS options are not offered for HTTPS proxies
  109. 13.12 Reduce CA certificate bundle reparsing
  110. 13.13 Make sure we forbid TLS 1.3 post-handshake authentication
  111. 13.14 Support the clienthello extension
  112. 14. GnuTLS
  113. 14.2 check connection
  114. 15. Schannel
  115. 15.1 Extend support for client certificate authentication
  116. 15.2 Extend support for the --ciphers option
  117. 15.4 Add option to allow abrupt server closure
  118. 16. SASL
  119. 16.1 Other authentication mechanisms
  120. 16.2 Add QOP support to GSSAPI authentication
  121. 17. SSH protocols
  122. 17.1 Multiplexing
  123. 17.2 Handle growing SFTP files
  124. 17.3 Read keys from ~/.ssh/id_ecdsa, id_ed25519
  125. 17.4 Support CURLOPT_PREQUOTE
  126. 17.5 SSH over HTTPS proxy with more backends
  127. 17.6 SFTP with SCP://
  128. 18. Command line tool
  129. 18.1 sync
  130. 18.2 glob posts
  131. 18.4 --proxycommand
  132. 18.5 UTF-8 filenames in Content-Disposition
  133. 18.6 Option to make -Z merge lined based outputs on stdout
  134. 18.8 Consider convenience options for JSON and XML?
  135. 18.9 Choose the name of file in braces for complex URLs
  136. 18.10 improve how curl works in a windows console window
  137. 18.11 Windows: set attribute 'archive' for completed downloads
  138. 18.12 keep running, read instructions from pipe/socket
  139. 18.13 Ratelimit or wait between serial requests
  140. 18.14 --dry-run
  141. 18.15 --retry should resume
  142. 18.16 send only part of --data
  143. 18.17 consider file name from the redirected URL with -O ?
  144. 18.18 retry on network is unreachable
  145. 18.19 expand ~/ in config files
  146. 18.20 host name sections in config files
  147. 18.21 retry on the redirected-to URL
  148. 18.23 Set the modification date on an uploaded file
  149. 18.24 Use multiple parallel transfers for a single download
  150. 18.25 Prevent terminal injection when writing to terminal
  151. 18.26 Custom progress meter update interval
  152. 18.27 -J and -O with %-encoded file names
  153. 18.28 -J with -C -
  154. 18.29 --retry and transfer timeouts
  155. 19. Build
  156. 19.1 roffit
  157. 19.2 Enable PIE and RELRO by default
  158. 19.3 Do not use GNU libtool on OpenBSD
  159. 19.4 Package curl for Windows in a signed installer
  160. 19.5 make configure use --cache-file more and better
  161. 19.6 build curl with Windows Unicode support
  162. 20. Test suite
  163. 20.1 SSL tunnel
  164. 20.2 nicer lacking perl message
  165. 20.3 more protocols supported
  166. 20.4 more platforms supported
  167. 20.5 Add support for concurrent connections
  168. 20.6 Use the RFC 6265 test suite
  169. 20.7 Support LD_PRELOAD on macOS
  170. 20.8 Run web-platform-tests URL tests
  171. 21. MQTT
  172. 21.1 Support rate-limiting
  173. ==============================================================================
  174. 1. libcurl
  175. 1.1 TFO support on Windows
  176. libcurl supports the CURLOPT_TCP_FASTOPEN option since 7.49.0 for Linux and
  177. Mac OS. Windows supports TCP Fast Open starting with Windows 10, version 1607
  178. and we should add support for it.
  179. TCP Fast Open is supported on several platforms but not on Windows. Work on
  180. this was once started but never finished.
  181. See https://github.com/curl/curl/pull/3378
  182. 1.2 Consult %APPDATA% also for .netrc
  183. %APPDATA%\.netrc is not considered when running on Windows. should not it?
  184. See https://github.com/curl/curl/issues/4016
  185. 1.3 struct lifreq
  186. Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and
  187. SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete.
  188. To support IPv6 interface addresses for network interfaces properly.
  189. 1.4 Better and more sharing
  190. The share interface could benefit from allowing the alt-svc cache to be
  191. possible to share between easy handles.
  192. See https://github.com/curl/curl/issues/4476
  193. The share interface offers CURL_LOCK_DATA_CONNECT to have multiple easy
  194. handle share a connection cache, but due to how connections are used they are
  195. still not thread-safe when used shared.
  196. See https://github.com/curl/curl/issues/4915 and lib1541.c
  197. The share interface offers CURL_LOCK_DATA_HSTS to have multiple easy handle
  198. share a HSTS cache, but this is not thread-safe.
  199. 1.5 get rid of PATH_MAX
  200. Having code use and rely on PATH_MAX is not nice:
  201. https://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html
  202. Currently the libssh2 SSH based code uses it, but to remove PATH_MAX from
  203. there we need libssh2 to properly tell us when we pass in a too small buffer
  204. and its current API (as of libssh2 1.2.7) does not.
  205. 1.6 native IDN support on macOS
  206. On recent macOS versions, the getaddrinfo() function itself has built-in IDN
  207. support. By setting the AI_CANONNAME flag, the function will return the
  208. encoded name in the ai_canonname struct field in the returned information.
  209. This could be used by curl on macOS when built without a separate IDN library
  210. and an IDN host name is used in a URL.
  211. See initial work in https://github.com/curl/curl/pull/5371
  212. 1.8 CURLOPT_RESOLVE for any port number
  213. This option allows applications to set a replacement IP address for a given
  214. host + port pair. Consider making support for providing a replacement address
  215. for the host name on all port numbers.
  216. See https://github.com/curl/curl/issues/1264
  217. 1.9 Cache negative name resolves
  218. A name resolve that has failed is likely to fail when made again within a
  219. short period of time. Currently we only cache positive responses.
  220. 1.10 auto-detect proxy
  221. libcurl could be made to detect the system proxy setup automatically and use
  222. that. On Windows, macOS and Linux desktops for example.
  223. The pull-request to use libproxy for this was deferred due to doubts on the
  224. reliability of the dependency and how to use it:
  225. https://github.com/curl/curl/pull/977
  226. libdetectproxy is a (C++) library for detecting the proxy on Windows
  227. https://github.com/paulharris/libdetectproxy
  228. 1.11 minimize dependencies with dynamically loaded modules
  229. We can create a system with loadable modules/plug-ins, where these modules
  230. would be the ones that link to 3rd party libs. That would allow us to avoid
  231. having to load ALL dependencies since only the necessary ones for this
  232. app/invoke/used protocols would be necessary to load. See
  233. https://github.com/curl/curl/issues/349
  234. 1.12 updated DNS server while running
  235. If /etc/resolv.conf gets updated while a program using libcurl is running, it
  236. is may cause name resolves to fail unless res_init() is called. We should
  237. consider calling res_init() + retry once unconditionally on all name resolve
  238. failures to mitigate against this. Firefox works like that. Note that Windows
  239. does not have res_init() or an alternative.
  240. https://github.com/curl/curl/issues/2251
  241. 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION
  242. curl will create most sockets via the CURLOPT_OPENSOCKETFUNCTION callback and
  243. close them with the CURLOPT_CLOSESOCKETFUNCTION callback. However, c-ares
  244. does not use those functions and instead opens and closes the sockets
  245. itself. This means that when curl passes the c-ares socket to the
  246. CURLMOPT_SOCKETFUNCTION it is not owned by the application like other sockets.
  247. See https://github.com/curl/curl/issues/2734
  248. 1.15 Monitor connections in the connection pool
  249. libcurl's connection cache or pool holds a number of open connections for the
  250. purpose of possible subsequent connection reuse. It may contain a few up to a
  251. significant amount of connections. Currently, libcurl leaves all connections
  252. as they are and first when a connection is iterated over for matching or
  253. reuse purpose it is verified that it is still alive.
  254. Those connections may get closed by the server side for idleness or they may
  255. get an HTTP/2 ping from the peer to verify that they are still alive. By
  256. adding monitoring of the connections while in the pool, libcurl can detect
  257. dead connections (and close them) better and earlier, and it can handle
  258. HTTP/2 pings to keep such ones alive even when not actively doing transfers
  259. on them.
  260. 1.16 Try to URL encode given URL
  261. Given a URL that for example contains spaces, libcurl could have an option
  262. that would try somewhat harder than it does now and convert spaces to %20 and
  263. perhaps URL encoded byte values over 128 etc (basically do what the redirect
  264. following code already does).
  265. https://github.com/curl/curl/issues/514
  266. 1.17 Add support for IRIs
  267. IRIs (RFC 3987) allow localized, non-ascii, names in the URL. To properly
  268. support this, curl/libcurl would need to translate/encode the given input
  269. from the input string encoding into percent encoded output "over the wire".
  270. To make that work smoothly for curl users even on Windows, curl would
  271. probably need to be able to convert from several input encodings.
  272. 1.18 try next proxy if one does not work
  273. Allow an application to specify a list of proxies to try, and failing to
  274. connect to the first go on and try the next instead until the list is
  275. exhausted. Browsers support this feature at least when they specify proxies
  276. using PACs.
  277. https://github.com/curl/curl/issues/896
  278. 1.19 provide timing info for each redirect
  279. curl and libcurl provide timing information via a set of different
  280. time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
  281. returned time value are the accumulated sums. An improvement could be to
  282. offer separate timings for each redirect.
  283. https://github.com/curl/curl/issues/6743
  284. 1.20 SRV and URI DNS records
  285. Offer support for resolving SRV and URI DNS records for libcurl to know which
  286. server to connect to for various protocols (including HTTP).
  287. 1.21 netrc caching and sharing
  288. The netrc file is read and parsed each time a connection is setup, which
  289. means that if a transfer needs multiple connections for authentication or
  290. redirects, the file might be reread (and parsed) multiple times. This makes
  291. it impossible to provide the file as a pipe.
  292. 1.22 CURLINFO_PAUSE_STATE
  293. Return information about the transfer's current pause state, in both
  294. directions. https://github.com/curl/curl/issues/2588
  295. 1.23 Offer API to flush the connection pool
  296. Sometimes applications want to flush all the existing connections kept alive.
  297. An API could allow a forced flush or just a forced loop that would properly
  298. close all connections that have been closed by the server already.
  299. 1.25 Expose tried IP addresses that failed
  300. When libcurl fails to connect to a host, it could offer the application the
  301. addresses that were used in the attempt. Source + dest IP, source + dest port
  302. and protocol (UDP or TCP) for each failure. Possibly as a callback. Perhaps
  303. also provide "reason".
  304. https://github.com/curl/curl/issues/2126
  305. 1.28 FD_CLOEXEC
  306. It sets the close-on-exec flag for the file descriptor, which causes the file
  307. descriptor to be automatically (and atomically) closed when any of the
  308. exec-family functions succeed. Should probably be set by default?
  309. https://github.com/curl/curl/issues/2252
  310. 1.29 WebSocket read callback
  311. Call the read callback once the connection is established to allow sending
  312. the first message in the connection.
  313. https://github.com/curl/curl/issues/11402
  314. 1.30 config file parsing
  315. Consider providing an API, possibly in a separate companion library, for
  316. parsing a config file like curl's -K/--config option to allow applications to
  317. get the same ability to read curl options from files.
  318. See https://github.com/curl/curl/issues/3698
  319. 1.31 erase secrets from heap/stack after use
  320. Introducing a concept and system to erase secrets from memory after use, it
  321. could help mitigate and lessen the impact of (future) security problems etc.
  322. However: most secrets are passed to libcurl as clear text from the
  323. application and then clearing them within the library adds nothing...
  324. https://github.com/curl/curl/issues/7268
  325. 1.32 add asynch getaddrinfo support
  326. Use getaddrinfo_a() to provide an asynch name resolver backend to libcurl
  327. that does not use threads and does not depend on c-ares. The getaddrinfo_a
  328. function is (probably?) glibc specific but that is a widely used libc among
  329. our users.
  330. https://github.com/curl/curl/pull/6746
  331. 1.33 make DoH inherit more transfer properties
  332. Some options are not inherited because they are not relevant for the DoH SSL
  333. connections, or inheriting the option may result in unexpected behavior. For
  334. example the user's debug function callback is not inherited because it would
  335. be unexpected for internal handles (ie DoH handles) to be passed to that
  336. callback.
  337. If an option is not inherited then it is not possible to set it separately
  338. for DoH without a DoH-specific option. For example:
  339. CURLOPT_DOH_SSL_VERIFYHOST, CURLOPT_DOH_SSL_VERIFYPEER and
  340. CURLOPT_DOH_SSL_VERIFYSTATUS.
  341. See https://github.com/curl/curl/issues/6605
  342. 2. libcurl - multi interface
  343. 2.1 More non-blocking
  344. Make sure we do not ever loop because of non-blocking sockets returning
  345. EWOULDBLOCK or similar. Blocking cases include:
  346. - Name resolves on non-windows unless c-ares or the threaded resolver is used.
  347. - The threaded resolver may block on cleanup:
  348. https://github.com/curl/curl/issues/4852
  349. - file:// transfers
  350. - TELNET transfers
  351. - GSSAPI authentication for FTP transfers
  352. - The "DONE" operation (post transfer protocol-specific actions) for the
  353. protocols SFTP, SMTP, FTP. Fixing multi_done() for this is a worthy task.
  354. - curl_multi_remove_handle for any of the above. See section 2.3.
  355. 2.2 Better support for same name resolves
  356. If a name resolve has been initiated for name NN and a second easy handle
  357. wants to resolve that name as well, make it wait for the first resolve to end
  358. up in the cache instead of doing a second separate resolve. This is
  359. especially needed when adding many simultaneous handles using the same host
  360. name when the DNS resolver can get flooded.
  361. 2.3 Non-blocking curl_multi_remove_handle()
  362. The multi interface has a few API calls that assume a blocking behavior, like
  363. add_handle() and remove_handle() which limits what we can do internally. The
  364. multi API need to be moved even more into a single function that "drives"
  365. everything in a non-blocking manner and signals when something is done. A
  366. remove or add would then only ask for the action to get started and then
  367. multi_perform() etc still be called until the add/remove is completed.
  368. 2.4 Split connect and authentication process
  369. The multi interface treats the authentication process as part of the connect
  370. phase. As such any failures during authentication will not trigger the relevant
  371. QUIT or LOGOFF for protocols such as IMAP, POP3 and SMTP.
  372. 2.5 Edge-triggered sockets should work
  373. The multi_socket API should work with edge-triggered socket events. One of
  374. the internal actions that need to be improved for this to work perfectly is
  375. the 'maxloops' handling in transfer.c:readwrite_data().
  376. 2.6 multi upkeep
  377. In libcurl 7.62.0 we introduced curl_easy_upkeep. It unfortunately only works
  378. on easy handles. We should introduces a version of that for the multi handle,
  379. and also consider doing "upkeep" automatically on connections in the
  380. connection pool when the multi handle is in used.
  381. See https://github.com/curl/curl/issues/3199
  382. 2.7 Virtual external sockets
  383. libcurl performs operations on the given file descriptor that presumes it is
  384. a socket and an application cannot replace them at the moment. Allowing an
  385. application to fully replace those would allow a larger degree of freedom and
  386. flexibility.
  387. See https://github.com/curl/curl/issues/5835
  388. 2.8 dynamically decide to use socketpair
  389. For users who do not use curl_multi_wait() or do not care for
  390. curl_multi_wakeup(), we could introduce a way to make libcurl NOT
  391. create a socketpair in the multi handle.
  392. See https://github.com/curl/curl/issues/4829
  393. 3. Documentation
  394. 3.1 Improve documentation about fork safety
  395. See https://github.com/curl/curl/issues/6968
  396. 3.2 Provide cmake config-file
  397. A config-file package is a set of files provided by us to allow applications
  398. to write cmake scripts to find and use libcurl easier. See
  399. https://github.com/curl/curl/issues/885
  400. 4. FTP
  401. 4.1 HOST
  402. HOST is a command for a client to tell which host name to use, to offer FTP
  403. servers named-based virtual hosting:
  404. https://datatracker.ietf.org/doc/html/rfc7151
  405. 4.2 Alter passive/active on failure and retry
  406. When trying to connect passively to a server which only supports active
  407. connections, libcurl returns CURLE_FTP_WEIRD_PASV_REPLY and closes the
  408. connection. There could be a way to fallback to an active connection (and
  409. vice versa). https://curl.se/bug/feature.cgi?id=1754793
  410. 4.3 Earlier bad letter detection
  411. Make the detection of (bad) %0d and %0a codes in FTP URL parts earlier in the
  412. process to avoid doing a resolve and connect in vain.
  413. 4.4 Support CURLOPT_PREQUOTE for dir listings too
  414. The lack of support is mostly an oversight and requires the FTP state machine
  415. to get updated to get fixed.
  416. https://github.com/curl/curl/issues/8602
  417. 4.5 ASCII support
  418. FTP ASCII transfers do not follow RFC 959. They do not convert the data
  419. accordingly.
  420. 4.6 GSSAPI via Windows SSPI
  421. In addition to currently supporting the SASL GSSAPI mechanism (Kerberos V5)
  422. via third-party GSS-API libraries, such as Heimdal or MIT Kerberos, also add
  423. support for GSSAPI authentication via Windows SSPI.
  424. 4.7 STAT for LIST without data connection
  425. Some FTP servers allow STAT for listing directories instead of using LIST,
  426. and the response is then sent over the control connection instead of as the
  427. otherwise usedw data connection: https://www.nsftools.com/tips/RawFTP.htm#STAT
  428. This is not detailed in any FTP specification.
  429. 4.8 Passive transfer could try other IP addresses
  430. When doing FTP operations through a proxy at localhost, the reported spotted
  431. that curl only tried to connect once to the proxy, while it had multiple
  432. addresses and a failed connect on one address should make it try the next.
  433. After switching to passive mode (EPSV), curl could try all IP addresses for
  434. "localhost". Currently it tries ::1, but it should also try 127.0.0.1.
  435. See https://github.com/curl/curl/issues/1508
  436. 5. HTTP
  437. 5.1 Provide the error body from a CONNECT response
  438. When curl receives a body response from a CONNECT request to a proxy, it will
  439. always just read and ignore it. It would make some users happy if curl
  440. instead optionally would be able to make that responsible available. Via a new
  441. callback? Through some other means?
  442. See https://github.com/curl/curl/issues/9513
  443. 5.2 Obey Retry-After in redirects
  444. The Retry-After is said to dicate "the minimum time that the user agent is
  445. asked to wait before issuing the redirected request" and libcurl does not
  446. obey this.
  447. See https://github.com/curl/curl/issues/11447
  448. 5.3 Rearrange request header order
  449. Server implementers often make an effort to detect browser and to reject
  450. clients it can detect to not match. One of the last details we cannot yet
  451. control in libcurl's HTTP requests, which also can be exploited to detect
  452. that libcurl is in fact used even when it tries to impersonate a browser, is
  453. the order of the request headers. I propose that we introduce a new option in
  454. which you give headers a value, and then when the HTTP request is built it
  455. sorts the headers based on that number. We could then have internally created
  456. headers use a default value so only headers that need to be moved have to be
  457. specified.
  458. 5.4 Allow SAN names in HTTP/2 server push
  459. curl only allows HTTP/2 push promise if the provided :authority header value
  460. exactly matches the host name given in the URL. It could be extended to allow
  461. any name that would match the Subject Alternative Names in the server's TLS
  462. certificate.
  463. See https://github.com/curl/curl/pull/3581
  464. 5.5 auth= in URLs
  465. Add the ability to specify the preferred authentication mechanism to use by
  466. using ;auth=<mech> in the login part of the URL.
  467. For example:
  468. http://test:pass;auth=NTLM@example.com would be equivalent to specifying
  469. --user test:pass;auth=NTLM or --user test:pass --ntlm from the command line.
  470. Additionally this should be implemented for proxy base URLs as well.
  471. 5.6 alt-svc should fallback if alt-svc does not work
  472. The alt-svc: header provides a set of alternative services for curl to use
  473. instead of the original. If the first attempted one fails, it should try the
  474. next etc and if all alternatives fail go back to the original.
  475. See https://github.com/curl/curl/issues/4908
  476. 5.7 Require HTTP version X or higher
  477. curl and libcurl provide options for trying higher HTTP versions (for example
  478. HTTP/2) but then still allows the server to pick version 1.1. We could
  479. consider adding a way to require a minimum version.
  480. See https://github.com/curl/curl/issues/7980
  481. 6. TELNET
  482. 6.1 ditch stdin
  483. Reading input (to send to the remote server) on stdin is a crappy solution
  484. for library purposes. We need to invent a good way for the application to be
  485. able to provide the data to send.
  486. 6.2 ditch telnet-specific select
  487. Move the telnet support's network select() loop go away and merge the code
  488. into the main transfer loop. Until this is done, the multi interface will not
  489. work for telnet.
  490. 6.3 feature negotiation debug data
  491. Add telnet feature negotiation data to the debug callback as header data.
  492. 6.4 exit immediately upon connection if stdin is /dev/null
  493. If it did, curl could be used to probe if there is an server there listening
  494. on a specific port. That is, the following command would exit immediately
  495. after the connection is established with exit code 0:
  496. curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
  497. 7. SMTP
  498. 7.1 Passing NOTIFY option to CURLOPT_MAIL_RCPT
  499. Is there a way to pass the NOTIFY option to the CURLOPT_MAIL_RCPT option ? I
  500. set a string that already contains a bracket. For instance something like
  501. that: curl_slist_append( recipients, "<foo@bar> NOTIFY=SUCCESS,FAILURE" );
  502. https://github.com/curl/curl/issues/8232
  503. 7.2 Enhanced capability support
  504. Add the ability, for an application that uses libcurl, to obtain the list of
  505. capabilities returned from the EHLO command.
  506. 7.3 Add CURLOPT_MAIL_CLIENT option
  507. Rather than use the URL to specify the mail client string to present in the
  508. HELO and EHLO commands, libcurl should support a new CURLOPT specifically for
  509. specifying this data as the URL is non-standard and to be honest a bit of a
  510. hack ;-)
  511. Please see the following thread for more information:
  512. https://curl.se/mail/lib-2012-05/0178.html
  513. 8. POP3
  514. 8.2 Enhanced capability support
  515. Add the ability, for an application that uses libcurl, to obtain the list of
  516. capabilities returned from the CAPA command.
  517. 9. IMAP
  518. 9.1 Enhanced capability support
  519. Add the ability, for an application that uses libcurl, to obtain the list of
  520. capabilities returned from the CAPABILITY command.
  521. 10. LDAP
  522. 10.1 SASL based authentication mechanisms
  523. Currently the LDAP module only supports ldap_simple_bind_s() in order to bind
  524. to an LDAP server. However, this function sends username and password details
  525. using the simple authentication mechanism (as clear text). However, it should
  526. be possible to use ldap_bind_s() instead specifying the security context
  527. information ourselves.
  528. 10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS
  529. CURLOPT_SSL_CTX_FUNCTION works perfectly for HTTPS and email protocols, but
  530. it has no effect for LDAPS connections.
  531. https://github.com/curl/curl/issues/4108
  532. 10.3 Paged searches on LDAP server
  533. https://github.com/curl/curl/issues/4452
  534. 10.4 Certificate-Based Authentication
  535. LDAPS not possible with MAC and Windows with Certificate-Based Authentication
  536. https://github.com/curl/curl/issues/9641
  537. 11. SMB
  538. 11.1 File listing support
  539. Add support for listing the contents of a SMB share. The output should
  540. probably be the same as/similar to FTP.
  541. 11.2 Honor file timestamps
  542. The timestamp of the transferred file should reflect that of the original
  543. file.
  544. 11.3 Use NTLMv2
  545. Currently the SMB authentication uses NTLMv1.
  546. 11.4 Create remote directories
  547. Support for creating remote directories when uploading a file to a directory
  548. that does not exist on the server, just like --ftp-create-dirs.
  549. 12. FILE
  550. 12.1 Directory listing for FILE:
  551. Add support for listing the contents of a directory accessed with FILE. The
  552. output should probably be the same as/similar to FTP.
  553. 13. TLS
  554. 13.1 TLS-PSK with OpenSSL
  555. Transport Layer Security pre-shared key ciphersuites (TLS-PSK) is a set of
  556. cryptographic protocols that provide secure communication based on pre-shared
  557. keys (PSKs). These pre-shared keys are symmetric keys shared in advance among
  558. the communicating parties.
  559. https://github.com/curl/curl/issues/5081
  560. 13.2 Provide mutex locking API
  561. Provide a libcurl API for setting mutex callbacks in the underlying SSL
  562. library, so that the same application code can use mutex-locking
  563. independently of OpenSSL or GnutTLS being used.
  564. 13.3 Defeat TLS fingerprinting
  565. By changing the order of TLS extensions provided in the TLS handshake, it is
  566. sometimes possible to circumvent TLS fingerprinting by servers. The TLS
  567. extension order is of course not the only way to fingerprint a client.
  568. See https://github.com/curl/curl/issues/8119
  569. 13.4 Cache/share OpenSSL contexts
  570. "Look at SSL cafile - quick traces look to me like these are done on every
  571. request as well, when they should only be necessary once per SSL context (or
  572. once per handle)". The major improvement we can rather easily do is to make
  573. sure we do not create and kill a new SSL "context" for every request, but
  574. instead make one for every connection and reuse that SSL context in the same
  575. style connections are reused. It will make us use slightly more memory but it
  576. will libcurl do less creations and deletions of SSL contexts.
  577. Technically, the "caching" is probably best implemented by getting added to
  578. the share interface so that easy handles who want to and can reuse the
  579. context specify that by sharing with the right properties set.
  580. https://github.com/curl/curl/issues/1110
  581. 13.5 Export session ids
  582. Add an interface to libcurl that enables "session IDs" to get
  583. exported/imported. Cris Bailiff said: "OpenSSL has functions which can
  584. serialise the current SSL state to a buffer of your choice, and recover/reset
  585. the state from such a buffer at a later date - this is used by mod_ssl for
  586. apache to implement and SSL session ID cache".
  587. 13.6 Provide callback for cert verification
  588. OpenSSL supports a callback for customised verification of the peer
  589. certificate, but this does not seem to be exposed in the libcurl APIs. Could
  590. it be? There is so much that could be done if it were.
  591. 13.7 Less memory massaging with Schannel
  592. The Schannel backend does a lot of custom memory management we would rather
  593. avoid: the repeated alloc + free in sends and the custom memory + realloc
  594. system for encrypted and decrypted data. That should be avoided and reduced
  595. for 1) efficiency and 2) safety.
  596. 13.8 Support DANE
  597. DNS-Based Authentication of Named Entities (DANE) is a way to provide SSL
  598. keys and certs over DNS using DNSSEC as an alternative to the CA model.
  599. https://www.rfc-editor.org/rfc/rfc6698.txt
  600. An initial patch was posted by Suresh Krishnaswamy on March 7th 2013
  601. (https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple
  602. approach. See Daniel's comments:
  603. https://curl.se/mail/lib-2013-03/0103.html . libunbound may be the
  604. correct library to base this development on.
  605. Björn Stenberg wrote a separate initial take on DANE that was never
  606. completed.
  607. 13.9 TLS record padding
  608. TLS (1.3) offers optional record padding and OpenSSL provides an API for it.
  609. I could make sense for libcurl to offer this ability to applications to make
  610. traffic patterns harder to figure out by network traffic observers.
  611. See https://github.com/curl/curl/issues/5398
  612. 13.10 Support Authority Information Access certificate extension (AIA)
  613. AIA can provide various things like CRLs but more importantly information
  614. about intermediate CA certificates that can allow validation path to be
  615. fulfilled when the HTTPS server does not itself provide them.
  616. Since AIA is about downloading certs on demand to complete a TLS handshake,
  617. it is probably a bit tricky to get done right.
  618. See https://github.com/curl/curl/issues/2793
  619. 13.11 Some TLS options are not offered for HTTPS proxies
  620. Some TLS related options to the command line tool and libcurl are only
  621. provided for the server and not for HTTPS proxies. --proxy-tls-max,
  622. --proxy-tlsv1.3, --proxy-curves and a few more.a
  623. https://github.com/curl/curl/issues/12286
  624. 13.12 Reduce CA certificate bundle reparsing
  625. When using the OpenSSL backend, curl will load and reparse the CA bundle at
  626. the creation of the "SSL context" when it sets up a connection to do a TLS
  627. handshake. A more effective way would be to somehow cache the CA bundle to
  628. avoid it having to be repeatedly reloaded and reparsed.
  629. See https://github.com/curl/curl/issues/9379
  630. 13.13 Make sure we forbid TLS 1.3 post-handshake authentication
  631. RFC 8740 explains how using HTTP/2 must forbid the use of TLS 1.3
  632. post-handshake authentication. We should make sure to live up to that.
  633. See https://github.com/curl/curl/issues/5396
  634. 13.14 Support the clienthello extension
  635. Certain stupid networks and middle boxes have a problem with SSL handshake
  636. packets that are within a certain size range because how that sets some bits
  637. that previously (in older TLS version) were not set. The clienthello
  638. extension adds padding to avoid that size range.
  639. https://datatracker.ietf.org/doc/html/rfc7685
  640. https://github.com/curl/curl/issues/2299
  641. 14. GnuTLS
  642. 14.2 check connection
  643. Add a way to check if the connection seems to be alive, to correspond to the
  644. SSL_peak() way we use with OpenSSL.
  645. 15. Schannel
  646. 15.1 Extend support for client certificate authentication
  647. The existing support for the -E/--cert and --key options could be
  648. extended by supplying a custom certificate and key in PEM format, see:
  649. - Getting a Certificate for Schannel
  650. https://msdn.microsoft.com/en-us/library/windows/desktop/aa375447.aspx
  651. 15.2 Extend support for the --ciphers option
  652. The existing support for the --ciphers option could be extended
  653. by mapping the OpenSSL/GnuTLS cipher suites to the Schannel APIs, see
  654. - Specifying Schannel Ciphers and Cipher Strengths
  655. https://msdn.microsoft.com/en-us/library/windows/desktop/aa380161.aspx
  656. 15.4 Add option to allow abrupt server closure
  657. libcurl w/schannel will error without a known termination point from the
  658. server (such as length of transfer, or SSL "close notify" alert) to prevent
  659. against a truncation attack. Really old servers may neglect to send any
  660. termination point. An option could be added to ignore such abrupt closures.
  661. https://github.com/curl/curl/issues/4427
  662. 16. SASL
  663. 16.1 Other authentication mechanisms
  664. Add support for other authentication mechanisms such as OLP,
  665. GSS-SPNEGO and others.
  666. 16.2 Add QOP support to GSSAPI authentication
  667. Currently the GSSAPI authentication only supports the default QOP of auth
  668. (Authentication), whilst Kerberos V5 supports both auth-int (Authentication
  669. with integrity protection) and auth-conf (Authentication with integrity and
  670. privacy protection).
  671. 17. SSH protocols
  672. 17.1 Multiplexing
  673. SSH is a perfectly fine multiplexed protocols which would allow libcurl to do
  674. multiple parallel transfers from the same host using the same connection,
  675. much in the same spirit as HTTP/2 does. libcurl however does not take
  676. advantage of that ability but will instead always create a new connection for
  677. new transfers even if an existing connection already exists to the host.
  678. To fix this, libcurl would have to detect an existing connection and "attach"
  679. the new transfer to the existing one.
  680. 17.2 Handle growing SFTP files
  681. The SFTP code in libcurl checks the file size *before* a transfer starts and
  682. then proceeds to transfer exactly that amount of data. If the remote file
  683. grows while the transfer is in progress libcurl will not notice and will not
  684. adapt. The OpenSSH SFTP command line tool does and libcurl could also just
  685. attempt to download more to see if there is more to get...
  686. https://github.com/curl/curl/issues/4344
  687. 17.3 Read keys from ~/.ssh/id_ecdsa, id_ed25519
  688. The libssh2 backend in curl is limited to only reading keys from id_rsa and
  689. id_dsa, which makes it fail connecting to servers that use more modern key
  690. types.
  691. https://github.com/curl/curl/issues/8586
  692. 17.4 Support CURLOPT_PREQUOTE
  693. The two other QUOTE options are supported for SFTP, but this was left out for
  694. unknown reasons.
  695. 17.5 SSH over HTTPS proxy with more backends
  696. The SSH based protocols SFTP and SCP did not work over HTTPS proxy at
  697. all until PR https://github.com/curl/curl/pull/6021 brought the
  698. functionality with the libssh2 backend. Presumably, this support
  699. can/could be added for the other backends as well.
  700. 17.6 SFTP with SCP://
  701. OpenSSH 9 switched their 'scp' tool to speak SFTP under the hood. Going
  702. forward it might be worth having curl or libcurl attempt SFTP if SCP fails to
  703. follow suite.
  704. 18. Command line tool
  705. 18.1 sync
  706. "curl --sync http://example.com/feed[1-100].rss" or
  707. "curl --sync http://example.net/{index,calendar,history}.html"
  708. Downloads a range or set of URLs using the remote name, but only if the
  709. remote file is newer than the local file. A Last-Modified HTTP date header
  710. should also be used to set the mod date on the downloaded file.
  711. 18.2 glob posts
  712. Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
  713. This is easily scripted though.
  714. 18.4 --proxycommand
  715. Allow the user to make curl run a command and use its stdio to make requests
  716. and not do any network connection by itself. Example:
  717. curl --proxycommand 'ssh pi@raspberrypi.local -W 10.1.1.75 80' \
  718. http://some/otherwise/unavailable/service.php
  719. See https://github.com/curl/curl/issues/4941
  720. 18.5 UTF-8 filenames in Content-Disposition
  721. RFC 6266 documents how UTF-8 names can be passed to a client in the
  722. Content-Disposition header, and curl does not support this.
  723. https://github.com/curl/curl/issues/1888
  724. 18.6 Option to make -Z merge lined based outputs on stdout
  725. When a user requests multiple lined based files using -Z and sends them to
  726. stdout, curl will not "merge" and send complete lines fine but may send
  727. partial lines from several sources.
  728. https://github.com/curl/curl/issues/5175
  729. 18.8 Consider convenience options for JSON and XML?
  730. Could we add `--xml` or `--json` to add headers needed to call rest API:
  731. `--xml` adds -H 'Content-Type: application/xml' -H "Accept: application/xml" and
  732. `--json` adds -H 'Content-Type: application/json' -H "Accept: application/json"
  733. Setting Content-Type when doing a GET or any other method without a body
  734. would be a bit strange I think - so maybe only add CT for requests with body?
  735. Maybe plain `--xml` and ` --json` are a bit too brief and generic. Maybe
  736. `--http-json` etc?
  737. See https://github.com/curl/curl/issues/5203
  738. 18.9 Choose the name of file in braces for complex URLs
  739. When using braces to download a list of URLs and you use complicated names
  740. in the list of alternatives, it could be handy to allow curl to use other
  741. names when saving.
  742. Consider a way to offer that. Possibly like
  743. {partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
  744. colon is the output name.
  745. See https://github.com/curl/curl/issues/221
  746. 18.10 improve how curl works in a windows console window
  747. If you pull the scrollbar when transferring with curl in a Windows console
  748. window, the transfer is interrupted and can get disconnected. This can
  749. probably be improved. See https://github.com/curl/curl/issues/322
  750. 18.11 Windows: set attribute 'archive' for completed downloads
  751. The archive bit (FILE_ATTRIBUTE_ARCHIVE, 0x20) separates files that shall be
  752. backed up from those that are either not ready or have not changed.
  753. Downloads in progress are neither ready to be backed up, nor should they be
  754. opened by a different process. Only after a download has been completed it's
  755. sensible to include it in any integer snapshot or backup of the system.
  756. See https://github.com/curl/curl/issues/3354
  757. 18.12 keep running, read instructions from pipe/socket
  758. Provide an option that makes curl not exit after the last URL (or even work
  759. without a given URL), and then make it read instructions passed on a pipe or
  760. over a socket to make further instructions so that a second subsequent curl
  761. invoke can talk to the still running instance and ask for transfers to get
  762. done, and thus maintain its connection pool, DNS cache and more.
  763. 18.13 Ratelimit or wait between serial requests
  764. Consider a command line option that can make curl do multiple serial requests
  765. slow, potentially with a (random) wait between transfers. There is also a
  766. proposed set of standard HTTP headers to let servers let the client adapt to
  767. its rate limits:
  768. https://www.ietf.org/id/draft-polli-ratelimit-headers-02.html
  769. See https://github.com/curl/curl/issues/5406
  770. 18.14 --dry-run
  771. A command line option that makes curl show exactly what it would do and send
  772. if it would run for real.
  773. See https://github.com/curl/curl/issues/5426
  774. 18.15 --retry should resume
  775. When --retry is used and curl actually retries transfer, it should use the
  776. already transferred data and do a resumed transfer for the rest (when
  777. possible) so that it does not have to transfer the same data again that was
  778. already transferred before the retry.
  779. See https://github.com/curl/curl/issues/1084
  780. 18.16 send only part of --data
  781. When the user only wants to send a small piece of the data provided with
  782. --data or --data-binary, like when that data is a huge file, consider a way
  783. to specify that curl should only send a piece of that. One suggested syntax
  784. would be: "--data-binary @largefile.zip!1073741823-2147483647".
  785. See https://github.com/curl/curl/issues/1200
  786. 18.17 consider file name from the redirected URL with -O ?
  787. When a user gives a URL and uses -O, and curl follows a redirect to a new
  788. URL, the file name is not extracted and used from the newly redirected-to URL
  789. even if the new URL may have a much more sensible file name.
  790. This is clearly documented and helps for security since there is no surprise
  791. to users which file name that might get overwritten. But maybe a new option
  792. could allow for this or maybe -J should imply such a treatment as well as -J
  793. already allows for the server to decide what file name to use so it already
  794. provides the "may overwrite any file" risk.
  795. This is extra tricky if the original URL has no file name part at all since
  796. then the current code path will error out with an error message, and we cannot
  797. *know* already at that point if curl will be redirected to a URL that has a
  798. file name...
  799. See https://github.com/curl/curl/issues/1241
  800. 18.18 retry on network is unreachable
  801. The --retry option retries transfers on "transient failures". We later added
  802. --retry-connrefused to also retry for "connection refused" errors.
  803. Suggestions have been brought to also allow retry on "network is unreachable"
  804. errors and while totally reasonable, maybe we should consider a way to make
  805. this more configurable than to add a new option for every new error people
  806. want to retry for?
  807. https://github.com/curl/curl/issues/1603
  808. 18.19 expand ~/ in config files
  809. For example .curlrc could benefit from being able to do this.
  810. See https://github.com/curl/curl/issues/2317
  811. 18.20 host name sections in config files
  812. config files would be more powerful if they could set different
  813. configurations depending on used URLs, host name or possibly origin. Then a
  814. default .curlrc could a specific user-agent only when doing requests against
  815. a certain site.
  816. 18.21 retry on the redirected-to URL
  817. When curl is told to --retry a failed transfer and follows redirects, it
  818. might get an HTTP 429 response from the redirected-to URL and not the
  819. original one, which then could make curl decide to rather retry the transfer
  820. on that URL only instead of the original operation to the original URL.
  821. Perhaps extra emphasized if the original transfer is a large POST that
  822. redirects to a separate GET, and that GET is what gets the 529
  823. See https://github.com/curl/curl/issues/5462
  824. 18.23 Set the modification date on an uploaded file
  825. For SFTP and possibly FTP, curl could offer an option to set the
  826. modification time for the uploaded file.
  827. See https://github.com/curl/curl/issues/5768
  828. 18.24 Use multiple parallel transfers for a single download
  829. To enhance transfer speed, downloading a single URL can be split up into
  830. multiple separate range downloads that get combined into a single final
  831. result.
  832. An ideal implementation would not use a specified number of parallel
  833. transfers, but curl could:
  834. - First start getting the full file as transfer A
  835. - If after N seconds have passed and the transfer is expected to continue for
  836. M seconds or more, add a new transfer (B) that asks for the second half of
  837. A's content (and stop A at the middle).
  838. - If splitting up the work improves the transfer rate, it could then be done
  839. again. Then again, etc up to a limit.
  840. This way, if transfer B fails (because Range: is not supported) it will let
  841. transfer A remain the single one. N and M could be set to some sensible
  842. defaults.
  843. See https://github.com/curl/curl/issues/5774
  844. 18.25 Prevent terminal injection when writing to terminal
  845. curl could offer an option to make escape sequence either non-functional or
  846. avoid cursor moves or similar to reduce the risk of a user getting tricked by
  847. clever tricks.
  848. See https://github.com/curl/curl/issues/6150
  849. 18.26 Custom progress meter update interval
  850. Users who are for example doing large downloads in CI or remote setups might
  851. want the occasional progress meter update to see that the transfer is
  852. progressing and has not stuck, but they may not appreciate the
  853. many-times-a-second frequency curl can end up doing it with now.
  854. 18.27 -J and -O with %-encoded file names
  855. -J/--remote-header-name does not decode %-encoded file names. RFC 6266 details
  856. how it should be done. The can of worm is basically that we have no charset
  857. handling in curl and ascii >=128 is a challenge for us. Not to mention that
  858. decoding also means that we need to check for nastiness that is attempted,
  859. like "../" sequences and the like. Probably everything to the left of any
  860. embedded slashes should be cut off.
  861. https://curl.se/bug/view.cgi?id=1294
  862. -O also does not decode %-encoded names, and while it has even less
  863. information about the charset involved the process is similar to the -J case.
  864. Note that we will not add decoding to -O without the user asking for it with
  865. some other means as well, since -O has always been documented to use the name
  866. exactly as specified in the URL.
  867. 18.28 -J with -C -
  868. When using -J (with -O), automatically resumed downloading together with "-C
  869. -" fails. Without -J the same command line works. This happens because the
  870. resume logic is worked out before the target file name (and thus its
  871. pre-transfer size) has been figured out. This can be improved.
  872. https://curl.se/bug/view.cgi?id=1169
  873. 18.29 --retry and transfer timeouts
  874. If using --retry and the transfer timeouts (possibly due to using -m or
  875. -y/-Y) the next attempt does not resume the transfer properly from what was
  876. downloaded in the previous attempt but will truncate and restart at the
  877. original position where it was at before the previous failed attempt. See
  878. https://curl.se/mail/lib-2008-01/0080.html and Mandriva bug report
  879. https://qa.mandriva.com/show_bug.cgi?id=22565
  880. 19. Build
  881. 19.1 roffit
  882. Consider extending 'roffit' to produce decent ASCII output, and use that
  883. instead of (g)nroff when building src/tool_hugehelp.c
  884. 19.2 Enable PIE and RELRO by default
  885. Especially when having programs that execute curl via the command line, PIE
  886. renders the exploitation of memory corruption vulnerabilities a lot more
  887. difficult. This can be attributed to the additional information leaks being
  888. required to conduct a successful attack. RELRO, on the other hand, masks
  889. different binary sections like the GOT as read-only and thus kills a handful
  890. of techniques that come in handy when attackers are able to arbitrarily
  891. overwrite memory. A few tests showed that enabling these features had close
  892. to no impact, neither on the performance nor on the general functionality of
  893. curl.
  894. 19.3 Do not use GNU libtool on OpenBSD
  895. When compiling curl on OpenBSD with "--enable-debug" it will give linking
  896. errors when you use GNU libtool. This can be fixed by using the libtool
  897. provided by OpenBSD itself. However for this the user always needs to invoke
  898. make with "LIBTOOL=/usr/bin/libtool". It would be nice if the script could
  899. have some magic to detect if this system is an OpenBSD host and then use the
  900. OpenBSD libtool instead.
  901. See https://github.com/curl/curl/issues/5862
  902. 19.4 Package curl for Windows in a signed installer
  903. See https://github.com/curl/curl/issues/5424
  904. 19.5 make configure use --cache-file more and better
  905. The configure script can be improved to cache more values so that repeated
  906. invokes run much faster.
  907. See https://github.com/curl/curl/issues/7753
  908. 19.6 build curl with Windows Unicode support
  909. The user wants an easier way to tell autotools to build curl with Windows
  910. Unicode support, like ./configure --enable-windows-unicode
  911. See https://github.com/curl/curl/issues/7229
  912. 20. Test suite
  913. 20.1 SSL tunnel
  914. Make our own version of stunnel for simple port forwarding to enable HTTPS
  915. and FTP-SSL tests without the stunnel dependency, and it could allow us to
  916. provide test tools built with either OpenSSL or GnuTLS
  917. 20.2 nicer lacking perl message
  918. If perl was not found by the configure script, do not attempt to run the tests
  919. but explain something nice why it does not.
  920. 20.3 more protocols supported
  921. Extend the test suite to include more protocols. The telnet could just do FTP
  922. or http operations (for which we have test servers).
  923. 20.4 more platforms supported
  924. Make the test suite work on more platforms. OpenBSD and Mac OS. Remove
  925. fork()s and it should become even more portable.
  926. 20.5 Add support for concurrent connections
  927. Tests 836, 882 and 938 were designed to verify that separate connections are
  928. not used when using different login credentials in protocols that should not
  929. reuse a connection under such circumstances.
  930. Unfortunately, ftpserver.pl does not appear to support multiple concurrent
  931. connections. The read while() loop seems to loop until it receives a
  932. disconnect from the client, where it then enters the waiting for connections
  933. loop. When the client opens a second connection to the server, the first
  934. connection has not been dropped (unless it has been forced - which we
  935. should not do in these tests) and thus the wait for connections loop is never
  936. entered to receive the second connection.
  937. 20.6 Use the RFC 6265 test suite
  938. A test suite made for HTTP cookies (RFC 6265) by Adam Barth is available at
  939. https://github.com/abarth/http-state/tree/master/tests
  940. It'd be really awesome if someone would write a script/setup that would run
  941. curl with that test suite and detect deviances. Ideally, that would even be
  942. incorporated into our regular test suite.
  943. 20.7 Support LD_PRELOAD on macOS
  944. LD_RELOAD does not work on macOS, but there are tests which require it to run
  945. properly. Look into making the preload support in runtests.pl portable such
  946. that it uses DYLD_INSERT_LIBRARIES on macOS.
  947. 20.8 Run web-platform-tests URL tests
  948. Run web-platform-tests URL tests and compare results with browsers on wpt.fyi
  949. It would help us find issues to fix and help us document where our parser
  950. differs from the WHATWG URL spec parsers.
  951. See https://github.com/curl/curl/issues/4477
  952. 21. MQTT
  953. 21.1 Support rate-limiting
  954. The rate-limiting logic is done in the PERFORMING state in multi.c but MQTT
  955. is not (yet) implemented to use that.