Dan Fandrich [Sat, 6 May 2017 07:04:00 +0000 (09:04 +0200)]
runtests.pl: simplify the datacheck read section
Also, document that numbered datacheck sections are possible.
Marcel Raad [Fri, 5 May 2017 19:29:50 +0000 (21:29 +0200)]
tests: fix -Wcast-qual warnings
Avoid casting string literals to non-const char *.
Daniel Stenberg [Fri, 5 May 2017 15:26:08 +0000 (17:26 +0200)]
docs/opts: 24 more man pages now have examples
Daniel Stenberg [Fri, 5 May 2017 14:30:23 +0000 (16:30 +0200)]
docs/opts: 23 more man pages now have examples
Daniel Stenberg [Fri, 5 May 2017 13:51:25 +0000 (15:51 +0200)]
tests/server: run checksrc by default in debug-builds
Daniel Stenberg [Fri, 5 May 2017 11:54:32 +0000 (13:54 +0200)]
curl_slist_append.3: clarify a NULL input creates a new list
Marcel Raad [Fri, 5 May 2017 09:44:22 +0000 (11:44 +0200)]
unit1305: fix compiler warning
calloc and ai_addrlen expect different (usually unsigned) types.
Daniel Stenberg [Fri, 5 May 2017 06:12:24 +0000 (08:12 +0200)]
runtests: use -R for random order
Suggested-by: Dan Fandrich
Daniel Stenberg [Thu, 4 May 2017 14:32:56 +0000 (16:32 +0200)]
runtests: add -o to run test cases in scrambled order
... instead of numerical order.
Closes #1466
Dan Fandrich [Thu, 4 May 2017 20:36:40 +0000 (22:36 +0200)]
sockfilt.c: shortened too long line
Marcel Raad [Thu, 4 May 2017 18:19:10 +0000 (20:19 +0200)]
tests/server: make string literals const
assign string literals to const char * instead of char * in order to
avoid a lot of these warnings:
cast from 'const char *' to 'char *' drops const qualifier
[-Wcast-qual]
Dan Fandrich [Thu, 4 May 2017 16:19:13 +0000 (18:19 +0200)]
schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOT
Dan Fandrich [Thu, 4 May 2017 16:03:03 +0000 (18:03 +0200)]
test557: set a known good numeric locale
Windows does not allow setting the locale with environment variables (as
the test attempted to do), so the test failed when run with a user
locale that has a comma as radixchar. Changed the test to call
setlocale() explicitly to ensure that a known working locale is set even
on Windows.
Daniel Stenberg [Thu, 4 May 2017 13:49:38 +0000 (15:49 +0200)]
curl: fix warning "comma at end of enumerator list"
Daniel Stenberg [Thu, 4 May 2017 13:39:04 +0000 (15:39 +0200)]
test559: verify use of minimum CURLOPT_BUFFERSIZE
Marcel Raad [Thu, 4 May 2017 06:50:35 +0000 (08:50 +0200)]
curl_setup_once: use SEND_QUAL_ARG2 for swrite
SEND_QUAL_ARG2 had to be set, but was never used. Use it in swrite to
avoid warnings about casting away low-level const.
Closes https://github.com/curl/curl/pull/1464
Daniel Stenberg [Wed, 3 May 2017 22:00:13 +0000 (00:00 +0200)]
CURLINFO_REDIRECT_URL.3: add example
Daniel Stenberg [Wed, 3 May 2017 22:00:07 +0000 (00:00 +0200)]
CURLINFO_EFFECTIVE_URL.3: add example
Marcel Raad [Tue, 2 May 2017 18:47:13 +0000 (20:47 +0200)]
lib: fix compiler warnings
Fix the following warnings when building the tests by using the correct
types:
cast from 'const char *' to 'void *' drops const qualifier
[-Wcast-qual]
implicit conversion changes signedness [-Wsign-conversion]
Marcel Raad [Wed, 26 Apr 2017 18:14:51 +0000 (20:14 +0200)]
typecheck-gcc: add support for CURLINFO_SOCKET
Closes https://github.com/curl/curl/pull/1452
Marcel Raad [Wed, 26 Apr 2017 17:56:24 +0000 (19:56 +0200)]
typecheck-gcc: add missing string options
Closes https://github.com/curl/curl/pull/1452
Daniel Stenberg [Wed, 3 May 2017 12:22:58 +0000 (14:22 +0200)]
abstract-unix-socket.d: shorten the help text to fit within 79 cols
Daniel Stenberg [Tue, 2 May 2017 21:41:21 +0000 (23:41 +0200)]
RELEASE-NOTES: synced with
862b02f89
Richard Hsu [Wed, 5 Apr 2017 02:26:29 +0000 (19:26 -0700)]
Telnet: Write full buffer instead of byte-by-byte
Previous TODO wanting to write in chunks. We should support writing more
at once since some TELNET servers may respond immediately upon first
byte written such as WHOIS servers.
Closes #1389
Daniel Stenberg [Sun, 30 Apr 2017 23:23:53 +0000 (01:23 +0200)]
curl: non-boolean command line args reject --no- prefixes
... and instead properly respond with an error message to the user
instead of silently ignoring.
Fixes #1453
Closes #1458
Marcel Raad [Tue, 2 May 2017 19:09:41 +0000 (21:09 +0200)]
testpart: remove _MPRINTF_REPLACE
Support for _MPRINTF_REPLACE in mprintf.h was removed in
55452ebdff47f98bf3cc383f1dfc3623fcaefefd, replaced with curl_printf.h.
Dan Fandrich [Tue, 2 May 2017 07:08:56 +0000 (09:08 +0200)]
gtls: fixed a lingering BUFSIZE reference
Daniel Stenberg [Tue, 2 May 2017 06:32:04 +0000 (08:32 +0200)]
ssh: fix compiler warning from
e40e9d7f0de
Daniel Stenberg [Sun, 30 Apr 2017 22:31:56 +0000 (00:31 +0200)]
url: let CURLOPT_BUFFERSIZE realloc to smaller sizes too
Closes #1449
Daniel Stenberg [Tue, 25 Apr 2017 13:31:14 +0000 (15:31 +0200)]
BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE
Daniel Stenberg [Tue, 25 Apr 2017 13:28:50 +0000 (15:28 +0200)]
openssl: use local stack for temp storage
Daniel Stenberg [Tue, 25 Apr 2017 13:19:19 +0000 (15:19 +0200)]
sendf: remove use of BUFSIZE from debug data conversions
The buffer can have other sizes.
Daniel Stenberg [Tue, 25 Apr 2017 12:38:34 +0000 (14:38 +0200)]
buffer: use data->set.buffer_size instead of BUFSIZE
... to properly use the dynamically set buffer size!
Daniel Stenberg [Tue, 25 Apr 2017 12:37:45 +0000 (14:37 +0200)]
krb5: use private buffer for temp string, not receive buffer
Daniel Stenberg [Tue, 25 Apr 2017 12:37:06 +0000 (14:37 +0200)]
upload: UPLOAD_BUFSIZE is now for the upload buffer
Daniel Stenberg [Tue, 25 Apr 2017 06:46:18 +0000 (08:46 +0200)]
unit1606: do not print/access buffer
It was a wrong assumption that it could do that!
Daniel Stenberg [Mon, 24 Apr 2017 23:03:17 +0000 (01:03 +0200)]
http-proxy: use a dedicated CONNECT response buffer
To make it suitably independent of the receive buffer and its flexible
size.
Daniel Stenberg [Mon, 24 Apr 2017 22:50:50 +0000 (00:50 +0200)]
transfer: fix minor buffer_size mistake
Daniel Stenberg [Mon, 24 Apr 2017 22:50:21 +0000 (00:50 +0200)]
failf: use private buffer, don't clobber receive buffer
Daniel Stenberg [Mon, 24 Apr 2017 22:50:04 +0000 (00:50 +0200)]
pingpong: use the set buffer size
Daniel Stenberg [Mon, 24 Apr 2017 22:49:23 +0000 (00:49 +0200)]
http2: use the correct set buffer size
Daniel Stenberg [Mon, 24 Apr 2017 22:48:56 +0000 (00:48 +0200)]
http: don't clobber the receive buffer for timecond
Daniel Stenberg [Mon, 24 Apr 2017 22:16:10 +0000 (00:16 +0200)]
buffer_size: make sure it always has the correct size
Removes the need for CURL_BUFSIZE
Daniel Stenberg [Mon, 24 Apr 2017 22:15:28 +0000 (00:15 +0200)]
file: use private buffer for C-L output
... instead of clobbering the download buffer.
Daniel Stenberg [Mon, 24 Apr 2017 22:09:22 +0000 (00:09 +0200)]
CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size
The buffer is needed to receive FTP, HTTP CONNECT responses etc so
already at this size things risk breaking and smaller is certainly not
wise.
Daniel Stenberg [Mon, 24 Apr 2017 14:05:46 +0000 (16:05 +0200)]
ftp: use private buffer for temp storage, not receive buffer
Daniel Stenberg [Mon, 24 Apr 2017 13:33:57 +0000 (15:33 +0200)]
http: use private user:password output buffer
Don't clobber the receive buffer.
Marcel Raad [Mon, 1 May 2017 19:51:02 +0000 (21:51 +0200)]
anyauthput: remove unused code
The definition of TRUE was introduced in
4a728747e6f8845e500910e397dfc99aaf4a7984 and is not used anymore since
e664cd5826d43930fcc5b5dbaedbec94af33184b.
The usage of intptr_t was removed in
32e38b8f42477cf5ce3c3fef2fcc9db82f7fb7be.
Jay Satiro [Mon, 1 May 2017 18:10:43 +0000 (14:10 -0400)]
tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONS
- Include tool_convert.h where needed.
Bug: https://github.com/curl/curl/issues/1460
Reported-by: Gisle Vanem
Jay Satiro [Mon, 1 May 2017 17:44:39 +0000 (13:44 -0400)]
curl_setup: Ensure no more than one IDN lib is enabled
Prior to this change it was possible for libcurl to be built with both
Windows' native IDN lib (normaliz) and libidn2 enabled. It appears that
doesn't offer any benefit --and could cause a bug-- since libcurl's IDN
handling is written to use either one but not both.
Bug: https://github.com/curl/curl/issues/1441#issuecomment-
297689856
Reported-by: Gisle Vanem
Marcel Raad [Mon, 1 May 2017 11:17:57 +0000 (13:17 +0200)]
getpart: use correct variable type
This fixes the following clang warning:
getpart.c:201:17: warning: cast from function call of type 'CURLcode'
to non-matching type 'int' [-Wbad-function-cast]
Marcel Raad [Mon, 1 May 2017 10:55:09 +0000 (12:55 +0200)]
tests: declare TU-local variables static
This fixes missing-variable-declarations warnings when building with
clang.
Marcel Raad [Mon, 1 May 2017 09:46:44 +0000 (11:46 +0200)]
tool_cb_prg: fix double-promotion warning
clang complains:
tool_cb_prg.c:86:22: error: implicit conversion increases
floating-point precision: 'float' to 'double'
[-Werror,-Wdouble-promotion]
Fix this by using a double instead of a float constant.
Dan Fandrich [Mon, 1 May 2017 07:16:12 +0000 (09:16 +0200)]
examples: fixed too long line and too long string warnings
Marcel Raad [Sun, 30 Apr 2017 21:29:31 +0000 (23:29 +0200)]
examples: declare TU-local variables static
This fixes missing-variable-declarations warnings when building with
clang.
Marcel Raad [Sun, 30 Apr 2017 20:33:33 +0000 (22:33 +0200)]
http2: declare TU-local variables static
This fixes the following clang warnings:
http2.c:184:27: error: no previous extern declaration for non-static
variable 'Curl_handler_http2' [-Werror,-Wmissing-variable-declarations]
http2.c:204:27: error: no previous extern declaration for non-static
variable 'Curl_handler_http2_ssl'
[-Werror,-Wmissing-variable-declarations]
Dan Fandrich [Sun, 30 Apr 2017 13:21:54 +0000 (15:21 +0200)]
unit1604: fixed indentation
Dan Fandrich [Sun, 30 Apr 2017 11:35:17 +0000 (13:35 +0200)]
unit1604: fixed compilation under Windows, broken in the previous commit
Dan Fandrich [Sun, 30 Apr 2017 08:54:26 +0000 (10:54 +0200)]
tests: fixed OOM handling of unit tests to abort test
It's dangerous to continue to run the test when a memory alloc fails.
Marcel Raad [Sat, 29 Apr 2017 17:17:51 +0000 (19:17 +0200)]
curl_rtmp: fix missing-variable-declarations warnings
clang complains:
curl_rtmp.c:61:27: error: no previous extern declaration for non-static variable 'Curl_handler_rtmp' [-Werror,-Wmissing-variable-declarations]
curl_rtmp.c:81:27: error: no previous extern declaration for non-static variable 'Curl_handler_rtmpt' [-Werror,-Wmissing-variable-declarations]
curl_rtmp.c:101:27: error: no previous extern declaration for non-static variable 'Curl_handler_rtmpe' [-Werror,-Wmissing-variable-declarations]
curl_rtmp.c:121:27: error: no previous extern declaration for non-static variable 'Curl_handler_rtmpte' [-Werror,-Wmissing-variable-declarations]
curl_rtmp.c:141:27: error: no previous extern declaration for non-static variable 'Curl_handler_rtmps' [-Werror,-Wmissing-variable-declarations]
curl_rtmp.c:161:27: error: no previous extern declaration for non-static variable 'Curl_handler_rtmpts' [-Werror,-Wmissing-variable-declarations]
Fix this by including the header file.
Dan Fandrich [Sat, 29 Apr 2017 16:52:51 +0000 (18:52 +0200)]
url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZE
Dan Fandrich [Sat, 29 Apr 2017 08:16:06 +0000 (10:16 +0200)]
tests: added --remote-time tests for remaining protocols that support it
Dan Fandrich [Sat, 29 Apr 2017 08:00:15 +0000 (10:00 +0200)]
runtests.pl: support multiline <postcheck> commands
Dan Fandrich [Wed, 26 Apr 2017 23:24:07 +0000 (01:24 +0200)]
tool_operate: use utimes instead of obsolescent utime when available
Dan Fandrich [Thu, 27 Apr 2017 20:29:06 +0000 (22:29 +0200)]
test1443: test --remote-time
Dan Fandrich [Thu, 27 Apr 2017 09:42:04 +0000 (11:42 +0200)]
http-proxy: removed unused argument in CURL_DISABLE_PROXY case
Missed in commit
55c3c02e
Daniel Stenberg [Wed, 26 Apr 2017 22:30:34 +0000 (00:30 +0200)]
cookie_interface.c: changed the other domain to example.com too
Daniel Stenberg [Wed, 26 Apr 2017 22:27:59 +0000 (00:27 +0200)]
cookie_interface.c: fix cookie domain so the example works
Dan Fandrich [Wed, 26 Apr 2017 21:02:42 +0000 (23:02 +0200)]
Makefile: fix make dist
Commit
80a87e8a broke 'make dist' as it can't handle installing from
absolute target names. Rearranged the dependencies so the absolute name
is used for building but the relative name is use for distributing.
Marcel Raad [Tue, 25 Apr 2017 06:36:13 +0000 (08:36 +0200)]
lib: remove unused code
This fixes the following clang warnings:
macro is not used [-Wunused-macros]
will never be executed [-Wunreachable-code]
Closes https://github.com/curl/curl/pull/1448
Daniel Stenberg [Tue, 25 Apr 2017 22:34:22 +0000 (00:34 +0200)]
http-proxy: remove unused argument from Curl_proxyCONNECT()
Martin Kepplinger [Tue, 25 Apr 2017 21:55:57 +0000 (23:55 +0200)]
url: declare get_protocol_family() static
get_protocol_family() is not defined static even though there is a
static local forward declaration. Let's simply make the definition match
it's declaration.
Bug: https://curl.haxx.se/mail/lib-2017-04/0127.html
Daniel Stenberg [Tue, 25 Apr 2017 13:58:51 +0000 (15:58 +0200)]
examples: ftpuploadfrommem.c
Uploads data to an FTP site, directly from memory.
Closes #1451
Kamil Dudka [Mon, 10 Apr 2017 15:40:30 +0000 (17:40 +0200)]
nss: load libnssckbi.so if no other trust is specified
The module contains a more comprehensive set of trust information than
supported by nss-pem, because libnssckbi.so also includes information
about distrusted certificates.
Reviewed-by: Kai Engert
Closes #1414
Kamil Dudka [Mon, 10 Apr 2017 15:05:05 +0000 (17:05 +0200)]
nss: factorize out nss_{un,}load_module to separate fncs
No change of behavior is intended by this commit.
Kamil Dudka [Mon, 24 Apr 2017 13:01:04 +0000 (15:01 +0200)]
nss: do not leak PKCS #11 slot while loading a key
It could prevent nss-pem from being unloaded later on.
Bug: https://bugzilla.redhat.com/
1444860
Marcel Raad [Mon, 24 Apr 2017 15:56:19 +0000 (17:56 +0200)]
typecheck-gcc: fix _curl_is_slist_info
Info values starting with CURLINFO_SOCKET expect a curl_socket_t, not a
curl_slist argument.
This fixes the following GCC warning when building the examples with
--enable-optimize:
../../include/curl/typecheck-gcc.h:126:42: warning: call to
‘_curl_easy_getinfo_err_curl_slist’ declared with attribute warning:
curl_easy_getinfo expects a pointer to 'struct curl_slist *' for this
info [enabled by default]
sendrecv.c:90:11: note: in expansion of macro ‘curl_easy_getinfo’
res = curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sockfd);
Closes https://github.com/curl/curl/pull/1447
Daniel Stenberg [Mon, 24 Apr 2017 10:03:08 +0000 (12:03 +0200)]
curl: set a 100K buffer size by default
Test command 'time curl http://localhost/80GB -so /dev/null' on a Debian
Linux.
Before (middle performing run out 9):
real 0m28.078s
user 0m11.240s
sys 0m12.876s
After (middle performing run out 9)
real 0m26.356s (93.9%)
user 0m5.324s (47.4%)
sys 0m8.368s (65.0%)
Also, doing SFTP over a 200 millsecond latency link is now about 6 times
faster.
Closes #1446
Daniel Stenberg [Tue, 25 Apr 2017 08:49:53 +0000 (10:49 +0200)]
transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()
The data->req.uploadbuf struct member served no good purpose, instead we
use ->state.uploadbuffer directly. It makes it clearer in the code which
buffer that's being used.
Removed the 'SingleRequest *' argument from the readwrite_upload() proto
as it can be derived from the Curl_easy struct. Also made the code in
the readwrite_upload() function use the 'k->' shortcut to all references
to struct fields in 'data->req', which previously was made with a mix of
both.
Jay Satiro [Mon, 24 Apr 2017 07:13:28 +0000 (03:13 -0400)]
configure: stop prepending to LDFLAGS, CPPFLAGS
- Change prepends to appends because user's LDFLAGS and CPPFLAGS should
always come first so they're searched before ours.
Bug: https://github.com/curl/curl/issues/1420
Reported-by: Helmut K. C. Tessarek
Marcel Raad [Tue, 25 Apr 2017 07:19:59 +0000 (09:19 +0200)]
if2ip: fix -Wcast-align warning
Follow-up to
119037325de02579f5c58256ca2ed2a0aa592c86, which fixed the
warning in the HAVE_GETIFADDRS block, but not in the
HAVE_IOCTL_SIOCGIFADDR block.
Dan Fandrich [Sun, 23 Apr 2017 07:49:59 +0000 (09:49 +0200)]
Makefile: avoid use of GNU-specific form of $<
$< is only allowed in implicit rules in some non-GNU makes (e.g. BSD,
AIX) so avoid use elsewhere by referencing the dependent curl.1 file
directly instead. This is somewhat tricky because the file is supplied
in the packaged tar ball (but not in git) but must still be able to be
rebuilt when its dependencies change. The right thing must happen in
both tar ball and git source trees, as well as in both in-tree and
out-of-tree builds.
Kamil Dudka [Mon, 24 Apr 2017 15:25:00 +0000 (17:25 +0200)]
nss: adapt to the new Curl_llist API
This commit fixes compilation failure caused by
cbae73e1dd95946597ea74ccb580c30f78e3fa73.
Marcel Raad [Sat, 22 Apr 2017 21:12:07 +0000 (23:12 +0200)]
curl-compilers.m4: accept -Og and -Ofast GCC flags
-Og, introduced in GCC 4.8, optimizes for debugging experience.
-Ofast, introduced in GCC 4.7, builds on -O3 and enables further
optimizations breaking strict standards compliance.
When specified in CFLAGS, these were always overridden by -O0 or -O2.
Fix this by adding them to flags_opt_all.
Ref: https://gcc.gnu.org/onlinedocs/gcc-4.8.0/gcc/Optimize-Options.html
Ref: https://github.com/curl/curl/pull/1404#issuecomment-
296401570
Closes https://github.com/curl/curl/pull/1440
Daniel Stenberg [Mon, 24 Apr 2017 08:09:31 +0000 (10:09 +0200)]
RELEASE-NOTES: synced with
c68fed875
Daniel Stenberg [Tue, 18 Apr 2017 11:36:23 +0000 (13:36 +0200)]
configure: fix the -ldl check for openssl, add -lpthread check
The check for if -ldl is needed to build with (a statically built)
openssl was broken. This repairs the check, and adds a check for
-lpthread as well since OpenSSL 1.1.0+ does in fact require -lpthread so
only adding -ldl for a static openssl build is no longer enough.
Reported-by: Jay Satiro
Ref: #1426
Closes #1427
Daniel Stenberg [Sun, 23 Apr 2017 22:54:04 +0000 (00:54 +0200)]
llist: fix a comment after
cbae73e1dd9
Pointed-it-by: Kevin Ji
URL: https://github.com/curl/curl/commit/
cbae73e1dd95946597ea74ccb580c30f78e3fa73#commitcomment-
21872622
Jay Satiro [Thu, 6 Apr 2017 07:27:28 +0000 (03:27 -0400)]
schannel: Don't treat encrypted partial record as pending data
- Track when the cached encrypted data contains only a partial record
that can't be decrypted without more data (SEC_E_INCOMPLETE_MESSAGE).
- Change Curl_schannel_data_pending to return false in such a case.
Other SSL libraries have pending data functions that behave similarly.
Ref: https://github.com/curl/curl/pull/1387
Closes https://github.com/curl/curl/pull/1392
Alan Jenkins [Sat, 22 Apr 2017 20:16:44 +0000 (21:16 +0100)]
multi: clarify condition in curl_multi_wait
`if(nfds || extra_nfds) {` is followed by `malloc(nfds * ...)`.
If `extra_fs` could be non-zero when `nfds` was zero, then we have
`malloc(0)` which is allowed to return `NULL`. But, malloc returning
NULL can be confusing. In this code, the next line would treat the NULL
as an allocation failure.
It turns out, if `nfds` is zero then `extra_nfds` must also be zero.
The final value of `nfds` includes `extra_nfds`. So the test for
`extra_nfds` is redundant. It can only confuse the reader.
Closes #1439
Marcel Raad [Sat, 22 Apr 2017 20:12:37 +0000 (22:12 +0200)]
lib: fix maybe-uninitialized warnings
With -Og, GCC complains:
easy.c:628:7: error: ‘mcode’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
../lib/strcase.h:35:29: error: ‘tok_buf’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
vauth/digest.c:208:9: note: ‘tok_buf’ was declared here
../lib/strcase.h:35:29: error: ‘tok_buf’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
vauth/digest.c:566:15: note: ‘tok_buf’ was declared here
Fix this by initializing the variables.
Dan Fandrich [Sat, 22 Apr 2017 10:07:13 +0000 (12:07 +0200)]
gnutls: removed some code when --disable-verbose is configured
This reduces the binary size and fixes a compile warning.
Daniel Stenberg [Thu, 20 Apr 2017 13:10:04 +0000 (15:10 +0200)]
llist: no longer uses malloc
The 'list element' struct now has to be within the data that is being
added to the list. Removes 16.6% (tiny) mallocs from a simple HTTP
transfer. (96 => 80)
Also removed return codes since the llist functions can't fail now.
Test 1300 updated accordingly.
Closes #1435
Marcel Raad [Mon, 10 Apr 2017 13:24:44 +0000 (15:24 +0200)]
typecheck-gcc: handle function pointers properly
All the callbacks passed to curl_easy_setopt are defined as function
pointers. The possibility to pass both functions and function pointers
was handled for the callbacks that typecheck-gcc.h defined as
compatible, but not for the public callback types themselves.
This makes all compatible callback types defined in typecheck-gcc.h
function pointers too and checks all functions uniformly with
_curl_callback_compatible, which handles both functions and function
pointers.
A symptom of the problem was a warning in tool_operate.c with
--disable-libcurl-option and without --enable-debug as that file
passes the callback functions to curl_easy_setopt directly.
Fixes https://github.com/curl/curl/issues/1403
Closes https://github.com/curl/curl/pull/1404
Dan Fandrich [Fri, 21 Apr 2017 20:33:17 +0000 (22:33 +0200)]
mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable
In that case, use libcurl's internal MD4 routine. This fixes tests 1013
and 1014 which were failing due to configure assuming NTLM and SMB were
always available whenever mbed TLS was in use (which is now true).
Daniel Stenberg [Fri, 21 Apr 2017 14:26:53 +0000 (16:26 +0200)]
tests: remove the html and PDF versions from the tarball
Daniel Stenberg [Thu, 20 Apr 2017 13:46:03 +0000 (15:46 +0200)]
openssl: fix memory leak in servercert
... when failing to get the server certificate.
Daniel Stenberg [Thu, 20 Apr 2017 07:16:12 +0000 (09:16 +0200)]
Revert "src/Makefile.am: avoid explicit $<"
This reverts commit
5b4cbcf11d5100ff793a8e9edbaa6fe1fc7495f5.
Since it broke out-of-tree builds from tarballs. See discussion in #1432
Daniel Stenberg [Wed, 19 Apr 2017 21:16:10 +0000 (23:16 +0200)]
bump: start working on next release
Daniel Stenberg [Wed, 19 Apr 2017 21:11:44 +0000 (23:11 +0200)]
src/Makefile.am: avoid explicit $<
... since apparently "BSD make" doesn't support it.
Reported-by: Thomas Klausner
Fixes #1432
Daniel Stenberg [Tue, 18 Apr 2017 07:16:56 +0000 (09:16 +0200)]
THANKS: add contributors from 7.54.0 release notes