summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs/SSLCERTS: update the section about NSS databaseKamil Dudka2014-08-111-13/+7
* 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
* tool_hugehelp.c.cvs: Added copyrightSteve Holme2014-08-101-0/+23
* RELEASE-NOTES: Synced with cd6ecf6a89Steve Holme2014-08-101-0/+6
* 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
* docs: Update SPNEGO and GSS-API related doc sectionsMichael Osipov2014-08-099-48/+46
* 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
* tool_getparam.c: Fixed compilation warningSteve Holme2014-08-081-2/+2