aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2014-12-09http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg
2014-12-04docs: Fix FAILONERROR typosAnthon Pang
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-12-03sasl_gssapi: Added GSS-API based Kerberos V5 variablesSteve Holme
2014-11-30smb: Added initial SMB functionalityBill Nagel
2014-11-29smb: Added SMB protocol and port definitionsBill Nagel
2014-11-16kerberos: Use symbol qualified with _KERBEROS5Michael Osipov
2014-11-15urldata: Don't define sec_complete when no GSS-API support presentSteve Holme
2014-11-15docs: Use consistent naming for KerberosMichael Osipov
2014-11-06http_digest: Reworked the SSPI based input token storageSteve Holme
2014-11-06http_digest: Added required SSPI based variables to digest structureSteve Holme
2014-11-05curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg
2014-11-02sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme
2014-10-29transfer: drop the code handling the ssl_connect_retry flagKamil Dudka
2014-10-26sspi: Renamed max token length variablesSteve Holme
2014-10-25ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme
2014-10-25ntlm: Changed handles to be dynamic like other SSPI handlesSteve Holme
2014-10-25ntlm: Renamed handle variables to match other SSPI structuresSteve Holme
2014-10-25ntlm: Renamed SSPI based input token variablesSteve Holme
2014-10-16ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 tokenSteve Holme
2014-10-13vtls: remove QsoSSLPatrick Monnerat
2014-10-07SSL: implement public key pinningmoparisthebest
2014-08-14urldata.h: Fixed compilation warnings from commit 3ec253532eSteve Holme
2014-08-14urldata: Introduced a GSSAPI (Kerberos V5) data structureSteve Holme
2014-08-09http_negotiate_sspi: Use a dynamic buffer for SPN generationSteve Holme
2014-08-08ntlm: Fixed hard coded buffer for SSPI based auth packet generationSteve Holme
2014-08-06http_negotiate_sspi: Fixed specific username and password not workingSteve Holme
2014-07-23docs: Improve inline GSS-API naming in code documentationMichael Osipov
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-23HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov
2014-07-04nss: make the list of CRL items globalKamil Dudka
2014-07-04nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka
2014-05-28gnutls: don't use deprecated type names anymoreAlessandro Ghedini
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-05-15timers: fix timer regression involving redirects / reconnectsDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg
2014-04-22nss: implement non-blocking SSL handshakeKamil Dudka
2014-04-04CURLOPT_HEADEROPT: addedDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-04-01urldata: spellfix commentDaniel Stenberg
2014-03-31http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg
2014-03-25url: Fixed connection re-use when using different log-in credentialsSteve Holme
2014-03-18polarssl: break compatibility with version older than 1.3.Gaƫl PORTAY
2014-03-17polarssl: fix compilationhasufell
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2014-02-13transfer: make Expect: 100-continue timeout configurable.Tiit Pikma
2014-02-10NPN/ALPN: allow disabling via command lineFabian Frank
2014-01-30openssl: set up hooks with to perform NPNFabian Frank
2014-01-29ntlm: Added support for NTLMv2Prash Dush