Re: How to set service name for SPNEGO?

2015-03-30 Thread Linus Nielsen
On 02/19/2015 12:11 AM, Steve Holme wrote: Some more random thoughts from me this evening... I wouldn't recommend replacing CURLOPT_SOCKS5_GSSAPI_SERVICE with CURLOPT_SERVICE_NAME as Socks 5 is used as a proxy and a curl user / libcurl programmer might want to set both the proxy and the

[PATCH 1/2] src/tool_cb_wrt: separate fnc for output file creation

2015-03-30 Thread Kamil Dudka
--- src/tool_cb_wrt.c | 71 ++- 1 file changed, 39 insertions(+), 32 deletions(-) diff --git a/src/tool_cb_wrt.c b/src/tool_cb_wrt.c index 17d0409..9be393f 100644 --- a/src/tool_cb_wrt.c +++ b/src/tool_cb_wrt.c @@ -31,6 +31,43 @@ #include

[PATCH 2/2] src/tool_operate: create output file on successful download

2015-03-30 Thread Kamil Dudka
... of an empty file Bug: https://github.com/bagder/curl/issues/183 --- src/tool_cb_wrt.h | 3 +++ src/tool_operate.c | 7 +++ 2 files changed, 10 insertions(+) diff --git a/src/tool_cb_wrt.h b/src/tool_cb_wrt.h index 380d8dd..ecbefa8 100644 --- a/src/tool_cb_wrt.h +++ b/src/tool_cb_wrt.h