- Mar 27, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... to make them appear as links on the html version.
-
Steve Holme authored
-
Steve Holme authored
Renamed the header and source files for this module as they are HTTP specific and as such, they should use the naming convention as other HTTP authentication source files do - this revert commit 260ee6b7. Note: We could also rename curl_ntlm_wb.[c|h], however, the Winbind code needs separating from the HTTP protocol and migrating into the vauth directory, thus adding support for Winbind to the SASL based protocols such as IMAP, POP3 and SMTP.
-
marquis-de-muesli authored
Closes #677
-
marquis-de-muesli authored
usage: "statvfs path" returns remote file system statistics
-
marquis-de-muesli authored
-
- Mar 26, 2016
-
-
Karlson2k authored
Fixed failed redirection of stderr with some options. At least on Msys2, perl fails to redirect stderr if $value contains newline or other weird characters.
-
Jay Satiro authored
libidn's tld_check_lz returns an error offset of the first character that it failed to process, however that offset is not a byte offset and may not even be in the locale encoding therefore we can't use it to show the user the character that failed to process. Bug: https://github.com/curl/curl/issues/731 Reported-by: Karlson2k
-
Steve Holme authored
As the GSS-API and SSPI based source files are no longer library/API specific, following the extraction of that authentication code to the vauth directory, combine these files rather than maintain two separate versions.
-
Steve Holme authored
Part 2 of 2 - Moved the GSS-API based Negotiate authentication code.
-
Steve Holme authored
Part 1 of 2 - Moved the SSPI based Negotiate authentication code.
-
Steve Holme authored
Not picked up by checksrc or Visual Studio but my own code review, this would haven broken Intel based Unix builds - Perhaps I should learn to type on my laptop's keyboard before committing!
-
Steve Holme authored
warning C4244: '=': conversion from 'int' to 'unsigned short', possible loss of data
-
Steve Holme authored
-
- Mar 25, 2016
-
-
Dusty Mabe authored
Closes #729 Closes #728
-
Steve Holme authored
-
Steve Holme authored
Renamed all the SASL functions that moved to the new vauth directory to include the correct module name.
-
Steve Holme authored
As most of this work was performed in 2015 but not pushed until 2016 updated the copyright year to reflect the public facing changes.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Updated the makefiles and Visual Studio project files to support moving the authentication code to the new lib/vauth directory that was started in commit 0d04e859.
-
- Mar 24, 2016
-
-
JDepooter authored
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724
-
Steve Holme authored
-
- Mar 23, 2016
-
-
Daniel Stenberg authored
Use the local, reasonably updated, 'now' value when creating the message string to output for the timeout condition. Fixes #619
-
Daniel Stenberg authored
... so we don't need extra boringssl precautions for for HAVE_ERR_REMOVE_THREAD_STATE_NOARG. Pointed-out-by: David Benjamin
-
Daniel Stenberg authored
The removed arg is only done in OpenSSL Bug: https://twitter.com/xtraemeat/status/712564874098917376
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... and update the coming release dates a bit
-
Steve Holme authored
Follow up to commit a8c7f0fc prior to release.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Jay Satiro authored
Bug: https://github.com/curl/curl/issues/685
-