summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cmake: Removed some useless empty SET statements.Jakub Zakrzewski2014-08-251-4/+0
* Cmake: Removed useless comments from CMakeLists.txtJakub Zakrzewski2014-08-251-10/+0
* Cmake: Don't check for all headers each timeJakub Zakrzewski2014-08-251-1/+1
* Cmake: Append OpenSSL include directory to search pathJakub Zakrzewski2014-08-251-0/+1
* Cmake: Search for liblber, LDAP SSL headers, swith for using OpenLDAP code.Jakub Zakrzewski2014-08-251-1/+51
* Cmake: LibSSH2 detection and use.Jakub Zakrzewski2014-08-253-3/+85
* Cmake: Moved macros out of the main CMakeLists.txtJakub Zakrzewski2014-08-252-86/+91
* Cmake: Added missing protocol-disable switchesJakub Zakrzewski2014-08-251-0/+18
* Cmake: Made boolean defines be defined to "1" instead of "ON"Jakub Zakrzewski2014-08-251-249/+248
* Cmake: Require at least CMake 2.8.Jakub Zakrzewski2014-08-253-38/+7
* disconnect: don't touch easy-related state on disconnectsDaniel Stenberg2014-08-251-27/+25
* curl.1: clarify --limit-rate's effect on both directionsDaniel Stenberg2014-08-231-3/+4
* curl.1: mention the --post30x options within the --location descDaniel Stenberg2014-08-231-0/+4
* sasl: Fixed a memory leak on OOMDan Fandrich2014-08-221-1/+1
* NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP authFrank Meier2014-08-222-6/+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
* help output: minor whitespace editsDaniel Stenberg2014-08-191-4/+5
* help output: use ≥2 spaces between option and descriptionZearin2014-08-191-50/+48
* FAQ: some actually sometimes get paid...Daniel Stenberg2014-08-181-4/+4
* 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
* docs: Escaped single backslashSteve Holme2014-08-163-3/+3
* TODO: Updated following GSSAPI (Kerberos V5) additionsSteve Holme2014-08-161-2/+9
* CURLOPT_USERNAME.3: Added Kerberos V5 and NTLM domain informationSteve Holme2014-08-161-0/+16
* CURLOPT_USERPWD.3: Updated following Kerberos V5 SSPI changesSteve Holme2014-08-161-4/+15
* docs: Added Kerberos V5 and NTLM domain information to --userSteve Holme2014-08-161-0/+13
* docs: Added Kerberos V5 to the --user SSPI current credentials usageSteve Holme2014-08-161-4/+5
* 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
* RELEASE-NOTES: synced with 0187c9e11d079Daniel Stenberg2014-08-151-4/+15
* http: fix the Content-Range: parserDaniel Stenberg2014-08-152-15/+30
* 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