summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* md4: include the mbedtls config.h to get the MD4 infobagder/openssl-no-md4Daniel Stenberg2019-05-231-0/+3
|
* md4: build correctly with openssl without MD4Daniel Stenberg2019-05-231-0/+4
| | | | | Reported-by: elsamuko at github Fixes #3921
* tests: Fix the line endings for the SASL alt-auth testsJay Satiro2019-05-236-44/+44
| | | | | | | | | | | - 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
* url: fix bad #ifdefDaniel Stenberg2019-05-231-1/+1
| | | | | | | | Regression since e91e48161235272ff485. Reported-by: Tom Greenslade Fixes #3924 Closes #3925
* Revert "progress: CURL_DISABLE_PROGRESS_METER"Daniel Stenberg2019-05-231-61/+49
| | | | | | | | | | | | 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
* examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme2019-05-224-2/+304
|
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-2214-4/+358
|
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-2211-5/+98
| | | | | | | | | | 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
* tests: add support to test against OpenSSH for WindowsMarc Hoersken2019-05-222-6/+50
| | | | | | 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
* bump: start on the next releaseDaniel Stenberg2019-05-222-232/+11
|
* examples: fix "clarify calculation precedence" warningsMarcel Raad2019-05-224-15/+18
| | | | Closes https://github.com/curl/curl/pull/3919
* hiperfifo: remove unused variableMarcel Raad2019-05-221-1/+0
| | | | Closes https://github.com/curl/curl/pull/3919
* examples: remove dead variable storesMarcel Raad2019-05-224-35/+34
| | | | Closes https://github.com/curl/curl/pull/3919
* examples: reduce variable scopesMarcel Raad2019-05-2211-51/+51
| | | | Closes https://github.com/curl/curl/pull/3919
* http2-download: fix format specifierMarcel Raad2019-05-221-1/+1
| | | | Closes https://github.com/curl/curl/pull/3919
* PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg2019-05-2210-125/+47
| | | | | | | | Also removed mentions from most docs. Discussed: https://curl.haxx.se/mail/lib-2019-05/0045.html Closes #3888
* configure/cmake: check for if_nametoindex()Daniel Stenberg2019-05-224-0/+118
| | | | | | | | - adds the check to cmake - fixes the configure check to work for cross-compiled windows builds Closes #3917
* parse_proxy: use the IPv6 zone id if givenDaniel Stenberg2019-05-221-25/+36
| | | | | | | | | | 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
* RELEASE-NOTES: 7.65.0 releasecurl-7_65_0Daniel Stenberg2019-05-221-11/+44
|
* THANKS: from the 7.65.0 release-notesDaniel Stenberg2019-05-221-0/+24
|
* url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg2019-05-211-43/+22
| | | | | | Reported-by: GitYuanQu on github Fixes #3902 Closes #3914
* configure: detect getsockname and getpeername on windows tooDaniel Stenberg2019-05-212-2/+197
| | | | | | | | | | | 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
* examples: remove unused variablesMarcel Raad2019-05-2112-35/+26
| | | | | | Fixes Codacy/CppCheck warnings. Closes
* udpateconninfo: mark variable unusedDaniel Gustafsson2019-05-211-0/+2
| | | | | | | | | | 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
* ftp: move ftp_ccc in under featureflagDaniel Gustafsson2019-05-214-0/+8
| | | | | | | | | | 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
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-205-3/+46
| | | | | | Reported-by: Olen Andoni Fixes #3906 Closes #3907
* mbedtls: enable use of EC keysGuy Poizat2019-05-201-1/+2
| | | | Closes #3892
* lib1560: add tests for parsing URL with too long schemeDaniel Stenberg2019-05-201-0/+18
| | | | Ref: #3905
* urlapi: increase supported scheme length to 40 bytesOmar Ramadan2019-05-202-6/+8
| | | | | | | The longest currently registered URI scheme at IANA is 36 bytes long. Closes #3905 Closes #3900
* lib: reduce variable scopesMarcel Raad2019-05-2023-124/+115
| | | | | | Fixes Codacy/CppCheck warnings. Closes https://github.com/curl/curl/pull/3872
* tool_formparse: remove redundant assignmentMarcel Raad2019-05-201-3/+2
| | | | | | Just initialize word_begin with the correct value. Closes https://github.com/curl/curl/pull/3873
* ssh: move variable declaration to where it's usedMarcel Raad2019-05-201-8/+5
| | | | | | This way, we need only one call to free. Closes https://github.com/curl/curl/pull/3873
* ssh-libssh: remove unused variableMarcel Raad2019-05-201-3/+1
| | | | | | sock was only used to be assigned to fd_read. Closes https://github.com/curl/curl/pull/3873
* test332: verify the blksize fixDaniel Stenberg2019-05-202-1/+46
|
* tftp: use the current blksize for recvfrom()Daniel Stenberg2019-05-201-1/+1
| | | | | | bug: https://curl.haxx.se/docs/CVE-2019-5436.html Reported-by: l00p3r on hackerone CVE-2019-5436
* version: make ssl_version buffer match for multi_sslDaniel Gustafsson2019-05-191-0/+4
| | | | | | | | | | | | 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>
* http_ntlm_wb: Handle auth for only a single requestSteve Holme2019-05-181-3/+11
| | | | | | | | | | | | | | 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.
* http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme2019-05-181-1/+7
| | | | Missed in 50b87c4e.
* http_ntlm_wb: Return the correct error on receiving an empty auth messageSteve Holme2019-05-181-3/+11
| | | | | | Missed in fe20826b as it wasn't implemented in http.c in b4d6db83. Closes #3894
* curl: make code work with protocol-disabled libcurlDaniel Stenberg2019-05-188-12/+22
| | | | Closes #3844
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-178-104/+157
|
* progress: CURL_DISABLE_PROGRESS_METERDaniel Stenberg2019-05-171-49/+61
|
* hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg2019-05-172-1/+6
|
* netrc: CURL_DISABLE_NETRCDaniel Stenberg2019-05-172-2/+12
|
* docs: Markdown and misc improvements [ci skip]Viktor Szakats2019-05-166-230/+240
| | | | | Approved-by: Daniel Stenberg Closes #3896
* docs/RELEASE-PROCEDURE: link to live iCalendar [ci skip]Viktor Szakats2019-05-161-0/+4
| | | | | | Ref: https://github.com/curl/curl/commit/0af41b40b2c7bd379b2251cbe7cd618e21fa0ea1#commitcomment-33563135 Approved-by: Daniel Stenberg Closes #3895
* travis: add an osx http-only buildDaniel Stenberg2019-05-161-0/+3
| | | | Closes #3887
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-1636-152/+33
| | | | | | | | | 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
* curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg2019-05-161-1/+4
| | | | | | | | | | ... since libcurl has started to be totally unaware of options for disabled protocols they now return error. Bug: https://github.com/curl/curl/commit/c9c5304dd4747cbe75d2f24be85920d572fcb5b8#commitcomment-33533937 Reported-by: Marcel Raad Closes #3886
* http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme2019-05-163-15/+35
| | | | | | This brings the code inline with the other HTTP authentication mechanisms. Closes #3890