From 0f1996321f110de3de37776f1fab64f5dbfdaa92 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 18 Oct 2016 13:59:54 +0200 Subject: s/cURL/curl The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case. --- docs/TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/TODO') diff --git a/docs/TODO b/docs/TODO index 68b6c2094..6bfef6cd2 100644 --- a/docs/TODO +++ b/docs/TODO @@ -894,7 +894,7 @@ that doesn't exist on the server, just like --ftp-create-dirs. 18.3 prevent file overwriting - Add an option that prevents cURL from overwriting existing local files. When + Add an option that prevents curl from overwriting existing local files. When used, and there already is an existing file with the target file name (either -O or -o), a number should be appended (and increased if already existing). So that index.html becomes first index.html.1 and then @@ -1017,7 +1017,7 @@ that doesn't exist on the server, just like --ftp-create-dirs. 19.2 Enable PIE and RELRO by default - Especially when having programs that execute cURL via the command line, PIE + Especially when having programs that execute curl via the command line, PIE renders the exploitation of memory corruption vulnerabilities a lot more difficult. This can be attributed to the additional information leaks being required to conduct a successful attack. RELRO, on the other hand, masks @@ -1025,7 +1025,7 @@ that doesn't exist on the server, just like --ftp-create-dirs. of techniques that come in handy when attackers are able to arbitrarily overwrite memory. A few tests showed that enabling these features had close to no impact, neither on the performance nor on the general functionality of - cURL. + curl. 20. Test suite -- cgit v1.2.3