Steve Holme
f044cbe6fc
sasl: Fixed compilation errors from commit 9d89a0387
...
...when GSS-API or Windows SSPI are not used.
2016-04-09 05:57:10 +01:00
Steve Holme
43116218c0
url: Corrected comments following 9d89a0387
2016-04-09 05:33:03 +01:00
Steve Holme
b43fb04516
docs: Added clarification following commit 9d89a0387
2016-04-08 21:45:08 +01:00
Steve Holme
2568453b05
Makefile: Fixed echo of checksrc check
2016-04-08 20:36:29 +01:00
Steve Holme
d6b4de083f
checksrc: Fix issue with the autobuilds not picking up the whitelist
2016-04-08 20:32:40 +01:00
Steve Holme
52cfc957cf
checksrc: Added missing vauth and vtls directories
2016-04-08 20:22:14 +01:00
Steve Holme
9d89a03872
ftp/imap/pop3/smtp: Allow the service name to be overridden
...
Allow the service name to be overridden for DIGIST-MD5 and Kerberos 5
authentication in FTP, IMAP, POP3 and SMTP.
2016-04-08 18:59:33 +01:00
Steve Holme
39d68b47e1
http_negotiate: Calculate service name and proxy service name locally
...
Calculate the service name and proxy service names locally, rather than
in url.c which will allow for us to support overriding the service name
for other protocols such as FTP, IMAP, POP3 and SMTP.
2016-04-08 18:41:41 +01:00
Steve Holme
0e6ff33bd5
ROADMAP: Updated following the move of the authentication code
2016-04-08 17:04:25 +01:00
Patrick Monnerat
3954d6fdcf
KNOWN_BUGS: openldap hangs. TODO: binary SASL.
2016-04-08 16:49:49 +02:00
Daniel Stenberg
bbe08a7e7a
KNOWN_BUGS: 5.6 Improper use of Autoconf cache variables
...
Closes #603
2016-04-08 13:25:20 +02:00
Daniel Stenberg
645ed11ac5
KNOWN_BUGS: 11.2 error buffer not set...
...
Closes #544
2016-04-08 13:23:28 +02:00
Daniel Stenberg
ca6f0a56ca
KNOWN_BUGS: 11.1 Curl leaks .onion hostnames in DNS
...
Closes #543
2016-04-08 13:21:52 +02:00
Daniel Stenberg
00cf68c6e8
KNOWN_BUGS: 1.8 DNS timing is wrong for HTTP redirects
...
Closes #522
2016-04-08 13:03:37 +02:00
Daniel Stenberg
045c7924ac
TODO: HTTP/2 "prior knowledge" is implemented!
2016-04-08 10:57:25 +02:00
Damien Vielpeau
83b39a4f4d
mbedtls: fix MBEDTLS_DEBUG builds
2016-04-07 16:12:50 +02:00
Daniel Stenberg
c111178bd4
mbedtls: implement and provide *_data_pending()
...
... as otherwise we might get stuck thinking there's no more data to
handle.
Reported-by: Damien Vielpeau
Fixes #737
2016-04-07 16:10:10 +02:00
Daniel Stenberg
ef802c9b85
mbedtls: follow-up for the previous commit
2016-04-07 15:32:18 +02:00
Daniel Stenberg
464bbfd6f5
mbedtls.c: name space pollution fix, Use 'Curl_'
2016-04-07 15:19:35 +02:00
Daniel Stenberg
5446549719
mbedtls.c: changed private prefix to mbed_
...
mbedtls_ is the prefix used by the mbedTLS library itself so we should
avoid using that for our private functions.
2016-04-07 15:16:01 +02:00
Daniel Stenberg
fdae85f68b
mbedtls.h: fix compiler warnings
2016-04-07 15:11:05 +02:00
Daniel Stenberg
cd79e0329f
Revert "winbuild: trying to set some files eol=crlf for git"
...
This reverts commit 9c08b4f1e7
.
Didn't help. Caused problems.
Fixes #756
2016-04-07 08:06:56 +02:00
Daniel Stenberg
5cfa268faa
curl.1: use example.com more
...
Make (most) example snippets use the example.com domain instead of the
random ones picked and used before. Some of those were probably
legitimate sites and some not. example.com is designed for this purpose.
2016-04-06 14:41:38 +02:00
Michael Kaufmann
3a8e38de2e
HTTP2: Add a space character after the status code
...
The space character after the status code is mandatory, even if the
reason phrase is empty (see RFC 7230 section 3.1.2)
Closes #755
2016-04-06 14:35:08 +02:00
Viktor Szakats
a24f71aac4
URLs: change http to https in many places
...
Closes #754
2016-04-06 11:58:34 +02:00
Daniel Stenberg
9c08b4f1e7
winbuild: trying to set some files eol=crlf for git
...
Thinking it might help to apply patches etc with git.
2016-04-06 11:29:36 +02:00
Theodore Dubois
f07cc91108
curl.1: change example for -F
...
It's a bad idea to send your passwords anywhere, especially over HTTP.
Modified example to send a picture instead.
Fixes #752
2016-04-06 10:26:52 +02:00
Daniel Stenberg
b207ccb104
KNOWN_BUGS: reorganized and cleaned up
...
Now sorted into categories and organized in the same style we do the
TODO document. It will make each issue linked properly on the
https://curl.haxx.se/docs/knownbugs.html web page.
The sections should make it easier to find issues and issues related to
areas of the reader's specific interest.
2016-04-06 09:20:18 +02:00
Jay Satiro
9f740d3874
KNOWN_BUGS: #95 curl in Windows can't handle Unicode arguments
2016-04-06 02:43:13 -04:00
Steve Holme
0760b356d1
KNOWN_BUGS: Use https://curl.haxx.se URL for github based issues
2016-04-06 01:23:02 +01:00
Steve Holme
f5050d06cf
CHECKSRC.md: Corrected some typos
2016-04-06 01:00:01 +01:00
Steve Holme
635a76cf73
RELEASE-NOTES: Corrected last updated
...
Included a summary of the checksrc.bat updates and combined two krb5
changes as they should have been implemented at the same time.
2016-04-06 00:26:12 +01:00
Steve Holme
cbc52ff341
vauth: Corrected a number of typos in comments
...
Reported-by: Michael Osipov
2016-04-06 00:21:07 +01:00
Jay Satiro
ea3366c646
KNOWN_BUGS: #94 IMAP custom requests use the LIST handler
...
Bug: https://github.com/curl/curl/issues/536
Reported-by: eXeC64@users.noreply.github.com
2016-04-05 18:56:35 -04:00
Daniel Stenberg
bc2f2f5c45
KNOWN_BUGS: remove 68, 70 and 72.
...
Due to their age (we don't fully know if they actually remain) and lack
of detail - very few people will bother to find out what they're about
or work on them. If people truly still suffer from any of these, I
assume they will be reported again and then we'll deal with them.
72. "Pausing pipeline problems."
https://curl.haxx.se/mail/lib-2009-07/0214.html
70. Problem re-using easy handle after call to curl_multi_remove_handle
https://curl.haxx.se/mail/lib-2009-07/0249.html
68. "More questions about ares behavior".
https://curl.haxx.se/mail/lib-2009-08/0012.html
2016-04-05 23:40:37 +02:00
Daniel Stenberg
52b3e072f6
KNOWN_BUGS: remove 92 and 88, fixed
2016-04-05 23:39:42 +02:00
Daniel Stenberg
c8ab61312c
http2: fix connection reuse when PING comes after last DATA
...
It turns out the google GFE HTTP/2 servers send a PING frame immediately
after a stream ends and its last DATA has been received by curl. So if
we don't drain that from the socket, it makes the socket readable in
subsequent checks and libcurl then (wrongly) assumes the connection is
dead when trying to reuse the connection.
Reported-by: Joonas Kuorilehto
Discussed in #750
2016-04-05 20:27:38 +02:00
Daniel Stenberg
e230044adf
multi: remove trailing space in debug output
2016-04-05 16:36:45 +02:00
Daniel Stenberg
4e55f67f24
RELEASE-NOTES: synced with 86e97b642f
2016-04-04 09:01:27 +02:00
Daniel Stenberg
86e97b642f
CHECKSRC.md: mention cmdline options, fix the bullet list
2016-04-04 08:36:21 +02:00
Daniel Stenberg
3807901003
docs/CHECKSRC.md: initial version
2016-04-04 00:11:32 +02:00
Steve Holme
a3a8bba3ff
checksrc.bat: Added support for the examples
2016-04-03 22:09:07 +01:00
Daniel Stenberg
a8b51a179a
lib/src: fix the checksrc invoke
...
... now works correctly when invoke from the root makefile
2016-04-03 23:07:30 +02:00
Daniel Stenberg
1571da69b5
nw: please the stricter checksrc
2016-04-03 23:07:30 +02:00
Steve Holme
e729aa99f9
checksrc.bat: Re-enabled the tests directory by default
...
Following the recent changes to the source in the tests directory,
re-enabled tests for the default scan.
2016-04-03 21:57:38 +01:00
Steve Holme
6264f617f8
checksrc.bat: Added tests/server directory support
...
In addition to commit 83b174b3f0
and following the recent changes.
2016-04-03 21:57:38 +01:00
Steve Holme
066b224672
tests: Fixed header files to comply with our code style
2016-04-03 21:57:38 +01:00
Daniel Stenberg
51fb24ce7f
make checksrc: run it in docs/examples too by default
2016-04-03 22:52:34 +02:00
Daniel Stenberg
6ddab23fb1
docs/examples: remove spurious white spaces all over
...
... to please the new, slightly picker, checksrc.pl
2016-04-03 22:52:34 +02:00
Daniel Stenberg
3d94a113e9
tests: fix make checksrc in servers/
2016-04-03 22:42:49 +02:00