summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Compile with latest nghttp2Tatsuhiro Tsujikawa2014-08-261-39/+45
* CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg2014-08-251-4/+10
* Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windowsJakub Zakrzewski2014-08-251-0/+3
* Cmake: LibSSH2 detection and use.Jakub Zakrzewski2014-08-251-0/+15
* Cmake: Made boolean defines be defined to "1" instead of "ON"Jakub Zakrzewski2014-08-251-249/+248
* disconnect: don't touch easy-related state on disconnectsDaniel Stenberg2014-08-251-27/+25
* sasl: Fixed a memory leak on OOMDan Fandrich2014-08-221-1/+1
* NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP authFrank Meier2014-08-221-2/+6
* openssl.c: Fixed longer than 79 columnsSteve Holme2014-08-221-1/+2
* openssl.c: Fixed compilation warningSteve Holme2014-08-211-3/+3
* win32: Fixed WinSock 2 #ifHaris Okanovic2014-08-211-1/+1
* Curl_disconnect: don't free the URLDaniel Stenberg2014-08-201-6/+6
* sasl_sspi: Fixed a memory leak with the GSSAPI base-64 decoded challengeSteve Holme2014-08-171-1/+7
* sasl_sspi: Renamed GSSAPI mutual authentication parameterSteve Holme2014-08-171-13/+14
* sasl_sspi: Corrected some of the GSSAPI security message error codesSteve Holme2014-08-171-4/+4
* sasl_sspi: Tell the server we don't support a GSSAPI receive bufferSteve Holme2014-08-161-5/+14
* smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* email: Added mutual authentication flagSteve Holme2014-08-153-0/+3
* http: fix the Content-Range: parserDaniel Stenberg2014-08-151-14/+13
* email: Introduced the GSSAPI statesSteve Holme2014-08-146-1/+22
* curl_sasl_sspi.c: Fixed more compilation warnings from commit 4b491c675fSteve Holme2014-08-141-1/+2
* SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064Steve Holme2014-08-141-2/+0
* curl_sasl.h: Fixed compilation error from commit 4b491c675fSteve Holme2014-08-141-0/+4
* urldata.h: Fixed compilation warnings from commit 3ec253532eSteve Holme2014-08-141-1/+1
* sasl_sspi: Added GSSAPI message functionsSteve Holme2014-08-143-2/+443
* urldata: Introduced a GSSAPI (Kerberos V5) data structureSteve Holme2014-08-141-0/+17
* sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi moduleSteve Holme2014-08-142-8/+9
* mk-ca-bundle.pl: add missing $Daniel Stenberg2014-08-131-1/+1
* mk-ca-bundle.pl: switched to using hg.mozilla.orgDaniel Stenberg2014-08-131-15/+56
* openssl: fix version report for the 0.9.8 branchJose Alf2014-08-131-2/+10
* create_conn: prune dead connectionsFrank Meier2014-08-123-25/+71
* Curl_poll + Curl_wait_ms: fix timeout return valuePeter Wang2014-08-111-3/+9
* config-tpf.h: Fixed up line lengths > 79 charactersSteve Holme2014-08-101-3/+5
* config-symbian.h: Fixed up line lengths > 79 charactersSteve Holme2014-08-101-3/+5
* sasl_sspi: Fixed hard coded buffer for response generationSteve Holme2014-08-101-2/+21
* sasl_sspi: Fixed missing free of challenge buffer on SPN failureSteve Holme2014-08-101-1/+4
* http_negotiate_sspi: Tidy up to remove the get_gss_name() functionSteve Holme2014-08-091-22/+10
* http_negotiate_sspi: Use a dynamic buffer for SPN generationSteve Holme2014-08-092-17/+11
* sasl: Tidy up to rename SPN variable from URISteve Holme2014-08-091-11/+11
* sasl: Use a dynamic buffer for SPN generationSteve Holme2014-08-091-5/+15
* sasl_sspi: Fixed SPN not being converted to wchar under Unicode buildsSteve Holme2014-08-091-11/+6
* sasl: Introduced Curl_sasl_build_spn() for building a SPNSteve Holme2014-08-093-2/+79
* sasl_sspi: Fixed memory leak with not releasing Package Info structSteve Holme2014-08-091-0/+3
* sspi: Minor code tidy up to standardise coding styleSteve Holme2014-08-082-22/+17
* schannel: Fixed compilation warning in vtls.cSteve Holme2014-08-081-1/+2
* curl_ntlm_msgs: make < 80 columns wideDaniel Stenberg2014-08-081-2/+4
* ntlm: Fixed hard coded buffer for SSPI based auth packet generationSteve Holme2014-08-082-8/+30
* ntlm: Added support for SSPI package info querySteve Holme2014-08-071-0/+10