summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* curl_gssapi: add a missing include of sendf.hKamil Dudka2011-08-032-2/+3
* curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka2011-08-033-6/+15
* Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac2011-08-037-11/+31
* NTLM single-sign on adjustments (VIII)Yang Tse2011-07-316-27/+33
* NTLM single-sign on adjustments (VII)Yang Tse2011-07-292-5/+7
* socketpair() usage tracking to allow fd leak detectionYang Tse2011-07-294-29/+57
* Avoid a "shadows global declaration" warning on old MIT KerberosDan Fandrich2011-07-283-0/+3
* Give the NTLM SSO helper a moment to cleanly shut down if neededDan Fandrich2011-07-283-4/+11
* Removed an extraneous \n that violated the SSO daemon protocolDan Fandrich2011-07-281-1/+1
* Fixed a couple of memory leaks in NTLM SSO supportDan Fandrich2011-07-271-1/+5
* NTLM single-sign on adjustments (IV)Yang Tse2011-07-271-1/+1
* NTLM single-sign on adjustments (III)Yang Tse2011-07-271-15/+62
* fix compiler warningYang Tse2011-07-261-1/+1
* fix compiler warningYang Tse2011-07-262-1/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-2681-346/+47
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-2510-52/+18
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-2515-64/+1
* errno.h inclusion conditionally done in setup_once.h - followupYang Tse2011-07-251-1/+1
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-2425-17/+24
* progress: reset flags at transfer startBen Winslow2011-07-221-0/+1
* http error response: stop sending when error is receivedDaniel Stenberg2011-07-202-12/+61
* sso_ntlm_initiate: unassigned variableMichael Mueller2011-07-191-1/+1
* NTLM single-sign on supportedMandy Wu2011-07-187-6/+356
* curl_gssapi: Guard files with HAVE_GSSAPI.Julien Chaffraix2011-07-132-0/+10
* gssapi: rename our files to avoid conflictsDaniel Stenberg2011-07-136-6/+6
* silence picky compilers: mark unused parametersDaniel Stenberg2011-07-122-6/+15
* gssapi.c: Simplified the function.Julien Chaffraix2011-07-125-45/+15
* Added Curl_gss_init_sec_context.Julien Chaffraix2011-07-126-53/+151
* http_negociate: Be consistent in gss_init_sec_context attributes.Julien Chaffraix2011-07-121-1/+1
* code style: space between close paren and open braceDaniel Stenberg2011-07-049-29/+28
* checksrc: detect open brace without spaceDaniel Stenberg2011-07-041-0/+5
* polarssl.h: remove CVS leftoverDaniel Stenberg2011-07-041-1/+0
* Curl_http_readwrite_headers: minor indent fixDaniel Stenberg2011-07-011-6/+6
* get_gss_name: proxy auth without proxy set equals errorDaniel Stenberg2011-06-291-5/+8
* parsedate: detect more invalid dates betterDaniel Stenberg2011-06-231-0/+4
* Curl_input_negotiate: do not delegate GSSAPI credentialsDaniel Stenberg2011-06-221-1/+1
* windows build: use correct MS CRTJosue Andrade Gomes2011-06-211-1/+1
* [pop3] remove extra space in LIST commandOri Avtalion2011-06-211-2/+5
* http: fix compiler warningYang Tse2011-06-211-2/+2
* asyn-thread: fix compiler warningYang Tse2011-06-211-4/+2
* cmake: remove spurious definitionYang Tse2011-06-211-3/+0
* unitteset: Curl_llist_moveAmr Shahin2011-06-191-2/+9
* CURLFORM_STREAM: acknowledge CURLFORM_FILENAMEDaniel Stenberg2011-06-171-9/+11
* curl_formget: fix FILE * leakDaniel Stenberg2011-06-131-3/+8
* curl_formget: treat CURLFORM_STREAM betterDaniel Stenberg2011-06-131-3/+7
* long/int messDaniel Stenberg2011-06-111-2/+2
* splay: add unit testsDaniel Stenberg2011-06-101-165/+14
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-108-6/+34
* disconnect: wipe out the keeps_speed time stampKamil Dudka2011-06-081-0/+1
* urldata: use uniform inclusion style for OpenSSL headersYang Tse2011-06-071-15/+15