History log of /curl/ (Results 9426 – 9450 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0dc9a80122-May-2019 Daniel Stenberg

md4: build correctly with openssl without MD4

Reported-by: elsamuko at github
Fixes #3921
Closes #3922

0edf690723-May-2019 Patrick Monnerat

os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid().

be01f47523-May-2019 Daniel Stenberg

.github/FUNDING: mention our opencollective "home" [ci skip]

170bd04722-May-2019 Zenju

config-win32: add support for if_nametoindex and getsockname

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

c2a8d52a23-May-2019 Jay Satiro

tests: Fix the line endings for the SASL alt-auth tests

- Change data and protocol sections to CRLF line endings.

Prior to this change the tests would fail or hang, which is because

tests: Fix the line endings for the SASL alt-auth tests

- Change data and protocol sections to CRLF line endings.

Prior to this change the tests would fail or hang, which is because
certain sections such as protocol require CRLF line endings.

Follow-up to a9499ff from today which added the tests.

Ref: https://github.com/curl/curl/pull/3790

show more ...

dc0a671222-May-2019 Daniel Stenberg

url: fix bad #ifdef

Regression since e91e48161235272ff485.

Reported-by: Tom Greenslade
Fixes #3924
Closes #3925

c6b5813722-May-2019 Daniel Stenberg

Revert "progress: CURL_DISABLE_PROGRESS_METER"

This reverts commit 3b06e68b7734cb10a555f9d7e804dd5d808236a4.

Clearly this change wasn't good enough as it broke CURLOPT_LOW_SPEED_LIM

Revert "progress: CURL_DISABLE_PROGRESS_METER"

This reverts commit 3b06e68b7734cb10a555f9d7e804dd5d808236a4.

Clearly this change wasn't good enough as it broke CURLOPT_LOW_SPEED_LIMIT +
CURLOPT_LOW_SPEED_TIME

Reported-by: Dave Reisner

Fixes #3927
Closes #3928

show more ...

8c1cc36921-Apr-2019 Steve Holme

examples: Added SASL PLAIN authorisation identity (authzid) examples

a9499ff119-Apr-2019 Steve Holme

curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool

a14d72ca17-Apr-2019 Steve Holme

sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

Added the ability for the calling program to specify the authorisation
identity (authzid), the identity to act as, in

sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

Added the ability for the calling program to specify the authorisation
identity (authzid), the identity to act as, in addition to the
authentication identity (authcid) and password when using SASL PLAIN
authentication.

Fixed #3653
Closes #3790

show more ...

081d374f19-Nov-2018 Marc Hoersken

tests: add support to test against OpenSSH for Windows

Testing against OpenSSH for Windows requires v7.7.0.0 or newer
due to the use of AllowUsers and DenyUsers. For more info see:
h

tests: add support to test against OpenSSH for Windows

Testing against OpenSSH for Windows requires v7.7.0.0 or newer
due to the use of AllowUsers and DenyUsers. For more info see:
https://github.com/PowerShell/Win32-OpenSSH/wiki/sshd_config

show more ...

a57e478622-May-2019 Daniel Stenberg

bump: start on the next release

159ea55421-May-2019 Marcel Raad

examples: fix "clarify calculation precedence" warnings

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

acb097ca21-May-2019 Marcel Raad

hiperfifo: remove unused variable

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

f91baf8421-May-2019 Marcel Raad

examples: remove dead variable stores

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

10b7067e21-May-2019 Marcel Raad

examples: reduce variable scopes

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

918987a821-May-2019 Marcel Raad

http2-download: fix format specifier

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

269f7df015-May-2019 Daniel Stenberg

PolarSSL: deprecate support step 1. Removed from configure.

Also removed mentions from most docs.

Discussed: https://curl.haxx.se/mail/lib-2019-05/0045.html

Closes #3888

c9c4f7b521-May-2019 Daniel Stenberg

configure/cmake: check for if_nametoindex()

- adds the check to cmake

- fixes the configure check to work for cross-compiled windows builds

Closes #3917

12e564ca21-May-2019 Daniel Stenberg

parse_proxy: use the IPv6 zone id if given

If the proxy string is given as an IPv6 numerical address with a zone
id, make sure to use that for the connect to the proxy.

Reported

parse_proxy: use the IPv6 zone id if given

If the proxy string is given as an IPv6 numerical address with a zone
id, make sure to use that for the connect to the proxy.

Reported-by: Edmond Yu

Fixes #3482
Closes #3918

show more ...

885ce31422-May-2019 Daniel Stenberg

RELEASE-NOTES: 7.65.0 release

adea6edd22-May-2019 Daniel Stenberg

THANKS: from the 7.65.0 release-notes

8fba2d6a21-May-2019 Daniel Stenberg

url: convert the zone id from a IPv6 URL to correct scope id

Reported-by: GitYuanQu on github
Fixes #3902
Closes #3914

9406d93e21-May-2019 Daniel Stenberg

configure: detect getsockname and getpeername on windows too

Made detection macros for these two functions in the same style as other
functions possibly in winsock in the hope this will

configure: detect getsockname and getpeername on windows too

Made detection macros for these two functions in the same style as other
functions possibly in winsock in the hope this will work better to
detect these functions when cross-compiling for Windows.

Follow-up to e91e4816123

Fixes #3913
Closes #3915

show more ...

b069815a20-May-2019 Marcel Raad

examples: remove unused variables

Fixes Codacy/CppCheck warnings.

Closes

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