4ff5f940 | 13-Sep-2018 |
Daniel Stenberg |
openssl: show "proper" version number for libressl builds Closes #2989 |
1599dfcb | 13-Sep-2018 |
Rainer Jung |
openssl: assume engine support in 0.9.8 or later Fixes #2983 Closes #2988 |
daa12c6e | 13-Sep-2018 |
Daniel Gustafsson |
sendf: use failf() rather than Curl_failf() The failf() macro is the name used for invoking Curl_failf(). While there isn't a way to turn off failf like there is for infof, but it's
sendf: use failf() rather than Curl_failf() The failf() macro is the name used for invoking Curl_failf(). While there isn't a way to turn off failf like there is for infof, but it's still a good idea to use the macro. Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
e7ee2f29 | 13-Sep-2018 |
Daniel Gustafsson |
sendf: Fix whitespace in infof/failf concatenation Strings broken on multiple rows in the .c file need to have appropriate whitespace padding on either side of the concatenation point to
sendf: Fix whitespace in infof/failf concatenation Strings broken on multiple rows in the .c file need to have appropriate whitespace padding on either side of the concatenation point to render a correct amalgamated string. Fix by adding a space at the occurrences found. Closes #2986 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
3c5ee47f | 13-Sep-2018 |
Daniel Gustafsson |
krb5: fix memory leak in krb_auth The FTP command allocated by aprintf() must be freed after usage. Reviewed-by: Daniel Stenberg <daniel@haxx.se> |
a9882b90 | 13-Sep-2018 |
Daniel Gustafsson |
ftp: include command in Curl_ftpsend sendbuffer Commit 8238ba9c5f10414a88f502bf3f5d5a42d632984c inadvertently removed the actual command to be sent from the send buffer in a refactoring.
ftp: include command in Curl_ftpsend sendbuffer Commit 8238ba9c5f10414a88f502bf3f5d5a42d632984c inadvertently removed the actual command to be sent from the send buffer in a refactoring. Add back copying the command into the buffer. Also add more guards against malformed input while at it. Closes #2985 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
60ed8d72 | 13-Sep-2018 |
Daniel Gustafsson |
ntlm_wb: Fix memory leaks in ntlm_wb_response When erroring out on a request being too large, the existing buffer was leaked. Fix by explicitly freeing on the way out. Closes #2
ntlm_wb: Fix memory leaks in ntlm_wb_response When erroring out on a request being too large, the existing buffer was leaked. Fix by explicitly freeing on the way out. Closes #2966 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
66b3c186 | 10-Sep-2018 |
Yiming Jing |
travis: build the MesaLink vtls backend with MesaLink 0.7.1 |
dd8151d0 | 10-Sep-2018 |
Yiming Jing |
runtests.pl: run tests against the MesaLink vtls backend |
57348eb9 | 10-Sep-2018 |
Yiming Jing |
vtls: add a MesaLink vtls backend Closes #2984 |
31ba404a | 10-Sep-2018 |
Yiming Jing |
configure.ac: add a MesaLink vtls backend |
c1e5980f | 10-Sep-2018 |
Dave Reisner |
curl_url_set.3: properly escape \n in example code This yields "the scheme is %s\n" instead of "the scheme is %s0 Closes #2970 |
04110573 | 10-Sep-2018 |
Dave Reisner |
curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY |
ddb06ffc | 11-Sep-2018 |
Daniel Stenberg |
urlglob: improve error message to help user understand what the problem is Reported-by: Daniel Shahaf Fixes #2763 Closes #2977 |
92f9db17 | 10-Sep-2018 |
Yiming Jing |
tests/certs: rebuild certs with 2048-bit RSA keys The previous test certificates contained RSA keys of only 1024 bits. However, RSA claims that 1024-bit RSA keys are likely to become
tests/certs: rebuild certs with 2048-bit RSA keys The previous test certificates contained RSA keys of only 1024 bits. However, RSA claims that 1024-bit RSA keys are likely to become crackable some time before 2010. The NIST recommends at least 2048-bit keys for RSA for now. Better use full 2048 also for testing. Closes #2973
show more ...
|
683fed1a | 12-Sep-2018 |
Daniel Gustafsson |
TODO: fix typo in item Closes #2968 Reviewed-by: Daniel Stenberg <daniel@haxx.se> |
6a7feb10 | 10-Sep-2018 |
Marcel Raad |
anyauthput: fix compiler warning on 64-bit Windows On Windows, the read function from <io.h> is used, which has its byte count parameter as unsigned int instead of size_t. Close
anyauthput: fix compiler warning on 64-bit Windows On Windows, the read function from <io.h> is used, which has its byte count parameter as unsigned int instead of size_t. Closes https://github.com/curl/curl/pull/2972
show more ...
|
539a8059 | 12-Sep-2018 |
Viktor Szakats |
lib: fix gcc8 warning on Windows Closes https://github.com/curl/curl/pull/2979 |
357161ac | 12-Sep-2018 |
Jay Satiro |
openssl: fix gcc8 warning - Use memcpy instead of strncpy to copy a string without termination, since gcc8 warns about using strncpy to copy as many bytes from a string as its le
openssl: fix gcc8 warning - Use memcpy instead of strncpy to copy a string without termination, since gcc8 warns about using strncpy to copy as many bytes from a string as its length. Suggested-by: Viktor Szakats Closes https://github.com/curl/curl/issues/2980
show more ...
|
11e8a43f | 10-Sep-2018 |
Daniel Stenberg |
libcurl-url.3: overview man page for the URL API Closes #2967 |
00c32545 | 10-Sep-2018 |
Daniel Stenberg |
example/asiohiper: insert warning comment about its status This example is simply not working correctly but there's nobody around with the skills and energy to fix it. Closes #2
example/asiohiper: insert warning comment about its status This example is simply not working correctly but there's nobody around with the skills and energy to fix it. Closes #2407
show more ...
|
9ba22ce6 | 07-Sep-2018 |
Kamil Dudka |
docs/cmdline-opts: update the documentation of --tlsv1.0 ... to reflect the changes in 6015cefb1b2cfde4b4850121c42405275e5e77d9 Closes #2955 |
1d173f34 | 07-Sep-2018 |
Kamil Dudka |
docs/examples: do not wait when no transfers are running Closes #2948 |
2099dde2 | 09-Sep-2018 |
Daniel Gustafsson |
cookies: Move failure case label to end of function Rather than jumping backwards to where failure cleanup happens to be performed, move the failure case to end of the function where
cookies: Move failure case label to end of function Rather than jumping backwards to where failure cleanup happens to be performed, move the failure case to end of the function where it is expected per existing coding convention. Closes #2965
show more ...
|
1870fd28 | 09-Sep-2018 |
Daniel Gustafsson |
misc: fix typos in comments Closes #2963 |