- Nov 29, 2014
-
-
Bill Nagel authored
Added the connection structure that will be required in urldata.h for SMB/CIFS based connections.
-
Bill Nagel authored
Added the initial source files and updated the relevant project files in order to support SMB/CIFS.
-
Bill Nagel authored
Added --enable-smb and --disable-smb configuration options for the upcoming SMB/CIFS protocol support.
-
- Nov 28, 2014
-
-
Peter Wu authored
Commit curl-7_23_1-143-g8218064 changed the parameter of responsive_http_server to accept types other than IPv6 (converting from a boolean to a string), but only considered the lower-case "ipv6" and not the "IPv6" variant. This caused all servers to start in IPv4 mode instead. This patch converts the remaining cases to "ipv6". While not strictly necessary for the run*server variants, these got also converted for consistency and to prevent future errors. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
-
Peter Wu authored
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
-
- Nov 27, 2014
-
-
Steve Holme authored
warning: unused variable 'data' warning: variable 'addcookies' set but not used ...and some very minor coding style policing.
-
Steve Holme authored
-
- Nov 26, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
...and some comment typos!
-
Steve Holme authored
Added support for the automatic conversion of Unix newlines to CRLF during mail uploads. Feature: http://curl.haxx.se/bug/view.cgi?id=1456
-
- Nov 25, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
and some minor edits
-
Daniel Stenberg authored
refer to functions with the man page section properly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Makes the example much easier and straight-forward!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This makes it much easier to run multiple tests in the same directory, just altering the command lines used.
-
Daniel Stenberg authored
Reported-by: Brian Bug: http://curl.haxx.se/bug/view.cgi?id=1455
-
- Nov 24, 2014
-
-
Travis Burtrum authored
-
Kamil Dudka authored
This reverts commit 217024a6. Bug: https://github.com/bagder/curl/commit/217024a6#commitcomment-8693738
-
- Nov 23, 2014
-
-
Steve Holme authored
warning: variable 'connection_id' set but not used warning: unused parameter 'lineno'
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
After commit 48d19acb the HTTP code would call Curl_nss_force_init() twice when decoding a NTLM type-2 message, once directly and the other through the call to Curl_sasl_decode_ntlm_type2_message().
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 22, 2014
-
-
Steve Holme authored
-
Steve Holme authored
In addition to NTLM, use Kerberos and SPNEGO as proxies to the crypto feature. ...and converted tab characters, from commit 4b4e8a58, to spaces.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 21, 2014
-
-
Steve Holme authored
-
Steve Holme authored
Such as !SSPI as we do for the NTLM and Digest tests.
-
- Nov 20, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-