summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* http2: added some more logging for debugging stream problemsDaniel Stenberg2014-08-071-3/+11
* HTTP/2: Reset promised stream, not its associated stream.Tatsuhiro Tsujikawa2014-08-071-1/+2
* HTTP/2: Move :authority before non-pseudo header fieldsTatsuhiro Tsujikawa2014-08-071-0/+17
* http2: show the received header for better debuggingDaniel Stenberg2014-08-071-1/+3
* openssl: replace call to OPENSSL_configDaniel Stenberg2014-08-071-1/+11
* http_negotiate_sspi: Fixed specific username and password not workingSteve Holme2014-08-062-5/+47
* http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194e8Steve Holme2014-08-061-2/+7
* parsedate.c: fix the return code for an overflow edge conditionDan Fandrich2014-08-051-5/+4
* darwinssl: don't use strtok()Toby Peterson2014-08-051-3/+5
* Curl_ossl_version: adapted to detect BoringSSLDaniel Stenberg2014-08-051-0/+4
* Curl_ossl_version: detect and show libresslDaniel Stenberg2014-08-041-2/+7
* HTTP/2: Fix infinite loop in readwrite_data()Tatsuhiro Tsujikawa2014-08-031-0/+6
* gtls: only define Curl_gtls_seed if Nettle is not being usedDan Fandrich2014-08-031-2/+2
* ssl: provide Curl_ssl_backend even if no SSL library is availableDan Fandrich2014-08-032-6/+7
* HTTP2: Support expect: 100-continueTatsuhiro Tsujikawa2014-08-023-16/+147
* openssl: make ossl_send return CURLE_OK betterDaniel Stenberg2014-08-011-0/+1
* schannel: use CryptGenRandom for random numbersMarcel Raad2014-07-312-0/+20
* ssl: generalize how the ssl backend identifier is setDaniel Stenberg2014-07-3113-14/+30
* axtls: define curlssl_random using axTLS's PRNGDan Fandrich2014-07-312-0/+21
* cyassl: fix the test for ASN_NO_SIGNER_EDan Fandrich2014-07-311-1/+1
* cyassl: use RNG_GenerateBlock to generate a good random numberDan Fandrich2014-07-312-3/+18
* smtp: fixed a segfault during test 1320 torture testDan Fandrich2014-07-301-1/+1
* vtls: repair build without TLS supportDaniel Stenberg2014-07-301-0/+1
* polarssl: provide a (weak) random functionDaniel Stenberg2014-07-301-0/+5
* cyassl: use the default (weeker) randomDaniel Stenberg2014-07-301-1/+4
* cyassl: made it compile with version 2.0.6 againDaniel Stenberg2014-07-301-1/+3
* vtls: make the random function mandatory in the TLS backendDaniel Stenberg2014-07-3010-51/+58
* nss: do not check the version of NSS at run timeKamil Dudka2014-07-281-2/+1
* c-ares: fix build without IPv6 supportDaniel Stenberg2014-07-251-1/+1
* Curl_base64url_encode: unit-tested in 1302Daniel Stenberg2014-07-251-1/+1
* base64: added Curl_base64url_encode()Daniel Stenberg2014-07-253-26/+66
* SSPI Negotiate: Fix 3 memory leaksMarcel Raad2014-07-241-6/+7
* GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat2014-07-234-9/+3