History log of /curl/ (Results 9451 – 9475 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
528b284e21-May-2019 Daniel Gustafsson

udpateconninfo: mark variable unused

When compiling without getpeername() or getsockname(), the sockfd
paramter to Curl_udpateconninfo() became unused after commit e91e481612
added i

udpateconninfo: mark variable unused

When compiling without getpeername() or getsockname(), the sockfd
paramter to Curl_udpateconninfo() became unused after commit e91e481612
added ifdef guards.

Closes #3910
Fixes https://curl.haxx.se/dev/log.cgi?id=20190520172441-32196
Reviewed-by: Marcel Raad, Daniel Stenberg

show more ...

8986d3c621-May-2019 Daniel Gustafsson

ftp: move ftp_ccc in under featureflag

Commit e91e48161235272ff485ff32bd048c53af731f43 moved ftp_ccc in under
the FTP featureflag in the UserDefined struct, but vtls callsites were
s

ftp: move ftp_ccc in under featureflag

Commit e91e48161235272ff485ff32bd048c53af731f43 moved ftp_ccc in under
the FTP featureflag in the UserDefined struct, but vtls callsites were
still using it unprotected.

Closes #3912
Fixes: https://curl.haxx.se/dev/log.cgi?id=20190520044705-29865
Reviewed-by: Daniel Stenberg, Marcel Raad

show more ...

31b77c1820-May-2019 Daniel Stenberg

curl: report error for "--no-" on non-boolean options

Reported-by: Olen Andoni
Fixes #3906
Closes #3907

0da8441216-May-2019 Guy Poizat

mbedtls: enable use of EC keys

Closes #3892

8b038bcc20-May-2019 Daniel Stenberg

lib1560: add tests for parsing URL with too long scheme

Ref: #3905

c454d7f318-May-2019 Omar Ramadan

urlapi: increase supported scheme length to 40 bytes

The longest currently registered URI scheme at IANA is 36 bytes long.

Closes #3905
Closes #3900

10db3ef211-May-2019 Marcel Raad

lib: reduce variable scopes

Fixes Codacy/CppCheck warnings.

Closes https://github.com/curl/curl/pull/3872

27af2ec212-May-2019 Marcel Raad

tool_formparse: remove redundant assignment

Just initialize word_begin with the correct value.

Closes https://github.com/curl/curl/pull/3873

320cec2812-May-2019 Marcel Raad

ssh: move variable declaration to where it's used

This way, we need only one call to free.

Closes https://github.com/curl/curl/pull/3873

c92a4deb12-May-2019 Marcel Raad

ssh-libssh: remove unused variable

sock was only used to be assigned to fd_read.

Closes https://github.com/curl/curl/pull/3873

f943347403-May-2019 Daniel Stenberg

test332: verify the blksize fix

2576003403-May-2019 Daniel Stenberg

tftp: use the current blksize for recvfrom()

bug: https://curl.haxx.se/docs/CVE-2019-5436.html
Reported-by: l00p3r on hackerone
CVE-2019-5436

9a87fe7019-May-2019 Daniel Gustafsson

version: make ssl_version buffer match for multi_ssl

When running a multi TLS backend build the version string needs more
buffer space. Make the internal ssl_buffer stack buffer match th

version: make ssl_version buffer match for multi_ssl

When running a multi TLS backend build the version string needs more
buffer space. Make the internal ssl_buffer stack buffer match the one
in Curl_multissl_version() to allow for the longer string. For single
TLS backend builds there is no use in extended to buffer. This is a
fallout from #3863 which fixes up the multi_ssl string generation to
avoid a buffer overflow when the buffer is too small.

Closes #3875
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

7ca7f82b18-May-2019 Steve Holme

http_ntlm_wb: Handle auth for only a single request

Currently when the server responds with 401 on NTLM authenticated
connection (re-used) we consider it to have failed. However this is

http_ntlm_wb: Handle auth for only a single request

Currently when the server responds with 401 on NTLM authenticated
connection (re-used) we consider it to have failed. However this is
legitimate and may happen when for example IIS is set configured to
'authPersistSingleRequest' or when the request goes thru a proxy (with
'via' header).

Implemented by imploying an additional state once a connection is
re-used to indicate that if we receive 401 we need to restart
authentication.

Missed in fe6049f0.

show more ...

2697d63318-May-2019 Steve Holme

http_ntlm_wb: Cleanup handshake after clean NTLM failure

Missed in 50b87c4e.

bd21fc9d18-May-2019 Steve Holme

http_ntlm_wb: Return the correct error on receiving an empty auth message

Missed in fe20826b as it wasn't implemented in http.c in b4d6db83.

Closes #3894

697b1f9114-May-2019 Daniel Stenberg

curl: make code work with protocol-disabled libcurl

Closes #3844

e91e481605-May-2019 Daniel Stenberg

libcurl: #ifdef away more code for disabled features/protocols

3b06e68b05-May-2019 Daniel Stenberg

progress: CURL_DISABLE_PROGRESS_METER

3cfcdf0805-May-2019 Daniel Stenberg

hostip: CURL_DISABLE_SHUFFLE_DNS

1f8a584f05-May-2019 Daniel Stenberg

netrc: CURL_DISABLE_NETRC

f3e0f07116-May-2019 Viktor Szakats

docs: Markdown and misc improvements [ci skip]

Approved-by: Daniel Stenberg
Closes #3896

196ae60416-May-2019 Viktor Szakats

docs/RELEASE-PROCEDURE: link to live iCalendar [ci skip]

Ref: https://github.com/curl/curl/commit/0af41b40b2c7bd379b2251cbe7cd618e21fa0ea1#commitcomment-33563135
Approved-by: Daniel Sten

docs/RELEASE-PROCEDURE: link to live iCalendar [ci skip]

Ref: https://github.com/curl/curl/commit/0af41b40b2c7bd379b2251cbe7cd618e21fa0ea1#commitcomment-33563135
Approved-by: Daniel Stenberg
Closes #3895

show more ...

eeb37d7115-May-2019 Daniel Stenberg

travis: add an osx http-only build

Closes #3887

8ece817714-May-2019 Daniel Stenberg

cleanup: remove FIXME and TODO comments

They serve very little purpose and mostly just add noise. Most of them
have been around for a very long time. I read them all before removing

cleanup: remove FIXME and TODO comments

They serve very little purpose and mostly just add noise. Most of them
have been around for a very long time. I read them all before removing
or rephrasing them.

Ref: #3876
Closes #3883

show more ...

1...<<371372373374375376377378379380>>...1351