#
745b99e1 |
| 27-Feb-2024 |
Daniel Stenberg |
KNOWN_BUGS: FTPS upload, FileZilla, GnuTLS and close_notify Closes #11383
|
#
efda7eda |
| 27-Feb-2024 |
Daniel Stenberg |
KNOWN_BUGS: Implicit FTPS upload timeout Closes #11720
|
#
9342563e |
| 27-Feb-2024 |
Daniel Stenberg |
KNOWN_BUGS: HTTP/2 prior knowledge over proxy Closes #12641
|
#
ed596eb4 |
| 10-Feb-2024 |
Daniel Stenberg |
KNOWN_BUGS: FTP upload fails if remebered dir is deleted Closes #12181 Closes #12923
|
#
8f40b30c |
| 06-Feb-2024 |
Daniel Stenberg |
KNOWN_BUGS: unicode on Windows Closes #11461 Closes #12231 Closes #12883
|
#
ed420d93 |
| 19-Jan-2024 |
Daniel Stenberg |
cmake: when USE_MANUAL=YES, build the curl.1 man page Fixes KNOWN_BUG 15.4 Closes #12742
|
#
f1116031 |
| 27-Dec-2023 |
Daniel Stenberg |
KNOWN_BUGS: [RTSP] Some methods do not support response bodies Closes #12414
|
#
d112c242 |
| 01-Nov-2023 |
Harry Mallon |
docs: KNOWN_BUGS cleanup * Remove other mention of hyper memory-leaks from `KNOWN_BUGS`. Should have been removed in 629723ecf22a8eae78d64cceec2f3bdae703ec95 * Remove mention
docs: KNOWN_BUGS cleanup * Remove other mention of hyper memory-leaks from `KNOWN_BUGS`. Should have been removed in 629723ecf22a8eae78d64cceec2f3bdae703ec95 * Remove mention of aws-sigv4 sort query string from `KNOWN_BUGS`. Fixed in #11806 * Remove mention of aws-sigv4 query empty value problems * Remove mention of aws-sigv4 missing amz-content-sha256 Fixed in #9995
show more ...
|
#
629723ec |
| 25-Aug-2023 |
Nicholas Nethercote |
docs: Remove mention of #10803 from `KNOWN_BUGS`. Because the leaks have been fixed.
|
#
5b060a41 |
| 22-Aug-2023 |
Daniel Stenberg |
docs: rewrite to present tense ... instead of using future tense. + numerous cleanups and improvements + stick to "reuse" not "re-use" + fewer contractions Closes #
docs: rewrite to present tense ... instead of using future tense. + numerous cleanups and improvements + stick to "reuse" not "re-use" + fewer contractions Closes #11713
show more ...
|
#
ce254fa9 |
| 15-Aug-2023 |
Daniel Stenberg |
KNOWN_BUGS: LDAPS requests to ActiveDirectory server hang Closes #9580
|
#
67e9e3cb |
| 14-Aug-2023 |
Marin Hannache |
http: do not require a user name when using CURLAUTH_NEGOTIATE In order to get Negotiate (SPNEGO) authentication to work in HTTP you used to be required to provide a (fake) user name (th
http: do not require a user name when using CURLAUTH_NEGOTIATE In order to get Negotiate (SPNEGO) authentication to work in HTTP you used to be required to provide a (fake) user name (this concerned both curl and the lib) because the code wrongly only considered authentication if there was a user name provided, as in: curl -u : --negotiate https://example.com/ This commit leverages the `struct auth` want member to figure out if the user enabled CURLAUTH_NEGOTIATE, effectively removing the requirement of setting a user name both in curl and the lib. Signed-off-by: Marin Hannache <git@mareo.fr> Reported-by: Enrico Scholz Fixes https://sourceforge.net/p/curl/bugs/440/ Fixes #1161 Closes #9047
show more ...
|
#
889c071d |
| 08-Dec-2022 |
Jay Satiro |
schannel: verify hostname independent of verify cert Prior to this change when CURLOPT_SSL_VERIFYPEER (verifypeer) was off and CURLOPT_SSL_VERIFYHOST (verifyhost) was on we did not verif
schannel: verify hostname independent of verify cert Prior to this change when CURLOPT_SSL_VERIFYPEER (verifypeer) was off and CURLOPT_SSL_VERIFYHOST (verifyhost) was on we did not verify the hostname in schannel code. This fixes KNOWN_BUG 2.8 "Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname". We discussed a fix several years ago in #3285 but it went stale. Assisted-by: Daniel Stenberg Bug: https://curl.haxx.se/mail/lib-2018-10/0113.html Reported-by: Martin Galvan Ref: https://github.com/curl/curl/pull/3285 Fixes https://github.com/curl/curl/issues/3284 Closes https://github.com/curl/curl/pull/10056
show more ...
|
#
bfc9d56a |
| 06-Aug-2023 |
Daniel Stenberg |
KNOWN_BUGS: aws-sigv4 does not behave well with AWS VPC Lattice Closes #11007
|
#
8b12f9e2 |
| 06-Aug-2023 |
Daniel Stenberg |
TODO: add *5* entries for aws-sigv4 Closes #7559 Closes #8107 Closes #8810 Closes #9717 Closes #10129
|
#
15c40a32 |
| 01-Aug-2023 |
Daniel Stenberg |
Revert "KNOWN_BUGS: build for iOS simulator on macOS 13.2 with Xcode 14" This reverts commit 2e8a3d7cb73c85a9aa151e263315f8a496dbb9d4. It's a user error for supplying incomplete inf
Revert "KNOWN_BUGS: build for iOS simulator on macOS 13.2 with Xcode 14" This reverts commit 2e8a3d7cb73c85a9aa151e263315f8a496dbb9d4. It's a user error for supplying incomplete information to the build system. Reported-by: Ryan Schmidt Ref: https://github.com/curl/curl/issues/11215#issuecomment-1658729367
show more ...
|
#
47a3e6e5 |
| 31-Jul-2023 |
Daniel Stenberg |
KNOWN_BUGS: cygwin: make install installs curl-config.1 twice Closes #8839
|
#
2e8a3d7c |
| 31-Jul-2023 |
Daniel Stenberg |
KNOWN_BUGS: build for iOS simulator on macOS 13.2 with Xcode 14 Closes #11215
|
#
75afa92d |
| 31-Jul-2023 |
Daniel Stenberg |
KNOWN_BUGS: cmake outputs: no version information available Closes #11158
|
#
403e4dc1 |
| 31-Jul-2023 |
Daniel Stenberg |
KNOWN_BUGS: APOP authentication fails on POP3 Closes #10073
|
#
d54d5bfc |
| 31-Jul-2023 |
Daniel Stenberg |
KNOWN_BUGS: hyper is slow Closes #11203
|
#
7c8bae0d |
| 29-Jul-2023 |
Daniel Stenberg |
nss: remove support for this TLS library Closes #11459
|
#
775018d2 |
| 27-Jul-2023 |
Daniel Stenberg |
KNOWN_BUGS: cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!" Closes #11244
|
#
57f56cc3 |
| 23-Jul-2023 |
Daniel Stenberg |
KNOWN_BUGS: building for old macOS fails with gcc Closes #11441
|
#
e37e9225 |
| 22-May-2023 |
Daniel Stenberg |
KNOWN_BUGS: hyper memory-leaks Closes #10803
|