History log of /curl/ (Results 6226 – 6250 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b8139e4316-Aug-2021 Daniel Stenberg

KNOWN_BUGS: CMake build with MIT Kerberos does not work

Closes #6904

29fd163216-Aug-2021 Daniel Stenberg

TODO: add asynch getaddrinfo support

Closes #6746

ae35fc6016-Aug-2021 Daniel Stenberg

RELEASE-NOTES: synced

ccffb6ec01-Aug-2021 Artur Sinila

http2: revert call the handle-closed function correctly on closed stream

Reverts 252790c5335a221

Assisted-by: Gergely Nagy
Fixes #7400
Closes #7525

7da2990b16-Aug-2021 Patrick Monnerat

auth: do not append zero-terminator to authorisation id in kerberos

RFC4752 Section 3.1 states "The authorization identity is not terminated
with a zero-valued (%x00) octet". Although a

auth: do not append zero-terminator to authorisation id in kerberos

RFC4752 Section 3.1 states "The authorization identity is not terminated
with a zero-valued (%x00) octet". Although a comment in code said it may
be needed anyway, nothing confirms it. In addition, servers may consider
it as part of the identity, causing a failure.

Closes #7008

show more ...

396a2d7f16-Aug-2021 Patrick Monnerat

auth: use sasl authzid option in kerberos

... instead of deriving it from active ticket.
Closes #7008

0a1c85e316-Aug-2021 Patrick Monnerat

auth: we do not support a security layer after kerberos authentication

Closes #7008

3f9b1d0c16-Aug-2021 Patrick Monnerat

auth: properly handle byte order in kerberos security message

Closes #7008

5f3ca7f705-Aug-2021 z2_ <88509734+z2-2z@users.noreply.github.com>

x509asn1: fix heap over-read when parsing x509 certificates

Assisted-by: Patrick Monnerat
Closes #7536

881a8c4e14-Aug-2021 Daniel Stenberg

KNOWN_BUGS: Disconnects don't do verbose

Closes #6995

697970c114-Aug-2021 Daniel Stenberg

mailmap: fixup Michał Antoniak

fd84db6017-Jul-2021 MAntoniak <47522782+MAntoniak@users.noreply.github.com>

build: fix compiler warnings

For when CURL_DISABLE_VERBOSE_STRINGS and DEBUGBUILD flags are both
active.

- socks.c : warning C4100: 'lineno': unreferenced formal parameter

build: fix compiler warnings

For when CURL_DISABLE_VERBOSE_STRINGS and DEBUGBUILD flags are both
active.

- socks.c : warning C4100: 'lineno': unreferenced formal parameter
(co-authored by Daniel Stenberg)

- mbedtls.c: warning C4189: 'port': local variable is initialized but
not referenced

- schannel.c: warning C4189: 'hostname': local variable is initialized
but not referenced

Cloes #7528

show more ...

7698a36513-Aug-2021 i-ky

CODE_STYLE-md: fix bold font style

Markdown gets confused with abundance of asterisks, so use underscores
instead.

Reviewed-by: Daniel Gustafsson
Closes #7569

a037d27813-Aug-2021 i-ky

CODE_STYLE-md: add missing comma

Reviewed-by: Daniel Gustafsson
Closes #7570

39de263728-Jun-2021 Daniel Gustafsson

examples/ephiperfifo.c: simplify signal handler

The signal handler registered for SIGINT is only handling SIGINT
so there isn't much need for inspecting the signo. While there,
rena

examples/ephiperfifo.c: simplify signal handler

The signal handler registered for SIGINT is only handling SIGINT
so there isn't much need for inspecting the signo. While there,
rename the handler to be more specific.

g_should_exit should really be of sig_atomic_t type, but relying
on autoconf in the examples seems like a bad idea so keep that
for now.

Reviewed-by: Daniel Stenberg
Closes #7310

show more ...

32f6812b13-Aug-2021 Daniel Stenberg

c-hyper: initial step for 100-continue support

Enabled test 154

Closes #7568

f67883e513-Aug-2021 Ikko Ashimine

vtls: fix typo in schannel_verify.c

occurence -> occurrence

Closes #7566

116856b913-Aug-2021 Emil Engler

curl_url_get.3: clarify about path and query

The current man-page lacks some details regarding the obtained path and
query.

Closes #7563

1e0b6f7013-Aug-2021 Daniel Stenberg

c-hyper: fix header value passed to debug callback

Closes #7567

063bfa3512-Aug-2021 Viktor Szakats

cleanup: URL updates

- replace broken URL with the one it was most probably pointing to
when added (lib/tftp.c)
- replace broken URL with archive.org link (lib/curl_ntlm_wb.c)

cleanup: URL updates

- replace broken URL with the one it was most probably pointing to
when added (lib/tftp.c)
- replace broken URL with archive.org link (lib/curl_ntlm_wb.c)
- delete unnecessary protocol designator from archive.org URL
(docs/BINDINGS.md)

Closes #7562

show more ...

a90811e312-Aug-2021 April King

DEPRECATE.md: linkify curl-library mailing list

Closes #7561

2cd1dbc712-Aug-2021 Barry Pollard

output.d: add method to suppress response bodies

Closes #7560

f519bf0d12-Aug-2021 Daniel Stenberg

TODO: remove 'c-ares deviates on http://1346569778'

Fixed since 56a037cc0ad1b2 (7.77.0)

ed967a8b12-Aug-2021 Colin O'Dell

BINDINGS.md: update links to use https where available

Closes #7558

c3fa8c6e11-Aug-2021 Daniel Stenberg

asyn-ares.c: move all version number checks to the top

... and use #ifdef [feature] in the code as per our guidelines.

1...<<241242243244245246247248249250>>...1351